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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.200-preview.23624.1 -> To Version 8.0.200-preview.23624.3

Dependency coherency updates

Microsoft.Net.Compilers.Toolset,NuGet.Build.Tasks
 From Version 4.9.0-3.23620.1 -> To Version 4.9.0-3.23621.4 (parent: Microsoft.NET.Sdk
This commit is contained in:
dotnet-maestro[bot] 2023-12-25 06:33:41 +00:00
parent c634919978
commit 61846438b0
2 changed files with 17 additions and 17 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.23624.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.200-preview.23624.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3d75562bdb3297c70ff2e45b4c098b2709a36d9f</Sha>
<Sha>e2d57cca8917108792875548b5d8aa4b29b68302</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.23624.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.23624.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3d75562bdb3297c70ff2e45b4c098b2709a36d9f</Sha>
<Sha>e2d57cca8917108792875548b5d8aa4b29b68302</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.23624.1">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.23624.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3d75562bdb3297c70ff2e45b4c098b2709a36d9f</Sha>
<Sha>e2d57cca8917108792875548b5d8aa4b29b68302</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.23624.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.23624.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>3d75562bdb3297c70ff2e45b4c098b2709a36d9f</Sha>
<Sha>e2d57cca8917108792875548b5d8aa4b29b68302</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>
@ -150,18 +150,18 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>5535e31a712343a63f5d7d796cd874e563e5ac14</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.23620.1" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.9.0-3.23621.4" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>67ef2fb7409e0ab54ac627d6ac525069172ed494</Sha>
<Sha>182e829faf57b84150a2b28036f20918f368fc9d</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.9.0-preview-23618-08" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>82d381eb23290d50936683719bda333461af9528</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.65" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.67" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>cabdb9886f3bc99c7a342ccc1661d393b14a0d1d</Sha>
<Sha>95f6e0c8b7bd627862a08dcf60f43397f42723ca</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -85,16 +85,16 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.200-preview.23624.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.23624.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.23624.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.200-preview.23624.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.23624.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.23624.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.9.0-3.23620.1</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.9.0-3.23621.4</MicrosoftNetCompilersToolsetPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->
@ -127,7 +127,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
<NuGetBuildTasksPackageVersion>6.9.0-preview.1.65</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.9.0-preview.1.67</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>