File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
<ProductDependencies >
4
4
</ProductDependencies >
5
5
<ToolsetDependencies >
6
- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25076.1 " >
6
+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 10.0.0-beta.25080.7 " >
7
7
<Uri >https://github.com/dotnet/arcade</Uri >
8
- <Sha >fe17712bedb95a55d5af00c5191772c81393745f </Sha >
8
+ <Sha >bbea86c614fcf4380c58c80eacd279a0b8305a79 </Sha >
9
9
</Dependency >
10
- <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25076.1 " >
10
+ <Dependency Name =" Microsoft.DotNet.Build.Tasks.Packaging" Version =" 10.0.0-beta.25080.7 " >
11
11
<Uri >https://github.com/dotnet/arcade</Uri >
12
- <Sha >fe17712bedb95a55d5af00c5191772c81393745f </Sha >
12
+ <Sha >bbea86c614fcf4380c58c80eacd279a0b8305a79 </Sha >
13
13
</Dependency >
14
14
</ToolsetDependencies >
15
15
</Dependencies >
Original file line number Diff line number Diff line change 6
6
<PreReleaseVersionIteration >1</PreReleaseVersionIteration >
7
7
</PropertyGroup >
8
8
<PropertyGroup >
9
- <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25076.1 </MicrosoftDotNetBuildTasksPackagingVersion >
9
+ <MicrosoftDotNetBuildTasksPackagingVersion >10.0.0-beta.25080.7 </MicrosoftDotNetBuildTasksPackagingVersion >
10
10
</PropertyGroup >
11
11
<PropertyGroup >
12
12
<PythonHexVersion >0x030B04F0</PythonHexVersion >
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ case "$os" in
24
24
apt update
25
25
26
26
apt install -y build-essential gettext locales cmake llvm clang lld lldb liblldb-dev libunwind8-dev libicu-dev liblttng-ust-dev \
27
- libssl-dev libkrb5-dev zlib1g-dev pigz cpio
27
+ libssl-dev libkrb5-dev pigz cpio
28
28
29
29
localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
30
30
elif [ " $ID " = " fedora" ] || [ " $ID " = " rhel" ]; then
31
- dnf install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel zlib-devel lttng-ust-devel pigz cpio
31
+ dnf install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio
32
32
elif [ " $ID " = " alpine" ]; then
33
- apk add build-base cmake bash curl clang llvm-dev lld lldb krb5-dev lttng-ust-dev icu-dev zlib-dev openssl-dev pigz cpio
33
+ apk add build-base cmake bash curl clang llvm-dev lld lldb krb5-dev lttng-ust-dev icu-dev openssl-dev pigz cpio
34
34
else
35
35
echo " Unsupported distro. distro: $ID "
36
36
exit 1
Original file line number Diff line number Diff line change 1
1
{
2
2
"tools" : {
3
- "dotnet" : " 10.0.100-alpha.1.25074 .2"
3
+ "dotnet" : " 10.0.100-alpha.1.25077 .2"
4
4
},
5
5
"msbuild-sdks" : {
6
- "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25076.1 " ,
6
+ "Microsoft.DotNet.Arcade.Sdk" : " 10.0.0-beta.25080.7 " ,
7
7
"Microsoft.Build.NoTargets" : " 3.5.0" ,
8
8
"Microsoft.Build.Traversal" : " 3.4.0"
9
9
}
You can’t perform that action at this time.
0 commit comments