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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.300-preview.24071.1 -> To Version 8.0.300-preview.24073.13

Dependency coherency updates

Microsoft.Build
 From Version 17.10.0-preview-24069-03 -> To Version 17.10.0-preview-24073-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2024-01-23 21:59:02 +00:00
parent 3ff35f4b3e
commit f1fb2695f5
2 changed files with 11 additions and 11 deletions

View file

@ -85,22 +85,22 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
<Sha>3f1acb59718cadf111a0a796681e3d3509bb3381</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24073.8">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24073.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>31a989319810e1a861b20b8bf1b9ca5903717571</Sha>
<Sha>572b3f11710aefd4e5db524a5265b3f325741d1e</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24073.8">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24073.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>31a989319810e1a861b20b8bf1b9ca5903717571</Sha>
<Sha>572b3f11710aefd4e5db524a5265b3f325741d1e</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24073.8">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24073.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>31a989319810e1a861b20b8bf1b9ca5903717571</Sha>
<Sha>572b3f11710aefd4e5db524a5265b3f325741d1e</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24073.8">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24073.13">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>31a989319810e1a861b20b8bf1b9ca5903717571</Sha>
<Sha>572b3f11710aefd4e5db524a5265b3f325741d1e</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

@ -85,9 +85,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24073.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24073.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24073.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24073.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24073.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24073.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>