Update dependencies from https://github.com/dotnet/standard build 20190318.1 (#1046)

This change updates the following dependencies
- NETStandard.Library - 2.1.0-prerelease.19168.1
This commit is contained in:
dotnet-maestro[bot] 2019-03-18 20:29:20 +00:00 committed by GitHub
parent b489f5cc72
commit 1f58c90858
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>b27a1cadc9f5e1d1d347a2fa3706b6203c68ece8</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19158.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19168.1">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>0dee41e279fc1dad29dd1e567186e52697b7417a</Sha>
<Sha>fc4a92712cff169e451bc097b2dc57590fd5de36</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.19158.1</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19168.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>