AOC_2022/1/adventofcode1/bin/Debug/net6.0-windows/adventofcode1.runtimeconfig.json
2022-12-03 02:49:05 +01:00

15 lines
266 B
JSON

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