diff --git a/.gitignore b/.gitignore index e248156a..095807b9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,15 +10,8 @@ # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -bld/ -[Bb]in/ +# Build results +[Dd]ebugPublic/ [Oo]bj/ [Ll]og/ diff --git a/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.deps.json b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.deps.json new file mode 100644 index 00000000..5dfef2d6 --- /dev/null +++ b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.ContentRoutes/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.ContentRoutes.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.ContentRoutes/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.dll b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.dll new file mode 100644 index 00000000..5a450670 Binary files /dev/null and b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.dll differ diff --git a/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.dev.json b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.json b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.ContentRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..60ea80e2 Binary files /dev/null and b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.ContentRoutes/bin/Debug/netcoreapp2.2/html/index.html b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/html/index.html new file mode 100644 index 00000000..1a684c09 --- /dev/null +++ b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/html/index.html @@ -0,0 +1,11 @@ + + + Hello from Watson! + + +
+

Hello!

+

Hello from Watson Webserver!

+
+ + \ No newline at end of file diff --git a/Test.ContentRoutes/bin/Debug/netcoreapp2.2/img/watson.jpg b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/img/watson.jpg new file mode 100644 index 00000000..4636d69c Binary files /dev/null and b/Test.ContentRoutes/bin/Debug/netcoreapp2.2/img/watson.jpg differ diff --git a/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.deps.json b/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.deps.json new file mode 100644 index 00000000..5dfef2d6 --- /dev/null +++ b/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.ContentRoutes/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.ContentRoutes.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.ContentRoutes/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.dll b/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.dll new file mode 100644 index 00000000..b96d8937 Binary files /dev/null and b/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.dll differ diff --git a/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.dev.json b/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.json b/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.ContentRoutes/bin/Release/netcoreapp2.2/Test.ContentRoutes.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.ContentRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll b/Test.ContentRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..948b89be Binary files /dev/null and b/Test.ContentRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.ContentRoutes/bin/Release/netcoreapp2.2/html/index.html b/Test.ContentRoutes/bin/Release/netcoreapp2.2/html/index.html new file mode 100644 index 00000000..1a684c09 --- /dev/null +++ b/Test.ContentRoutes/bin/Release/netcoreapp2.2/html/index.html @@ -0,0 +1,11 @@ + + + Hello from Watson! + + +
+

Hello!

+

Hello from Watson Webserver!

+
+ + \ No newline at end of file diff --git a/Test.ContentRoutes/bin/Release/netcoreapp2.2/img/watson.jpg b/Test.ContentRoutes/bin/Release/netcoreapp2.2/img/watson.jpg new file mode 100644 index 00000000..4636d69c Binary files /dev/null and b/Test.ContentRoutes/bin/Release/netcoreapp2.2/img/watson.jpg differ diff --git a/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.deps.json b/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.deps.json new file mode 100644 index 00000000..e310137d --- /dev/null +++ b/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.Default/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.Default.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.Default/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.dll b/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.dll new file mode 100644 index 00000000..14cdd820 Binary files /dev/null and b/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.dll differ diff --git a/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.runtimeconfig.dev.json b/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.runtimeconfig.json b/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.Default/bin/Debug/netcoreapp2.2/Test.Default.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.Default/bin/Debug/netcoreapp2.2/WatsonWebserver.dll b/Test.Default/bin/Debug/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..60ea80e2 Binary files /dev/null and b/Test.Default/bin/Debug/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.Default/bin/Release/netcoreapp2.2/Test.Default.deps.json b/Test.Default/bin/Release/netcoreapp2.2/Test.Default.deps.json new file mode 100644 index 00000000..e310137d --- /dev/null +++ b/Test.Default/bin/Release/netcoreapp2.2/Test.Default.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.Default/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.Default.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.Default/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.Default/bin/Release/netcoreapp2.2/Test.Default.dll b/Test.Default/bin/Release/netcoreapp2.2/Test.Default.dll new file mode 100644 index 00000000..1f97aceb Binary files /dev/null and b/Test.Default/bin/Release/netcoreapp2.2/Test.Default.dll differ diff --git a/Test.Default/bin/Release/netcoreapp2.2/Test.Default.runtimeconfig.dev.json b/Test.Default/bin/Release/netcoreapp2.2/Test.Default.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.Default/bin/Release/netcoreapp2.2/Test.Default.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.Default/bin/Release/netcoreapp2.2/Test.Default.runtimeconfig.json b/Test.Default/bin/Release/netcoreapp2.2/Test.Default.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.Default/bin/Release/netcoreapp2.2/Test.Default.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.Default/bin/Release/netcoreapp2.2/WatsonWebserver.dll b/Test.Default/bin/Release/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..948b89be Binary files /dev/null and b/Test.Default/bin/Release/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.deps.json b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.deps.json new file mode 100644 index 00000000..db00873f --- /dev/null +++ b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.DynamicRoutes/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.DynamicRoutes.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.DynamicRoutes/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.dll b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.dll new file mode 100644 index 00000000..bfe82da0 Binary files /dev/null and b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.dll differ diff --git a/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.dev.json b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.json b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..60ea80e2 Binary files /dev/null and b/Test.DynamicRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.deps.json b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.deps.json new file mode 100644 index 00000000..db00873f --- /dev/null +++ b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.DynamicRoutes/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.DynamicRoutes.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.DynamicRoutes/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.dll b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.dll new file mode 100644 index 00000000..cf44c2f8 Binary files /dev/null and b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.dll differ diff --git a/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.dev.json b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.json b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/Test.DynamicRoutes.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.DynamicRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..948b89be Binary files /dev/null and b/Test.DynamicRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.deps.json b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.deps.json new file mode 100644 index 00000000..32adcd34 --- /dev/null +++ b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.StaticRoutes/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.StaticRoutes.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.StaticRoutes/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.dll b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.dll new file mode 100644 index 00000000..daea37e7 Binary files /dev/null and b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.dll differ diff --git a/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.dev.json b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.json b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.StaticRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..60ea80e2 Binary files /dev/null and b/Test.StaticRoutes/bin/Debug/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.deps.json b/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.deps.json new file mode 100644 index 00000000..32adcd34 --- /dev/null +++ b/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.StaticRoutes/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.StaticRoutes.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.StaticRoutes/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.dll b/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.dll new file mode 100644 index 00000000..98a8d8b1 Binary files /dev/null and b/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.dll differ diff --git a/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.dev.json b/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.json b/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.StaticRoutes/bin/Release/netcoreapp2.2/Test.StaticRoutes.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.StaticRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll b/Test.StaticRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..948b89be Binary files /dev/null and b/Test.StaticRoutes/bin/Release/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.deps.json b/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.deps.json new file mode 100644 index 00000000..6ffe3c14 --- /dev/null +++ b/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.Stream/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.Stream.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.Stream/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.dll b/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.dll new file mode 100644 index 00000000..fc63a1a4 Binary files /dev/null and b/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.dll differ diff --git a/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.runtimeconfig.dev.json b/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.runtimeconfig.json b/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.Stream/bin/Debug/netcoreapp2.2/Test.Stream.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.Stream/bin/Debug/netcoreapp2.2/WatsonWebserver.dll b/Test.Stream/bin/Debug/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..60ea80e2 Binary files /dev/null and b/Test.Stream/bin/Debug/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.Stream/bin/Debug/netcoreapp2.2/watson.jpg b/Test.Stream/bin/Debug/netcoreapp2.2/watson.jpg new file mode 100644 index 00000000..802f54e9 Binary files /dev/null and b/Test.Stream/bin/Debug/netcoreapp2.2/watson.jpg differ diff --git a/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.deps.json b/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.deps.json new file mode 100644 index 00000000..6ffe3c14 --- /dev/null +++ b/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.deps.json @@ -0,0 +1,102 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.2", + "signature": "15a529958e4e8ccb6445683cec91850045e5eb85" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.2": { + "Test.Stream/1.0.0": { + "dependencies": { + "Watson": "2.1.2" + }, + "runtime": { + "Test.Stream.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "Watson/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + } + } + }, + "libraries": { + "Test.Stream/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + }, + "Watson/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.dll b/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.dll new file mode 100644 index 00000000..96f9d037 Binary files /dev/null and b/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.dll differ diff --git a/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.runtimeconfig.dev.json b/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.runtimeconfig.dev.json new file mode 100644 index 00000000..b7204249 --- /dev/null +++ b/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.runtimeconfig.dev.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "additionalProbingPaths": [ + "C:\\Users\\joelc\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\joelc\\.nuget\\packages", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ] + } +} \ No newline at end of file diff --git a/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.runtimeconfig.json b/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.runtimeconfig.json new file mode 100644 index 00000000..49dbda4c --- /dev/null +++ b/Test.Stream/bin/Release/netcoreapp2.2/Test.Stream.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "netcoreapp2.2", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "2.2.0" + } + } +} \ No newline at end of file diff --git a/Test.Stream/bin/Release/netcoreapp2.2/WatsonWebserver.dll b/Test.Stream/bin/Release/netcoreapp2.2/WatsonWebserver.dll new file mode 100644 index 00000000..948b89be Binary files /dev/null and b/Test.Stream/bin/Release/netcoreapp2.2/WatsonWebserver.dll differ diff --git a/Test.Stream/bin/Release/netcoreapp2.2/watson.jpg b/Test.Stream/bin/Release/netcoreapp2.2/watson.jpg new file mode 100644 index 00000000..802f54e9 Binary files /dev/null and b/Test.Stream/bin/Release/netcoreapp2.2/watson.jpg differ diff --git a/WatsonWebserver/bin/Debug/Watson.1.5.0.nupkg b/WatsonWebserver/bin/Debug/Watson.1.5.0.nupkg new file mode 100644 index 00000000..9c1f393c Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.1.5.0.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.1.5.1.nupkg b/WatsonWebserver/bin/Debug/Watson.1.5.1.nupkg new file mode 100644 index 00000000..7234b057 Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.1.5.1.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.1.5.2.nupkg b/WatsonWebserver/bin/Debug/Watson.1.5.2.nupkg new file mode 100644 index 00000000..7632bcf5 Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.1.5.2.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.1.6.0.nupkg b/WatsonWebserver/bin/Debug/Watson.1.6.0.nupkg new file mode 100644 index 00000000..f9ad89d8 Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.1.6.0.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.1.6.1.nupkg b/WatsonWebserver/bin/Debug/Watson.1.6.1.nupkg new file mode 100644 index 00000000..30c86130 Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.1.6.1.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.0.1.nupkg b/WatsonWebserver/bin/Debug/Watson.2.0.1.nupkg new file mode 100644 index 00000000..ac889231 Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.0.1.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.0.2.nupkg b/WatsonWebserver/bin/Debug/Watson.2.0.2.nupkg new file mode 100644 index 00000000..656e40fe Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.0.2.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.0.3.nupkg b/WatsonWebserver/bin/Debug/Watson.2.0.3.nupkg new file mode 100644 index 00000000..e461422b Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.0.3.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.0.4.nupkg b/WatsonWebserver/bin/Debug/Watson.2.0.4.nupkg new file mode 100644 index 00000000..cb796b8a Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.0.4.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.0.5.nupkg b/WatsonWebserver/bin/Debug/Watson.2.0.5.nupkg new file mode 100644 index 00000000..b752662b Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.0.5.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.0.6.nupkg b/WatsonWebserver/bin/Debug/Watson.2.0.6.nupkg new file mode 100644 index 00000000..c3c4b57a Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.0.6.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.1.0.nupkg b/WatsonWebserver/bin/Debug/Watson.2.1.0.nupkg new file mode 100644 index 00000000..71adb281 Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.1.0.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.1.1.nupkg b/WatsonWebserver/bin/Debug/Watson.2.1.1.nupkg new file mode 100644 index 00000000..1f3b4e42 Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.1.1.nupkg differ diff --git a/WatsonWebserver/bin/Debug/Watson.2.1.2.nupkg b/WatsonWebserver/bin/Debug/Watson.2.1.2.nupkg new file mode 100644 index 00000000..fa47b48e Binary files /dev/null and b/WatsonWebserver/bin/Debug/Watson.2.1.2.nupkg differ diff --git a/WatsonWebserver/bin/Debug/WatsonWebserver.1.5.0.nupkg b/WatsonWebserver/bin/Debug/WatsonWebserver.1.5.0.nupkg new file mode 100644 index 00000000..f2a35062 Binary files /dev/null and b/WatsonWebserver/bin/Debug/WatsonWebserver.1.5.0.nupkg differ diff --git a/WatsonWebserver/bin/Debug/net462/ChunkDecoder.dll b/WatsonWebserver/bin/Debug/net462/ChunkDecoder.dll new file mode 100644 index 00000000..54002972 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/ChunkDecoder.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/IpMatcher.dll b/WatsonWebserver/bin/Debug/net462/IpMatcher.dll new file mode 100644 index 00000000..2b96f324 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/IpMatcher.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/Microsoft.Win32.Primitives.dll b/WatsonWebserver/bin/Debug/net462/Microsoft.Win32.Primitives.dll new file mode 100644 index 00000000..8b69a69b Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/Microsoft.Win32.Primitives.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/Newtonsoft.Json.dll b/WatsonWebserver/bin/Debug/net462/Newtonsoft.Json.dll new file mode 100644 index 00000000..1971a356 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/Newtonsoft.Json.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/RegexMatcher.dll b/WatsonWebserver/bin/Debug/net462/RegexMatcher.dll new file mode 100644 index 00000000..8962b987 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/RegexMatcher.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.AppContext.dll b/WatsonWebserver/bin/Debug/net462/System.AppContext.dll new file mode 100644 index 00000000..4ccc058f Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.AppContext.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Collections.Concurrent.dll b/WatsonWebserver/bin/Debug/net462/System.Collections.Concurrent.dll new file mode 100644 index 00000000..26f10d17 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Collections.Concurrent.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Collections.NonGeneric.dll b/WatsonWebserver/bin/Debug/net462/System.Collections.NonGeneric.dll new file mode 100644 index 00000000..9da235ae Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Collections.NonGeneric.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Collections.Specialized.dll b/WatsonWebserver/bin/Debug/net462/System.Collections.Specialized.dll new file mode 100644 index 00000000..fbd4fc7a Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Collections.Specialized.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Collections.dll b/WatsonWebserver/bin/Debug/net462/System.Collections.dll new file mode 100644 index 00000000..72ac2059 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Collections.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.ComponentModel.EventBasedAsync.dll b/WatsonWebserver/bin/Debug/net462/System.ComponentModel.EventBasedAsync.dll new file mode 100644 index 00000000..37742d47 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.ComponentModel.EventBasedAsync.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.ComponentModel.Primitives.dll b/WatsonWebserver/bin/Debug/net462/System.ComponentModel.Primitives.dll new file mode 100644 index 00000000..b0c4b683 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.ComponentModel.Primitives.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.ComponentModel.TypeConverter.dll b/WatsonWebserver/bin/Debug/net462/System.ComponentModel.TypeConverter.dll new file mode 100644 index 00000000..fb42b449 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.ComponentModel.TypeConverter.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.ComponentModel.dll b/WatsonWebserver/bin/Debug/net462/System.ComponentModel.dll new file mode 100644 index 00000000..8e2d8297 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.ComponentModel.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Console.dll b/WatsonWebserver/bin/Debug/net462/System.Console.dll new file mode 100644 index 00000000..fe61bccd Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Console.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Data.Common.dll b/WatsonWebserver/bin/Debug/net462/System.Data.Common.dll new file mode 100644 index 00000000..05e3481b Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Data.Common.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Contracts.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Contracts.dll new file mode 100644 index 00000000..98f40ebc Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Contracts.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Debug.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Debug.dll new file mode 100644 index 00000000..a51c0cfa Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Debug.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.FileVersionInfo.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.FileVersionInfo.dll new file mode 100644 index 00000000..3c203b00 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.FileVersionInfo.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Process.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Process.dll new file mode 100644 index 00000000..b537e62c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Process.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.StackTrace.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.StackTrace.dll new file mode 100644 index 00000000..5dfaad67 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.StackTrace.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.TextWriterTraceListener.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.TextWriterTraceListener.dll new file mode 100644 index 00000000..a5720da2 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Tools.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Tools.dll new file mode 100644 index 00000000..bd9deaed Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Tools.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.TraceSource.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.TraceSource.dll new file mode 100644 index 00000000..5474eb2a Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.TraceSource.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Tracing.dll b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Tracing.dll new file mode 100644 index 00000000..5b8b2b42 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Diagnostics.Tracing.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Drawing.Primitives.dll b/WatsonWebserver/bin/Debug/net462/System.Drawing.Primitives.dll new file mode 100644 index 00000000..1eeacc4c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Drawing.Primitives.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Dynamic.Runtime.dll b/WatsonWebserver/bin/Debug/net462/System.Dynamic.Runtime.dll new file mode 100644 index 00000000..d34b388c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Dynamic.Runtime.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Globalization.Calendars.dll b/WatsonWebserver/bin/Debug/net462/System.Globalization.Calendars.dll new file mode 100644 index 00000000..4a198bc1 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Globalization.Calendars.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Globalization.Extensions.dll b/WatsonWebserver/bin/Debug/net462/System.Globalization.Extensions.dll new file mode 100644 index 00000000..99f9e4af Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Globalization.Extensions.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Globalization.dll b/WatsonWebserver/bin/Debug/net462/System.Globalization.dll new file mode 100644 index 00000000..dd3d2e30 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Globalization.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.Compression.ZipFile.dll b/WatsonWebserver/bin/Debug/net462/System.IO.Compression.ZipFile.dll new file mode 100644 index 00000000..345acbdd Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.Compression.ZipFile.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.Compression.dll b/WatsonWebserver/bin/Debug/net462/System.IO.Compression.dll new file mode 100644 index 00000000..ebbb503e Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.Compression.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.DriveInfo.dll b/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.DriveInfo.dll new file mode 100644 index 00000000..5c593989 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.DriveInfo.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.Primitives.dll b/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.Primitives.dll new file mode 100644 index 00000000..de4c49fc Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.Primitives.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.Watcher.dll b/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.Watcher.dll new file mode 100644 index 00000000..228d60be Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.Watcher.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.dll b/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.dll new file mode 100644 index 00000000..6934080d Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.FileSystem.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.IsolatedStorage.dll b/WatsonWebserver/bin/Debug/net462/System.IO.IsolatedStorage.dll new file mode 100644 index 00000000..356e123c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.IsolatedStorage.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.MemoryMappedFiles.dll b/WatsonWebserver/bin/Debug/net462/System.IO.MemoryMappedFiles.dll new file mode 100644 index 00000000..add3b296 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.MemoryMappedFiles.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.Pipes.dll b/WatsonWebserver/bin/Debug/net462/System.IO.Pipes.dll new file mode 100644 index 00000000..e5690c46 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.Pipes.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.UnmanagedMemoryStream.dll b/WatsonWebserver/bin/Debug/net462/System.IO.UnmanagedMemoryStream.dll new file mode 100644 index 00000000..cdd7427d Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.UnmanagedMemoryStream.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.IO.dll b/WatsonWebserver/bin/Debug/net462/System.IO.dll new file mode 100644 index 00000000..e9eb534a Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.IO.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Linq.Expressions.dll b/WatsonWebserver/bin/Debug/net462/System.Linq.Expressions.dll new file mode 100644 index 00000000..63b570c8 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Linq.Expressions.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Linq.Parallel.dll b/WatsonWebserver/bin/Debug/net462/System.Linq.Parallel.dll new file mode 100644 index 00000000..d8d097ee Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Linq.Parallel.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Linq.Queryable.dll b/WatsonWebserver/bin/Debug/net462/System.Linq.Queryable.dll new file mode 100644 index 00000000..404bbe21 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Linq.Queryable.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Linq.dll b/WatsonWebserver/bin/Debug/net462/System.Linq.dll new file mode 100644 index 00000000..42cd93b4 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Linq.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.Http.dll b/WatsonWebserver/bin/Debug/net462/System.Net.Http.dll new file mode 100644 index 00000000..1c5c6fd3 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.Http.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.NameResolution.dll b/WatsonWebserver/bin/Debug/net462/System.Net.NameResolution.dll new file mode 100644 index 00000000..e8a65c06 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.NameResolution.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.NetworkInformation.dll b/WatsonWebserver/bin/Debug/net462/System.Net.NetworkInformation.dll new file mode 100644 index 00000000..543a6cfe Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.NetworkInformation.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.Ping.dll b/WatsonWebserver/bin/Debug/net462/System.Net.Ping.dll new file mode 100644 index 00000000..eeb4666c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.Ping.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.Primitives.dll b/WatsonWebserver/bin/Debug/net462/System.Net.Primitives.dll new file mode 100644 index 00000000..8a929ae8 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.Primitives.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.Requests.dll b/WatsonWebserver/bin/Debug/net462/System.Net.Requests.dll new file mode 100644 index 00000000..5cf38f84 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.Requests.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.Security.dll b/WatsonWebserver/bin/Debug/net462/System.Net.Security.dll new file mode 100644 index 00000000..eacb8a18 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.Security.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.Sockets.dll b/WatsonWebserver/bin/Debug/net462/System.Net.Sockets.dll new file mode 100644 index 00000000..9716795e Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.Sockets.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.WebHeaderCollection.dll b/WatsonWebserver/bin/Debug/net462/System.Net.WebHeaderCollection.dll new file mode 100644 index 00000000..0238e690 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.WebHeaderCollection.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.WebSockets.Client.dll b/WatsonWebserver/bin/Debug/net462/System.Net.WebSockets.Client.dll new file mode 100644 index 00000000..3275912c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.WebSockets.Client.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Net.WebSockets.dll b/WatsonWebserver/bin/Debug/net462/System.Net.WebSockets.dll new file mode 100644 index 00000000..7a741897 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Net.WebSockets.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.ObjectModel.dll b/WatsonWebserver/bin/Debug/net462/System.ObjectModel.dll new file mode 100644 index 00000000..37e11894 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.ObjectModel.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Reflection.Extensions.dll b/WatsonWebserver/bin/Debug/net462/System.Reflection.Extensions.dll new file mode 100644 index 00000000..6d12687c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Reflection.Extensions.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Reflection.Primitives.dll b/WatsonWebserver/bin/Debug/net462/System.Reflection.Primitives.dll new file mode 100644 index 00000000..2c160e9f Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Reflection.Primitives.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Reflection.dll b/WatsonWebserver/bin/Debug/net462/System.Reflection.dll new file mode 100644 index 00000000..ec0b3d23 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Reflection.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Resources.Reader.dll b/WatsonWebserver/bin/Debug/net462/System.Resources.Reader.dll new file mode 100644 index 00000000..a34c6936 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Resources.Reader.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Resources.ResourceManager.dll b/WatsonWebserver/bin/Debug/net462/System.Resources.ResourceManager.dll new file mode 100644 index 00000000..c4a14cee Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Resources.ResourceManager.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Resources.Writer.dll b/WatsonWebserver/bin/Debug/net462/System.Resources.Writer.dll new file mode 100644 index 00000000..0ce29468 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Resources.Writer.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.CompilerServices.VisualC.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.CompilerServices.VisualC.dll new file mode 100644 index 00000000..30a2f814 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.Extensions.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.Extensions.dll new file mode 100644 index 00000000..eb0e80b1 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.Extensions.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.Handles.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.Handles.dll new file mode 100644 index 00000000..37f15ff0 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.Handles.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.InteropServices.RuntimeInformation.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 00000000..c8d62f4f Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.InteropServices.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.InteropServices.dll new file mode 100644 index 00000000..ab544295 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.InteropServices.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.Numerics.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.Numerics.dll new file mode 100644 index 00000000..3202cd9b Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.Numerics.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Formatters.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Formatters.dll new file mode 100644 index 00000000..06b54805 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Formatters.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Json.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Json.dll new file mode 100644 index 00000000..1f30098f Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Json.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Primitives.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 00000000..19a6dd21 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Primitives.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Xml.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Xml.dll new file mode 100644 index 00000000..3a839e24 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.Serialization.Xml.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Runtime.dll b/WatsonWebserver/bin/Debug/net462/System.Runtime.dll new file mode 100644 index 00000000..344ee77a Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Runtime.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Security.Claims.dll b/WatsonWebserver/bin/Debug/net462/System.Security.Claims.dll new file mode 100644 index 00000000..9cb64233 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Security.Claims.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Algorithms.dll b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 00000000..01b7bb5b Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Algorithms.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Csp.dll b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Csp.dll new file mode 100644 index 00000000..d7721e71 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Csp.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Encoding.dll b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Encoding.dll new file mode 100644 index 00000000..f5886141 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Encoding.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Primitives.dll b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Primitives.dll new file mode 100644 index 00000000..35a21ef6 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.Primitives.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.X509Certificates.dll b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 00000000..53d05b22 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Security.Cryptography.X509Certificates.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Security.Principal.dll b/WatsonWebserver/bin/Debug/net462/System.Security.Principal.dll new file mode 100644 index 00000000..6d7c2ba7 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Security.Principal.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Security.SecureString.dll b/WatsonWebserver/bin/Debug/net462/System.Security.SecureString.dll new file mode 100644 index 00000000..355a050d Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Security.SecureString.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Text.Encoding.Extensions.dll b/WatsonWebserver/bin/Debug/net462/System.Text.Encoding.Extensions.dll new file mode 100644 index 00000000..4f2b83dc Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Text.Encoding.Extensions.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Text.Encoding.dll b/WatsonWebserver/bin/Debug/net462/System.Text.Encoding.dll new file mode 100644 index 00000000..557551f3 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Text.Encoding.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Text.RegularExpressions.dll b/WatsonWebserver/bin/Debug/net462/System.Text.RegularExpressions.dll new file mode 100644 index 00000000..1a64a17c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Text.RegularExpressions.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Threading.Overlapped.dll b/WatsonWebserver/bin/Debug/net462/System.Threading.Overlapped.dll new file mode 100644 index 00000000..5d7e7b7c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Threading.Overlapped.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Threading.Tasks.Parallel.dll b/WatsonWebserver/bin/Debug/net462/System.Threading.Tasks.Parallel.dll new file mode 100644 index 00000000..c4df330c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Threading.Tasks.Parallel.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Threading.Tasks.dll b/WatsonWebserver/bin/Debug/net462/System.Threading.Tasks.dll new file mode 100644 index 00000000..25999be8 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Threading.Tasks.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Threading.Thread.dll b/WatsonWebserver/bin/Debug/net462/System.Threading.Thread.dll new file mode 100644 index 00000000..9b7da65e Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Threading.Thread.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Threading.ThreadPool.dll b/WatsonWebserver/bin/Debug/net462/System.Threading.ThreadPool.dll new file mode 100644 index 00000000..9405b8fc Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Threading.ThreadPool.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Threading.Timer.dll b/WatsonWebserver/bin/Debug/net462/System.Threading.Timer.dll new file mode 100644 index 00000000..c9eae71c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Threading.Timer.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Threading.dll b/WatsonWebserver/bin/Debug/net462/System.Threading.dll new file mode 100644 index 00000000..deae2be7 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Threading.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.ValueTuple.dll b/WatsonWebserver/bin/Debug/net462/System.ValueTuple.dll new file mode 100644 index 00000000..502f8cd4 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.ValueTuple.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Xml.ReaderWriter.dll b/WatsonWebserver/bin/Debug/net462/System.Xml.ReaderWriter.dll new file mode 100644 index 00000000..24df9a0f Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Xml.ReaderWriter.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Xml.XDocument.dll b/WatsonWebserver/bin/Debug/net462/System.Xml.XDocument.dll new file mode 100644 index 00000000..cbbc4f0b Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Xml.XDocument.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Xml.XPath.XDocument.dll b/WatsonWebserver/bin/Debug/net462/System.Xml.XPath.XDocument.dll new file mode 100644 index 00000000..0830ed18 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Xml.XPath.XDocument.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Xml.XPath.dll b/WatsonWebserver/bin/Debug/net462/System.Xml.XPath.dll new file mode 100644 index 00000000..8327f2e8 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Xml.XPath.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Xml.XmlDocument.dll b/WatsonWebserver/bin/Debug/net462/System.Xml.XmlDocument.dll new file mode 100644 index 00000000..4f044b1d Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Xml.XmlDocument.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/System.Xml.XmlSerializer.dll b/WatsonWebserver/bin/Debug/net462/System.Xml.XmlSerializer.dll new file mode 100644 index 00000000..7b47de88 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/System.Xml.XmlSerializer.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/WatsonWebserver.dll b/WatsonWebserver/bin/Debug/net462/WatsonWebserver.dll new file mode 100644 index 00000000..6e0aaaa4 Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/WatsonWebserver.dll differ diff --git a/WatsonWebserver/bin/Debug/net462/netstandard.dll b/WatsonWebserver/bin/Debug/net462/netstandard.dll new file mode 100644 index 00000000..1f1ab22c Binary files /dev/null and b/WatsonWebserver/bin/Debug/net462/netstandard.dll differ diff --git a/WatsonWebserver/bin/Debug/netstandard2.0/WatsonWebserver.deps.json b/WatsonWebserver/bin/Debug/netstandard2.0/WatsonWebserver.deps.json new file mode 100644 index 00000000..6ef2ac09 --- /dev/null +++ b/WatsonWebserver/bin/Debug/netstandard2.0/WatsonWebserver.deps.json @@ -0,0 +1,111 @@ +{ + "runtimeTarget": { + "name": ".NETStandard,Version=v2.0/", + "signature": "f669c9eb26bc8f183cc041725c40d901ccffa682" + }, + "compilationOptions": {}, + "targets": { + ".NETStandard,Version=v2.0": {}, + ".NETStandard,Version=v2.0/": { + "WatsonWebserver/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "NETStandard.Library": "2.0.3", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + } + } + }, + "libraries": { + "WatsonWebserver/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-a/iSwnRZb+LHFk49hQOyThh/ZNC3vsbZsF65XwQIb863qF6msmhdQtxGXFL28Ob2NsCz/drEj28BJd/YPpLRBg==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/WatsonWebserver/bin/Debug/netstandard2.0/WatsonWebserver.dll b/WatsonWebserver/bin/Debug/netstandard2.0/WatsonWebserver.dll new file mode 100644 index 00000000..60ea80e2 Binary files /dev/null and b/WatsonWebserver/bin/Debug/netstandard2.0/WatsonWebserver.dll differ diff --git a/WatsonWebserver/bin/Release/Watson.1.5.0.nupkg b/WatsonWebserver/bin/Release/Watson.1.5.0.nupkg new file mode 100644 index 00000000..6b27fbb8 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.1.5.0.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.1.5.1.nupkg b/WatsonWebserver/bin/Release/Watson.1.5.1.nupkg new file mode 100644 index 00000000..f1014618 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.1.5.1.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.1.5.2.nupkg b/WatsonWebserver/bin/Release/Watson.1.5.2.nupkg new file mode 100644 index 00000000..fc2ad517 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.1.5.2.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.1.6.0.nupkg b/WatsonWebserver/bin/Release/Watson.1.6.0.nupkg new file mode 100644 index 00000000..683dd7d7 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.1.6.0.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.1.6.1.nupkg b/WatsonWebserver/bin/Release/Watson.1.6.1.nupkg new file mode 100644 index 00000000..50243ee2 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.1.6.1.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.0.1.nupkg b/WatsonWebserver/bin/Release/Watson.2.0.1.nupkg new file mode 100644 index 00000000..9010ebc1 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.0.1.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.0.2.nupkg b/WatsonWebserver/bin/Release/Watson.2.0.2.nupkg new file mode 100644 index 00000000..0ec02a58 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.0.2.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.0.3.nupkg b/WatsonWebserver/bin/Release/Watson.2.0.3.nupkg new file mode 100644 index 00000000..a8936007 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.0.3.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.0.4.nupkg b/WatsonWebserver/bin/Release/Watson.2.0.4.nupkg new file mode 100644 index 00000000..ab88cdc7 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.0.4.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.0.5.nupkg b/WatsonWebserver/bin/Release/Watson.2.0.5.nupkg new file mode 100644 index 00000000..cc096740 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.0.5.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.0.6.nupkg b/WatsonWebserver/bin/Release/Watson.2.0.6.nupkg new file mode 100644 index 00000000..cc2564c2 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.0.6.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.1.0.nupkg b/WatsonWebserver/bin/Release/Watson.2.1.0.nupkg new file mode 100644 index 00000000..b43ca0a5 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.1.0.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.1.1.nupkg b/WatsonWebserver/bin/Release/Watson.2.1.1.nupkg new file mode 100644 index 00000000..b8a21394 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.1.1.nupkg differ diff --git a/WatsonWebserver/bin/Release/Watson.2.1.2.nupkg b/WatsonWebserver/bin/Release/Watson.2.1.2.nupkg new file mode 100644 index 00000000..879a3ea6 Binary files /dev/null and b/WatsonWebserver/bin/Release/Watson.2.1.2.nupkg differ diff --git a/WatsonWebserver/bin/Release/net462/ChunkDecoder.dll b/WatsonWebserver/bin/Release/net462/ChunkDecoder.dll new file mode 100644 index 00000000..54002972 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/ChunkDecoder.dll differ diff --git a/WatsonWebserver/bin/Release/net462/IpMatcher.dll b/WatsonWebserver/bin/Release/net462/IpMatcher.dll new file mode 100644 index 00000000..2b96f324 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/IpMatcher.dll differ diff --git a/WatsonWebserver/bin/Release/net462/Microsoft.Win32.Primitives.dll b/WatsonWebserver/bin/Release/net462/Microsoft.Win32.Primitives.dll new file mode 100644 index 00000000..8b69a69b Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/Microsoft.Win32.Primitives.dll differ diff --git a/WatsonWebserver/bin/Release/net462/Newtonsoft.Json.dll b/WatsonWebserver/bin/Release/net462/Newtonsoft.Json.dll new file mode 100644 index 00000000..1971a356 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/Newtonsoft.Json.dll differ diff --git a/WatsonWebserver/bin/Release/net462/RegexMatcher.dll b/WatsonWebserver/bin/Release/net462/RegexMatcher.dll new file mode 100644 index 00000000..8962b987 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/RegexMatcher.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.AppContext.dll b/WatsonWebserver/bin/Release/net462/System.AppContext.dll new file mode 100644 index 00000000..4ccc058f Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.AppContext.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Collections.Concurrent.dll b/WatsonWebserver/bin/Release/net462/System.Collections.Concurrent.dll new file mode 100644 index 00000000..26f10d17 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Collections.Concurrent.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Collections.NonGeneric.dll b/WatsonWebserver/bin/Release/net462/System.Collections.NonGeneric.dll new file mode 100644 index 00000000..9da235ae Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Collections.NonGeneric.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Collections.Specialized.dll b/WatsonWebserver/bin/Release/net462/System.Collections.Specialized.dll new file mode 100644 index 00000000..fbd4fc7a Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Collections.Specialized.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Collections.dll b/WatsonWebserver/bin/Release/net462/System.Collections.dll new file mode 100644 index 00000000..72ac2059 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Collections.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.ComponentModel.EventBasedAsync.dll b/WatsonWebserver/bin/Release/net462/System.ComponentModel.EventBasedAsync.dll new file mode 100644 index 00000000..37742d47 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.ComponentModel.EventBasedAsync.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.ComponentModel.Primitives.dll b/WatsonWebserver/bin/Release/net462/System.ComponentModel.Primitives.dll new file mode 100644 index 00000000..b0c4b683 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.ComponentModel.Primitives.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.ComponentModel.TypeConverter.dll b/WatsonWebserver/bin/Release/net462/System.ComponentModel.TypeConverter.dll new file mode 100644 index 00000000..fb42b449 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.ComponentModel.TypeConverter.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.ComponentModel.dll b/WatsonWebserver/bin/Release/net462/System.ComponentModel.dll new file mode 100644 index 00000000..8e2d8297 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.ComponentModel.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Console.dll b/WatsonWebserver/bin/Release/net462/System.Console.dll new file mode 100644 index 00000000..fe61bccd Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Console.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Data.Common.dll b/WatsonWebserver/bin/Release/net462/System.Data.Common.dll new file mode 100644 index 00000000..05e3481b Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Data.Common.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.Contracts.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Contracts.dll new file mode 100644 index 00000000..98f40ebc Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Contracts.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.Debug.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Debug.dll new file mode 100644 index 00000000..a51c0cfa Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Debug.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.FileVersionInfo.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.FileVersionInfo.dll new file mode 100644 index 00000000..3c203b00 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.FileVersionInfo.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.Process.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Process.dll new file mode 100644 index 00000000..b537e62c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Process.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.StackTrace.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.StackTrace.dll new file mode 100644 index 00000000..5dfaad67 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.StackTrace.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.TextWriterTraceListener.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.TextWriterTraceListener.dll new file mode 100644 index 00000000..a5720da2 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.TextWriterTraceListener.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.Tools.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Tools.dll new file mode 100644 index 00000000..bd9deaed Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Tools.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.TraceSource.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.TraceSource.dll new file mode 100644 index 00000000..5474eb2a Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.TraceSource.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Diagnostics.Tracing.dll b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Tracing.dll new file mode 100644 index 00000000..5b8b2b42 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Diagnostics.Tracing.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Drawing.Primitives.dll b/WatsonWebserver/bin/Release/net462/System.Drawing.Primitives.dll new file mode 100644 index 00000000..1eeacc4c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Drawing.Primitives.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Dynamic.Runtime.dll b/WatsonWebserver/bin/Release/net462/System.Dynamic.Runtime.dll new file mode 100644 index 00000000..d34b388c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Dynamic.Runtime.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Globalization.Calendars.dll b/WatsonWebserver/bin/Release/net462/System.Globalization.Calendars.dll new file mode 100644 index 00000000..4a198bc1 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Globalization.Calendars.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Globalization.Extensions.dll b/WatsonWebserver/bin/Release/net462/System.Globalization.Extensions.dll new file mode 100644 index 00000000..99f9e4af Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Globalization.Extensions.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Globalization.dll b/WatsonWebserver/bin/Release/net462/System.Globalization.dll new file mode 100644 index 00000000..dd3d2e30 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Globalization.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.Compression.ZipFile.dll b/WatsonWebserver/bin/Release/net462/System.IO.Compression.ZipFile.dll new file mode 100644 index 00000000..345acbdd Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.Compression.ZipFile.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.Compression.dll b/WatsonWebserver/bin/Release/net462/System.IO.Compression.dll new file mode 100644 index 00000000..ebbb503e Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.Compression.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.DriveInfo.dll b/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.DriveInfo.dll new file mode 100644 index 00000000..5c593989 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.DriveInfo.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.Primitives.dll b/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.Primitives.dll new file mode 100644 index 00000000..de4c49fc Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.Primitives.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.Watcher.dll b/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.Watcher.dll new file mode 100644 index 00000000..228d60be Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.Watcher.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.dll b/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.dll new file mode 100644 index 00000000..6934080d Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.FileSystem.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.IsolatedStorage.dll b/WatsonWebserver/bin/Release/net462/System.IO.IsolatedStorage.dll new file mode 100644 index 00000000..356e123c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.IsolatedStorage.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.MemoryMappedFiles.dll b/WatsonWebserver/bin/Release/net462/System.IO.MemoryMappedFiles.dll new file mode 100644 index 00000000..add3b296 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.MemoryMappedFiles.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.Pipes.dll b/WatsonWebserver/bin/Release/net462/System.IO.Pipes.dll new file mode 100644 index 00000000..e5690c46 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.Pipes.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.UnmanagedMemoryStream.dll b/WatsonWebserver/bin/Release/net462/System.IO.UnmanagedMemoryStream.dll new file mode 100644 index 00000000..cdd7427d Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.UnmanagedMemoryStream.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.IO.dll b/WatsonWebserver/bin/Release/net462/System.IO.dll new file mode 100644 index 00000000..e9eb534a Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.IO.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Linq.Expressions.dll b/WatsonWebserver/bin/Release/net462/System.Linq.Expressions.dll new file mode 100644 index 00000000..63b570c8 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Linq.Expressions.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Linq.Parallel.dll b/WatsonWebserver/bin/Release/net462/System.Linq.Parallel.dll new file mode 100644 index 00000000..d8d097ee Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Linq.Parallel.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Linq.Queryable.dll b/WatsonWebserver/bin/Release/net462/System.Linq.Queryable.dll new file mode 100644 index 00000000..404bbe21 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Linq.Queryable.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Linq.dll b/WatsonWebserver/bin/Release/net462/System.Linq.dll new file mode 100644 index 00000000..42cd93b4 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Linq.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.Http.dll b/WatsonWebserver/bin/Release/net462/System.Net.Http.dll new file mode 100644 index 00000000..1c5c6fd3 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.Http.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.NameResolution.dll b/WatsonWebserver/bin/Release/net462/System.Net.NameResolution.dll new file mode 100644 index 00000000..e8a65c06 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.NameResolution.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.NetworkInformation.dll b/WatsonWebserver/bin/Release/net462/System.Net.NetworkInformation.dll new file mode 100644 index 00000000..543a6cfe Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.NetworkInformation.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.Ping.dll b/WatsonWebserver/bin/Release/net462/System.Net.Ping.dll new file mode 100644 index 00000000..eeb4666c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.Ping.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.Primitives.dll b/WatsonWebserver/bin/Release/net462/System.Net.Primitives.dll new file mode 100644 index 00000000..8a929ae8 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.Primitives.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.Requests.dll b/WatsonWebserver/bin/Release/net462/System.Net.Requests.dll new file mode 100644 index 00000000..5cf38f84 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.Requests.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.Security.dll b/WatsonWebserver/bin/Release/net462/System.Net.Security.dll new file mode 100644 index 00000000..eacb8a18 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.Security.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.Sockets.dll b/WatsonWebserver/bin/Release/net462/System.Net.Sockets.dll new file mode 100644 index 00000000..9716795e Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.Sockets.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.WebHeaderCollection.dll b/WatsonWebserver/bin/Release/net462/System.Net.WebHeaderCollection.dll new file mode 100644 index 00000000..0238e690 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.WebHeaderCollection.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.WebSockets.Client.dll b/WatsonWebserver/bin/Release/net462/System.Net.WebSockets.Client.dll new file mode 100644 index 00000000..3275912c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.WebSockets.Client.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Net.WebSockets.dll b/WatsonWebserver/bin/Release/net462/System.Net.WebSockets.dll new file mode 100644 index 00000000..7a741897 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Net.WebSockets.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.ObjectModel.dll b/WatsonWebserver/bin/Release/net462/System.ObjectModel.dll new file mode 100644 index 00000000..37e11894 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.ObjectModel.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Reflection.Extensions.dll b/WatsonWebserver/bin/Release/net462/System.Reflection.Extensions.dll new file mode 100644 index 00000000..6d12687c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Reflection.Extensions.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Reflection.Primitives.dll b/WatsonWebserver/bin/Release/net462/System.Reflection.Primitives.dll new file mode 100644 index 00000000..2c160e9f Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Reflection.Primitives.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Reflection.dll b/WatsonWebserver/bin/Release/net462/System.Reflection.dll new file mode 100644 index 00000000..ec0b3d23 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Reflection.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Resources.Reader.dll b/WatsonWebserver/bin/Release/net462/System.Resources.Reader.dll new file mode 100644 index 00000000..a34c6936 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Resources.Reader.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Resources.ResourceManager.dll b/WatsonWebserver/bin/Release/net462/System.Resources.ResourceManager.dll new file mode 100644 index 00000000..c4a14cee Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Resources.ResourceManager.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Resources.Writer.dll b/WatsonWebserver/bin/Release/net462/System.Resources.Writer.dll new file mode 100644 index 00000000..0ce29468 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Resources.Writer.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.CompilerServices.VisualC.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.CompilerServices.VisualC.dll new file mode 100644 index 00000000..30a2f814 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.CompilerServices.VisualC.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.Extensions.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.Extensions.dll new file mode 100644 index 00000000..eb0e80b1 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.Extensions.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.Handles.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.Handles.dll new file mode 100644 index 00000000..37f15ff0 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.Handles.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.InteropServices.RuntimeInformation.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.InteropServices.RuntimeInformation.dll new file mode 100644 index 00000000..c8d62f4f Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.InteropServices.RuntimeInformation.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.InteropServices.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.InteropServices.dll new file mode 100644 index 00000000..ab544295 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.InteropServices.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.Numerics.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.Numerics.dll new file mode 100644 index 00000000..3202cd9b Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.Numerics.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Formatters.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Formatters.dll new file mode 100644 index 00000000..06b54805 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Formatters.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Json.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Json.dll new file mode 100644 index 00000000..1f30098f Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Json.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Primitives.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Primitives.dll new file mode 100644 index 00000000..19a6dd21 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Primitives.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Xml.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Xml.dll new file mode 100644 index 00000000..3a839e24 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.Serialization.Xml.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Runtime.dll b/WatsonWebserver/bin/Release/net462/System.Runtime.dll new file mode 100644 index 00000000..344ee77a Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Runtime.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Security.Claims.dll b/WatsonWebserver/bin/Release/net462/System.Security.Claims.dll new file mode 100644 index 00000000..9cb64233 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Security.Claims.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Algorithms.dll b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Algorithms.dll new file mode 100644 index 00000000..01b7bb5b Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Algorithms.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Csp.dll b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Csp.dll new file mode 100644 index 00000000..d7721e71 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Csp.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Encoding.dll b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Encoding.dll new file mode 100644 index 00000000..f5886141 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Encoding.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Primitives.dll b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Primitives.dll new file mode 100644 index 00000000..35a21ef6 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.Primitives.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.X509Certificates.dll b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.X509Certificates.dll new file mode 100644 index 00000000..53d05b22 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Security.Cryptography.X509Certificates.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Security.Principal.dll b/WatsonWebserver/bin/Release/net462/System.Security.Principal.dll new file mode 100644 index 00000000..6d7c2ba7 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Security.Principal.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Security.SecureString.dll b/WatsonWebserver/bin/Release/net462/System.Security.SecureString.dll new file mode 100644 index 00000000..355a050d Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Security.SecureString.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Text.Encoding.Extensions.dll b/WatsonWebserver/bin/Release/net462/System.Text.Encoding.Extensions.dll new file mode 100644 index 00000000..4f2b83dc Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Text.Encoding.Extensions.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Text.Encoding.dll b/WatsonWebserver/bin/Release/net462/System.Text.Encoding.dll new file mode 100644 index 00000000..557551f3 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Text.Encoding.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Text.RegularExpressions.dll b/WatsonWebserver/bin/Release/net462/System.Text.RegularExpressions.dll new file mode 100644 index 00000000..1a64a17c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Text.RegularExpressions.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Threading.Overlapped.dll b/WatsonWebserver/bin/Release/net462/System.Threading.Overlapped.dll new file mode 100644 index 00000000..5d7e7b7c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Threading.Overlapped.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Threading.Tasks.Parallel.dll b/WatsonWebserver/bin/Release/net462/System.Threading.Tasks.Parallel.dll new file mode 100644 index 00000000..c4df330c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Threading.Tasks.Parallel.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Threading.Tasks.dll b/WatsonWebserver/bin/Release/net462/System.Threading.Tasks.dll new file mode 100644 index 00000000..25999be8 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Threading.Tasks.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Threading.Thread.dll b/WatsonWebserver/bin/Release/net462/System.Threading.Thread.dll new file mode 100644 index 00000000..9b7da65e Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Threading.Thread.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Threading.ThreadPool.dll b/WatsonWebserver/bin/Release/net462/System.Threading.ThreadPool.dll new file mode 100644 index 00000000..9405b8fc Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Threading.ThreadPool.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Threading.Timer.dll b/WatsonWebserver/bin/Release/net462/System.Threading.Timer.dll new file mode 100644 index 00000000..c9eae71c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Threading.Timer.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Threading.dll b/WatsonWebserver/bin/Release/net462/System.Threading.dll new file mode 100644 index 00000000..deae2be7 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Threading.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.ValueTuple.dll b/WatsonWebserver/bin/Release/net462/System.ValueTuple.dll new file mode 100644 index 00000000..502f8cd4 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.ValueTuple.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Xml.ReaderWriter.dll b/WatsonWebserver/bin/Release/net462/System.Xml.ReaderWriter.dll new file mode 100644 index 00000000..24df9a0f Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Xml.ReaderWriter.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Xml.XDocument.dll b/WatsonWebserver/bin/Release/net462/System.Xml.XDocument.dll new file mode 100644 index 00000000..cbbc4f0b Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Xml.XDocument.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Xml.XPath.XDocument.dll b/WatsonWebserver/bin/Release/net462/System.Xml.XPath.XDocument.dll new file mode 100644 index 00000000..0830ed18 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Xml.XPath.XDocument.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Xml.XPath.dll b/WatsonWebserver/bin/Release/net462/System.Xml.XPath.dll new file mode 100644 index 00000000..8327f2e8 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Xml.XPath.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Xml.XmlDocument.dll b/WatsonWebserver/bin/Release/net462/System.Xml.XmlDocument.dll new file mode 100644 index 00000000..4f044b1d Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Xml.XmlDocument.dll differ diff --git a/WatsonWebserver/bin/Release/net462/System.Xml.XmlSerializer.dll b/WatsonWebserver/bin/Release/net462/System.Xml.XmlSerializer.dll new file mode 100644 index 00000000..7b47de88 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/System.Xml.XmlSerializer.dll differ diff --git a/WatsonWebserver/bin/Release/net462/WatsonWebserver.dll b/WatsonWebserver/bin/Release/net462/WatsonWebserver.dll new file mode 100644 index 00000000..31fb7893 Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/WatsonWebserver.dll differ diff --git a/WatsonWebserver/bin/Release/net462/netstandard.dll b/WatsonWebserver/bin/Release/net462/netstandard.dll new file mode 100644 index 00000000..1f1ab22c Binary files /dev/null and b/WatsonWebserver/bin/Release/net462/netstandard.dll differ diff --git a/WatsonWebserver/bin/Release/netstandard2.0/WatsonWebserver.deps.json b/WatsonWebserver/bin/Release/netstandard2.0/WatsonWebserver.deps.json new file mode 100644 index 00000000..6ef2ac09 --- /dev/null +++ b/WatsonWebserver/bin/Release/netstandard2.0/WatsonWebserver.deps.json @@ -0,0 +1,111 @@ +{ + "runtimeTarget": { + "name": ".NETStandard,Version=v2.0/", + "signature": "f669c9eb26bc8f183cc041725c40d901ccffa682" + }, + "compilationOptions": {}, + "targets": { + ".NETStandard,Version=v2.0": {}, + ".NETStandard,Version=v2.0/": { + "WatsonWebserver/2.1.2": { + "dependencies": { + "ChunkDecoder": "1.0.2", + "IpMatcher": "1.0.1", + "NETStandard.Library": "2.0.3", + "Newtonsoft.Json": "11.0.1", + "RegexMatcher": "1.0.2" + }, + "runtime": { + "WatsonWebserver.dll": {} + } + }, + "ChunkDecoder/1.0.2": { + "runtime": { + "lib/netstandard2.0/ChunkDecoder.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + }, + "IpMatcher/1.0.1": { + "runtime": { + "lib/netstandard2.0/IpMatcher.dll": { + "assemblyVersion": "1.0.1.0", + "fileVersion": "1.0.1.0" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.0": {}, + "NETStandard.Library/2.0.3": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + } + }, + "Newtonsoft.Json/11.0.1": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.1.21818" + } + } + }, + "RegexMatcher/1.0.2": { + "runtime": { + "lib/netstandard2.0/RegexMatcher.dll": { + "assemblyVersion": "1.0.2.0", + "fileVersion": "1.0.2.0" + } + } + } + } + }, + "libraries": { + "WatsonWebserver/2.1.2": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "ChunkDecoder/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-UBLedsOxBcxQmN/Fz7VR8jad+XTdnhsoqBOzp3Aquz3STYnwf+98AiQm9aD1poh1gCQGGp3ZHpiw+17Lkoi6kA==", + "path": "chunkdecoder/1.0.2", + "hashPath": "chunkdecoder.1.0.2.nupkg.sha512" + }, + "IpMatcher/1.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ASdqz1wygrLi6biivalAsxORk24DI5ZMyfgyRazsEqqXsVSDqzEBUt9IqxVdGhY6le2P0TX3eQqUzaokNXCpog==", + "path": "ipmatcher/1.0.1", + "hashPath": "ipmatcher.1.0.1.nupkg.sha512" + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-a/iSwnRZb+LHFk49hQOyThh/ZNC3vsbZsF65XwQIb863qF6msmhdQtxGXFL28Ob2NsCz/drEj28BJd/YPpLRBg==", + "path": "microsoft.netcore.platforms/1.1.0", + "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "path": "netstandard.library/2.0.3", + "hashPath": "netstandard.library.2.0.3.nupkg.sha512" + }, + "Newtonsoft.Json/11.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-wrf5LBX1omJ/8HiYKby22uBV7MPCfwxXWY39w28VZJjYdN1Cb3eiTkkWk5gAkkdW+N/A0hgSmqtiPoAwsb07qg==", + "path": "newtonsoft.json/11.0.1", + "hashPath": "newtonsoft.json.11.0.1.nupkg.sha512" + }, + "RegexMatcher/1.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-gbNpAHo+3HjiX4YSirmR7ujsURje2pk3moWmb64aB2SXfa75BUFf0ffDld6zJ5KmubO9ST+86O/bejBU5y4eWg==", + "path": "regexmatcher/1.0.2", + "hashPath": "regexmatcher.1.0.2.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/WatsonWebserver/bin/Release/netstandard2.0/WatsonWebserver.dll b/WatsonWebserver/bin/Release/netstandard2.0/WatsonWebserver.dll new file mode 100644 index 00000000..948b89be Binary files /dev/null and b/WatsonWebserver/bin/Release/netstandard2.0/WatsonWebserver.dll differ