Changed the structure so git root folder is also project root folder.

This commit is contained in:
2026-03-18 01:32:23 +01:00
parent cb5db8df2e
commit a3fb294e4b
120 changed files with 75 additions and 262 deletions

View File

@@ -0,0 +1,19 @@
{
"runtimeOptions": {
"tfm": "net10.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "10.0.0"
},
{
"name": "Microsoft.AspNetCore.App",
"version": "10.0.0"
}
],
"configProperties": {
"System.GC.Server": true,
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
}
}
}