File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 4
4
<ProductDependencies >
5
5
</ProductDependencies >
6
6
<ToolsetDependencies >
7
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24172.4 " >
7
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 9.0.0-beta.24175.6 " >
8
8
<Uri >https://github.com/dotnet/arcade</Uri >
9
- <Sha >c936d1bc358744730613d8ce54bc3e0294e5ea56 </Sha >
9
+ <Sha >cd27fcf3c2b5c238acd3e8d1e85bb6ef6c205686 </Sha >
10
10
</Dependency >
11
- <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 9.0.0-beta.24172.4 " >
11
+ <Dependency Name =" Microsoft.DotNet.GenFacades" Version =" 9.0.0-beta.24175.6 " >
12
12
<Uri >https://github.com/dotnet/arcade</Uri >
13
- <Sha >c936d1bc358744730613d8ce54bc3e0294e5ea56 </Sha >
13
+ <Sha >cd27fcf3c2b5c238acd3e8d1e85bb6ef6c205686 </Sha >
14
14
</Dependency >
15
- <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.24172.4 " >
15
+ <Dependency Name =" Microsoft.DotNet.XUnitExtensions" Version =" 9.0.0-beta.24175.6 " >
16
16
<Uri >https://github.com/dotnet/arcade</Uri >
17
- <Sha >c936d1bc358744730613d8ce54bc3e0294e5ea56 </Sha >
17
+ <Sha >cd27fcf3c2b5c238acd3e8d1e85bb6ef6c205686 </Sha >
18
18
</Dependency >
19
19
</ToolsetDependencies >
20
20
</Dependencies >
Original file line number Diff line number Diff line change 18
18
</PropertyGroup >
19
19
<!-- Arcade dependencies -->
20
20
<PropertyGroup >
21
- <MicrosoftDotNetGenFacadesPackageVersion >9.0.0-beta.24172.4 </MicrosoftDotNetGenFacadesPackageVersion >
22
- <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.24172.4 </MicrosoftDotNetXUnitExtensionsPackageVersion >
21
+ <MicrosoftDotNetGenFacadesPackageVersion >9.0.0-beta.24175.6 </MicrosoftDotNetGenFacadesPackageVersion >
22
+ <MicrosoftDotNetXUnitExtensionsPackageVersion >9.0.0-beta.24175.6 </MicrosoftDotNetXUnitExtensionsPackageVersion >
23
23
</PropertyGroup >
24
24
<!-- CoreFx dependencies -->
25
25
<PropertyGroup >
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 14
14
"version" : " 9.0.100-preview.1.24101.2"
15
15
},
16
16
"msbuild-sdks" : {
17
- "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24172.4 " ,
17
+ "Microsoft.DotNet.Arcade.Sdk" : " 9.0.0-beta.24175.6 " ,
18
18
"Microsoft.DotNet.Helix.Sdk" : " 8.0.0-beta.23409.5"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments