Update dependencies from https://github.com/dotnet/toolset build 20200219.6 (#6471)
- Microsoft.Dotnet.Toolset.Internal - 3.1.103-servicing.20119.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.103-servicing.20119.2 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
0b0a11334d
commit
c74148a329
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.20119.3">
|
||||
<Dependency Name="Microsoft.Dotnet.Toolset.Internal" Version="3.1.103-servicing.20119.6">
|
||||
<Uri>https://github.com/dotnet/toolset</Uri>
|
||||
<Sha>21a445830ce443b62d82bf5bec5f3de95b10da7a</Sha>
|
||||
<Sha>0d81361d525868fd844edffae13e2b41bcdb2ef8</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NET.Sdk" Version="3.1.103-servicing.20118.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>4a253d37e0fa2c13c617bedb01cf96d3e0ebea55</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20119.1" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20119.2" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>348d1f2f7ed56601a08bb34cfd0a31b27da6cefb</Sha>
|
||||
<Sha>9ae53c31cb0c1dfbcf2cd6aff004772bc53d91c3</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.20069.13" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20119.3</MicrosoftDotnetToolsetInternalPackageVersion>
|
||||
<MicrosoftDotnetToolsetInternalPackageVersion>3.1.103-servicing.20119.6</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.20119.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20119.2</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue