This commit is contained in:
2025-06-27 12:47:13 +03:00
commit 5f7a071fc8
44 changed files with 1074 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0"
}
]
}
}