[release/8.0.4xx] Update dependencies from dotnet/sdk (#19878)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-06-04 08:04:23 -07:00 committed by GitHub
parent 1b15aefe24
commit 7072e6b022
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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>c9e3996173cec136bc2e9f3b4ec45f2a323b1d63</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.400-preview.24302.5">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.400-preview.24304.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>148a39631d1c72f36b46a9e1803de1580b341088</Sha>
<Sha>3d8e7a90820d254424a863eee1930fcd5df05ed6</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24302.5">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24304.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>148a39631d1c72f36b46a9e1803de1580b341088</Sha>
<Sha>3d8e7a90820d254424a863eee1930fcd5df05ed6</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24302.5">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24304.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>148a39631d1c72f36b46a9e1803de1580b341088</Sha>
<Sha>3d8e7a90820d254424a863eee1930fcd5df05ed6</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24302.5">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24304.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>148a39631d1c72f36b46a9e1803de1580b341088</Sha>
<Sha>3d8e7a90820d254424a863eee1930fcd5df05ed6</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

@ -78,9 +78,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24302.5</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24302.5</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24302.5</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24304.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24304.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24304.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>