[release/7.0.3xx] Update dependencies from dotnet/arcade (#19776)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2024-05-19 21:38:08 -07:00 committed by GitHub
parent 414fa9d373
commit 3fc0c013b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -192,18 +192,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24212.2">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="7.0.0-beta.24266.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ace2922d5d1ecf83ec52ccc09324cfd325dcc233</Sha>
<Sha>4c7a2a3a3a23698ba4ce15cf9a98560c654483b6</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.24212.2">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="7.0.0-beta.24266.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ace2922d5d1ecf83ec52ccc09324cfd325dcc233</Sha>
<Sha>4c7a2a3a3a23698ba4ce15cf9a98560c654483b6</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.24212.2">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="7.0.0-beta.24266.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>ace2922d5d1ecf83ec52ccc09324cfd325dcc233</Sha>
<Sha>4c7a2a3a3a23698ba4ce15cf9a98560c654483b6</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="7.0.0-alpha.1.24172.7">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>

View file

@ -33,7 +33,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.24212.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>7.0.0-beta.24266.2</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->

View file

@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24212.2",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.24212.2"
"Microsoft.DotNet.Arcade.Sdk": "7.0.0-beta.24266.2",
"Microsoft.DotNet.CMake.Sdk": "7.0.0-beta.24266.2"
}
}