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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.200-preview.23622.1 -> To Version 8.0.200-preview.23624.1
This commit is contained in:
dotnet-maestro[bot] 2023-12-25 02:57:03 +00:00
parent dfd3c9c2ca
commit d503628521
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.23622.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.200-preview.23624.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>703446eba5785d51a1035bd7e62b7c482190cbd8</Sha>
<Sha>3d75562bdb3297c70ff2e45b4c098b2709a36d9f</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.23622.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.23624.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>703446eba5785d51a1035bd7e62b7c482190cbd8</Sha>
<Sha>3d75562bdb3297c70ff2e45b4c098b2709a36d9f</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.23622.1">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.23624.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>703446eba5785d51a1035bd7e62b7c482190cbd8</Sha>
<Sha>3d75562bdb3297c70ff2e45b4c098b2709a36d9f</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.23622.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.23624.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>703446eba5785d51a1035bd7e62b7c482190cbd8</Sha>
<Sha>3d75562bdb3297c70ff2e45b4c098b2709a36d9f</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.23622.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.23622.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.23622.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.200-preview.23624.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.23624.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.23624.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>