Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/C#/WPFProject/bin/Debug/net6.0-windows/WPFProject.runtimeconfig.json
2022-09-04 12:45:01 +02:00

15 lines
278 B
JSON

{
"runtimeOptions": {
"tfm": "net6.0",
"frameworks": [
{
"name": "Microsoft.NETCore.App",
"version": "6.0.0-rc.2.21480.5"
},
{
"name": "Microsoft.WindowsDesktop.App",
"version": "6.0.0-rc.2.21501.6"
}
]
}
}