[release/3.1.2xx] Update dependencies from dotnet/toolset (#6382)
* Update dependencies from https://github.com/dotnet/toolset build 20200213.8 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.8 * Update dependencies from https://github.com/dotnet/toolset build 20200213.9 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.9 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20113.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200213.12 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.12 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20113.2 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
498b2e7e59
commit
aa3a82d96e
2 changed files with 6 additions and 6 deletions
|
@ -73,13 +73,13 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>13abe7e2749d95337e8d72efdc5b71611815fd43</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20113.7">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20113.12">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>0bf3abac96f2282400d0f3dd872d1b00fd32c4aa</Sha>
|
||||
<Sha>0c08f73cd1ce63143cd6b78c34524d5f2a5474eb</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20107.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20113.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>130be5a782f6fa8410627a8fddd3e2988bde1c71</Sha>
|
||||
<Sha>0bc67530cef6dd771a8750d1747926eca2dcb845</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.200-preview.20113.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.20113.7</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.20113.12</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.200-preview.20107.4</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.1.200-preview.20113.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue