Update dependencies from https://github.com/dotnet/standard build 20190308.1 (#931)
This change updates the following dependencies - NETStandard.Library - 2.1.0-prerelease.19158.1
This commit is contained in:
parent
2ba480cf6a
commit
9f4faef99b
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>d2da175b61b2dca3b00facc794bc34a6f3f3a1f4</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19155.1">
|
||||
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19158.1">
|
||||
<Uri>https://github.com/dotnet/standard</Uri>
|
||||
<Sha>cba86035f2263790119da564aa36e30f9f9e99ce</Sha>
|
||||
<Sha>0dee41e279fc1dad29dd1e567186e52697b7417a</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19111.1">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19155.1</NETStandardLibraryPackageVersion>
|
||||
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19158.1</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