Update dependencies from https://github.com/dotnet/standard build 20190409.2 (#1310)

- NETStandard.Library - 2.1.0-prerelease.19209.2
This commit is contained in:
dotnet-maestro[bot] 2019-04-09 20:40:58 +00:00 committed by GitHub
parent 83d2178704
commit e768e7f690
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>6f9e3d80471afca56733656313845afe734e347c</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19209.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19209.2">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>17f3e55f67068d8a9f8b37e5982060c0c0df5fb4</Sha>
<Sha>0fd5d1c54a810c55439115199ffb4fc10411f799</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview5.19208.3">
<Uri>https://github.com/dotnet/cli</Uri>

View file

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