[release/3.1.2xx] Update dependencies from dotnet/toolset (#6310)
* Update dependencies from https://github.com/dotnet/toolset build 20200206.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20106.5 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200207.3 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20107.3 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
9caf152e5d
commit
a6b14864c8
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.20105.7">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.200-preview.20107.3">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>79967b4a51df5a10a2a3557b196b4b3cfdba7cae</Sha>
|
||||
<Sha>9fad3091515f3c77ab94d4a1a6620117026107ab</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20105.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.200-preview.20106.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>f8d14891f5440e79d0449d357beb4cceede34382</Sha>
|
||||
<Sha>261e44a129f73bec98adf6eb3b45556f121316e8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.200-preview.20105.2" 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.20105.7</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.200-preview.20107.3</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.20105.2</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETSdkPackageVersion>3.1.200-preview.20106.1</MicrosoftNETSdkPackageVersion>
|
||||
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue