Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#7954)
Browse files Browse the repository at this point in the history
[main] Update dependencies from dotnet/arcade
  • Loading branch information
dotnet-maestro[bot] committed May 13, 2024
1 parent fb0973a commit a78c4f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24258.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24260.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a62b4639193b96a1a848ccddaf9fe421c3d3f21b</Sha>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24258.1">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24260.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a62b4639193b96a1a848ccddaf9fe421c3d3f21b</Sha>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
</Dependency>
<!-- Intermediate is necessary for source build. -->
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24258.1">
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24260.2">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>a62b4639193b96a1a848ccddaf9fe421c3d3f21b</Sha>
<Sha>480401b003bfd2eb989c315da5d6b99ad13a968c</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
</ToolsetDependencies>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24258.1"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24260.2"
}
}

0 comments on commit a78c4f5

Please sign in to comment.