-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jilleJr's Newtonsoft.Json v13.0.1 added, resolves #102
- Loading branch information
Showing
16 changed files
with
22,986 additions
and
19 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
Runtime/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"runtimeTarget": { | ||
"name": ".NETStandard,Version=v2.0/", | ||
"signature": "" | ||
}, | ||
"compilationOptions": {}, | ||
"targets": { | ||
".NETStandard,Version=v2.0": {}, | ||
".NETStandard,Version=v2.0/": { | ||
"Newtonsoft.Json/13.0.102": { | ||
"dependencies": { | ||
"Microsoft.CodeAnalysis.NetAnalyzers": "5.0.3", | ||
"NETStandard.Library": "2.0.3" | ||
}, | ||
"runtime": { | ||
"Newtonsoft.Json.dll": {} | ||
} | ||
}, | ||
"Microsoft.CodeAnalysis.NetAnalyzers/5.0.3": {}, | ||
"Microsoft.NETCore.Platforms/1.1.0": {}, | ||
"NETStandard.Library/2.0.3": { | ||
"dependencies": { | ||
"Microsoft.NETCore.Platforms": "1.1.0" | ||
} | ||
} | ||
} | ||
}, | ||
"libraries": { | ||
"Newtonsoft.Json/13.0.102": { | ||
"type": "project", | ||
"serviceable": false, | ||
"sha512": "" | ||
}, | ||
"Microsoft.CodeAnalysis.NetAnalyzers/5.0.3": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-7rw0JUPSAVGR0HPekQiQvwGPor44p/Ek21+wZABraG4bVYNrSkx98ZZsxSxG5jJ4oqjACJxea8E62UO0dsKDBw==", | ||
"path": "microsoft.codeanalysis.netanalyzers/5.0.3", | ||
"hashPath": "microsoft.codeanalysis.netanalyzers.5.0.3.nupkg.sha512" | ||
}, | ||
"Microsoft.NETCore.Platforms/1.1.0": { | ||
"type": "package", | ||
"serviceable": true, | ||
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", | ||
"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" | ||
} | ||
} | ||
} |
10 changes: 10 additions & 0 deletions
10
Runtime/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.deps.json.meta
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
fileFormatVersion: 2 | ||
guid: f38361229b98405e8509995e7cfb1334 | ||
|
||
TextScriptImporter: | ||
externalObjects: {} | ||
userData: | ||
assetBundleName: | ||
assetBundleVariant: | ||
|
Binary file not shown.
129 changes: 129 additions & 0 deletions
129
Runtime/Plugins/Newtonsoft.Json AOT/Newtonsoft.Json.dll.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.