diff --git a/ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj b/ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj index 1c5e891c9..1dae22303 100644 --- a/ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj +++ b/ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj @@ -2,7 +2,9 @@ net10.0 - + + win-x64;win-arm64;linux-x64;osx-arm64 + True ..\ICSharpCode.Decompiler\ICSharpCode.Decompiler.snk diff --git a/ICSharpCode.BamlDecompiler/packages.lock.json b/ICSharpCode.BamlDecompiler/packages.lock.json index d66d5645e..40db6ac5d 100644 --- a/ICSharpCode.BamlDecompiler/packages.lock.json +++ b/ICSharpCode.BamlDecompiler/packages.lock.json @@ -33,6 +33,10 @@ "resolved": "10.0.8", "contentHash": "Ap8JPUYLRnwQPk/rpyhxSoD+55/a7zJfZsmSD0maudVJT9p/xR+xegyT8gQIwh1XMC/lRowQJM06EdQ0dfiMkA==" } - } + }, + "net10.0/linux-x64": {}, + "net10.0/osx-arm64": {}, + "net10.0/win-arm64": {}, + "net10.0/win-x64": {} } } \ No newline at end of file diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj index b09b61544..02b2682a1 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj @@ -3,6 +3,10 @@ netstandard2.0 + + win-x64;win-arm64;linux-x64;osx-arm64 ICSharpCode.Decompiler 8.0.0.0-noversion diff --git a/ICSharpCode.Decompiler/packages.lock.json b/ICSharpCode.Decompiler/packages.lock.json index bfbd9a60c..57dd2fff6 100644 --- a/ICSharpCode.Decompiler/packages.lock.json +++ b/ICSharpCode.Decompiler/packages.lock.json @@ -112,6 +112,10 @@ "resolved": "6.1.2", "contentHash": "2hBr6zdbIBTDE3EhK7NSVNdX58uTK6iHW/P/Axmm9sl1xoGSLqDvMtpecn226TNwHByFokYwJmt/aQQNlO5CRw==" } - } + }, + ".NETStandard,Version=v2.0/linux-x64": {}, + ".NETStandard,Version=v2.0/osx-arm64": {}, + ".NETStandard,Version=v2.0/win-arm64": {}, + ".NETStandard,Version=v2.0/win-x64": {} } } \ No newline at end of file diff --git a/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj b/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj index 5bd3e7f9c..8ff1df220 100644 --- a/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj +++ b/ICSharpCode.ILSpyX/ICSharpCode.ILSpyX.csproj @@ -2,6 +2,8 @@ net10.0 + + win-x64;win-arm64;linux-x64;osx-arm64 enable true nullable diff --git a/ICSharpCode.ILSpyX/packages.lock.json b/ICSharpCode.ILSpyX/packages.lock.json index 27ae0ba60..2b686bf99 100644 --- a/ICSharpCode.ILSpyX/packages.lock.json +++ b/ICSharpCode.ILSpyX/packages.lock.json @@ -86,6 +86,10 @@ "resolved": "10.0.8", "contentHash": "rvMGYko6bcE/ZTpj1Q/EM22rcZNiQyjH+71capjjfmqG+DDncVE4kSaE5ysCv2vEFIHt8+zALWYXgIETFvcFzw==" } - } + }, + "net10.0/linux-x64": {}, + "net10.0/osx-arm64": {}, + "net10.0/win-arm64": {}, + "net10.0/win-x64": {} } } \ No newline at end of file