[release/8.0.4xx] Update dependencies from dotnet/sdk (#19897)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-06-10 09:02:04 -07:00 committed by GitHub
parent a5c18cc366
commit df17c2c8c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 19 deletions

View file

@ -85,22 +85,22 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore</Uri>
<Sha>c9e3996173cec136bc2e9f3b4ec45f2a323b1d63</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.400-preview.24306.11">
<Dependency Name="Microsoft.DotNet.Common.ItemTemplates" Version="8.0.400-preview.24307.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>70bd519d390431c3419efa25834c4dbfd49f083c</Sha>
<Sha>c93343045aff25017f129375167caf8f38693087</Sha>
</Dependency>
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24306.11">
<Dependency Name="Microsoft.TemplateEngine.Cli" Version="8.0.400-preview.24307.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>70bd519d390431c3419efa25834c4dbfd49f083c</Sha>
<Sha>c93343045aff25017f129375167caf8f38693087</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24306.11">
<Dependency Name="Microsoft.NET.Sdk" Version="8.0.400-preview.24307.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>70bd519d390431c3419efa25834c4dbfd49f083c</Sha>
<Sha>c93343045aff25017f129375167caf8f38693087</Sha>
<SourceBuild RepoName="sdk" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24306.11">
<Dependency Name="Microsoft.DotNet.MSBuildSdkResolver" Version="8.0.400-preview.24307.14">
<Uri>https://github.com/dotnet/sdk</Uri>
<Sha>70bd519d390431c3419efa25834c4dbfd49f083c</Sha>
<Sha>c93343045aff25017f129375167caf8f38693087</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>
@ -150,18 +150,18 @@
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
<Sha>087e15321bb712ef6fe8b0ba6f8bd12facf92629</Sha>
</Dependency>
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24304.2" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.11.0-3.24306.10" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/roslyn</Uri>
<Sha>bc5ea08f3b4b150bd08b8ec1fe3bcafa5b683102</Sha>
<Sha>bcc2a181652894b74d241864c2ca3663de0e4d3a</Sha>
<SourceBuild RepoName="roslyn" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.Build" Version="17.11.0-preview-24304-04" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="Microsoft.Build" Version="17.11.0-preview-24306-01" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/dotnet/msbuild</Uri>
<Sha>9bea8026aad964cb36f3ec9d93bd95a941487690</Sha>
<Sha>b8e5cce93e2e664eaf470c0fed9f5b84b8591e1e</Sha>
</Dependency>
<Dependency Name="NuGet.Build.Tasks" Version="6.11.0-preview.2.86" CoherentParentDependency="Microsoft.NET.Sdk">
<Dependency Name="NuGet.Build.Tasks" Version="6.11.0-rc.87" CoherentParentDependency="Microsoft.NET.Sdk">
<Uri>https://github.com/nuget/nuget.client</Uri>
<Sha>e793b1c948be3ae2413bf48d6ed2b4231d4166a6</Sha>
<Sha>dc2e3b27170c779e3c01a7306504fb83cb4ef147</Sha>
<SourceBuildTarball RepoName="nuget-client" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.ApplicationInsights" Version="2.0.0">

View file

@ -78,16 +78,16 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/sdk -->
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24306.11</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24306.11</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24306.11</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftDotNetCommonItemTemplatesPackageVersion>8.0.400-preview.24307.14</MicrosoftDotNetCommonItemTemplatesPackageVersion>
<MicrosoftNETSdkPackageVersion>8.0.400-preview.24307.14</MicrosoftNETSdkPackageVersion>
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>8.0.400-preview.24307.14</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
<MicrosoftNETBuildExtensionsPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftNETBuildExtensionsPackageVersion>
<MicrosoftDotnetToolsetInternalPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetToolsetInternalPackageVersion>
<MicrosoftDotnetTemplateLocatorPackageVersion>$(MicrosoftNETSdkPackageVersion)</MicrosoftDotnetTemplateLocatorPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/roslyn -->
<MicrosoftNetCompilersToolsetPackageVersion>4.11.0-3.24304.2</MicrosoftNetCompilersToolsetPackageVersion>
<MicrosoftNetCompilersToolsetPackageVersion>4.11.0-3.24306.10</MicrosoftNetCompilersToolsetPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->
@ -120,7 +120,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/NuGet/NuGet.Client -->
<NuGetBuildTasksPackageVersion>6.11.0-preview.2.86</NuGetBuildTasksPackageVersion>
<NuGetBuildTasksPackageVersion>6.11.0-rc.87</NuGetBuildTasksPackageVersion>
</PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/deployment-tools -->
<PropertyGroup>