Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#14837)
Browse files Browse the repository at this point in the history
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
  • Loading branch information
dotnet-maestro[bot] and dotnet-maestro[bot] authored Jun 12, 2024
1 parent ef3e671 commit a7f9929
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<Uri>https://github.com/dotnet/templating</Uri>
<Sha>d829fc2f45e4cd99e62d636466e56044218ac7aa</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24311.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24311.10">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>11f7d1ae1a87b5d8c469fa00f22a184d2f5d1319</Sha>
<Sha>ef3e671d0a92f5e7ebef53cd15b44b33dd04ef25</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24311.1">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24311.10">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>11f7d1ae1a87b5d8c469fa00f22a184d2f5d1319</Sha>
<Sha>ef3e671d0a92f5e7ebef53cd15b44b33dd04ef25</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Maestro.Client" Version="1.1.0-beta.24311.5">
<Uri>https://github.com/dotnet/arcade-services</Uri>
Expand Down Expand Up @@ -124,9 +124,9 @@
<Sha>39aef81ec6cffa06da9964b46d4b9e3bf2fc9979</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24311.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24311.10">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>11f7d1ae1a87b5d8c469fa00f22a184d2f5d1319</Sha>
<Sha>ef3e671d0a92f5e7ebef53cd15b44b33dd04ef25</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<!-- Intermediate is necessary for source build. -->
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dotnet": "9.0.100-preview.4.24267.66"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24311.1",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24311.1",
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24311.10",
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24311.10",
"Microsoft.Build.NoTargets": "3.7.0"
}
}

0 comments on commit a7f9929

Please sign in to comment.