Skip to content

Commit a7c74cf

Browse files
[release/9.0.1xx] Update dependencies from dotnet/arcade (#7401)
* Update dependencies from https://github.com/dotnet/arcade build 20240829.5 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.24423.2 -> To Version 9.0.0-beta.24429.5 * msbuild /t:pack --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
1 parent 7db8666 commit a7c74cf

File tree

10 files changed

+9449
-8
lines changed

10 files changed

+9449
-8
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.24423.2">
22+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24429.5">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
24+
<Sha>d21db44e84b9038ea7b2add139adee2303d46800</Sha>
2525
</Dependency>
2626
<!-- Intermediate is necessary for source build. -->
27-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24423.2">
27+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24429.5">
2828
<Uri>https://github.com/dotnet/arcade</Uri>
29-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
29+
<Sha>d21db44e84b9038ea7b2add139adee2303d46800</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.24423.2">
37+
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="9.0.0-beta.24429.5">
3838
<Uri>https://github.com/dotnet/arcade</Uri>
39-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
39+
<Sha>d21db44e84b9038ea7b2add139adee2303d46800</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.24423.2"
21+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24429.5"
2222
}
2323
}

0 commit comments

Comments
 (0)