Update dependencies from https://github.com/dotnet/standard build 20190327.2
- NETStandard.Library - 2.1.0-prerelease.19177.2
This commit is contained in:
parent
2c458a9ba5
commit
2bba6ec2f8
2 changed files with 3 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
||||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||||
<Sha>451276038744a1883f8a9f15206ecef734c0c21c</Sha>
|
<Sha>451276038744a1883f8a9f15206ecef734c0c21c</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19177.1">
|
<Dependency Name="NETStandard.Library" Version="2.1.0-prerelease.19177.2">
|
||||||
<Uri>https://github.com/dotnet/standard</Uri>
|
<Uri>https://github.com/dotnet/standard</Uri>
|
||||||
<Sha>eaa81058e5e04ae19b66b5915cd3650c21603b87</Sha>
|
<Sha>95b8ab66649877d199c425c52d60b9b46a839d60</Sha>
|
||||||
</Dependency>
|
</Dependency>
|
||||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19111.1">
|
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.0.100-preview4.19111.1">
|
||||||
<Uri>https://github.com/dotnet/cli</Uri>
|
<Uri>https://github.com/dotnet/cli</Uri>
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19177.1</NETStandardLibraryPackageVersion>
|
<NETStandardLibraryPackageVersion>2.1.0-prerelease.19177.2</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