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:
Daniel Gidman
2021-12-09 13:11:24 -06:00
parent c2a8c627b9
commit 6b0205467b
13 changed files with 127 additions and 40 deletions

View File

@@ -0,0 +1,7 @@
{
"runtimeOptions": {
"configProperties": {
"System.Drawing.EnableUnixSupport": true
}
}
}