Update dependencies from https://github.com/dotnet/standard build 20190410.1 (#1351)

- NETStandard.Library - 2.1.0-prerelease.19210.1
This commit is contained in:
dotnet-maestro[bot] 2019-04-10 13:00:24 +00:00 committed by GitHub
parent eff47105af
commit 9b6080c037
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>6ef20a79c0e301387b9700ea8d84e9f6957ed223</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19209.2">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19210.1">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>0fd5d1c54a810c55439115199ffb4fc10411f799</Sha>
<Sha>fe384ffaa367f37c0840f4eb4a158e8d8c9b2ab5</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19209.2">
<Uri>https://github.com/dotnet/cli</Uri>

View file

@ -41,7 +41,7 @@
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19209.2</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19210.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>