[master] Update dependencies from dotnet/standard (#647)

* Update dependencies from https://github.com/dotnet/standard build 20190221.4

This change updates the following dependencies
- NETStandard.Library - 2.1.0-prerelease.19121.4

* Update dependencies from https://github.com/dotnet/standard build 20190222.1

This change updates the following dependencies
- NETStandard.Library - 2.1.0-prerelease.19122.1
This commit is contained in:
dotnet-maestro[bot] 2019-02-22 14:37:21 +00:00 committed by GitHub
parent c7a8617ed9
commit 0049eb5166
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>de6587837888584f67b0d4fe389c40e704c19e9f</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19121.5">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19122.1">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>f224232c3e945b157405032ed044e2d503b96816</Sha>
<Sha>fe15b514510e9607a03d3b781626a5a182c1ab5f</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.19121.5</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19122.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>