From ebb26ae709570a84004c27f34e9307c33ac6b000 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Fri, 19 Apr 2024 00:55:07 +0200 Subject: Add Solution --- .../Generator/bin/Debug/net8.0/Generator.deps.json | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 solve/Generator/bin/Debug/net8.0/Generator.deps.json (limited to 'solve/Generator/bin/Debug/net8.0/Generator.deps.json') diff --git a/solve/Generator/bin/Debug/net8.0/Generator.deps.json b/solve/Generator/bin/Debug/net8.0/Generator.deps.json new file mode 100644 index 0000000..da55119 --- /dev/null +++ b/solve/Generator/bin/Debug/net8.0/Generator.deps.json @@ -0,0 +1,41 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v8.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v8.0": { + "Generator/1.0.0": { + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "runtime": { + "Generator.dll": {} + } + }, + "Newtonsoft.Json/13.0.3": { + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "assemblyVersion": "13.0.0.0", + "fileVersion": "13.0.3.27908" + } + } + } + } + }, + "libraries": { + "Generator/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "serviceable": true, + "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "path": "newtonsoft.json/13.0.3", + "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" + } + } +} \ No newline at end of file -- cgit v1.2.3-71-gd317