Update dependencies from https://github.com/dotnet/sdk build 20240520.52

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-preview.5.24270.23 -> To Version 9.0.100-preview.5.24270.52

Dependency coherency updates

Microsoft.Net.Compilers.Toolset
 From Version 4.11.0-2.24269.3 -> To Version 4.11.0-2.24270.4 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2024-05-20 23:46:18 +00:00
parent 263c2ed7b4
commit 6ff17cc3f7
2 changed files with 14 additions and 14 deletions

View file

@ -74,21 +74,21 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>94ad1d4e3edfe952f4621c47b4445d463b2e7042</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.5.24270.45">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-preview.5.24270.52">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b1e0245f1454621e12cb3d82f367e4abe7177db0</Sha>
<Sha>286e26fb81bdbd2c74e20b3cb4c07cd35179ca05</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.5.24270.45">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-preview.5.24270.52">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b1e0245f1454621e12cb3d82f367e4abe7177db0</Sha>
<Sha>286e26fb81bdbd2c74e20b3cb4c07cd35179ca05</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.5.24270.45">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-preview.5.24270.52">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b1e0245f1454621e12cb3d82f367e4abe7177db0</Sha>
<Sha>286e26fb81bdbd2c74e20b3cb4c07cd35179ca05</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.5.24270.45">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-preview.5.24270.52">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b1e0245f1454621e12cb3d82f367e4abe7177db0</Sha>
<Sha>286e26fb81bdbd2c74e20b3cb4c07cd35179ca05</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/test-templates</Uri>
@ -135,9 +135,9 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>5474ab5c50fc639e780e0322cd500b2e43ee9b0d</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24269.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-2.24270.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>dd1d6535773f71c1f921589cf59d1d62f6e8c27f</Sha>
<Sha>9b07e82f145dc593bff5dfb43ea133ee9b60a4de</Sha>
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.11.0-preview-24270-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>

View file

@ -79,16 +79,16 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.5.24270.45</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.5.24270.45</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.5.24270.45</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-preview.5.24270.52</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-preview.5.24270.52</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-preview.5.24270.52</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.11.0-2.24269.3</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.11.0-2.24270.4</MicrosoftNetCompilersToolsetPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->