Update dependencies from https://github.com/dotnet/standard build 20190225.3 (#705)

This change updates the following dependencies
- NETStandard.Library - 2.1.0-prerelease.19125.3
This commit is contained in:
dotnet-maestro[bot] 2019-02-26 14:23:58 +00:00 committed by GitHub
parent dd99f32297
commit 52eb0dd0cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -26,9 +26,9 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>96760134b9ddc76b08988575dfac1cb0fd9800e6</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19124.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19125.3">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>029e23eaeb1867c623995918d6909b087fc68ccd</Sha>
<Sha>d6bb56b130ebd735750eae018e0677ef06222ef9</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>

View file

@ -32,7 +32,7 @@
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19124.1</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19125.3</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>