1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| {
| "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
| }
| }
| }
|
|