[release/3.1.1xx] Update dependencies from dotnet/toolset (#6454)
* Update dependencies from https://github.com/dotnet/toolset build 20200218.7 - Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20118.7 * Update dependencies from https://github.com/dotnet/toolset build 20200218.6 - Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20118.6 * Update dependencies from https://github.com/dotnet/toolset build 20200218.9 - Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20118.9 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.103-servicing.20118.3 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
736ce4e139
commit
3ad5e733e7
2 changed files with 6 additions and 6 deletions
|
@ -73,13 +73,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>46091435536c53242905ab4e991bdc0bac153e64</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20118.5">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20118.9">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>35569f5e73c000533d55474f537117f8942ab15e</Sha>
|
||||
<Sha>456845d2cfd74ed00a11622ebb863e8dab7344ac</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20114.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20118.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>922c8eefc41632df5a5e052daa8aa946bc298000</Sha>
|
||||
<Sha>92f4b73e3f7e624b7a54db50fdb91cebb39151db</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20118.5" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20118.5</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20118.9</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
@ -52,7 +52,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/sdk (to run tests) -->
|
||||
<MicrosoftNETSdkPackageVersion>3.1.103-servicing.20114.5</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.1.103-servicing.20118.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue