Skip to content

Commit 407c0f2

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20240826.3
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.24423.2 -> To Version 9.0.0-beta.24426.3
1 parent d3e257f commit 407c0f2

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
@@ -122,14 +122,14 @@
122122
</Dependency>
123123
</ProductDependencies>
124124
<ToolsetDependencies>
125-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24423.2">
125+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24426.3">
126126
<Uri>https://github.com/dotnet/arcade</Uri>
127-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
127+
<Sha>e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4</Sha>
128128
</Dependency>
129129
<!-- Intermediate is necessary for source build. -->
130-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24423.2">
130+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="9.0.0-beta.24426.3">
131131
<Uri>https://github.com/dotnet/arcade</Uri>
132-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
132+
<Sha>e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4</Sha>
133133
<SourceBuild RepoName="arcade" ManagedOnly="true" />
134134
</Dependency>
135135
<Dependency Name="Microsoft.DotNet.XliffTasks" Version="1.0.0-beta.23475.1" CoherentParentDependency="Microsoft.DotNet.Arcade.Sdk">
@@ -156,9 +156,9 @@
156156
<Uri>https://github.com/dotnet/roslyn</Uri>
157157
<Sha>5d10d428050c0d6afef30a072c4ae68776621877</Sha>
158158
</Dependency>
159-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24423.2">
159+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24426.3">
160160
<Uri>https://github.com/dotnet/arcade</Uri>
161-
<Sha>91599268652b51969b8d8088d4f2f2ba7b3ebb19</Sha>
161+
<Sha>e3bdd9a0f2a65fe037ba1adb2261eea48a840fa4</Sha>
162162
</Dependency>
163163
<Dependency Name="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0-preview.23468.1">
164164
<Uri>https://github.com/dotnet/roslyn-analyzers</Uri>

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
}
1212
},
1313
"msbuild-sdks": {
14-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24423.2",
15-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24423.2",
14+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24426.3",
15+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24426.3",
1616
"Microsoft.Build.Traversal": "3.4.0"
1717
}
1818
}

0 commit comments

Comments
 (0)