[release/3.1.1xx] Update dependencies from dotnet/toolset (#6611)
* Update dependencies from https://github.com/dotnet/toolset build 20200228.3 - Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20128.3 * Update dependencies from https://github.com/dotnet/toolset build 20200228.2 - Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20128.2 * Update dependencies from https://github.com/dotnet/toolset build 20200228.4 - Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20128.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.103-servicing.20128.1 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
46eb00f400
commit
e7517c175f
2 changed files with 6 additions and 6 deletions
|
@ -73,17 +73,17 @@
|
|||
<Uri>https://github.com/dotnet/templating</Uri>
|
||||
<Sha>46091435536c53242905ab4e991bdc0bac153e64</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20128.1">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20128.4">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>a48c71c0d7befe7b9a57fac554beff57a841f3c1</Sha>
|
||||
<Sha>3568a22f5434e0bc29ad937f33a75d6cd41673f7</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20121.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>d6413d67e43fcf01a86c0fa470d688dbaeaa4bac</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20121.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20128.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>eddb8fc7e0bd2d7bd33a4e45c6f2325088ccff08</Sha>
|
||||
<Sha>3ebd6db4681fc2fab7c22930aeee2a10e06b311c</Sha>
|
||||
</Dependency>
|
||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via core setup -->
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="4.8.1-servicing.20127.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20128.1</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20128.4</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
|
@ -45,7 +45,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20121.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20128.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue