Skip to content

Commit d2a7b7a

Browse files
Update dependencies from https://github.com/dotnet/arcade build (#8959)
[main] Update dependencies from dotnet/arcade
1 parent d51a66a commit d2a7b7a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

eng/Version.Details.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -157,25 +157,25 @@
157157
</Dependency>
158158
</ProductDependencies>
159159
<ToolsetDependencies>
160-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24172.4">
160+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="9.0.0-beta.24175.6">
161161
<Uri>https://github.com/dotnet/arcade</Uri>
162-
<Sha>c936d1bc358744730613d8ce54bc3e0294e5ea56</Sha>
162+
<Sha>cd27fcf3c2b5c238acd3e8d1e85bb6ef6c205686</Sha>
163163
</Dependency>
164-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24172.4">
164+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="9.0.0-beta.24175.6">
165165
<Uri>https://github.com/dotnet/arcade</Uri>
166-
<Sha>c936d1bc358744730613d8ce54bc3e0294e5ea56</Sha>
166+
<Sha>cd27fcf3c2b5c238acd3e8d1e85bb6ef6c205686</Sha>
167167
</Dependency>
168-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24172.4">
168+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="9.0.0-beta.24175.6">
169169
<Uri>https://github.com/dotnet/arcade</Uri>
170-
<Sha>c936d1bc358744730613d8ce54bc3e0294e5ea56</Sha>
170+
<Sha>cd27fcf3c2b5c238acd3e8d1e85bb6ef6c205686</Sha>
171171
</Dependency>
172172
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="9.0.0-beta.24053.1">
173173
<Uri>https://github.com/dotnet/arcade</Uri>
174174
<Sha>f4e11a15c7b8a949d4a366e792a9843ff6e88cd5</Sha>
175175
</Dependency>
176-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24172.4">
176+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="9.0.0-beta.24175.6">
177177
<Uri>https://github.com/dotnet/arcade</Uri>
178-
<Sha>c936d1bc358744730613d8ce54bc3e0294e5ea56</Sha>
178+
<Sha>cd27fcf3c2b5c238acd3e8d1e85bb6ef6c205686</Sha>
179179
</Dependency>
180180
<Dependency Name="Microsoft.SourceLink.AzureRepos.Git" Version="8.0.0-beta.23409.2">
181181
<Uri>https://github.com/dotnet/sourcelink</Uri>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<!-- Packages that come from https://github.com/dotnet/arcade -->
5050
<PropertyGroup>
5151
<MicrosoftDotNetApiCompatVersion>9.0.0-beta.24053.1</MicrosoftDotNetApiCompatVersion>
52-
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24172.4</MicrosoftDotNetCodeAnalysisPackageVersion>
52+
<MicrosoftDotNetCodeAnalysisPackageVersion>9.0.0-beta.24175.6</MicrosoftDotNetCodeAnalysisPackageVersion>
5353
</PropertyGroup>
5454
<!-- Sourcelink -->
5555
<PropertyGroup>

eng/common/native/init-distro-rid.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ getNonPortableDistroRid()
2020
# shellcheck disable=SC1091
2121
if [ -e "${rootfsDir}/etc/os-release" ]; then
2222
. "${rootfsDir}/etc/os-release"
23-
if [ "${ID}" = "rhel" ] || [ "${ID}" = "rocky" ] || [ "${ID}" = "alpine" ]; then
23+
if [ "${ID}" = "rhel" ] || [ "${ID}" = "rocky" ] || [ "${ID}" = "alpine" ] || [ "${ID}" = "ol" ]; then
2424
VERSION_ID="${VERSION_ID%.*}" # Remove the last version digit for these distros
2525
fi
2626

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.24172.4",
16-
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24172.4"
15+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24175.6",
16+
"Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24175.6"
1717
},
1818
"sdk": {
1919
"version": "9.0.100-preview.1.24101.2"

0 commit comments

Comments
 (0)