[release/8.0.1xx] Update dependencies from dotnet/sdk (#17240)

This commit is contained in:
v-wuzhai 2023-08-23 02:13:12 +00:00 committed by GitHub
commit f8a607b104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -85,22 +85,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>fe448a7958355091ea97ca19e7c93f517c4df8fa</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23422.3">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rc.2.23422.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0dd25f5e8b24c6642c43e880855cad726d2883ca</Sha>
<Sha>ae268e6d233c27118fc4425a881ee49b7de2a3b2</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23422.3">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rc.2.23422.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0dd25f5e8b24c6642c43e880855cad726d2883ca</Sha>
<Sha>ae268e6d233c27118fc4425a881ee49b7de2a3b2</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23422.3">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rc.2.23422.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0dd25f5e8b24c6642c43e880855cad726d2883ca</Sha>
<Sha>ae268e6d233c27118fc4425a881ee49b7de2a3b2</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23422.3">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rc.2.23422.20">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>0dd25f5e8b24c6642c43e880855cad726d2883ca</Sha>
<Sha>ae268e6d233c27118fc4425a881ee49b7de2a3b2</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

@ -84,9 +84,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23422.3</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23422.3</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23422.3</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rc.2.23422.20</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rc.2.23422.20</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rc.2.23422.20</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>