Skip to content

Commit 7b9ea81

Browse files
Merge pull request #9544 from dotnet/darc-main-52f1cdf3-f7db-4cfd-90b7-47c8986fd6d8
[main] Update dependencies from dotnet/arcade
2 parents 0ff1f28 + 1a28610 commit 7b9ea81

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -165,25 +165,25 @@
165165
</Dependency>
166166
</ProductDependencies>
167167
<ToolsetDependencies>
168-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24405.1">
168+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24408.1">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>2c829550b968e29389ce8392244da2b006d71301</Sha>
170+
<Sha>610e251fc34686333b98188320ca1eecd7e6af6c</Sha>
171171
</Dependency>
172-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24405.1">
172+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24408.1">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174-
<Sha>2c829550b968e29389ce8392244da2b006d71301</Sha>
174+
<Sha>610e251fc34686333b98188320ca1eecd7e6af6c</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24405.1">
176+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24408.1">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>2c829550b968e29389ce8392244da2b006d71301</Sha>
178+
<Sha>610e251fc34686333b98188320ca1eecd7e6af6c</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
181181
<Uri>https://github.com/dotnet/arcade</Uri>
182182
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
183183
</Dependency>
184-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24405.1">
184+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24408.1">
185185
<Uri>https://github.com/dotnet/arcade</Uri>
186-
<Sha>2c829550b968e29389ce8392244da2b006d71301</Sha>
186+
<Sha>610e251fc34686333b98188320ca1eecd7e6af6c</Sha>
187187
</Dependency>
188188
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
189189
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<!-- Packages that come from https://github.com/dotnet/arcade -->
5252
<PropertyGroup>
5353
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
54-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24405.1</MicrosoftDotNetCodeAnalysisPackageVersion>
54+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24408.1</MicrosoftDotNetCodeAnalysisPackageVersion>
5555
</PropertyGroup>
5656
<!-- Sourcelink -->
5757
<PropertyGroup>

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24405.1",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24405.1"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24408.1",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24408.1"
1717
},
1818
"sdk": {
1919
"version": "9.0.100-preview.6.24328.19"

0 commit comments

Comments
 (0)