Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk
 From Version 6.0.124-servicing.23517.23 -> To Version 6.0.124-servicing.23517.44
This commit is contained in:
DotNet-Bot 2023-10-19 02:00:15 +00:00
parent 9be1970cde
commit 53738af03b
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>80fe0b8c0791316cbdd89ce9827d2d2f0c7e9bb6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.124-servicing.23517.23">
<Dependency Name="Microsoft.NET.Sdk" Version="6.0.124-servicing.23517.44">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>355ccb561cf5c9121000499bef61c90003e1a9fc</Sha>
<Sha>f8753d8a7169a584a9d584d045d89150bfaf1328</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.124-servicing.23517.23">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="6.0.124-servicing.23517.44">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-sdk</Uri>
<Sha>355ccb561cf5c9121000499bef61c90003e1a9fc</Sha>
<Sha>f8753d8a7169a584a9d584d045d89150bfaf1328</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.23-servicing.23480.3" 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.124-servicing.23517.23</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.124-servicing.23517.23</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETSdkPackageVersion>6.0.124-servicing.23517.44</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>6.0.124-servicing.23517.44</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>