33# Copyright (c) Granulate. All rights reserved.
44# Licensed under the AGPL3 License. See LICENSE.md in the project root for license information.
55#
6- # set -euo pipefail
6+ set -euo pipefail
77
88declare -a deps=(" libclrjit.so"
99 " libhostpolicy.so"
10- " libcoreclr.so"
10+ " libcoreclr.so"
1111 " libSystem.Native.so"
1212 " Microsoft.CSharp.dll"
1313 " Microsoft.NETCore.App.deps.json"
@@ -34,22 +34,22 @@ declare -a deps=("libclrjit.so"
3434 " System.Linq.Expressions.dll"
3535 " System.Memory.dll"
3636 " System.Private.CoreLib.dll"
37- " System.Private.Uri.dll"
37+ " System.Private.Uri.dll"
3838 " System.Runtime.dll"
3939 " System.Runtime.Extensions.dll"
40- " System.Runtime.InteropServices.dll"
41- " System.Runtime.InteropServices.RuntimeInformation.dll"
40+ " System.Runtime.InteropServices.dll"
41+ " System.Runtime.InteropServices.RuntimeInformation.dll"
4242 " System.Text.RegularExpressions.dll"
43- " System.Threading.Channels.dll"
43+ " System.Threading.Channels.dll"
4444 " System.Threading.dll"
45- " System.Threading.Overlapped.dll"
46- " System.Threading.Tasks.dll"
45+ " System.Threading.Overlapped.dll"
46+ " System.Threading.Tasks.dll"
4747 " System.Threading.Thread.dll"
4848 " System.Threading.ThreadPool.dll"
49- " System.IO.Pipes.dll"
50- " System.Net.Sockets.dll"
51- " System.Net.Primitives.dll"
52- " System.Security.Principal.dll"
49+ " System.IO.Pipes.dll"
50+ " System.Net.Sockets.dll"
51+ " System.Net.Primitives.dll"
52+ " System.Security.Principal.dll"
5353 " System.IO.dll"
5454 " System.Security.Cryptography.Algorithms.dll"
5555 " System.Security.Cryptography.Primitives.dll"
@@ -65,5 +65,3 @@ for i in "${deps[@]}"
6565do
6666 cp " /usr/share/dotnet/shared/Microsoft.NETCore.App/6.0.7/$i " " /tmp/dotnet/deps/$i "
6767done
68-
69-
0 commit comments