2023-10-24 02:41:55 +00:00
|
|
|
{
|
|
|
|
|
"runtimeOptions": {
|
|
|
|
|
"tfm": "net6.0",
|
|
|
|
|
"frameworks": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Microsoft.NETCore.App",
|
|
|
|
|
"version": "6.0.0"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Microsoft.WindowsDesktop.App",
|
|
|
|
|
"version": "6.0.0"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"additionalProbingPaths": [
|
2024-03-13 07:12:15 +00:00
|
|
|
"C:\\Users\\Chen\\.dotnet\\store\\|arch|\\|tfm|",
|
|
|
|
|
"C:\\Users\\Chen\\.nuget\\packages",
|
|
|
|
|
"D:\\Software\\IDE\\VisualStudio\\Shared\\NuGetPackages"
|
2023-10-24 02:41:55 +00:00
|
|
|
],
|
|
|
|
|
"configProperties": {
|
|
|
|
|
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|