Skip to content

Commit 5c042fc

Browse files
committed
Reducing .gitignore for packages
1 parent f48a782 commit 5c042fc

File tree

292 files changed

+1446
-9
lines changed

Some content is hidden

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

292 files changed

+1446
-9
lines changed

.gitignore

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,8 @@
1010
# User-specific files (MonoDevelop/Xamarin Studio)
1111
*.userprefs
1212

13-
# Build results
14-
[Dd]ebug/
15-
[Dd]ebugPublic/
16-
[Rr]elease/
17-
[Rr]eleases/
18-
x64/
19-
x86/
20-
bld/
21-
[Bb]in/
13+
# Build results
14+
[Dd]ebugPublic/
2215
[Oo]bj/
2316
[Ll]og/
2417

Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v2.2",
4+
"signature": "15a529958e4e8ccb6445683cec91850045e5eb85"
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v2.2": {
9+
"Test.ContentRoutes/1.0.0": {
10+
"dependencies": {
11+
"Watson": "2.1.2"
12+
},
13+
"runtime": {
14+
"Test.ContentRoutes.dll": {}
15+
}
16+
},
17+
"ChunkDecoder/1.0.2": {
18+
"runtime": {
19+
"lib/netstandard2.0/ChunkDecoder.dll": {
20+
"assemblyVersion": "1.0.2.0",
21+
"fileVersion": "1.0.2.0"
22+
}
23+
}
24+
},
25+
"IpMatcher/1.0.1": {
26+
"runtime": {
27+
"lib/netstandard2.0/IpMatcher.dll": {
28+
"assemblyVersion": "1.0.1.0",
29+
"fileVersion": "1.0.1.0"
30+
}
31+
}
32+
},
33+
"Newtonsoft.Json/11.0.1": {
34+
"runtime": {
35+
"lib/netstandard2.0/Newtonsoft.Json.dll": {
36+
"assemblyVersion": "11.0.0.0",
37+
"fileVersion": "11.0.1.21818"
38+
}
39+
}
40+
},
41+
"RegexMatcher/1.0.2": {
42+
"runtime": {
43+
"lib/netstandard2.0/RegexMatcher.dll": {
44+
"assemblyVersion": "1.0.2.0",
45+
"fileVersion": "1.0.2.0"
46+
}
47+
}
48+
},
49+
"Watson/2.1.2": {
50+
"dependencies": {
51+
"ChunkDecoder": "1.0.2",
52+
"IpMatcher": "1.0.1",
53+
"Newtonsoft.Json": "11.0.1",
54+
"RegexMatcher": "1.0.2"
55+
},
56+
"runtime": {
57+
"WatsonWebserver.dll": {}
58+
}
59+
}
60+
}
61+
},
62+
"libraries": {
63+
"Test.ContentRoutes/1.0.0": {
64+
"type": "project",
65+
"serviceable": false,
66+
"sha512": ""
67+
},
68+
"ChunkDecoder/1.0.2": {
69+
"type": "package",
70+
"serviceable": true,
71+
"sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==",
72+
"path": "chunkdecoder/1.0.2",
73+
"hashPath": "chunkdecoder.1.0.2.nupkg.sha512"
74+
},
75+
"IpMatcher/1.0.1": {
76+
"type": "package",
77+
"serviceable": true,
78+
"sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==",
79+
"path": "ipmatcher/1.0.1",
80+
"hashPath": "ipmatcher.1.0.1.nupkg.sha512"
81+
},
82+
"Newtonsoft.Json/11.0.1": {
83+
"type": "package",
84+
"serviceable": true,
85+
"sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==",
86+
"path": "newtonsoft.json/11.0.1",
87+
"hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
88+
},
89+
"RegexMatcher/1.0.2": {
90+
"type": "package",
91+
"serviceable": true,
92+
"sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==",
93+
"path": "regexmatcher/1.0.2",
94+
"hashPath": "regexmatcher.1.0.2.nupkg.sha512"
95+
},
96+
"Watson/2.1.2": {
97+
"type": "project",
98+
"serviceable": false,
99+
"sha512": ""
100+
}
101+
}
102+
}
Binary file not shown.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"runtimeOptions": {
3+
"additionalProbingPaths": [
4+
"C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|",
5+
"C:\\Users\\joelc\\.nuget\\packages",
6+
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
7+
]
8+
}
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"runtimeOptions": {
3+
"tfm": "netcoreapp2.2",
4+
"framework": {
5+
"name": "Microsoft.NETCore.App",
6+
"version": "2.2.0"
7+
}
8+
}
9+
}
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<title>Hello from Watson!</title>
4+
</head>
5+
<body>
6+
<div>
7+
<h3>Hello!</h3>
8+
<p>Hello from Watson Webserver!</p>
9+
</div>
10+
</body>
11+
</html>
144 KB
Loading
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"runtimeTarget": {
3+
"name": ".NETCoreApp,Version=v2.2",
4+
"signature": "15a529958e4e8ccb6445683cec91850045e5eb85"
5+
},
6+
"compilationOptions": {},
7+
"targets": {
8+
".NETCoreApp,Version=v2.2": {
9+
"Test.ContentRoutes/1.0.0": {
10+
"dependencies": {
11+
"Watson": "2.1.2"
12+
},
13+
"runtime": {
14+
"Test.ContentRoutes.dll": {}
15+
}
16+
},
17+
"ChunkDecoder/1.0.2": {
18+
"runtime": {
19+
"lib/netstandard2.0/ChunkDecoder.dll": {
20+
"assemblyVersion": "1.0.2.0",
21+
"fileVersion": "1.0.2.0"
22+
}
23+
}
24+
},
25+
"IpMatcher/1.0.1": {
26+
"runtime": {
27+
"lib/netstandard2.0/IpMatcher.dll": {
28+
"assemblyVersion": "1.0.1.0",
29+
"fileVersion": "1.0.1.0"
30+
}
31+
}
32+
},
33+
"Newtonsoft.Json/11.0.1": {
34+
"runtime": {
35+
"lib/netstandard2.0/Newtonsoft.Json.dll": {
36+
"assemblyVersion": "11.0.0.0",
37+
"fileVersion": "11.0.1.21818"
38+
}
39+
}
40+
},
41+
"RegexMatcher/1.0.2": {
42+
"runtime": {
43+
"lib/netstandard2.0/RegexMatcher.dll": {
44+
"assemblyVersion": "1.0.2.0",
45+
"fileVersion": "1.0.2.0"
46+
}
47+
}
48+
},
49+
"Watson/2.1.2": {
50+
"dependencies": {
51+
"ChunkDecoder": "1.0.2",
52+
"IpMatcher": "1.0.1",
53+
"Newtonsoft.Json": "11.0.1",
54+
"RegexMatcher": "1.0.2"
55+
},
56+
"runtime": {
57+
"WatsonWebserver.dll": {}
58+
}
59+
}
60+
}
61+
},
62+
"libraries": {
63+
"Test.ContentRoutes/1.0.0": {
64+
"type": "project",
65+
"serviceable": false,
66+
"sha512": ""
67+
},
68+
"ChunkDecoder/1.0.2": {
69+
"type": "package",
70+
"serviceable": true,
71+
"sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==",
72+
"path": "chunkdecoder/1.0.2",
73+
"hashPath": "chunkdecoder.1.0.2.nupkg.sha512"
74+
},
75+
"IpMatcher/1.0.1": {
76+
"type": "package",
77+
"serviceable": true,
78+
"sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==",
79+
"path": "ipmatcher/1.0.1",
80+
"hashPath": "ipmatcher.1.0.1.nupkg.sha512"
81+
},
82+
"Newtonsoft.Json/11.0.1": {
83+
"type": "package",
84+
"serviceable": true,
85+
"sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==",
86+
"path": "newtonsoft.json/11.0.1",
87+
"hashPath": "newtonsoft.json.11.0.1.nupkg.sha512"
88+
},
89+
"RegexMatcher/1.0.2": {
90+
"type": "package",
91+
"serviceable": true,
92+
"sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==",
93+
"path": "regexmatcher/1.0.2",
94+
"hashPath": "regexmatcher.1.0.2.nupkg.sha512"
95+
},
96+
"Watson/2.1.2": {
97+
"type": "project",
98+
"serviceable": false,
99+
"sha512": ""
100+
}
101+
}
102+
}
Binary file not shown.

0 commit comments

Comments
 (0)