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

[release/8.0.1xx] Update dependencies from dotnet/sdk
This commit is contained in:
dotnet-maestro[bot] 2023-10-13 14:44:09 +00:00 committed by GitHub
parent cbfd87357c
commit 387484919a
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>4605c50d7c12decfb00fcec71ee5f50b9ace2741</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rtm.23512.26">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.100-rtm.23512.35">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4930b20c1e29648f6e7415acc88d6c0e38fbe16b</Sha>
<Sha>107b1082338d2ad7eb85b826959b49f00dd5a28b</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rtm.23512.26">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.100-rtm.23512.35">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4930b20c1e29648f6e7415acc88d6c0e38fbe16b</Sha>
<Sha>107b1082338d2ad7eb85b826959b49f00dd5a28b</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rtm.23512.26">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.100-rtm.23512.35">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4930b20c1e29648f6e7415acc88d6c0e38fbe16b</Sha>
<Sha>107b1082338d2ad7eb85b826959b49f00dd5a28b</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rtm.23512.26">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.100-rtm.23512.35">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>4930b20c1e29648f6e7415acc88d6c0e38fbe16b</Sha>
<Sha>107b1082338d2ad7eb85b826959b49f00dd5a28b</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

@ -85,9 +85,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rtm.23512.26</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rtm.23512.26</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rtm.23512.26</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.100-rtm.23512.35</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.100-rtm.23512.35</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.100-rtm.23512.35</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>