Build for Windows, MacOs and Linux (#11)

* macosx build
* update to .net8 and newest nugets
* added context menu to file list
* update version number
This commit is contained in:
2025-03-13 03:04:42 +01:00
committed by GitHub
parent d405677420
commit f12b12a82c
36 changed files with 590 additions and 30 deletions

7
global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestFeature",
"allowPrerelease": false
}
}