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

[release/8.0.3xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Build: from 17.10.2 to 17.10.3 (parent: Microsoft.NET.Sdk)
This commit is contained in:
dotnet-maestro[bot] 2024-04-16 19:55:16 +00:00 committed by GitHub
parent 7049dd83d0
commit 271f40ea71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 14 deletions

View file

@ -15,7 +15,7 @@
<!-- Begin: Package sources from dotnet-windowsdesktop -->
<!-- End: Package sources from dotnet-windowsdesktop -->
<!-- Begin: Package sources from DotNet-msbuild-Trusted -->
<add key="darc-pub-DotNet-msbuild-Trusted-d08d5e4" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-d08d5e41/nuget/v3/index.json" />
<add key="darc-pub-DotNet-msbuild-Trusted-fc97b2d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-DotNet-msbuild-Trusted-fc97b2d1/nuget/v3/index.json" />
<!-- End: Package sources from DotNet-msbuild-Trusted -->
<!-- Begin: Package sources from dotnet-runtime -->
<!-- End: Package sources from dotnet-runtime -->

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.300-preview.24214.1">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.300-preview.24216.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e79b11b8c2a258d32e8b0cd09166c0475c486715</Sha>
<Sha>852d18c6c97580c035b6ba5faa6acce15cfdc611</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24214.1">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.300-preview.24216.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e79b11b8c2a258d32e8b0cd09166c0475c486715</Sha>
<Sha>852d18c6c97580c035b6ba5faa6acce15cfdc611</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24214.1">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.300-preview.24216.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e79b11b8c2a258d32e8b0cd09166c0475c486715</Sha>
<Sha>852d18c6c97580c035b6ba5faa6acce15cfdc611</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24214.1">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.300-preview.24216.6">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>e79b11b8c2a258d32e8b0cd09166c0475c486715</Sha>
<Sha>852d18c6c97580c035b6ba5faa6acce15cfdc611</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>0b1fefc344701f2669b2190fbfda5ca588083605</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.10.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.10.3" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>d08d5e4155f737845380a75b3cfcb68b5a9f05c5</Sha>
<Sha>fc97b2d1f7c2309d0069dfbd4ab73e4779ad6989</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.10.0-preview.2.97" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>

View file

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