diff --git a/LanternExtractor/LanternExtractor.csproj b/LanternExtractor/LanternExtractor.csproj index 46e310a..c41337e 100644 --- a/LanternExtractor/LanternExtractor.csproj +++ b/LanternExtractor/LanternExtractor.csproj @@ -1,15 +1,22 @@ - + Exe net6.0 true true - win-x64 - true true - true 7 false + CA1416 + + + true + + + $([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture) + win-$(Arch.ToLower()) + linux-$(Arch.ToLower()) + osx-$(Arch.ToLower())