This commit is contained in:
2022-11-01 14:14:42 -05:00
parent a2c0821c4b
commit 3c210b246e
43 changed files with 600 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"
}
]
}
}