Merge pull request #1128 from dotnet/darc-master-011a5784-ca0b-42c0-8528-5adf51772f7f

[master] Update dependencies from dotnet/standard
This commit is contained in:
Livar 2019-03-27 21:47:02 -07:00 committed by GitHub
commit a4df80b1d1
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>451276038744a1883f8a9f15206ecef734c0c21c</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19172.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19177.2">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>27346e62d48fc1ed62a341b65b7cb4f28dc021c3</Sha>
<Sha>95b8ab66649877d199c425c52d60b9b46a839d60</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19111.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -37,7 +37,7 @@
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19172.1</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19177.2</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>