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

This commit is contained in:
v-wuzhai 2024-05-13 19:13:06 -07:00 committed by GitHub
commit 385f5404a2
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.24260.11">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.400-preview.24262.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ce554bb54d959875411172a3a5f260402082f23e</Sha>
<Sha>0e452fa03c3581a5787905636e543019dfac0393</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24260.11">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24262.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ce554bb54d959875411172a3a5f260402082f23e</Sha>
<Sha>0e452fa03c3581a5787905636e543019dfac0393</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24260.11">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24262.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ce554bb54d959875411172a3a5f260402082f23e</Sha>
<Sha>0e452fa03c3581a5787905636e543019dfac0393</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24260.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24262.1">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>ce554bb54d959875411172a3a5f260402082f23e</Sha>
<Sha>0e452fa03c3581a5787905636e543019dfac0393</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.2.45" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.11.0-preview.2.49" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>bbfba7d202e365d441d9268bf8df1a1b6687a2e7</Sha>
<Sha>78c8c0fddd17dbf23e110c44ea1455f49e50363f</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.24260.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24260.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24260.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24262.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24262.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24262.1</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.2.45</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.11.0-preview.2.49</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>