Skip to content

Commit

Permalink
[release/6.0.4xx] Update dependencies from dotnet/arcade (#20137)
Browse files Browse the repository at this point in the history
[release/6.0.4xx] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] authored Oct 3, 2024
1 parent 16ddb92 commit e6574cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,19 +197,19 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="6.0.0-beta.24463.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>51df77c8fcd7893066f14eab382ef95c5faed6cf</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.CMake.Sdk" Version="6.0.0-beta.24463.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>51df77c8fcd7893066f14eab382ef95c5faed6cf</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.24459.5">
<Dependency Name="Microsoft.DotNet.Build.Tasks.Installers" Version="6.0.0-beta.24463.1">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>685008547318b269dbbb82cfc9ca968126301bbe</Sha>
<Sha>51df77c8fcd7893066f14eab382ef95c5faed6cf</Sha>
</Dependency>
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-reference-packages" Version="6.0.0-servicing.24266.3">
<Uri>https://github.com/dotnet/source-build-reference-packages</Uri>
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/arcade -->
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.24459.5</MicrosoftDotNetBuildTasksInstallersPackageVersion>
<MicrosoftDotNetBuildTasksInstallersPackageVersion>6.0.0-beta.24463.1</MicrosoftDotNetBuildTasksInstallersPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/winforms -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24459.5",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24459.5"
"Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24463.1",
"Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24463.1"
}
}

0 comments on commit e6574cc

Please sign in to comment.