Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/arcade (#2001)
Browse files Browse the repository at this point in the history
* Update dependencies from https://github.com/dotnet/arcade build 20231027.3

Microsoft.DotNet.Arcade.Sdk
 From Version 9.0.0-beta.23527.1 -> To Version 9.0.0-beta.23527.3

* Update Version.Details.xml

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Viktor Hofer <[email protected]>
  • Loading branch information
3 people authored Oct 27, 2023
1 parent 649db1d commit 3646b1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,14 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23527.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23527.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>30d512ae84149b306b6c160ed83dc433fc9f9cae</Sha>
<Sha>41cd1b7f72df41c8598a3be11d0dafbf98d4bc16</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23525.5" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
<Uri>https://github.com/dotnet/xliff-tasks</Uri>
<Sha>0140d3d4a520d602a0721422eb656b78f16b5fba</Sha>
<SourceBuild RepoName="xliff-tasks" ManagedOnly="true" />
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23527.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>41cd1b7f72df41c8598a3be11d0dafbf98d4bc16</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"dotnet": "9.0.100-alpha.1.23511.2"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23527.1"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23527.3"
}
}

0 comments on commit 3646b1c

Please sign in to comment.