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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.300-preview.24073.13 -> To Version 8.0.300-preview.24073.21
This commit is contained in:
dotnet-maestro[bot] 2024-01-24 03:28:48 +00:00
parent 0ef11d3354
commit 03a4f0b0fa
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.13">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24073.21">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>572b3f11710aefd4e5db524a5265b3f325741d1e</Sha>
<Sha>e02e2e79ed65799793b85a994cc7a7cc183ce0b8</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24073.13">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24073.21">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>572b3f11710aefd4e5db524a5265b3f325741d1e</Sha>
<Sha>e02e2e79ed65799793b85a994cc7a7cc183ce0b8</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24073.13">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24073.21">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>572b3f11710aefd4e5db524a5265b3f325741d1e</Sha>
<Sha>e02e2e79ed65799793b85a994cc7a7cc183ce0b8</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24073.13">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24073.21">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>572b3f11710aefd4e5db524a5265b3f325741d1e</Sha>
<Sha>e02e2e79ed65799793b85a994cc7a7cc183ce0b8</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.13</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24073.13</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24073.13</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24073.21</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24073.21</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24073.21</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>