23 lines
586 B
JSON
23 lines
586 B
JSON
|
{
|
||
|
"runtimeOptions": {
|
||
|
"tfm": "net7.0",
|
||
|
"frameworks": [
|
||
|
{
|
||
|
"name": "Microsoft.NETCore.App",
|
||
|
"version": "7.0.0"
|
||
|
},
|
||
|
{
|
||
|
"name": "Microsoft.WindowsDesktop.App",
|
||
|
"version": "7.0.0"
|
||
|
}
|
||
|
],
|
||
|
"additionalProbingPaths": [
|
||
|
"C:\\Users\\user\\.dotnet\\store\\|arch|\\|tfm|",
|
||
|
"C:\\Users\\user\\.nuget\\packages",
|
||
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||
|
],
|
||
|
"configProperties": {
|
||
|
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
||
|
}
|
||
|
}
|
||
|
}
|