Merge pull request #1179 from dotnet/darc-master-3d99d8bf-b19e-4144-be9c-db5fe40d55ae

[master] Update dependencies from dotnet/standard
This commit is contained in:
William Li 2019-04-04 10:57:03 -07:00 committed by GitHub
commit 531f24cd62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -50,9 +50,9 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>e79205a53a78c099d0a7d3bd9f1f8a9d8683aad7</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19180.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19204.1">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>68dd5612cdd5f9204a832b1e0db9a4628d4337ad</Sha>
<Sha>0362f55e37d73b7e607b2f256279caaac82c8725</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19111.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -38,7 +38,7 @@
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19180.1</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19204.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>