Dependency coherency updates (#6503)
- Microsoft.DotNet.MSBuildSdkResolver - 3.1.103-servicing.20119.4 (parent: Microsoft.Dotnet.Toolset.Internal)
This commit is contained in:
parent
4bd2f74a3f
commit
ca2794a45c
2 changed files with 3 additions and 3 deletions
|
@ -81,9 +81,9 @@
|
|||
<Uri>https://github.com/dotnet/sdk</Uri>
|
||||
<Sha>10c1d86e06f2a3a77abe52fdc0f04954127ea5fc</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20120.3" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="3.1.103-servicing.20119.4" CoherentParentDependency="Microsoft.Dotnet.Toolset.Internal">
|
||||
<Uri>https://github.com/dotnet/cli</Uri>
|
||||
<Sha>238deec80b915712d5bcbc5beb76abfff4600428</Sha>
|
||||
<Sha>ae56534c15100238a3177e0f8f237b913132da1f</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">
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/cli -->
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20120.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.1.103-servicing.20119.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<MicroBuildCorePackageVersion>0.2.0</MicroBuildCorePackageVersion>
|
||||
|
|
Loading…
Reference in a new issue