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

- NETStandard.Library - 2.1.0-prerelease.19207.1
This commit is contained in:
dotnet-maestro 2019-04-07 12:34:41 +00:00
parent 39a3f3b159
commit bc77095d35
2 changed files with 3 additions and 3 deletions

View file

@ -46,9 +46,9 @@
<Uri>https://github.com/dotnet/toolset</Uri>
<Sha>b582abfe954671810f71d0924ef043a81025244c</Sha>
</Dependency>
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19206.1">
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19207.1">
<Uri>https://github.com/dotnet/standard</Uri>
<Sha>955245decc1a999a2b30e66040e3fe76caf2273b</Sha>
<Sha>040f41f20972988aa34195e778b4170004ead695</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19206.5">
<Uri>https://github.com/dotnet/cli</Uri>

View file

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