Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.111-servicing.22523.21 -> To Version 6.0.112-servicing.22552.20
This commit is contained in:
DotNet-Bot 2022-11-02 19:11:01 +00:00
parent 42209bc6ca
commit 3c46d4c77d
2 changed files with 6 additions and 6 deletions

View file

@ -103,14 +103,14 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-templating</Uri>
<Sha>6e2c3a8926045e73af9e503eaeb5443a82ac6d5e</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.112-servicing.22551.15">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.112-servicing.22552.20">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>9cad3a1113654fb83fb7d0324b5fafba1d8bfcee</Sha>
<Sha>6af09134b4c66fa8b6f609aa27d1505ee6fc9847</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.112-servicing.22551.15">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.112-servicing.22552.20">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>9cad3a1113654fb83fb7d0324b5fafba1d8bfcee</Sha>
<Sha>6af09134b4c66fa8b6f609aa27d1505ee6fc9847</Sha>
</Dependency>
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.11-servicing.22523.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">

View file

@ -56,8 +56,8 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftNETSdkPackageVersion>6.0.112-servicing.22551.15</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.112-servicing.22551.15</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.112-servicing.22552.20</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.112-servicing.22552.20</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>