Description:
Add packages target to Makefile.
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
@@ -23,7 +23,7 | |||||
|
23 | stage: build |
|
23 | stage: build |
|
24 | script: |
|
24 | script: |
|
25 | - dotnet restore isometric-park-fna-core.sln |
|
25 | - dotnet restore isometric-park-fna-core.sln |
|
26 |
- dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release --runtime win-x |
|
26 | - dotnet build isometric-park-fna-core.sln -f netcoreapp3.1 -c Release --runtime win-x64 |
|
27 | image: mcr.microsoft.com/dotnet/sdk:3.1.415 |
|
27 | image: mcr.microsoft.com/dotnet/sdk:3.1.415 |
|
28 | artifacts: |
|
28 | artifacts: |
|
29 | paths: |
|
29 | paths: |
|
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
@@ -5,6 +5,12 | |||||
|
5 |
|
5 | ||
|
6 | DEFAULT_RUN = framework-debug |
|
6 | DEFAULT_RUN = framework-debug |
|
7 |
|
7 | ||
|
|
8 | ## | ||
|
|
9 | |||
|
|
10 | #Update nuget with nuget update -self | ||
|
|
11 | packages: | ||
|
|
12 | nuget restore isometric-park-fna/packages.config -PackagesDirectory packages/ | ||
|
|
13 | |||
|
8 | #BUILD |
|
14 | #BUILD |
|
9 |
|
15 | ||
|
10 | # While I frequently build and run using make, the convention is that running |
|
16 | # While I frequently build and run using make, the convention is that running |
|
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
|
1 | NO CONTENT: modified file, binary diff hidden |
|
NO CONTENT: modified file, binary diff hidden |
This diff has been collapsed as it changes many lines, (653 lines changed) Show them Hide them | |||||
@@ -2,117 +2,8 | |||||
|
2 | "version": 3, |
|
2 | "version": 3, |
|
3 | "targets": { |
|
3 | "targets": { |
|
4 | ".NETFramework,Version=v4.5": { |
|
4 | ".NETFramework,Version=v4.5": { |
|
5 | "Microsoft.NETFramework.ReferenceAssemblies/1.0.2": { |
|
||
|
6 | "type": "package", |
|
||
|
7 | "dependencies": { |
|
||
|
8 | "Microsoft.NETFramework.ReferenceAssemblies.net45": "1.0.2" |
|
||
|
9 | } |
|
||
|
10 | }, |
|
||
|
11 | "Microsoft.NETFramework.ReferenceAssemblies.net45/1.0.2": { |
|
||
|
12 | "type": "package", |
|
||
|
13 | "build": { |
|
||
|
14 | "build/Microsoft.NETFramework.ReferenceAssemblies.net45.targets": {} |
|
||
|
15 | } |
|
||
|
16 | }, |
|
||
|
17 | "FNA/1.0.0": { |
|
||
|
18 | "type": "project", |
|
||
|
19 | "framework": ".NETFramework,Version=v4.0", |
|
||
|
20 | "compile": { |
|
||
|
21 | "bin/placeholder/FNA.dll": {} |
|
||
|
22 | }, |
|
||
|
23 | "runtime": { |
|
||
|
24 | "bin/placeholder/FNA.dll": {} |
|
||
|
25 | } |
|
||
|
26 | } |
|
||
|
27 | }, |
|
||
|
28 | ".NETFramework,Version=v4.5/win-x86": { |
|
||
|
29 | "Microsoft.NETFramework.ReferenceAssemblies/1.0.2": { |
|
||
|
30 | "type": "package", |
|
||
|
31 | "dependencies": { |
|
||
|
32 | "Microsoft.NETFramework.ReferenceAssemblies.net45": "1.0.2" |
|
||
|
33 | } |
|
||
|
34 | }, |
|
||
|
35 | "Microsoft.NETFramework.ReferenceAssemblies.net45/1.0.2": { |
|
||
|
36 | "type": "package", |
|
||
|
37 | "build": { |
|
||
|
38 | "build/Microsoft.NETFramework.ReferenceAssemblies.net45.targets": {} |
|
||
|
39 | } |
|
||
|
40 | }, |
|
||
|
41 | "FNA/1.0.0": { |
|
5 | "FNA/1.0.0": { |
|
42 | "type": "project", |
|
6 | "type": "project", |
|
43 | "framework": ".NETFramework,Version=v4.0", |
|
||
|
44 | "compile": { |
|
||
|
45 | "bin/placeholder/FNA.dll": {} |
|
||
|
46 | }, |
|
||
|
47 | "runtime": { |
|
||
|
48 | "bin/placeholder/FNA.dll": {} |
|
||
|
49 | } |
|
||
|
50 | } |
|
||
|
51 | }, |
|
||
|
52 | ".NETStandard,Version=v2.0": { |
|
||
|
53 | "Microsoft.NETCore.Platforms/1.1.0": { |
|
||
|
54 | "type": "package", |
|
||
|
55 | "compile": { |
|
||
|
56 | "lib/netstandard1.0/_._": {} |
|
||
|
57 | }, |
|
||
|
58 | "runtime": { |
|
||
|
59 | "lib/netstandard1.0/_._": {} |
|
||
|
60 | } |
|
||
|
61 | }, |
|
||
|
62 | "NETStandard.Library/2.0.3": { |
|
||
|
63 | "type": "package", |
|
||
|
64 | "dependencies": { |
|
||
|
65 | "Microsoft.NETCore.Platforms": "1.1.0" |
|
||
|
66 | }, |
|
||
|
67 | "compile": { |
|
||
|
68 | "lib/netstandard1.0/_._": {} |
|
||
|
69 | }, |
|
||
|
70 | "runtime": { |
|
||
|
71 | "lib/netstandard1.0/_._": {} |
|
||
|
72 | }, |
|
||
|
73 | "build": { |
|
||
|
74 | "build/netstandard2.0/NETStandard.Library.targets": {} |
|
||
|
75 | } |
|
||
|
76 | }, |
|
||
|
77 | "FNA/1.0.0": { |
|
||
|
78 | "type": "project", |
|
||
|
79 | "framework": ".NETStandard,Version=v2.0", |
|
||
|
80 | "compile": { |
|
||
|
81 | "bin/placeholder/FNA.dll": {} |
|
||
|
82 | }, |
|
||
|
83 | "runtime": { |
|
||
|
84 | "bin/placeholder/FNA.dll": {} |
|
||
|
85 | } |
|
||
|
86 | } |
|
||
|
87 | }, |
|
||
|
88 | ".NETStandard,Version=v2.0/win-x86": { |
|
||
|
89 | "Microsoft.NETCore.Platforms/1.1.0": { |
|
||
|
90 | "type": "package", |
|
||
|
91 | "compile": { |
|
||
|
92 | "lib/netstandard1.0/_._": {} |
|
||
|
93 | }, |
|
||
|
94 | "runtime": { |
|
||
|
95 | "lib/netstandard1.0/_._": {} |
|
||
|
96 | } |
|
||
|
97 | }, |
|
||
|
98 | "NETStandard.Library/2.0.3": { |
|
||
|
99 | "type": "package", |
|
||
|
100 | "dependencies": { |
|
||
|
101 | "Microsoft.NETCore.Platforms": "1.1.0" |
|
||
|
102 | }, |
|
||
|
103 | "compile": { |
|
||
|
104 | "lib/netstandard1.0/_._": {} |
|
||
|
105 | }, |
|
||
|
106 | "runtime": { |
|
||
|
107 | "lib/netstandard1.0/_._": {} |
|
||
|
108 | }, |
|
||
|
109 | "build": { |
|
||
|
110 | "build/netstandard2.0/NETStandard.Library.targets": {} |
|
||
|
111 | } |
|
||
|
112 | }, |
|
||
|
113 | "FNA/1.0.0": { |
|
||
|
114 | "type": "project", |
|
||
|
115 | "framework": ".NETStandard,Version=v2.0", |
|
||
|
116 | "compile": { |
|
7 | "compile": { |
|
117 | "bin/placeholder/FNA.dll": {} |
|
8 | "bin/placeholder/FNA.dll": {} |
|
118 | }, |
|
9 | }, |
@@ -123,493 +14,15 | |||||
|
123 | } |
|
14 | } |
|
124 | }, |
|
15 | }, |
|
125 | "libraries": { |
|
16 | "libraries": { |
|
126 | "Microsoft.NETCore.Platforms/1.1.0": { |
|
||
|
127 | "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", |
|
||
|
128 | "type": "package", |
|
||
|
129 | "path": "microsoft.netcore.platforms/1.1.0", |
|
||
|
130 | "files": [ |
|
||
|
131 | ".nupkg.metadata", |
|
||
|
132 | ".signature.p7s", |
|
||
|
133 | "ThirdPartyNotices.txt", |
|
||
|
134 | "dotnet_library_license.txt", |
|
||
|
135 | "lib/netstandard1.0/_._", |
|
||
|
136 | "microsoft.netcore.platforms.1.1.0.nupkg.sha512", |
|
||
|
137 | "microsoft.netcore.platforms.nuspec", |
|
||
|
138 | "runtime.json" |
|
||
|
139 | ] |
|
||
|
140 | }, |
|
||
|
141 | "Microsoft.NETFramework.ReferenceAssemblies/1.0.2": { |
|
||
|
142 | "sha512": "5/cSEVld+px/CuRrbohO/djfg6++eR6zGpy88MgqloXvkj//WXWpFZyu/OpkXPN0u5m+dN/EVwLNYFUxD4h2+A==", |
|
||
|
143 | "type": "package", |
|
||
|
144 | "path": "microsoft.netframework.referenceassemblies/1.0.2", |
|
||
|
145 | "files": [ |
|
||
|
146 | ".nupkg.metadata", |
|
||
|
147 | ".signature.p7s", |
|
||
|
148 | "microsoft.netframework.referenceassemblies.1.0.2.nupkg.sha512", |
|
||
|
149 | "microsoft.netframework.referenceassemblies.nuspec" |
|
||
|
150 | ] |
|
||
|
151 | }, |
|
||
|
152 | "Microsoft.NETFramework.ReferenceAssemblies.net45/1.0.2": { |
|
||
|
153 | "sha512": "Nm14pRmqB+4u2JEMdtngnbDcJidTmswMxOJ992TpTwiwcUTERxLlHwwSh0HiUoRjS0TO0sozsiB0h6FHjCUdEA==", |
|
||
|
154 | "type": "package", |
|
||
|
155 | "path": "microsoft.netframework.referenceassemblies.net45/1.0.2", |
|
||
|
156 | "files": [ |
|
||
|
157 | ".nupkg.metadata", |
|
||
|
158 | ".signature.p7s", |
|
||
|
159 | "build/.NETFramework/v4.5/Accessibility.dll", |
|
||
|
160 | "build/.NETFramework/v4.5/Accessibility.xml", |
|
||
|
161 | "build/.NETFramework/v4.5/CustomMarshalers.dll", |
|
||
|
162 | "build/.NETFramework/v4.5/CustomMarshalers.xml", |
|
||
|
163 | "build/.NETFramework/v4.5/Facades/System.Collections.Concurrent.dll", |
|
||
|
164 | "build/.NETFramework/v4.5/Facades/System.Collections.dll", |
|
||
|
165 | "build/.NETFramework/v4.5/Facades/System.ComponentModel.Annotations.dll", |
|
||
|
166 | "build/.NETFramework/v4.5/Facades/System.ComponentModel.EventBasedAsync.dll", |
|
||
|
167 | "build/.NETFramework/v4.5/Facades/System.ComponentModel.dll", |
|
||
|
168 | "build/.NETFramework/v4.5/Facades/System.Diagnostics.Contracts.dll", |
|
||
|
169 | "build/.NETFramework/v4.5/Facades/System.Diagnostics.Debug.dll", |
|
||
|
170 | "build/.NETFramework/v4.5/Facades/System.Diagnostics.Tools.dll", |
|
||
|
171 | "build/.NETFramework/v4.5/Facades/System.Diagnostics.Tracing.dll", |
|
||
|
172 | "build/.NETFramework/v4.5/Facades/System.Dynamic.Runtime.dll", |
|
||
|
173 | "build/.NETFramework/v4.5/Facades/System.Globalization.dll", |
|
||
|
174 | "build/.NETFramework/v4.5/Facades/System.IO.dll", |
|
||
|
175 | "build/.NETFramework/v4.5/Facades/System.Linq.Expressions.dll", |
|
||
|
176 | "build/.NETFramework/v4.5/Facades/System.Linq.Parallel.dll", |
|
||
|
177 | "build/.NETFramework/v4.5/Facades/System.Linq.Queryable.dll", |
|
||
|
178 | "build/.NETFramework/v4.5/Facades/System.Linq.dll", |
|
||
|
179 | "build/.NETFramework/v4.5/Facades/System.Net.NetworkInformation.dll", |
|
||
|
180 | "build/.NETFramework/v4.5/Facades/System.Net.Primitives.dll", |
|
||
|
181 | "build/.NETFramework/v4.5/Facades/System.Net.Requests.dll", |
|
||
|
182 | "build/.NETFramework/v4.5/Facades/System.ObjectModel.dll", |
|
||
|
183 | "build/.NETFramework/v4.5/Facades/System.Reflection.Emit.ILGeneration.dll", |
|
||
|
184 | "build/.NETFramework/v4.5/Facades/System.Reflection.Emit.Lightweight.dll", |
|
||
|
185 | "build/.NETFramework/v4.5/Facades/System.Reflection.Emit.dll", |
|
||
|
186 | "build/.NETFramework/v4.5/Facades/System.Reflection.Extensions.dll", |
|
||
|
187 | "build/.NETFramework/v4.5/Facades/System.Reflection.Primitives.dll", |
|
||
|
188 | "build/.NETFramework/v4.5/Facades/System.Reflection.dll", |
|
||
|
189 | "build/.NETFramework/v4.5/Facades/System.Resources.ResourceManager.dll", |
|
||
|
190 | "build/.NETFramework/v4.5/Facades/System.Runtime.Extensions.dll", |
|
||
|
191 | "build/.NETFramework/v4.5/Facades/System.Runtime.InteropServices.WindowsRuntime.dll", |
|
||
|
192 | "build/.NETFramework/v4.5/Facades/System.Runtime.InteropServices.dll", |
|
||
|
193 | "build/.NETFramework/v4.5/Facades/System.Runtime.Numerics.dll", |
|
||
|
194 | "build/.NETFramework/v4.5/Facades/System.Runtime.Serialization.Json.dll", |
|
||
|
195 | "build/.NETFramework/v4.5/Facades/System.Runtime.Serialization.Primitives.dll", |
|
||
|
196 | "build/.NETFramework/v4.5/Facades/System.Runtime.Serialization.Xml.dll", |
|
||
|
197 | "build/.NETFramework/v4.5/Facades/System.Runtime.dll", |
|
||
|
198 | "build/.NETFramework/v4.5/Facades/System.Security.Principal.dll", |
|
||
|
199 | "build/.NETFramework/v4.5/Facades/System.ServiceModel.Duplex.dll", |
|
||
|
200 | "build/.NETFramework/v4.5/Facades/System.ServiceModel.Http.dll", |
|
||
|
201 | "build/.NETFramework/v4.5/Facades/System.ServiceModel.NetTcp.dll", |
|
||
|
202 | "build/.NETFramework/v4.5/Facades/System.ServiceModel.Primitives.dll", |
|
||
|
203 | "build/.NETFramework/v4.5/Facades/System.ServiceModel.Security.dll", |
|
||
|
204 | "build/.NETFramework/v4.5/Facades/System.Text.Encoding.Extensions.dll", |
|
||
|
205 | "build/.NETFramework/v4.5/Facades/System.Text.Encoding.dll", |
|
||
|
206 | "build/.NETFramework/v4.5/Facades/System.Text.RegularExpressions.dll", |
|
||
|
207 | "build/.NETFramework/v4.5/Facades/System.Threading.Tasks.Parallel.dll", |
|
||
|
208 | "build/.NETFramework/v4.5/Facades/System.Threading.Tasks.dll", |
|
||
|
209 | "build/.NETFramework/v4.5/Facades/System.Threading.dll", |
|
||
|
210 | "build/.NETFramework/v4.5/Facades/System.Xml.ReaderWriter.dll", |
|
||
|
211 | "build/.NETFramework/v4.5/Facades/System.Xml.XDocument.dll", |
|
||
|
212 | "build/.NETFramework/v4.5/Facades/System.Xml.XmlSerializer.dll", |
|
||
|
213 | "build/.NETFramework/v4.5/ISymWrapper.dll", |
|
||
|
214 | "build/.NETFramework/v4.5/ISymWrapper.xml", |
|
||
|
215 | "build/.NETFramework/v4.5/Microsoft.Activities.Build.dll", |
|
||
|
216 | "build/.NETFramework/v4.5/Microsoft.Activities.Build.xml", |
|
||
|
217 | "build/.NETFramework/v4.5/Microsoft.Build.Conversion.v4.0.dll", |
|
||
|
218 | "build/.NETFramework/v4.5/Microsoft.Build.Conversion.v4.0.xml", |
|
||
|
219 | "build/.NETFramework/v4.5/Microsoft.Build.Engine.dll", |
|
||
|
220 | "build/.NETFramework/v4.5/Microsoft.Build.Engine.xml", |
|
||
|
221 | "build/.NETFramework/v4.5/Microsoft.Build.Framework.dll", |
|
||
|
222 | "build/.NETFramework/v4.5/Microsoft.Build.Framework.xml", |
|
||
|
223 | "build/.NETFramework/v4.5/Microsoft.Build.Tasks.v4.0.dll", |
|
||
|
224 | "build/.NETFramework/v4.5/Microsoft.Build.Tasks.v4.0.xml", |
|
||
|
225 | "build/.NETFramework/v4.5/Microsoft.Build.Utilities.v4.0.dll", |
|
||
|
226 | "build/.NETFramework/v4.5/Microsoft.Build.Utilities.v4.0.xml", |
|
||
|
227 | "build/.NETFramework/v4.5/Microsoft.Build.dll", |
|
||
|
228 | "build/.NETFramework/v4.5/Microsoft.Build.xml", |
|
||
|
229 | "build/.NETFramework/v4.5/Microsoft.CSharp.dll", |
|
||
|
230 | "build/.NETFramework/v4.5/Microsoft.CSharp.xml", |
|
||
|
231 | "build/.NETFramework/v4.5/Microsoft.JScript.dll", |
|
||
|
232 | "build/.NETFramework/v4.5/Microsoft.JScript.xml", |
|
||
|
233 | "build/.NETFramework/v4.5/Microsoft.VisualBasic.Compatibility.Data.dll", |
|
||
|
234 | "build/.NETFramework/v4.5/Microsoft.VisualBasic.Compatibility.Data.xml", |
|
||
|
235 | "build/.NETFramework/v4.5/Microsoft.VisualBasic.Compatibility.dll", |
|
||
|
236 | "build/.NETFramework/v4.5/Microsoft.VisualBasic.Compatibility.xml", |
|
||
|
237 | "build/.NETFramework/v4.5/Microsoft.VisualBasic.dll", |
|
||
|
238 | "build/.NETFramework/v4.5/Microsoft.VisualBasic.xml", |
|
||
|
239 | "build/.NETFramework/v4.5/Microsoft.VisualC.STLCLR.dll", |
|
||
|
240 | "build/.NETFramework/v4.5/Microsoft.VisualC.STLCLR.xml", |
|
||
|
241 | "build/.NETFramework/v4.5/Microsoft.VisualC.dll", |
|
||
|
242 | "build/.NETFramework/v4.5/Microsoft.VisualC.xml", |
|
||
|
243 | "build/.NETFramework/v4.5/PermissionSets/FullTrust.xml", |
|
||
|
244 | "build/.NETFramework/v4.5/PermissionSets/Internet.xml", |
|
||
|
245 | "build/.NETFramework/v4.5/PermissionSets/LocalIntranet.xml", |
|
||
|
246 | "build/.NETFramework/v4.5/PresentationBuildTasks.dll", |
|
||
|
247 | "build/.NETFramework/v4.5/PresentationBuildTasks.xml", |
|
||
|
248 | "build/.NETFramework/v4.5/PresentationCore.dll", |
|
||
|
249 | "build/.NETFramework/v4.5/PresentationCore.xml", |
|
||
|
250 | "build/.NETFramework/v4.5/PresentationFramework.Aero.dll", |
|
||
|
251 | "build/.NETFramework/v4.5/PresentationFramework.Aero.xml", |
|
||
|
252 | "build/.NETFramework/v4.5/PresentationFramework.Aero2.dll", |
|
||
|
253 | "build/.NETFramework/v4.5/PresentationFramework.AeroLite.dll", |
|
||
|
254 | "build/.NETFramework/v4.5/PresentationFramework.Classic.dll", |
|
||
|
255 | "build/.NETFramework/v4.5/PresentationFramework.Classic.xml", |
|
||
|
256 | "build/.NETFramework/v4.5/PresentationFramework.Luna.dll", |
|
||
|
257 | "build/.NETFramework/v4.5/PresentationFramework.Luna.xml", |
|
||
|
258 | "build/.NETFramework/v4.5/PresentationFramework.Royale.dll", |
|
||
|
259 | "build/.NETFramework/v4.5/PresentationFramework.Royale.xml", |
|
||
|
260 | "build/.NETFramework/v4.5/PresentationFramework.dll", |
|
||
|
261 | "build/.NETFramework/v4.5/PresentationFramework.xml", |
|
||
|
262 | "build/.NETFramework/v4.5/ReachFramework.dll", |
|
||
|
263 | "build/.NETFramework/v4.5/ReachFramework.xml", |
|
||
|
264 | "build/.NETFramework/v4.5/RedistList/FrameworkList.xml", |
|
||
|
265 | "build/.NETFramework/v4.5/System.Activities.Core.Presentation.dll", |
|
||
|
266 | "build/.NETFramework/v4.5/System.Activities.Core.Presentation.xml", |
|
||
|
267 | "build/.NETFramework/v4.5/System.Activities.DurableInstancing.dll", |
|
||
|
268 | "build/.NETFramework/v4.5/System.Activities.DurableInstancing.xml", |
|
||
|
269 | "build/.NETFramework/v4.5/System.Activities.Presentation.dll", |
|
||
|
270 | "build/.NETFramework/v4.5/System.Activities.Presentation.xml", |
|
||
|
271 | "build/.NETFramework/v4.5/System.Activities.dll", |
|
||
|
272 | "build/.NETFramework/v4.5/System.Activities.xml", |
|
||
|
273 | "build/.NETFramework/v4.5/System.AddIn.Contract.dll", |
|
||
|
274 | "build/.NETFramework/v4.5/System.AddIn.Contract.xml", |
|
||
|
275 | "build/.NETFramework/v4.5/System.AddIn.dll", |
|
||
|
276 | "build/.NETFramework/v4.5/System.AddIn.xml", |
|
||
|
277 | "build/.NETFramework/v4.5/System.ComponentModel.Composition.Registration.dll", |
|
||
|
278 | "build/.NETFramework/v4.5/System.ComponentModel.Composition.dll", |
|
||
|
279 | "build/.NETFramework/v4.5/System.ComponentModel.Composition.xml", |
|
||
|
280 | "build/.NETFramework/v4.5/System.ComponentModel.DataAnnotations.dll", |
|
||
|
281 | "build/.NETFramework/v4.5/System.ComponentModel.DataAnnotations.xml", |
|
||
|
282 | "build/.NETFramework/v4.5/System.Configuration.Install.dll", |
|
||
|
283 | "build/.NETFramework/v4.5/System.Configuration.Install.xml", |
|
||
|
284 | "build/.NETFramework/v4.5/System.Configuration.dll", |
|
||
|
285 | "build/.NETFramework/v4.5/System.Configuration.xml", |
|
||
|
286 | "build/.NETFramework/v4.5/System.Core.dll", |
|
||
|
287 | "build/.NETFramework/v4.5/System.Core.xml", |
|
||
|
288 | "build/.NETFramework/v4.5/System.Data.DataSetExtensions.dll", |
|
||
|
289 | "build/.NETFramework/v4.5/System.Data.DataSetExtensions.xml", |
|
||
|
290 | "build/.NETFramework/v4.5/System.Data.Entity.Design.dll", |
|
||
|
291 | "build/.NETFramework/v4.5/System.Data.Entity.Design.xml", |
|
||
|
292 | "build/.NETFramework/v4.5/System.Data.Entity.dll", |
|
||
|
293 | "build/.NETFramework/v4.5/System.Data.Entity.xml", |
|
||
|
294 | "build/.NETFramework/v4.5/System.Data.Linq.dll", |
|
||
|
295 | "build/.NETFramework/v4.5/System.Data.Linq.xml", |
|
||
|
296 | "build/.NETFramework/v4.5/System.Data.OracleClient.dll", |
|
||
|
297 | "build/.NETFramework/v4.5/System.Data.OracleClient.xml", |
|
||
|
298 | "build/.NETFramework/v4.5/System.Data.Services.Client.dll", |
|
||
|
299 | "build/.NETFramework/v4.5/System.Data.Services.Client.xml", |
|
||
|
300 | "build/.NETFramework/v4.5/System.Data.Services.Design.dll", |
|
||
|
301 | "build/.NETFramework/v4.5/System.Data.Services.Design.xml", |
|
||
|
302 | "build/.NETFramework/v4.5/System.Data.Services.dll", |
|
||
|
303 | "build/.NETFramework/v4.5/System.Data.Services.xml", |
|
||
|
304 | "build/.NETFramework/v4.5/System.Data.SqlXml.dll", |
|
||
|
305 | "build/.NETFramework/v4.5/System.Data.SqlXml.xml", |
|
||
|
306 | "build/.NETFramework/v4.5/System.Data.dll", |
|
||
|
307 | "build/.NETFramework/v4.5/System.Data.xml", |
|
||
|
308 | "build/.NETFramework/v4.5/System.Deployment.dll", |
|
||
|
309 | "build/.NETFramework/v4.5/System.Deployment.xml", |
|
||
|
310 | "build/.NETFramework/v4.5/System.Design.dll", |
|
||
|
311 | "build/.NETFramework/v4.5/System.Design.xml", |
|
||
|
312 | "build/.NETFramework/v4.5/System.Device.dll", |
|
||
|
313 | "build/.NETFramework/v4.5/System.Device.xml", |
|
||
|
314 | "build/.NETFramework/v4.5/System.DirectoryServices.AccountManagement.dll", |
|
||
|
315 | "build/.NETFramework/v4.5/System.DirectoryServices.AccountManagement.xml", |
|
||
|
316 | "build/.NETFramework/v4.5/System.DirectoryServices.Protocols.dll", |
|
||
|
317 | "build/.NETFramework/v4.5/System.DirectoryServices.Protocols.xml", |
|
||
|
318 | "build/.NETFramework/v4.5/System.DirectoryServices.dll", |
|
||
|
319 | "build/.NETFramework/v4.5/System.DirectoryServices.xml", |
|
||
|
320 | "build/.NETFramework/v4.5/System.Drawing.Design.dll", |
|
||
|
321 | "build/.NETFramework/v4.5/System.Drawing.Design.xml", |
|
||
|
322 | "build/.NETFramework/v4.5/System.Drawing.dll", |
|
||
|
323 | "build/.NETFramework/v4.5/System.Drawing.xml", |
|
||
|
324 | "build/.NETFramework/v4.5/System.EnterpriseServices.Thunk.dll", |
|
||
|
325 | "build/.NETFramework/v4.5/System.EnterpriseServices.Wrapper.dll", |
|
||
|
326 | "build/.NETFramework/v4.5/System.EnterpriseServices.dll", |
|
||
|
327 | "build/.NETFramework/v4.5/System.EnterpriseServices.xml", |
|
||
|
328 | "build/.NETFramework/v4.5/System.IO.Compression.FileSystem.dll", |
|
||
|
329 | "build/.NETFramework/v4.5/System.IO.Compression.FileSystem.xml", |
|
||
|
330 | "build/.NETFramework/v4.5/System.IO.Compression.dll", |
|
||
|
331 | "build/.NETFramework/v4.5/System.IO.Compression.xml", |
|
||
|
332 | "build/.NETFramework/v4.5/System.IO.Log.dll", |
|
||
|
333 | "build/.NETFramework/v4.5/System.IO.Log.xml", |
|
||
|
334 | "build/.NETFramework/v4.5/System.IdentityModel.Selectors.dll", |
|
||
|
335 | "build/.NETFramework/v4.5/System.IdentityModel.Selectors.xml", |
|
||
|
336 | "build/.NETFramework/v4.5/System.IdentityModel.Services.dll", |
|
||
|
337 | "build/.NETFramework/v4.5/System.IdentityModel.Services.xml", |
|
||
|
338 | "build/.NETFramework/v4.5/System.IdentityModel.dll", |
|
||
|
339 | "build/.NETFramework/v4.5/System.IdentityModel.xml", |
|
||
|
340 | "build/.NETFramework/v4.5/System.Management.Instrumentation.dll", |
|
||
|
341 | "build/.NETFramework/v4.5/System.Management.Instrumentation.xml", |
|
||
|
342 | "build/.NETFramework/v4.5/System.Management.dll", |
|
||
|
343 | "build/.NETFramework/v4.5/System.Management.xml", |
|
||
|
344 | "build/.NETFramework/v4.5/System.Messaging.dll", |
|
||
|
345 | "build/.NETFramework/v4.5/System.Messaging.xml", |
|
||
|
346 | "build/.NETFramework/v4.5/System.Net.Http.WebRequest.dll", |
|
||
|
347 | "build/.NETFramework/v4.5/System.Net.Http.WebRequest.xml", |
|
||
|
348 | "build/.NETFramework/v4.5/System.Net.Http.dll", |
|
||
|
349 | "build/.NETFramework/v4.5/System.Net.Http.xml", |
|
||
|
350 | "build/.NETFramework/v4.5/System.Net.dll", |
|
||
|
351 | "build/.NETFramework/v4.5/System.Net.xml", |
|
||
|
352 | "build/.NETFramework/v4.5/System.Numerics.dll", |
|
||
|
353 | "build/.NETFramework/v4.5/System.Numerics.xml", |
|
||
|
354 | "build/.NETFramework/v4.5/System.Printing.dll", |
|
||
|
355 | "build/.NETFramework/v4.5/System.Printing.xml", |
|
||
|
356 | "build/.NETFramework/v4.5/System.Reflection.Context.dll", |
|
||
|
357 | "build/.NETFramework/v4.5/System.Reflection.Context.xml", |
|
||
|
358 | "build/.NETFramework/v4.5/System.Runtime.Caching.dll", |
|
||
|
359 | "build/.NETFramework/v4.5/System.Runtime.Caching.xml", |
|
||
|
360 | "build/.NETFramework/v4.5/System.Runtime.DurableInstancing.dll", |
|
||
|
361 | "build/.NETFramework/v4.5/System.Runtime.DurableInstancing.xml", |
|
||
|
362 | "build/.NETFramework/v4.5/System.Runtime.Remoting.dll", |
|
||
|
363 | "build/.NETFramework/v4.5/System.Runtime.Remoting.xml", |
|
||
|
364 | "build/.NETFramework/v4.5/System.Runtime.Serialization.Formatters.Soap.dll", |
|
||
|
365 | "build/.NETFramework/v4.5/System.Runtime.Serialization.Formatters.Soap.xml", |
|
||
|
366 | "build/.NETFramework/v4.5/System.Runtime.Serialization.dll", |
|
||
|
367 | "build/.NETFramework/v4.5/System.Runtime.Serialization.xml", |
|
||
|
368 | "build/.NETFramework/v4.5/System.Security.dll", |
|
||
|
369 | "build/.NETFramework/v4.5/System.Security.xml", |
|
||
|
370 | "build/.NETFramework/v4.5/System.ServiceModel.Activation.dll", |
|
||
|
371 | "build/.NETFramework/v4.5/System.ServiceModel.Activation.xml", |
|
||
|
372 | "build/.NETFramework/v4.5/System.ServiceModel.Activities.dll", |
|
||
|
373 | "build/.NETFramework/v4.5/System.ServiceModel.Activities.xml", |
|
||
|
374 | "build/.NETFramework/v4.5/System.ServiceModel.Channels.dll", |
|
||
|
375 | "build/.NETFramework/v4.5/System.ServiceModel.Channels.xml", |
|
||
|
376 | "build/.NETFramework/v4.5/System.ServiceModel.Discovery.dll", |
|
||
|
377 | "build/.NETFramework/v4.5/System.ServiceModel.Discovery.xml", |
|
||
|
378 | "build/.NETFramework/v4.5/System.ServiceModel.Routing.dll", |
|
||
|
379 | "build/.NETFramework/v4.5/System.ServiceModel.Routing.xml", |
|
||
|
380 | "build/.NETFramework/v4.5/System.ServiceModel.Web.dll", |
|
||
|
381 | "build/.NETFramework/v4.5/System.ServiceModel.Web.xml", |
|
||
|
382 | "build/.NETFramework/v4.5/System.ServiceModel.dll", |
|
||
|
383 | "build/.NETFramework/v4.5/System.ServiceModel.xml", |
|
||
|
384 | "build/.NETFramework/v4.5/System.ServiceProcess.dll", |
|
||
|
385 | "build/.NETFramework/v4.5/System.ServiceProcess.xml", |
|
||
|
386 | "build/.NETFramework/v4.5/System.Speech.dll", |
|
||
|
387 | "build/.NETFramework/v4.5/System.Speech.xml", |
|
||
|
388 | "build/.NETFramework/v4.5/System.Threading.Tasks.Dataflow.xml", |
|
||
|
389 | "build/.NETFramework/v4.5/System.Transactions.dll", |
|
||
|
390 | "build/.NETFramework/v4.5/System.Transactions.xml", |
|
||
|
391 | "build/.NETFramework/v4.5/System.Web.Abstractions.dll", |
|
||
|
392 | "build/.NETFramework/v4.5/System.Web.ApplicationServices.dll", |
|
||
|
393 | "build/.NETFramework/v4.5/System.Web.ApplicationServices.xml", |
|
||
|
394 | "build/.NETFramework/v4.5/System.Web.DataVisualization.Design.dll", |
|
||
|
395 | "build/.NETFramework/v4.5/System.Web.DataVisualization.dll", |
|
||
|
396 | "build/.NETFramework/v4.5/System.Web.DataVisualization.xml", |
|
||
|
397 | "build/.NETFramework/v4.5/System.Web.DynamicData.Design.dll", |
|
||
|
398 | "build/.NETFramework/v4.5/System.Web.DynamicData.Design.xml", |
|
||
|
399 | "build/.NETFramework/v4.5/System.Web.DynamicData.dll", |
|
||
|
400 | "build/.NETFramework/v4.5/System.Web.DynamicData.xml", |
|
||
|
401 | "build/.NETFramework/v4.5/System.Web.Entity.Design.dll", |
|
||
|
402 | "build/.NETFramework/v4.5/System.Web.Entity.Design.xml", |
|
||
|
403 | "build/.NETFramework/v4.5/System.Web.Entity.dll", |
|
||
|
404 | "build/.NETFramework/v4.5/System.Web.Entity.xml", |
|
||
|
405 | "build/.NETFramework/v4.5/System.Web.Extensions.Design.dll", |
|
||
|
406 | "build/.NETFramework/v4.5/System.Web.Extensions.Design.xml", |
|
||
|
407 | "build/.NETFramework/v4.5/System.Web.Extensions.dll", |
|
||
|
408 | "build/.NETFramework/v4.5/System.Web.Extensions.xml", |
|
||
|
409 | "build/.NETFramework/v4.5/System.Web.Mobile.dll", |
|
||
|
410 | "build/.NETFramework/v4.5/System.Web.Mobile.xml", |
|
||
|
411 | "build/.NETFramework/v4.5/System.Web.RegularExpressions.dll", |
|
||
|
412 | "build/.NETFramework/v4.5/System.Web.RegularExpressions.xml", |
|
||
|
413 | "build/.NETFramework/v4.5/System.Web.Routing.dll", |
|
||
|
414 | "build/.NETFramework/v4.5/System.Web.Services.dll", |
|
||
|
415 | "build/.NETFramework/v4.5/System.Web.Services.xml", |
|
||
|
416 | "build/.NETFramework/v4.5/System.Web.dll", |
|
||
|
417 | "build/.NETFramework/v4.5/System.Web.xml", |
|
||
|
418 | "build/.NETFramework/v4.5/System.Windows.Controls.Ribbon.dll", |
|
||
|
419 | "build/.NETFramework/v4.5/System.Windows.Controls.Ribbon.xml", |
|
||
|
420 | "build/.NETFramework/v4.5/System.Windows.Forms.DataVisualization.Design.dll", |
|
||
|
421 | "build/.NETFramework/v4.5/System.Windows.Forms.DataVisualization.dll", |
|
||
|
422 | "build/.NETFramework/v4.5/System.Windows.Forms.DataVisualization.xml", |
|
||
|
423 | "build/.NETFramework/v4.5/System.Windows.Forms.dll", |
|
||
|
424 | "build/.NETFramework/v4.5/System.Windows.Forms.xml", |
|
||
|
425 | "build/.NETFramework/v4.5/System.Windows.Input.Manipulations.dll", |
|
||
|
426 | "build/.NETFramework/v4.5/System.Windows.Input.Manipulations.xml", |
|
||
|
427 | "build/.NETFramework/v4.5/System.Windows.Presentation.dll", |
|
||
|
428 | "build/.NETFramework/v4.5/System.Windows.Presentation.xml", |
|
||
|
429 | "build/.NETFramework/v4.5/System.Windows.dll", |
|
||
|
430 | "build/.NETFramework/v4.5/System.Workflow.Activities.dll", |
|
||
|
431 | "build/.NETFramework/v4.5/System.Workflow.Activities.xml", |
|
||
|
432 | "build/.NETFramework/v4.5/System.Workflow.ComponentModel.dll", |
|
||
|
433 | "build/.NETFramework/v4.5/System.Workflow.ComponentModel.xml", |
|
||
|
434 | "build/.NETFramework/v4.5/System.Workflow.Runtime.dll", |
|
||
|
435 | "build/.NETFramework/v4.5/System.Workflow.Runtime.xml", |
|
||
|
436 | "build/.NETFramework/v4.5/System.WorkflowServices.dll", |
|
||
|
437 | "build/.NETFramework/v4.5/System.WorkflowServices.xml", |
|
||
|
438 | "build/.NETFramework/v4.5/System.Xaml.dll", |
|
||
|
439 | "build/.NETFramework/v4.5/System.Xaml.xml", |
|
||
|
440 | "build/.NETFramework/v4.5/System.Xml.Linq.dll", |
|
||
|
441 | "build/.NETFramework/v4.5/System.Xml.Linq.xml", |
|
||
|
442 | "build/.NETFramework/v4.5/System.Xml.Serialization.dll", |
|
||
|
443 | "build/.NETFramework/v4.5/System.Xml.dll", |
|
||
|
444 | "build/.NETFramework/v4.5/System.Xml.xml", |
|
||
|
445 | "build/.NETFramework/v4.5/System.dll", |
|
||
|
446 | "build/.NETFramework/v4.5/System.xml", |
|
||
|
447 | "build/.NETFramework/v4.5/UIAutomationClient.dll", |
|
||
|
448 | "build/.NETFramework/v4.5/UIAutomationClient.xml", |
|
||
|
449 | "build/.NETFramework/v4.5/UIAutomationClientsideProviders.dll", |
|
||
|
450 | "build/.NETFramework/v4.5/UIAutomationClientsideProviders.xml", |
|
||
|
451 | "build/.NETFramework/v4.5/UIAutomationProvider.dll", |
|
||
|
452 | "build/.NETFramework/v4.5/UIAutomationProvider.xml", |
|
||
|
453 | "build/.NETFramework/v4.5/UIAutomationTypes.dll", |
|
||
|
454 | "build/.NETFramework/v4.5/UIAutomationTypes.xml", |
|
||
|
455 | "build/.NETFramework/v4.5/WindowsBase.dll", |
|
||
|
456 | "build/.NETFramework/v4.5/WindowsBase.xml", |
|
||
|
457 | "build/.NETFramework/v4.5/WindowsFormsIntegration.dll", |
|
||
|
458 | "build/.NETFramework/v4.5/WindowsFormsIntegration.xml", |
|
||
|
459 | "build/.NETFramework/v4.5/XamlBuildTask.dll", |
|
||
|
460 | "build/.NETFramework/v4.5/XamlBuildTask.xml", |
|
||
|
461 | "build/.NETFramework/v4.5/mscorlib.dll", |
|
||
|
462 | "build/.NETFramework/v4.5/mscorlib.xml", |
|
||
|
463 | "build/.NETFramework/v4.5/sysglobl.dll", |
|
||
|
464 | "build/.NETFramework/v4.5/sysglobl.xml", |
|
||
|
465 | "build/Microsoft.NETFramework.ReferenceAssemblies.net45.targets", |
|
||
|
466 | "microsoft.netframework.referenceassemblies.net45.1.0.2.nupkg.sha512", |
|
||
|
467 | "microsoft.netframework.referenceassemblies.net45.nuspec" |
|
||
|
468 | ] |
|
||
|
469 | }, |
|
||
|
470 | "NETStandard.Library/2.0.3": { |
|
||
|
471 | "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", |
|
||
|
472 | "type": "package", |
|
||
|
473 | "path": "netstandard.library/2.0.3", |
|
||
|
474 | "files": [ |
|
||
|
475 | ".nupkg.metadata", |
|
||
|
476 | ".signature.p7s", |
|
||
|
477 | "LICENSE.TXT", |
|
||
|
478 | "THIRD-PARTY-NOTICES.TXT", |
|
||
|
479 | "build/netstandard2.0/NETStandard.Library.targets", |
|
||
|
480 | "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", |
|
||
|
481 | "build/netstandard2.0/ref/System.AppContext.dll", |
|
||
|
482 | "build/netstandard2.0/ref/System.Collections.Concurrent.dll", |
|
||
|
483 | "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", |
|
||
|
484 | "build/netstandard2.0/ref/System.Collections.Specialized.dll", |
|
||
|
485 | "build/netstandard2.0/ref/System.Collections.dll", |
|
||
|
486 | "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", |
|
||
|
487 | "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", |
|
||
|
488 | "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", |
|
||
|
489 | "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", |
|
||
|
490 | "build/netstandard2.0/ref/System.ComponentModel.dll", |
|
||
|
491 | "build/netstandard2.0/ref/System.Console.dll", |
|
||
|
492 | "build/netstandard2.0/ref/System.Core.dll", |
|
||
|
493 | "build/netstandard2.0/ref/System.Data.Common.dll", |
|
||
|
494 | "build/netstandard2.0/ref/System.Data.dll", |
|
||
|
495 | "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", |
|
||
|
496 | "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", |
|
||
|
497 | "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", |
|
||
|
498 | "build/netstandard2.0/ref/System.Diagnostics.Process.dll", |
|
||
|
499 | "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", |
|
||
|
500 | "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", |
|
||
|
501 | "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", |
|
||
|
502 | "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", |
|
||
|
503 | "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", |
|
||
|
504 | "build/netstandard2.0/ref/System.Drawing.Primitives.dll", |
|
||
|
505 | "build/netstandard2.0/ref/System.Drawing.dll", |
|
||
|
506 | "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", |
|
||
|
507 | "build/netstandard2.0/ref/System.Globalization.Calendars.dll", |
|
||
|
508 | "build/netstandard2.0/ref/System.Globalization.Extensions.dll", |
|
||
|
509 | "build/netstandard2.0/ref/System.Globalization.dll", |
|
||
|
510 | "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", |
|
||
|
511 | "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", |
|
||
|
512 | "build/netstandard2.0/ref/System.IO.Compression.dll", |
|
||
|
513 | "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", |
|
||
|
514 | "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", |
|
||
|
515 | "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", |
|
||
|
516 | "build/netstandard2.0/ref/System.IO.FileSystem.dll", |
|
||
|
517 | "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", |
|
||
|
518 | "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", |
|
||
|
519 | "build/netstandard2.0/ref/System.IO.Pipes.dll", |
|
||
|
520 | "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", |
|
||
|
521 | "build/netstandard2.0/ref/System.IO.dll", |
|
||
|
522 | "build/netstandard2.0/ref/System.Linq.Expressions.dll", |
|
||
|
523 | "build/netstandard2.0/ref/System.Linq.Parallel.dll", |
|
||
|
524 | "build/netstandard2.0/ref/System.Linq.Queryable.dll", |
|
||
|
525 | "build/netstandard2.0/ref/System.Linq.dll", |
|
||
|
526 | "build/netstandard2.0/ref/System.Net.Http.dll", |
|
||
|
527 | "build/netstandard2.0/ref/System.Net.NameResolution.dll", |
|
||
|
528 | "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", |
|
||
|
529 | "build/netstandard2.0/ref/System.Net.Ping.dll", |
|
||
|
530 | "build/netstandard2.0/ref/System.Net.Primitives.dll", |
|
||
|
531 | "build/netstandard2.0/ref/System.Net.Requests.dll", |
|
||
|
532 | "build/netstandard2.0/ref/System.Net.Security.dll", |
|
||
|
533 | "build/netstandard2.0/ref/System.Net.Sockets.dll", |
|
||
|
534 | "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", |
|
||
|
535 | "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", |
|
||
|
536 | "build/netstandard2.0/ref/System.Net.WebSockets.dll", |
|
||
|
537 | "build/netstandard2.0/ref/System.Net.dll", |
|
||
|
538 | "build/netstandard2.0/ref/System.Numerics.dll", |
|
||
|
539 | "build/netstandard2.0/ref/System.ObjectModel.dll", |
|
||
|
540 | "build/netstandard2.0/ref/System.Reflection.Extensions.dll", |
|
||
|
541 | "build/netstandard2.0/ref/System.Reflection.Primitives.dll", |
|
||
|
542 | "build/netstandard2.0/ref/System.Reflection.dll", |
|
||
|
543 | "build/netstandard2.0/ref/System.Resources.Reader.dll", |
|
||
|
544 | "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", |
|
||
|
545 | "build/netstandard2.0/ref/System.Resources.Writer.dll", |
|
||
|
546 | "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", |
|
||
|
547 | "build/netstandard2.0/ref/System.Runtime.Extensions.dll", |
|
||
|
548 | "build/netstandard2.0/ref/System.Runtime.Handles.dll", |
|
||
|
549 | "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", |
|
||
|
550 | "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", |
|
||
|
551 | "build/netstandard2.0/ref/System.Runtime.Numerics.dll", |
|
||
|
552 | "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", |
|
||
|
553 | "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", |
|
||
|
554 | "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", |
|
||
|
555 | "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", |
|
||
|
556 | "build/netstandard2.0/ref/System.Runtime.Serialization.dll", |
|
||
|
557 | "build/netstandard2.0/ref/System.Runtime.dll", |
|
||
|
558 | "build/netstandard2.0/ref/System.Security.Claims.dll", |
|
||
|
559 | "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", |
|
||
|
560 | "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", |
|
||
|
561 | "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", |
|
||
|
562 | "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", |
|
||
|
563 | "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", |
|
||
|
564 | "build/netstandard2.0/ref/System.Security.Principal.dll", |
|
||
|
565 | "build/netstandard2.0/ref/System.Security.SecureString.dll", |
|
||
|
566 | "build/netstandard2.0/ref/System.ServiceModel.Web.dll", |
|
||
|
567 | "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", |
|
||
|
568 | "build/netstandard2.0/ref/System.Text.Encoding.dll", |
|
||
|
569 | "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", |
|
||
|
570 | "build/netstandard2.0/ref/System.Threading.Overlapped.dll", |
|
||
|
571 | "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", |
|
||
|
572 | "build/netstandard2.0/ref/System.Threading.Tasks.dll", |
|
||
|
573 | "build/netstandard2.0/ref/System.Threading.Thread.dll", |
|
||
|
574 | "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", |
|
||
|
575 | "build/netstandard2.0/ref/System.Threading.Timer.dll", |
|
||
|
576 | "build/netstandard2.0/ref/System.Threading.dll", |
|
||
|
577 | "build/netstandard2.0/ref/System.Transactions.dll", |
|
||
|
578 | "build/netstandard2.0/ref/System.ValueTuple.dll", |
|
||
|
579 | "build/netstandard2.0/ref/System.Web.dll", |
|
||
|
580 | "build/netstandard2.0/ref/System.Windows.dll", |
|
||
|
581 | "build/netstandard2.0/ref/System.Xml.Linq.dll", |
|
||
|
582 | "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", |
|
||
|
583 | "build/netstandard2.0/ref/System.Xml.Serialization.dll", |
|
||
|
584 | "build/netstandard2.0/ref/System.Xml.XDocument.dll", |
|
||
|
585 | "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", |
|
||
|
586 | "build/netstandard2.0/ref/System.Xml.XPath.dll", |
|
||
|
587 | "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", |
|
||
|
588 | "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", |
|
||
|
589 | "build/netstandard2.0/ref/System.Xml.dll", |
|
||
|
590 | "build/netstandard2.0/ref/System.dll", |
|
||
|
591 | "build/netstandard2.0/ref/mscorlib.dll", |
|
||
|
592 | "build/netstandard2.0/ref/netstandard.dll", |
|
||
|
593 | "build/netstandard2.0/ref/netstandard.xml", |
|
||
|
594 | "lib/netstandard1.0/_._", |
|
||
|
595 | "netstandard.library.2.0.3.nupkg.sha512", |
|
||
|
596 | "netstandard.library.nuspec" |
|
||
|
597 | ] |
|
||
|
598 | }, |
|
||
|
599 | "FNA/1.0.0": { |
|
17 | "FNA/1.0.0": { |
|
600 | "type": "project", |
|
18 | "type": "project", |
|
601 |
"path": "../../FNA/FNA. |
|
19 | "path": "../../FNA/FNA.csproj", |
|
602 |
"msbuildProject": "../../FNA/FNA. |
|
20 | "msbuildProject": "../../FNA/FNA.csproj" |
|
603 | } |
|
21 | } |
|
604 | }, |
|
22 | }, |
|
605 | "projectFileDependencyGroups": { |
|
23 | "projectFileDependencyGroups": { |
|
606 | ".NETFramework,Version=v4.5": [ |
|
24 | ".NETFramework,Version=v4.5": [ |
|
607 |
"FNA >= 1.0.0" |
|
25 | "FNA >= 1.0.0" |
|
608 | "Microsoft.NETFramework.ReferenceAssemblies >= 1.0.2" |
|
||
|
609 | ], |
|
||
|
610 | ".NETStandard,Version=v2.0": [ |
|
||
|
611 | "FNA >= 1.0.0", |
|
||
|
612 | "NETStandard.Library >= 2.0.3" |
|
||
|
613 | ] |
|
26 | ] |
|
614 | }, |
|
27 | }, |
|
615 | "packageFolders": { |
|
28 | "packageFolders": { |
@@ -618,19 +31,17 | |||||
|
618 | "project": { |
|
31 | "project": { |
|
619 | "version": "1.0.0", |
|
32 | "version": "1.0.0", |
|
620 | "restore": { |
|
33 | "restore": { |
|
621 |
"projectUniqueName": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA. |
|
34 | "projectUniqueName": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj", |
|
622 | "projectName": "SpriteFontPlus", |
|
35 | "projectName": "SpriteFontPlus", |
|
623 |
"projectPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA. |
|
36 | "projectPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj", |
|
624 | "packagesPath": "/home/alys/.nuget/packages/", |
|
37 | "packagesPath": "/home/alys/.nuget/packages/", |
|
625 | "outputPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/obj/", |
|
38 | "outputPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/obj/", |
|
626 | "projectStyle": "PackageReference", |
|
39 | "projectStyle": "PackageReference", |
|
627 | "crossTargeting": true, |
|
||
|
628 | "configFilePaths": [ |
|
40 | "configFilePaths": [ |
|
629 |
"/home/alys/. |
|
41 | "/home/alys/.config/NuGet/NuGet.Config" |
|
630 | ], |
|
42 | ], |
|
631 | "originalTargetFrameworks": [ |
|
43 | "originalTargetFrameworks": [ |
|
632 |
"net45" |
|
44 | "net45" |
|
633 | "netstandard2.0" |
|
||
|
634 | ], |
|
45 | ], |
|
635 | "sources": { |
|
46 | "sources": { |
|
636 | "https://api.nuget.org/v3/index.json": {} |
|
47 | "https://api.nuget.org/v3/index.json": {} |
@@ -639,16 +50,8 | |||||
|
639 | "net45": { |
|
50 | "net45": { |
|
640 | "targetAlias": "net45", |
|
51 | "targetAlias": "net45", |
|
641 | "projectReferences": { |
|
52 | "projectReferences": { |
|
642 |
"/home/alys/repos/isometric-park-fna/FNA/FNA. |
|
53 | "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj": { |
|
643 |
"projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA. |
|
54 | "projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.csproj" |
|
644 | } |
|
||
|
645 | } |
|
||
|
646 | }, |
|
||
|
647 | "netstandard2.0": { |
|
||
|
648 | "targetAlias": "netstandard2.0", |
|
||
|
649 | "projectReferences": { |
|
||
|
650 | "/home/alys/repos/isometric-park-fna/FNA/FNA.Core.csproj": { |
|
||
|
651 | "projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.Core.csproj" |
|
||
|
652 | } |
|
55 | } |
|
653 | } |
|
56 | } |
|
654 | } |
|
57 | } |
@@ -662,43 +65,7 | |||||
|
662 | "frameworks": { |
|
65 | "frameworks": { |
|
663 | "net45": { |
|
66 | "net45": { |
|
664 | "targetAlias": "net45", |
|
67 | "targetAlias": "net45", |
|
665 | "dependencies": { |
|
68 | "runtimeIdentifierGraphPath": "/usr/lib/mono/msbuild/Current/bin/RuntimeIdentifierGraph.json" |
|
666 | "Microsoft.NETFramework.ReferenceAssemblies": { |
|
||
|
667 | "suppressParent": "All", |
|
||
|
668 | "target": "Package", |
|
||
|
669 | "version": "[1.0.2, )", |
|
||
|
670 | "autoReferenced": true |
|
||
|
671 | } |
|
||
|
672 | }, |
|
||
|
673 | "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.403/RuntimeIdentifierGraph.json" |
|
||
|
674 | }, |
|
||
|
675 | "netstandard2.0": { |
|
||
|
676 | "targetAlias": "netstandard2.0", |
|
||
|
677 | "dependencies": { |
|
||
|
678 | "NETStandard.Library": { |
|
||
|
679 | "suppressParent": "All", |
|
||
|
680 | "target": "Package", |
|
||
|
681 | "version": "[2.0.3, )", |
|
||
|
682 | "autoReferenced": true |
|
||
|
683 | } |
|
||
|
684 | }, |
|
||
|
685 | "imports": [ |
|
||
|
686 | "net461", |
|
||
|
687 | "net462", |
|
||
|
688 | "net47", |
|
||
|
689 | "net471", |
|
||
|
690 | "net472", |
|
||
|
691 | "net48", |
|
||
|
692 | "net481" |
|
||
|
693 | ], |
|
||
|
694 | "assetTargetFallback": true, |
|
||
|
695 | "warn": true, |
|
||
|
696 | "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/6.0.403/RuntimeIdentifierGraph.json" |
|
||
|
697 | } |
|
||
|
698 | }, |
|
||
|
699 | "runtimes": { |
|
||
|
700 | "win-x86": { |
|
||
|
701 | "#import": [] |
|
||
|
702 | } |
|
69 | } |
|
703 | } |
|
70 | } |
|
704 | } |
|
71 | } |
@@ -1,13 +1,8 | |||||
|
1 | { |
|
1 | { |
|
2 | "version": 2, |
|
2 | "version": 2, |
|
3 | "dgSpecHash": "kG14z46jG3AoqkVNCHCow2fv1FWJIWtC/FPuwROVJv1UYgSbay7pvTrniOChMoL9aWH+IGrKF2DfPGDvua6Itw==", |
|
3 | "dgSpecHash": "tOnJ1OKHA9fVe0r0rF8SXkY/g6Dsae+u1nunMHJtIiHm2UrxMmZk6x6accdLrAYlwIjYkj7fcv/RHNfOBL/3Kg==", |
|
4 | "success": true, |
|
4 | "success": true, |
|
5 |
"projectFilePath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA. |
|
5 | "projectFilePath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.csproj", |
|
6 | "expectedPackageFiles": [ |
|
6 | "expectedPackageFiles": [], |
|
7 | "/home/alys/.nuget/packages/microsoft.netcore.platforms/1.1.0/microsoft.netcore.platforms.1.1.0.nupkg.sha512", |
|
||
|
8 | "/home/alys/.nuget/packages/microsoft.netframework.referenceassemblies/1.0.2/microsoft.netframework.referenceassemblies.1.0.2.nupkg.sha512", |
|
||
|
9 | "/home/alys/.nuget/packages/microsoft.netframework.referenceassemblies.net45/1.0.2/microsoft.netframework.referenceassemblies.net45.1.0.2.nupkg.sha512", |
|
||
|
10 | "/home/alys/.nuget/packages/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg.sha512" |
|
||
|
11 | ], |
|
||
|
12 | "logs": [] |
|
7 | "logs": [] |
|
13 | } No newline at end of file |
|
8 | } |
@@ -203,10 +203,10 | |||||
|
203 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
|
203 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
|
204 | </Reference> |
|
204 | </Reference> |
|
205 | <Reference Include="Newtonsoft.Json"> |
|
205 | <Reference Include="Newtonsoft.Json"> |
|
206 |
<HintPath>..\packages\Newtonsoft.Json.1 |
|
206 | <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
207 | </Reference> |
|
207 | </Reference> |
|
208 | <Reference Include="YamlDotNet" Version="11.0.1"> |
|
208 | <Reference Include="YamlDotNet" Version="11.0.1"> |
|
209 |
<HintPath>..\packages\YamlDotNet.11. |
|
209 | <HintPath>..\packages\YamlDotNet.11.1.1\lib\net45\YamlDotNet.dll</HintPath> |
|
210 | </Reference> |
|
210 | </Reference> |
|
211 | <Reference Include="Tracery.Net"> |
|
211 | <Reference Include="Tracery.Net"> |
|
212 | <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath> |
|
212 | <HintPath>..\packages\Tracery.Net.1.0.0\lib\net452\Tracery.Net.dll</HintPath> |
@@ -6,7 +6,7 | |||||
|
6 | <package id="morelinq" version="3.3.2" targetFramework="net461" /> |
|
6 | <package id="morelinq" version="3.3.2" targetFramework="net461" /> |
|
7 | <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" /> |
|
7 | <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net461" /> |
|
8 | <package id="System.Buffers" version="4.5.1" targetFramework="net461" /> |
|
8 | <package id="System.Buffers" version="4.5.1" targetFramework="net461" /> |
|
9 |
<package id="System.Memory" version="4. |
|
9 | <!-- <package id="System.Memory" version="4.0.1.0" targetFramework="net461" /> --> |
|
10 | <package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" /> |
|
10 | <package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net461" /> |
|
11 | <package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net461" /> |
|
11 | <package id="System.Runtime.CompilerServices.Unsafe" version="5.0.0" targetFramework="net461" /> |
|
12 | <package id="System.Security.AccessControl" version="5.0.0" targetFramework="net461" /> |
|
12 | <package id="System.Security.AccessControl" version="5.0.0" targetFramework="net461" /> |
@@ -15,4 +15,4 | |||||
|
15 | <package id="System.ValueTuple" version="4.5.0" targetFramework="net461" /> |
|
15 | <package id="System.ValueTuple" version="4.5.0" targetFramework="net461" /> |
|
16 | <package id="Tracery.Net" version="1.0.0" targetFramework="net461" /> |
|
16 | <package id="Tracery.Net" version="1.0.0" targetFramework="net461" /> |
|
17 | <package id="YamlDotNet" version="11.1.1" targetFramework="net461" /> |
|
17 | <package id="YamlDotNet" version="11.1.1" targetFramework="net461" /> |
|
18 | </packages> No newline at end of file |
|
18 | </packages> |
You need to be logged in to leave comments.
Login now