[release/3.1.1xx] Update dependencies from dotnet/toolset (#5503)
* Update dependencies from https://github.com/dotnet/toolset build 20191103.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19553.5 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.100-preview3.19553.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191103.6 - Microsoft.Dotnet.Toolset.Internal - 3.1.100-preview3.19553.6 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.100-preview3.19553.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
89fa311fa2
commit
4235d30743
2 changed files with 6 additions and 6 deletions
|
@ -71,13 +71,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>fa98e14b1b8d84a1a711ef909384f16ada8bbe7c</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview3.19553.4">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.100-preview3.19553.6">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>5ed515f7256387c9bf68b77b6b6d9b1799f55b86</Sha>
|
||||
<Sha>d029a94939577855cf7612c775ec5159109ed435</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview3.19551.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.100-preview3.19553.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>6048f06be9dc82e688644debd2bdd66b88473429</Sha>
|
||||
<Sha>cecb7196560c8b8b732ef9c07494cac7e0745c76</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.100-preview3.19553.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview3.19553.4</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.100-preview3.19553.6</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.100-preview3.19551.3</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.1.100-preview3.19553.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue