[main] Update dependencies from dotnet/sdk (#17667)

[main] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 17.9.0-preview-23527-03 to 17.9.0-preview-23531-02 (parent: Microsoft.NET.Sdk)

 - Merge branch 'main' into darc-main-376d3967-1917-432c-a4ec-05ae6b1f7c1c
This commit is contained in:
dotnet-maestro[bot] 2023-10-31 17:48:09 +00:00 committed by GitHub
parent 502993f2fe
commit 1a06ce4f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 13 deletions

View file

@ -81,22 +81,22 @@
<Uri>https://github.com/dotnet/aspnetcore</Uri>
<Sha>c15938bb5f23fd3ad2374bde554a6b492a36ecde</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.23531.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="9.0.100-alpha.1.23531.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>da6285ecf8ca3d12761352a052e981591f6c1f38</Sha>
<Sha>a3128590d8846521c9709047f1e8c64d3ca02934</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.23531.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="9.0.100-alpha.1.23531.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>da6285ecf8ca3d12761352a052e981591f6c1f38</Sha>
<Sha>a3128590d8846521c9709047f1e8c64d3ca02934</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.23531.1">
<Dependency Name="Microsoft.NET.Sdk" Version="9.0.100-alpha.1.23531.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>da6285ecf8ca3d12761352a052e981591f6c1f38</Sha>
<Sha>a3128590d8846521c9709047f1e8c64d3ca02934</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.23531.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="9.0.100-alpha.1.23531.12">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>da6285ecf8ca3d12761352a052e981591f6c1f38</Sha>
<Sha>a3128590d8846521c9709047f1e8c64d3ca02934</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>
@ -151,9 +151,9 @@
<Sha>b6b82d4037a19f1c61e3390a4bfe2903e1b731b3</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.9.0-preview-23527-03" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.9.0-preview-23531-02" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>d3fa6693db77b6aad33ac934ca0a87f852f4cdf2</Sha>
<Sha>d5e157ae4e93efb560eec5777de0b6826c7491a4</Sha>
<SourceBuild RepoName="msbuild" ManagedOnly="true" />
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.9.0-preview.1.23" CoherentParentDependency="Microsoft.NET.Sdk">

View file

@ -84,9 +84,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.23531.1</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.23531.1</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.23531.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>9.0.100-alpha.1.23531.12</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>9.0.100-alpha.1.23531.12</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>9.0.100-alpha.1.23531.12</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>