Skip to content

Commit a11e0d6

Browse files
[release/9.0] Update dependencies from dotnet/arcade (#244)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 45b8786 commit a11e0d6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
<Sha>02fe27cd6a9b001c8feb7938e6ef4b3799745759</Sha>
1414
<SourceBuild RepoName="command-line-api" ManagedOnly="true" />
1515
</Dependency>
16-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25263.2">
16+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.25263.5">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>ac63dcf2791c32bf2102fd2b5ebb46479bd48a83</Sha>
18+
<Sha>93823d49ca01742464ad1c0b49ea940e693b1be3</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25263.2">
20+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.25263.5">
2121
<Uri>https://github.com/dotnet/arcade</Uri>
22-
<Sha>ac63dcf2791c32bf2102fd2b5ebb46479bd48a83</Sha>
22+
<Sha>93823d49ca01742464ad1c0b49ea940e693b1be3</Sha>
2323
</Dependency>
2424
<!-- Intermediate is necessary for source build. -->
25-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25263.2">
25+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.25263.5">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>ac63dcf2791c32bf2102fd2b5ebb46479bd48a83</Sha>
27+
<Sha>93823d49ca01742464ad1c0b49ea940e693b1be3</Sha>
2828
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2929
</Dependency>
3030
<!-- Intermediate is necessary for source build. -->

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"tools": {
3-
"dotnet": "9.0.105",
3+
"dotnet": "9.0.106",
44
"runtimes": {
55
"dotnet": [
66
"8.0.0",
@@ -10,6 +10,6 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25263.2"
13+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25263.5"
1414
}
1515
}

0 commit comments

Comments
 (0)