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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 9.0.100-alpha.1.24053.19 -> To Version 9.0.100-alpha.1.24053.25

Dependency coherency updates

VS.Redist.Common.NetCore.SharedFramework.x64.9.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.9.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.Platforms,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64
 From Version 9.0.0-alpha.1.24053.1 -> To Version 9.0.0-alpha.1.24053.2 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2024-01-04 00:31:19 +00:00
parent 4710745a2f
commit ceae0f7d3d
2 changed files with 11 additions and 11 deletions

View file

@ -81,22 +81,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>4b7810723c27d47cc982055c6615cccf664e2980</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.24053.23">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.24053.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0a76f151ca35d01b2aa039930b20e588a788a834</Sha>
<Sha>941d6c72eb97fce7ae4d2703b30aaa5e473b6976</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.24053.23">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.24053.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0a76f151ca35d01b2aa039930b20e588a788a834</Sha>
<Sha>941d6c72eb97fce7ae4d2703b30aaa5e473b6976</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.24053.23">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.24053.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0a76f151ca35d01b2aa039930b20e588a788a834</Sha>
<Sha>941d6c72eb97fce7ae4d2703b30aaa5e473b6976</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.24053.23">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.24053.25">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0a76f151ca35d01b2aa039930b20e588a788a834</Sha>
<Sha>941d6c72eb97fce7ae4d2703b30aaa5e473b6976</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Test.ProjectTemplates.2.1" Version="1.0.2-beta4.22406.1">
<Uri>https://github.com/dotnet/test-templates</Uri>

View file

@ -86,9 +86,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.24053.23</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.24053.23</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.24053.23</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.24053.25</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.24053.25</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.24053.25</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>