mirror of
https://github.com/DosX-dev/Astral-PE
synced 2026-06-06 15:34:31 +00:00
2 lines
705 B
Batchfile
2 lines
705 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=false /p:EventSourceSupport=false /p:EnableTrimAnalyzer=true /p:StackTraceSupport=true /p:TrimmerSingleWarn=false /p:DebuggerSupport=true /p:DebugSymbols=true /p:DebugType=full /p:TrimMode=copyused /p:Optimize=true -o build_x64_dbg
|