Skip to content

Commit

Permalink
Merge pull request #7283 from dotnet/darc-main-48cb606f-8d2b-4812-a1a…
Browse files Browse the repository at this point in the history
…9-47369583985d

[main] Update dependencies from dotnet/arcade
  • Loading branch information
v-wuzhai committed Nov 16, 2023
2 parents e3d1b20 + bc9dc59 commit 32e0aea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23563.1">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.23564.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e</Sha>
<Sha>b1e52f70fee51ea06ca106d07aec876c68b7d113</Sha>
<SourceBuild RepoName="arcade" ManagedOnly="true" />
</Dependency>
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23563.1">
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.23564.3">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>e3fde0b990dea6fbb8d06574a136cf2d4a12bf4e</Sha>
<Sha>b1e52f70fee51ea06ca106d07aec876c68b7d113</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"tools": {
"dotnet": "8.0.100-rtm.23506.1",
"dotnet": "8.0.100",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppRefPackageVersion)"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23563.1"
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.23564.3"
}
}

0 comments on commit 32e0aea

Please sign in to comment.