Update project configuration to target .NET 6.0 and enable Windows Forms support

This commit is contained in:
vista-man
2025-01-27 19:01:52 +01:00
parent 718626c83c
commit c4b64f4b50
37 changed files with 309 additions and 25 deletions

View File

@@ -0,0 +1,23 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"Bankrekening/1.0.0": {
"runtime": {
"Bankrekening.dll": {}
}
}
}
},
"libraries": {
"Bankrekening/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}