Update dependencies from https://github.com/dotnet/standard build 20190405.2 (#1210)

- NETStandard.Library - 2.1.0-prerelease.19205.2
This commit is contained in:
dotnet-maestro[bot] 2019-04-05 20:45:33 +00:00 committed by GitHub
parent 0651a0f556
commit 571d8ac506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>41e5b50434948dbaeba6887767c8ae70035b3dc7</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19205.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19205.2">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>fbff1a0f87e029f968db2cbb573c8aa1e69705f9</Sha>
<Sha>31a38c14c8a4d06ea59c67706fe4399c1f14368f</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19111.1">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -34,7 +34,7 @@
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19205.1</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19205.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>