mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-16 05:36:34 +00:00
Support for .NET 6
Also included is the ability to target a specific project in the `electronize build/start` command using /dotnet-project
This commit is contained in:
7
ElectronNET.API/runtimeconfig.json
Executable file
7
ElectronNET.API/runtimeconfig.json
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"configProperties": {
|
||||
"System.Drawing.EnableUnixSupport": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user