From e7ee35a14d82ab8a23fd586424e786f25bd8613b Mon Sep 17 00:00:00 2001 From: Darkstack <1835601+darkstack@users.noreply.github.com> Date: Sat, 9 Mar 2019 16:03:48 +0100 Subject: [PATCH] Test Linux --- .../LaDOSE.Service/LaDOSE.Business.csproj | 1 + Library/ChallongeCSharpDriver.deps.json | 41 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 Library/ChallongeCSharpDriver.deps.json diff --git a/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj b/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj index 9b0eda5..a334cdd 100644 --- a/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj +++ b/LaDOSE.Src/LaDOSE.Service/LaDOSE.Business.csproj @@ -13,6 +13,7 @@ ..\..\Library\ChallongeCSharpDriver.dll + true diff --git a/Library/ChallongeCSharpDriver.deps.json b/Library/ChallongeCSharpDriver.deps.json new file mode 100644 index 0000000..2bde564 --- /dev/null +++ b/Library/ChallongeCSharpDriver.deps.json @@ -0,0 +1,41 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v2.0", + "signature": "883f5ab0e357ef56d00e5851b3cee30b45ba651b" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v2.0": { + "ChallongeCSharpDriver/1.0.0": { + "dependencies": { + "Newtonsoft.Json": "11.0.2" + }, + "runtime": { + "ChallongeCSharpDriver.dll": {} + } + }, + "Newtonsoft.Json/11.0.2": { + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "assemblyVersion": "11.0.0.0", + "fileVersion": "11.0.2.21924" + } + } + } + } + }, + "libraries": { + "ChallongeCSharpDriver/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Newtonsoft.Json/11.0.2": { + "type": "package", + "serviceable": true, + "sha512": "sha512-znZGbws7E4BA9jxNZ7FuiIRI3C9hrgatVQSTKhIYZYNOud4M5VfGlTYi6RdYO5sQrebFuF/g9UEV3hOxDMXF6Q==", + "path": "newtonsoft.json/11.0.2", + "hashPath": "newtonsoft.json.11.0.2.nupkg.sha512" + } + } +} \ No newline at end of file