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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.200-preview.24059.9 -> To Version 8.0.200-preview.24060.5
This commit is contained in:
dotnet-maestro[bot] 2024-01-10 10:56:40 +00:00
parent 181a253593
commit c0112c53cb
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.200-preview.24059.9">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.200-preview.24060.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b20592807140cdf3e9f174e1df76ee971ecfe4a8</Sha>
<Sha>a9db03d634eae446d0aae7fea79c12f955b9f80a</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.24059.9">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.24060.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b20592807140cdf3e9f174e1df76ee971ecfe4a8</Sha>
<Sha>a9db03d634eae446d0aae7fea79c12f955b9f80a</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.24059.9">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.24060.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b20592807140cdf3e9f174e1df76ee971ecfe4a8</Sha>
<Sha>a9db03d634eae446d0aae7fea79c12f955b9f80a</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.24059.9">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.24060.5">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>b20592807140cdf3e9f174e1df76ee971ecfe4a8</Sha>
<Sha>a9db03d634eae446d0aae7fea79c12f955b9f80a</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.200-preview.24059.9</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.24059.9</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.24059.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.200-preview.24060.5</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.24060.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.24060.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>