Skip to content

Commit 87f7ba0

Browse files
authored
Merge pull request #7427 from dotnet/darc-release/9.0.1xx-b7dee99a-7169-4d5d-88fe-414440885881
[release/9.0.1xx] Update dependencies from dotnet/arcade
2 parents 2595aeb + 6bb2e01 commit 87f7ba0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

eng/Version.Details.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
</Dependency>
2020
</ProductDependencies>
2121
<ToolsetDependencies>
22-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24466.2">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24473.1">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
24+
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24466.2">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24473.1">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
29+
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
3030
<SourceBuild RepoName="arcade" ManagedOnly="true" />
3131
</Dependency>
3232
<!-- Used in repo tooling. Not updated automatically -->
3333
<Dependency Name="System.Composition" Version="8.0.0-preview.4.23259.5">
3434
<Uri>https://github.com/dotnet/runtime</Uri>
3535
<Sha>84a3d0e37e8f22b0b55f8bf932cb788b2bdd728f</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24466.2">
37+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24473.1">
3838
<Uri>https://github.com/dotnet/arcade</Uri>
39-
<Sha>04b9022eba9c184a8036328af513c22e6949e8b6</Sha>
39+
<Sha>1230437de1ab7b3e15fe7cdfe7ffce2f65449959</Sha>
4040
</Dependency>
4141
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="4.5.0">
4242
<Uri>https://github.com/dotnet/roslyn</Uri>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"rollForward": "patch"
1919
},
2020
"msbuild-sdks": {
21-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24466.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24473.1"
2222
}
2323
}

0 commit comments

Comments
 (0)