Update dependencies from https://github.com/dotnet/standard build 20190408.5 (#1300)
- NETStandard.Library - 2.1.0-prerelease.19208.5
This commit is contained in:
parent
fd0f036bde
commit
5b5de1ae21
2 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>28cb3fab3350143829db8b91d8670f38848d4d1f</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19207.1">
|
||||
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19208.5">
|
||||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>040f41f20972988aa34195e778b4170004ead695</Sha>
|
||||
<Sha>8ef5ada20b5343b0cb9e7fd577341426dab76cd8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19208.5">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19207.1</NETStandardLibraryPackageVersion>
|
||||
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19208.5</NETStandardLibraryPackageVersion>
|
||||
<!-- Use a different property name here, as NETStandardLibraryPackageVersion is also set by targets in the NETStandard.Library package,
|
||||
which ends up overriding the value set here. -->
|
||||
<NETSTandardTargetingPackVersion>$(NETStandardLibraryPackageVersion)</NETSTandardTargetingPackVersion>
|
||||
|
|
Loading…
Reference in a new issue