mirror of
https://github.com/DosX-dev/Astral-PE
synced 2026-06-06 15:34:31 +00:00
1 line
698 B
Batchfile
1 line
698 B
Batchfile
dotnet publish /p:InvariantGlobalization=true /p:TargetFramework=net8.0 /p:ImplicitUsings=enable /p:PublishAot=true /p:OutputType=Exe /p:Nullable=enable /p:EnableUnsafeBinaryFormatterSerialization=false /p:TrimmerUnreferencedCodeAnalyzerEnabled=true /p:HttpActivityPropagationSupport=false /p:EnableUnsafeUTF7Encoding=false /p:ProduceReferenceAssembly=false /p:MetadataUpdaterSupport=false /p:UseSystemResourceKeys=true /p:UseNativeHttpHandler=true /p:TrimmerRemoveSymbols=true /p:EventSourceSupport=false /p:EnableTrimAnalyzer=true /p:StackTraceSupport=false /p:TrimmerSingleWarn=false /p:DebuggerSupport=false /p:DebugSymbols=false /p:DebugType=none /p:TrimMode=link /p:Optimize=true -o build_x64 |