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

- NETStandard.Library - 2.1.0-prerelease.19205.1
This commit is contained in:
dotnet-maestro 2019-04-05 12:35:34 +00:00
parent e4c594ea12
commit 603ca18478
2 changed files with 3 additions and 3 deletions

View file

@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>9479e5c5682d46b4cb4bb49ac66f43a1dad58f3b</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19204.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19205.1">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>0362f55e37d73b7e607b2f256279caaac82c8725</Sha>
<Sha>fbff1a0f87e029f968db2cbb573c8aa1e69705f9</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.19204.1</NETStandardLibraryPackageVersion>
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19205.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>