-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from N3evin/dev
Updated gameinfo
- Loading branch information
Showing
8 changed files
with
105,025 additions
and
96,074 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v6.0", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v6.0": { | ||
"AmiiboGameList/1.4.0": { | ||
"dependencies": { | ||
"HtmlAgilityPack": "1.11.43", | ||
"Newtonsoft.Json": "13.0.1" | ||
}, | ||
"runtime": { | ||
"AmiiboGameList.dll": {} | ||
} | ||
}, | ||
"HtmlAgilityPack/1.11.43": { | ||
"runtime": { | ||
"lib/netstandard2.0/HtmlAgilityPack.dll": { | ||
"assemblyVersion": "1.11.43.0", | ||
"fileVersion": "1.11.43.0" | ||
} | ||
} | ||
}, | ||
"Newtonsoft.Json/13.0.1": { | ||
"runtime": { | ||
"lib/netstandard2.0/Newtonsoft.Json.dll": { | ||
"assemblyVersion": "13.0.0.0", | ||
"fileVersion": "13.0.1.25517" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"AmiiboGameList/1.4.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"HtmlAgilityPack/1.11.43": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-C2gpt+S2tdFlQMOC3DK7rHZ8iv6EpDuIo4v0UTUSGX1F1bZ+NAQ3gp77HK8/JfCDszUm3Y2rHoyTp/TpO4KOIA==", | ||
"path": "htmlagilitypack/1.11.43", | ||
"hashPath": "htmlagilitypack.1.11.43.nupkg.sha512" | ||
}, | ||
"Newtonsoft.Json/13.0.1": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", | ||
"path": "newtonsoft.json/13.0.1", | ||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" | ||
} | ||
} | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETCoreApp,Version=v6.0", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETCoreApp,Version=v6.0": { | ||
"AmiiboGameList/1.4.0": { | ||
"dependencies": { | ||
"HtmlAgilityPack": "1.11.43", | ||
"Newtonsoft.Json": "13.0.1" | ||
}, | ||
"runtime": { | ||
"AmiiboGameList.dll": {} | ||
} | ||
}, | ||
"HtmlAgilityPack/1.11.43": { | ||
"runtime": { | ||
"lib/netstandard2.0/HtmlAgilityPack.dll": { | ||
"assemblyVersion": "1.11.43.0", | ||
"fileVersion": "1.11.43.0" | ||
} | ||
} | ||
}, | ||
"Newtonsoft.Json/13.0.1": { | ||
"runtime": { | ||
"lib/netstandard2.0/Newtonsoft.Json.dll": { | ||
"assemblyVersion": "13.0.0.0", | ||
"fileVersion": "13.0.1.25517" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"AmiiboGameList/1.4.0": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"HtmlAgilityPack/1.11.43": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-C2gpt+S2tdFlQMOC3DK7rHZ8iv6EpDuIo4v0UTUSGX1F1bZ+NAQ3gp77HK8/JfCDszUm3Y2rHoyTp/TpO4KOIA==", | ||
"path": "htmlagilitypack/1.11.43", | ||
"hashPath": "htmlagilitypack.1.11.43.nupkg.sha512" | ||
}, | ||
"Newtonsoft.Json/13.0.1": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", | ||
"path": "newtonsoft.json/13.0.1", | ||
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512" | ||
} | ||
} | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net6.0", | ||
"framework": { | ||
"name": "Microsoft.NETCore.App", | ||
"version": "6.0.0" | ||
} | ||
} | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net6.0", | ||
"framework": { | ||
"name": "Microsoft.NETCore.App", | ||
"version": "6.0.0" | ||
} | ||
} | ||
} |
Empty file.
Empty file.