Files
Electron.NET/ElectronNET.API/runtimeconfig.json
Daniel Gidman 6b0205467b Support for .NET 6
Also included is the ability to target a specific project in the `electronize build/start` command using /dotnet-project
2021-12-09 13:11:24 -06:00

7 lines
99 B
JSON
Executable File

{
"runtimeOptions": {
"configProperties": {
"System.Drawing.EnableUnixSupport": true
}
}
}