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

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

Dependency coherency updates

Microsoft.NET.Test.Sdk,Microsoft.Build,NuGet.Build.Tasks
 From Version 17.10.0-preview-24119-01 -> To Version 17.10.0-preview-24120-01 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2024-02-23 01:42:15 +00:00
parent 85413a8d9a
commit cb55e5a710
2 changed files with 16 additions and 16 deletions

View file

@ -85,22 +85,22 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
<Sha>da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24122.10">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24122.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cff0933b10b3ff5f6a470045f53ee28a02cb046f</Sha>
<Sha>61a668d8b0b763202e0f7c0aa99fedfe538b1905</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24122.10">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24122.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cff0933b10b3ff5f6a470045f53ee28a02cb046f</Sha>
<Sha>61a668d8b0b763202e0f7c0aa99fedfe538b1905</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24122.10">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24122.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cff0933b10b3ff5f6a470045f53ee28a02cb046f</Sha>
<Sha>61a668d8b0b763202e0f7c0aa99fedfe538b1905</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24122.10">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24122.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>cff0933b10b3ff5f6a470045f53ee28a02cb046f</Sha>
<Sha>61a668d8b0b763202e0f7c0aa99fedfe538b1905</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>
@ -155,13 +155,13 @@
<Sha>3472dcbca677f86bced5a1f180ae45e83c3e8f2d</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.10.0-preview-24120-06" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.10.0-preview-24122-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>aa5b55280b9e4ba92aaf39a650b94227a44bf834</Sha>
<Sha>d4cb14fe4d2e6df0327308feab18ccbb2046246c</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.10.0-preview.2.32" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.10.0-preview.2.40" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>8b658e2eee6391936887b9fd1b39f7918d16a9cb</Sha>
<Sha>d49b8abb6b64d2a49a439380af8c62d099ba31fb</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -85,9 +85,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24122.10</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24122.10</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24122.10</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24122.12</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24122.12</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24122.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -127,7 +127,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
<NuGetBuildTasksPackageVersion>6.10.0-preview.2.32</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.10.0-preview.2.40</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>