Update dependencies from https://github.com/dotnet/standard build 20190318.1 (#1058)
This change updates the following dependencies - NETStandard.Library - 2.1.0-prerelease.19168.1
This commit is contained in:
parent
4f37d1f907
commit
cc3b1977cd
2 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@
|
||||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||||
<Sha>47d87c37f99d3257d290259db04575712efc5cb9</Sha>
|
<Sha>47d87c37f99d3257d290259db04575712efc5cb9</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19158.1">
|
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19168.1">
|
||||||
<Uri>https://github.com/dotnet/standard</Uri>
|
<Uri>https://github.com/dotnet/standard</Uri>
|
||||||
<Sha>0dee41e279fc1dad29dd1e567186e52697b7417a</Sha>
|
<Sha>fc4a92712cff169e451bc097b2dc57590fd5de36</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
</ProductDependencies>
|
</ProductDependencies>
|
||||||
<ToolsetDependencies>
|
<ToolsetDependencies>
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19158.1</NETStandardLibraryPackageVersion>
|
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19168.1</NETStandardLibraryPackageVersion>
|
||||||
<!-- Use a different property name here, as NETStandardLibraryPackageVersion is also set by targets in the NETStandard.Library package,
|
<!-- 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. -->
|
which ends up overriding the value set here. -->
|
||||||
<NETSTandardTargetingPackVersion>$(NETStandardLibraryPackageVersion)</NETSTandardTargetingPackVersion>
|
<NETSTandardTargetingPackVersion>$(NETStandardLibraryPackageVersion)</NETSTandardTargetingPackVersion>
|
||||||
|
|
Loading…
Reference in a new issue