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

[release/8.0.4xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - NuGet.Build.Tasks: from 6.11.0-preview.1.35 to 6.11.0-preview.1.39 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2024-05-10 21:17:09 +00:00 committed by GitHub
parent 81d481c5b3
commit 53dc59f9b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 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.400-preview.24257.21">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.400-preview.24258.23">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>577b12365ee1643d077487270e2693c390fa973b</Sha>
<Sha>9b611d24a285c97340be0b0cc2e382b2ec36c06b</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24257.21">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24258.23">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>577b12365ee1643d077487270e2693c390fa973b</Sha>
<Sha>9b611d24a285c97340be0b0cc2e382b2ec36c06b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24257.21">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24258.23">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>577b12365ee1643d077487270e2693c390fa973b</Sha>
<Sha>9b611d24a285c97340be0b0cc2e382b2ec36c06b</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24257.21">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24258.23">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>577b12365ee1643d077487270e2693c390fa973b</Sha>
<Sha>9b611d24a285c97340be0b0cc2e382b2ec36c06b</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>
@ -159,9 +159,9 @@
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>d542f3a80101883083b95fff0b67666b63002751</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.11.0-preview.1.35" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.11.0-preview.1.39" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>12d5c661b77d4933f82a293008c0d56d1d6ce32b</Sha>
<Sha>0f32917aaba18c2db765fc7ad5bc95ebf12ec58d</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -79,9 +79,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24257.21</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24257.21</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24257.21</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24258.23</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24258.23</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24258.23</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
@ -121,7 +121,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
<NuGetBuildTasksPackageVersion>6.11.0-preview.1.35</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.11.0-preview.1.39</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>