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

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

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.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.9.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.NET.ILLink.Tasks,Microsoft.Build,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport
 From Version 9.0.0-alpha.1.23576.3 -> To Version 9.0.0-alpha.1.23576.6 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-11-27 17:40:41 +00:00
parent 8ee015cde0
commit db23213d2d
2 changed files with 11 additions and 11 deletions

View file

@ -81,22 +81,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>989e7a9dd134b219e9ba7eecacad4bfc5229b784</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.23577.4">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.23577.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cfe6fc7f76f125855dac177e9c76819279937e89</Sha>
<Sha>45e21d9c56cc7d3c8b6cb2db53d0c63dfe47e1bb</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.23577.4">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.23577.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cfe6fc7f76f125855dac177e9c76819279937e89</Sha>
<Sha>45e21d9c56cc7d3c8b6cb2db53d0c63dfe47e1bb</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.23577.4">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.23577.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cfe6fc7f76f125855dac177e9c76819279937e89</Sha>
<Sha>45e21d9c56cc7d3c8b6cb2db53d0c63dfe47e1bb</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.23577.4">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.23577.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cfe6fc7f76f125855dac177e9c76819279937e89</Sha>
<Sha>45e21d9c56cc7d3c8b6cb2db53d0c63dfe47e1bb</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.23577.4</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.23577.4</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.23577.4</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.23577.5</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.23577.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.23577.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>