Commit 0500fb3 1 parent de30f4d commit 0500fb3 Copy full SHA for 0500fb3
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Dependencies >
3
3
<ToolsetDependencies >
4
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24172.4 " >
4
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24175.6 " >
5
5
<Uri >https://github.com/dotnet/arcade</Uri >
6
- <Sha >c936d1bc358744730613d8ce54bc3e0294e5ea56 </Sha >
6
+ <Sha >cd27fcf3c2b5c238acd3e8d1e85bb6ef6c205686 </Sha >
7
7
</Dependency >
8
8
<Dependency Name =" Microsoft.DotNet.Arcade.Wpf.Sdk" Version =" 6.0.0-preview.5.21220.1" >
9
9
<Uri >https://github.com/dotnet/wpf</Uri >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ getNonPortableDistroRid()
20
20
# shellcheck disable=SC1091
21
21
if [ -e " ${rootfsDir} /etc/os-release" ]; then
22
22
. " ${rootfsDir} /etc/os-release"
23
- if [ " ${ID} " = " rhel" ] || [ " ${ID} " = " rocky" ] || [ " ${ID} " = " alpine" ]; then
23
+ if [ " ${ID} " = " rhel" ] || [ " ${ID} " = " rocky" ] || [ " ${ID} " = " alpine" ] || [ " ${ID} " = " ol " ] ; then
24
24
VERSION_ID=" ${VERSION_ID% .* } " # Remove the last version digit for these distros
25
25
fi
26
26
Original file line number Diff line number Diff line change 12
12
}
13
13
},
14
14
"msbuild-sdks" : {
15
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24172.4 " ,
15
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24175.6 " ,
16
16
"Microsoft.DotNet.Arcade.Wpf.Sdk" : " 6.0.0-alpha.1.21071.6" ,
17
17
"Microsoft.NET.Sdk.WindowsDesktop" : " 6.0.0-preview.6.21276.7"
18
18
},
You can’t perform that action at this time.
0 commit comments