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

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.200-preview.23620.9 -> To Version 8.0.200-preview.23621.3
This commit is contained in:
dotnet-maestro[bot] 2023-12-21 20:24:52 +00:00
parent 1da7ad94fa
commit c3ccb092bd
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.23620.9">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.200-preview.23621.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>769e1a0597f123228080c2fa22b329880691d2b2</Sha>
<Sha>79f803797964e4e9d04707038d97ce497bb568d0</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.23620.9">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.200-preview.23621.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>769e1a0597f123228080c2fa22b329880691d2b2</Sha>
<Sha>79f803797964e4e9d04707038d97ce497bb568d0</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.23620.9">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.200-preview.23621.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>769e1a0597f123228080c2fa22b329880691d2b2</Sha>
<Sha>79f803797964e4e9d04707038d97ce497bb568d0</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.23620.9">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.200-preview.23621.3">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>769e1a0597f123228080c2fa22b329880691d2b2</Sha>
<Sha>79f803797964e4e9d04707038d97ce497bb568d0</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.23620.9</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.23620.9</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.23620.9</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.200-preview.23621.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.200-preview.23621.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.200-preview.23621.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>