.Net_Test/MSTest_VSCode/MyTestProject/bin/Debug/net7.0/MyTestProject.runtimeconfig.json

9 lines
139 B
JSON
Raw Normal View History

2023-08-23 06:47:27 +00:00
{
"runtimeOptions": {
"tfm": "net7.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "7.0.0"
}
}
}