Skip to content

Commit bae00c4

Browse files
committed
#14 - Added ReadMe and Executables
1 parent c51efac commit bae00c4

File tree

513 files changed

+7881
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

513 files changed

+7881
-56
lines changed
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETStandard,Version=v2.0/",
4+
"signature": "f617f679a8f84e80ff49793ff3409edee7a2b897"
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETStandard,Version=v2.0": {},
9+
".NETStandard,Version=v2.0/": {
10+
"CodingChallengeLibrary/1.0.0": {
11+
"dependencies": {
12+
"NETStandard.Library": "2.0.3",
13+
"Newtonsoft.Json": "12.0.3"
14+
},
15+
"runtime": {
16+
"CodingChallengeLibrary.dll": {}
17+
}
18+
},
19+
"Microsoft.NETCore.Platforms/1.1.0": {},
20+
"NETStandard.Library/2.0.3": {
21+
"dependencies": {
22+
"Microsoft.NETCore.Platforms": "1.1.0"
23+
}
24+
},
25+
"Newtonsoft.Json/12.0.3": {
26+
"runtime": {
27+
"lib/netstandard2.0/Newtonsoft.Json.dll": {
28+
"assemblyVersion": "12.0.0.0",
29+
"fileVersion": "12.0.3.23909"
30+
}
31+
}
32+
}
33+
}
34+
},
35+
"libraries": {
36+
"CodingChallengeLibrary/1.0.0": {
37+
"type": "project",
38+
"serviceable": false,
39+
"sha512": ""
40+
},
41+
"Microsoft.NETCore.Platforms/1.1.0": {
42+
"type": "package",
43+
"serviceable": true,
44+
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
45+
"path": "microsoft.netcore.platforms/1.1.0",
46+
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
47+
},
48+
"NETStandard.Library/2.0.3": {
49+
"type": "package",
50+
"serviceable": true,
51+
"sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==",
52+
"path": "netstandard.library/2.0.3",
53+
"hashPath": "netstandard.library.2.0.3.nupkg.sha512"
54+
},
55+
"Newtonsoft.Json/12.0.3": {
56+
"type": "package",
57+
"serviceable": true,
58+
"sha512": "sha512-6mgjfnRB4jKMlzHSl+VD+oUc1IebOZabkbyWj2RiTgWwYPPuaK1H97G1sHqGwPlS5npiF5Q0OrxN1wni2n5QWg==",
59+
"path": "newtonsoft.json/12.0.3",
60+
"hashPath": "newtonsoft.json.12.0.3.nupkg.sha512"
61+
}
62+
}
63+
}
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"version": 1,
3-
"dgSpecHash": "Koqw3lVoGPAwnW0bLCJDKHm6m10wuu1UiS2HKq6fo5HYXbe2IDWTT0clnZ0yOSRdxzL/YsGHxy/FxJK6QbV0TQ==",
3+
"dgSpecHash": "yv4wQ4989yME1I8E+czp9edZ92b8Hh6HLQuI68Xq87gWGPJ/+/NPEqBloStS4Irmydmrfl1MZeh76Hcj7HWw1w==",
44
"success": true
55
}

CodingChallengeLibrary/obj/CodingChallengeLibrary.csproj.nuget.dgspec.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
"assetTargetFallback": true,
5959
"warn": true
6060
}
61+
},
62+
"runtimes": {
63+
"linux-x64": {
64+
"#import": []
65+
}
6166
}
6267
}
6368
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3ae096dd06a3fda51ca9fe31a589a51c4cd53697
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d304382d2b6ca2320644429389420f41011bbfab

0 commit comments

Comments
 (0)