|
1 | 1 | {
|
2 | 2 | "format": 1,
|
3 | 3 | "restore": {
|
4 |
| - "C:\\Pessoal\\design-patterns\\Adapter\\Adapter.csproj": {} |
| 4 | + "/home/jcmdsbr/workspaces/github/aspnetcore-design-patterns/Adapter/Adapter.csproj": {} |
5 | 5 | },
|
6 | 6 | "projects": {
|
7 |
| - "C:\\Pessoal\\design-patterns\\Adapter\\Adapter.csproj": { |
| 7 | + "/home/jcmdsbr/workspaces/github/aspnetcore-design-patterns/Adapter/Adapter.csproj": { |
8 | 8 | "version": "1.0.0",
|
9 | 9 | "restore": {
|
10 |
| - "projectUniqueName": "C:\\Pessoal\\design-patterns\\Adapter\\Adapter.csproj", |
| 10 | + "projectUniqueName": "/home/jcmdsbr/workspaces/github/aspnetcore-design-patterns/Adapter/Adapter.csproj", |
11 | 11 | "projectName": "Adapter",
|
12 |
| - "projectPath": "C:\\Pessoal\\design-patterns\\Adapter\\Adapter.csproj", |
13 |
| - "packagesPath": "C:\\Users\\jean.moreira\\.nuget\\packages\\", |
14 |
| - "outputPath": "C:\\Pessoal\\design-patterns\\Adapter\\obj\\", |
| 12 | + "projectPath": "/home/jcmdsbr/workspaces/github/aspnetcore-design-patterns/Adapter/Adapter.csproj", |
| 13 | + "packagesPath": "/home/jcmdsbr/.nuget/packages/", |
| 14 | + "outputPath": "/home/jcmdsbr/workspaces/github/aspnetcore-design-patterns/Adapter/obj/", |
15 | 15 | "projectStyle": "PackageReference",
|
16 | 16 | "fallbackFolders": [
|
17 |
| - "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| 17 | + "/usr/share/dotnet/sdk/NuGetFallbackFolder" |
18 | 18 | ],
|
19 | 19 | "configFilePaths": [
|
20 |
| - "C:\\Users\\jean.moreira\\AppData\\Roaming\\NuGet\\NuGet.Config", |
21 |
| - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
| 20 | + "/home/jcmdsbr/.nuget/NuGet/NuGet.Config" |
22 | 21 | ],
|
23 | 22 | "originalTargetFrameworks": [
|
24 |
| - "netcoreapp2.2" |
| 23 | + "net5.0" |
25 | 24 | ],
|
26 | 25 | "sources": {
|
27 |
| - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
28 | 26 | "https://api.nuget.org/v3/index.json": {}
|
29 | 27 | },
|
30 | 28 | "frameworks": {
|
31 |
| - "netcoreapp2.2": { |
| 29 | + "net5.0": { |
| 30 | + "targetAlias": "net5.0", |
32 | 31 | "projectReferences": {}
|
33 | 32 | }
|
34 | 33 | },
|
|
39 | 38 | }
|
40 | 39 | },
|
41 | 40 | "frameworks": {
|
42 |
| - "netcoreapp2.2": { |
| 41 | + "net5.0": { |
| 42 | + "targetAlias": "net5.0", |
43 | 43 | "dependencies": {
|
44 |
| - "Microsoft.NETCore.App": { |
45 |
| - "suppressParent": "All", |
46 |
| - "target": "Package", |
47 |
| - "version": "[2.2.0, )", |
48 |
| - "autoReferenced": true |
49 |
| - }, |
50 | 44 | "morelinq": {
|
51 | 45 | "target": "Package",
|
52 | 46 | "version": "[3.1.1, )"
|
53 | 47 | }
|
54 | 48 | },
|
55 | 49 | "imports": [
|
56 |
| - "net461" |
| 50 | + "net461", |
| 51 | + "net462", |
| 52 | + "net47", |
| 53 | + "net471", |
| 54 | + "net472", |
| 55 | + "net48" |
57 | 56 | ],
|
58 | 57 | "assetTargetFallback": true,
|
59 |
| - "warn": true |
| 58 | + "warn": true, |
| 59 | + "frameworkReferences": { |
| 60 | + "Microsoft.NETCore.App": { |
| 61 | + "privateAssets": "all" |
| 62 | + } |
| 63 | + }, |
| 64 | + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.201/RuntimeIdentifierGraph.json" |
60 | 65 | }
|
61 | 66 | }
|
62 | 67 | }
|
|
0 commit comments