[release/8.0.3xx] Update dependencies from dotnet/sdk (#18452)

This commit is contained in:
v-wuzhai 2024-01-30 01:49:59 -08:00 committed by GitHub
commit 822b7883e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 13 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.300-preview.24079.6">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24079.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57</Sha>
<Sha>017e5b1f62a040353b40e959597a2515eb6f7aa9</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24079.6">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24079.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57</Sha>
<Sha>017e5b1f62a040353b40e959597a2515eb6f7aa9</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24079.6">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24079.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57</Sha>
<Sha>017e5b1f62a040353b40e959597a2515eb6f7aa9</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24079.6">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24079.8">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57</Sha>
<Sha>017e5b1f62a040353b40e959597a2515eb6f7aa9</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>
@ -155,9 +155,9 @@
<Sha>3cd939f76803da435c20b082a5cfcc844386fcfb</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.10.0-preview-24076-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.10.0-preview-24076-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>e7a44d757e097eb17dcac5a8436645dc612fec4b</Sha>
<Sha>0d8d09e5c582526daeb4af0b52956c3290e424d1</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.10.0-preview.1.12" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>

View file

@ -85,9 +85,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24079.6</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24079.6</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24079.6</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.300-preview.24079.8</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.300-preview.24079.8</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.300-preview.24079.8</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>