You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
604 B
23 lines
604 B
{
|
|
"runtimeOptions": {
|
|
"tfm": "net6.0",
|
|
"frameworks": [
|
|
{
|
|
"name": "Microsoft.NETCore.App",
|
|
"version": "6.0.0"
|
|
},
|
|
{
|
|
"name": "Microsoft.WindowsDesktop.App",
|
|
"version": "6.0.0"
|
|
}
|
|
],
|
|
"additionalProbingPaths": [
|
|
"C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|",
|
|
"C:\\Users\\Administrator\\.nuget\\packages",
|
|
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
|
],
|
|
"configProperties": {
|
|
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
|
}
|
|
}
|
|
} |