-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathproject.assets.json
More file actions
113 lines (113 loc) · 3.17 KB
/
project.assets.json
File metadata and controls
113 lines (113 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"version": 3,
"targets": {
".NETFramework,Version=v4.0": {
"Microsoft.PowerApps.MSBuild.Pcf/0.1.51": {
"type": "package",
"build": {
"build/Microsoft.PowerApps.MSBuild.Pcf.props": {},
"build/Microsoft.PowerApps.MSBuild.Pcf.targets": {}
}
}
},
".NETFramework,Version=v4.0/win": {
"Microsoft.PowerApps.MSBuild.Pcf/0.1.51": {
"type": "package",
"build": {
"build/Microsoft.PowerApps.MSBuild.Pcf.props": {},
"build/Microsoft.PowerApps.MSBuild.Pcf.targets": {}
}
}
},
".NETFramework,Version=v4.0/win-x64": {
"Microsoft.PowerApps.MSBuild.Pcf/0.1.51": {
"type": "package",
"build": {
"build/Microsoft.PowerApps.MSBuild.Pcf.props": {},
"build/Microsoft.PowerApps.MSBuild.Pcf.targets": {}
}
}
},
".NETFramework,Version=v4.0/win-x86": {
"Microsoft.PowerApps.MSBuild.Pcf/0.1.51": {
"type": "package",
"build": {
"build/Microsoft.PowerApps.MSBuild.Pcf.props": {},
"build/Microsoft.PowerApps.MSBuild.Pcf.targets": {}
}
}
}
},
"libraries": {
"Microsoft.PowerApps.MSBuild.Pcf/0.1.51": {
"sha512": "rN4gm0QPECei9g3Vy1AFv8WG6KxiNIoWH2ZDF7mj3bX+o9f3B0AQWd+SnejulN6FfDwqQbn1PNvzmg49ra2epg==",
"type": "package",
"path": "microsoft.powerapps.msbuild.pcf/0.1.51",
"files": [
".nupkg.metadata",
".signature.p7s",
"3rdPartyNotice.txt",
"LICENSE.txt",
"build/Microsoft.PowerApps.MSBuild.Pcf.props",
"build/Microsoft.PowerApps.MSBuild.Pcf.targets",
"microsoft.powerapps.msbuild.pcf.0.1.51.nupkg.sha512",
"microsoft.powerapps.msbuild.pcf.nuspec"
]
}
},
"projectFileDependencyGroups": {
".NETFramework,Version=v4.0": [
"Microsoft.PowerApps.MSBuild.Pcf >= 0.1.*"
]
},
"packageFolders": {
"C:\\Users\\DynamicsCode\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Tools\\CustomControl\\PCF-DataSetDemo\\PCF-DataSetDemo.pcfproj",
"projectName": "PCF-DataSetDemo",
"projectPath": "C:\\Tools\\CustomControl\\PCF-DataSetDemo\\PCF-DataSetDemo.pcfproj",
"packagesPath": "C:\\Users\\DynamicsCode\\.nuget\\packages\\",
"outputPath": "C:\\Tools\\CustomControl\\PCF-DataSetDemo\\obj\\",
"projectStyle": "PackageReference",
"skipContentFileWrite": true,
"configFilePaths": [
"C:\\Users\\DynamicsCode\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net40"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net40": {
"projectReferences": {}
}
}
},
"frameworks": {
"net40": {
"dependencies": {
"Microsoft.PowerApps.MSBuild.Pcf": {
"target": "Package",
"version": "[0.1.*, )"
}
}
}
},
"runtimes": {
"win": {
"#import": []
},
"win-x64": {
"#import": []
},
"win-x86": {
"#import": []
}
}
}
}