Update dependencies from https://github.com/dotnet/standard build 20190224.1 (#679)

This change updates the following dependencies
- NETStandard.Library - 2.1.0-prerelease.19124.1
This commit is contained in:
dotnet-maestro[bot] 2019-02-24 07:39:16 -08:00 committed by Nick Guerrera
parent 37cb7276d0
commit 3ce81e02aa
2 changed files with 3 additions and 3 deletions

View file

@ -26,9 +26,9 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>de6587837888584f67b0d4fe389c40e704c19e9f</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19123.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19124.1">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>e2dfe6f4656806953ab18edccc9c2c9c116ce15c</Sha>
<Sha>029e23eaeb1867c623995918d6909b087fc68ccd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19111.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -36,7 +36,7 @@
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19123.1</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19124.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>