mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-23 13:50:14 +00:00
parent
8fe78331be
commit
bd3508260f
@ -14,7 +14,7 @@
|
||||
},
|
||||
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "7.0.1"
|
||||
"Newtonsoft.Json": "9.0.1"
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
|
@ -3,6 +3,33 @@
|
||||
"version": 2,
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v1.0": {
|
||||
"Microsoft.CSharp/4.0.1": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11",
|
||||
"System.Diagnostics.Debug": "4.0.11",
|
||||
"System.Dynamic.Runtime": "4.0.11",
|
||||
"System.Globalization": "4.0.11",
|
||||
"System.Linq": "4.1.0",
|
||||
"System.Linq.Expressions": "4.1.0",
|
||||
"System.ObjectModel": "4.0.12",
|
||||
"System.Reflection": "4.1.0",
|
||||
"System.Reflection.Extensions": "4.0.1",
|
||||
"System.Reflection.Primitives": "4.0.1",
|
||||
"System.Reflection.TypeExtensions": "4.1.0",
|
||||
"System.Resources.ResourceManager": "4.0.1",
|
||||
"System.Runtime": "4.1.0",
|
||||
"System.Runtime.Extensions": "4.1.0",
|
||||
"System.Runtime.InteropServices": "4.1.0",
|
||||
"System.Threading": "4.0.11"
|
||||
},
|
||||
"compile": {
|
||||
"ref/netstandard1.0/Microsoft.CSharp.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard1.3/Microsoft.CSharp.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.NETCore.Platforms/1.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
@ -81,13 +108,37 @@
|
||||
"System.Xml.XDocument": "4.0.11"
|
||||
}
|
||||
},
|
||||
"Newtonsoft.Json/7.0.1": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.CSharp": "4.0.1",
|
||||
"System.Collections": "4.0.11",
|
||||
"System.Diagnostics.Debug": "4.0.11",
|
||||
"System.Dynamic.Runtime": "4.0.11",
|
||||
"System.Globalization": "4.0.11",
|
||||
"System.IO": "4.1.0",
|
||||
"System.Linq": "4.1.0",
|
||||
"System.Linq.Expressions": "4.1.0",
|
||||
"System.ObjectModel": "4.0.12",
|
||||
"System.Reflection": "4.1.0",
|
||||
"System.Reflection.Extensions": "4.0.1",
|
||||
"System.Resources.ResourceManager": "4.0.1",
|
||||
"System.Runtime": "4.1.0",
|
||||
"System.Runtime.Extensions": "4.1.0",
|
||||
"System.Runtime.Serialization.Primitives": "4.1.1",
|
||||
"System.Text.Encoding": "4.0.11",
|
||||
"System.Text.Encoding.Extensions": "4.0.11",
|
||||
"System.Text.RegularExpressions": "4.1.0",
|
||||
"System.Threading": "4.0.11",
|
||||
"System.Threading.Tasks": "4.0.11",
|
||||
"System.Xml.ReaderWriter": "4.0.11",
|
||||
"System.Xml.XDocument": "4.0.11"
|
||||
},
|
||||
"compile": {
|
||||
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
|
||||
"lib/netstandard1.0/Newtonsoft.Json.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
|
||||
"lib/netstandard1.0/Newtonsoft.Json.dll": {}
|
||||
}
|
||||
},
|
||||
"runtime.native.System/4.0.0": {
|
||||
@ -264,6 +315,32 @@
|
||||
"ref/netstandard1.5/System.Diagnostics.Tracing.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Dynamic.Runtime/4.0.11": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Collections": "4.0.11",
|
||||
"System.Diagnostics.Debug": "4.0.11",
|
||||
"System.Globalization": "4.0.11",
|
||||
"System.Linq": "4.1.0",
|
||||
"System.Linq.Expressions": "4.1.0",
|
||||
"System.ObjectModel": "4.0.12",
|
||||
"System.Reflection": "4.1.0",
|
||||
"System.Reflection.Emit": "4.0.1",
|
||||
"System.Reflection.Emit.ILGeneration": "4.0.1",
|
||||
"System.Reflection.Primitives": "4.0.1",
|
||||
"System.Reflection.TypeExtensions": "4.1.0",
|
||||
"System.Resources.ResourceManager": "4.0.1",
|
||||
"System.Runtime": "4.1.0",
|
||||
"System.Runtime.Extensions": "4.1.0",
|
||||
"System.Threading": "4.0.11"
|
||||
},
|
||||
"compile": {
|
||||
"ref/netstandard1.3/System.Dynamic.Runtime.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard1.3/System.Dynamic.Runtime.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Globalization/4.0.11": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
@ -727,6 +804,19 @@
|
||||
"lib/netstandard1.3/System.Runtime.Numerics.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Runtime.Serialization.Primitives/4.1.1": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"System.Resources.ResourceManager": "4.0.1",
|
||||
"System.Runtime": "4.1.0"
|
||||
},
|
||||
"compile": {
|
||||
"ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {}
|
||||
}
|
||||
},
|
||||
"System.Security.Cryptography.Algorithms/4.2.0": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
@ -1079,7 +1169,7 @@
|
||||
}
|
||||
},
|
||||
".NETFramework,Version=v4.5": {
|
||||
"Newtonsoft.Json/7.0.1": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net45/Newtonsoft.Json.dll": {}
|
||||
@ -1102,7 +1192,7 @@
|
||||
}
|
||||
},
|
||||
".NETFramework,Version=v4.5.1": {
|
||||
"Newtonsoft.Json/7.0.1": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net45/Newtonsoft.Json.dll": {}
|
||||
@ -1125,7 +1215,7 @@
|
||||
}
|
||||
},
|
||||
".NETFramework,Version=v4.5.2": {
|
||||
"Newtonsoft.Json/7.0.1": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net45/Newtonsoft.Json.dll": {}
|
||||
@ -1148,7 +1238,7 @@
|
||||
}
|
||||
},
|
||||
".NETFramework,Version=v4.6": {
|
||||
"Newtonsoft.Json/7.0.1": {
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net45/Newtonsoft.Json.dll": {}
|
||||
@ -1172,6 +1262,63 @@
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Microsoft.CSharp/4.0.1": {
|
||||
"sha512": "dxnI+sQeVN0hmoSSf/UBbpVyArpFxZznKhacLq3XS3KE2w25ScFW8Ww7AvvX5l1ultNUTdPcgT7eLJ9W43A2Wg==",
|
||||
"type": "package",
|
||||
"path": "Microsoft.CSharp/4.0.1",
|
||||
"files": [
|
||||
"Microsoft.CSharp.4.0.1.nupkg.sha512",
|
||||
"Microsoft.CSharp.nuspec",
|
||||
"ThirdPartyNotices.txt",
|
||||
"dotnet_library_license.txt",
|
||||
"lib/MonoAndroid10/_._",
|
||||
"lib/MonoTouch10/_._",
|
||||
"lib/net45/_._",
|
||||
"lib/netcore50/Microsoft.CSharp.dll",
|
||||
"lib/netstandard1.3/Microsoft.CSharp.dll",
|
||||
"lib/portable-net45+win8+wp8+wpa81/_._",
|
||||
"lib/win8/_._",
|
||||
"lib/wp80/_._",
|
||||
"lib/wpa81/_._",
|
||||
"lib/xamarinios10/_._",
|
||||
"lib/xamarinmac20/_._",
|
||||
"lib/xamarintvos10/_._",
|
||||
"lib/xamarinwatchos10/_._",
|
||||
"ref/MonoAndroid10/_._",
|
||||
"ref/MonoTouch10/_._",
|
||||
"ref/net45/_._",
|
||||
"ref/netcore50/Microsoft.CSharp.dll",
|
||||
"ref/netcore50/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/de/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/es/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/fr/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/it/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/ja/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/ko/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/ru/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/zh-hans/Microsoft.CSharp.xml",
|
||||
"ref/netcore50/zh-hant/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/Microsoft.CSharp.dll",
|
||||
"ref/netstandard1.0/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/de/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/es/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/fr/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/it/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/ja/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/ko/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/ru/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml",
|
||||
"ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml",
|
||||
"ref/portable-net45+win8+wp8+wpa81/_._",
|
||||
"ref/win8/_._",
|
||||
"ref/wp80/_._",
|
||||
"ref/wpa81/_._",
|
||||
"ref/xamarinios10/_._",
|
||||
"ref/xamarinmac20/_._",
|
||||
"ref/xamarintvos10/_._",
|
||||
"ref/xamarinwatchos10/_._"
|
||||
]
|
||||
},
|
||||
"Microsoft.NETCore.Platforms/1.0.1": {
|
||||
"sha512": "YOAk746FfkTB6FQG7OTzzdHlUPYPX9bZXCM3e06vXm0IrEScL0dBayUizvPOjvDEgyLCR6puL2+m5GPWfdFuIg==",
|
||||
"type": "package",
|
||||
@ -1245,12 +1392,12 @@
|
||||
"dotnet_library_license.txt"
|
||||
]
|
||||
},
|
||||
"Newtonsoft.Json/7.0.1": {
|
||||
"sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==",
|
||||
"Newtonsoft.Json/9.0.1": {
|
||||
"sha512": "U82mHQSKaIk+lpSVCbWYKNavmNH1i5xrExDEquU1i6I5pV6UMOqRnJRSlKO3cMPfcpp0RgDY+8jUXHdQ4IfXvw==",
|
||||
"type": "package",
|
||||
"path": "Newtonsoft.Json/7.0.1",
|
||||
"path": "Newtonsoft.Json/9.0.1",
|
||||
"files": [
|
||||
"Newtonsoft.Json.7.0.1.nupkg.sha512",
|
||||
"Newtonsoft.Json.9.0.1.nupkg.sha512",
|
||||
"Newtonsoft.Json.nuspec",
|
||||
"lib/net20/Newtonsoft.Json.dll",
|
||||
"lib/net20/Newtonsoft.Json.xml",
|
||||
@ -1260,10 +1407,12 @@
|
||||
"lib/net40/Newtonsoft.Json.xml",
|
||||
"lib/net45/Newtonsoft.Json.dll",
|
||||
"lib/net45/Newtonsoft.Json.xml",
|
||||
"lib/netstandard1.0/Newtonsoft.Json.dll",
|
||||
"lib/netstandard1.0/Newtonsoft.Json.xml",
|
||||
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.dll",
|
||||
"lib/portable-net40+sl5+wp80+win8+wpa81/Newtonsoft.Json.xml",
|
||||
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll",
|
||||
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.xml",
|
||||
"lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.dll",
|
||||
"lib/portable-net45+wp80+win8+wpa81/Newtonsoft.Json.xml",
|
||||
"tools/install.ps1"
|
||||
]
|
||||
},
|
||||
@ -1777,6 +1926,75 @@
|
||||
"ref/xamarinwatchos10/_._"
|
||||
]
|
||||
},
|
||||
"System.Dynamic.Runtime/4.0.11": {
|
||||
"sha512": "lx4ttKDg8xlbUI0+0FAUpRGugVOG5uQc7h/BVLy1MhshFspb1X/HMsxNbEOiKCBEhQDBEIAUx7YV39mQGVW/eQ==",
|
||||
"type": "package",
|
||||
"path": "System.Dynamic.Runtime/4.0.11",
|
||||
"files": [
|
||||
"System.Dynamic.Runtime.4.0.11.nupkg.sha512",
|
||||
"System.Dynamic.Runtime.nuspec",
|
||||
"ThirdPartyNotices.txt",
|
||||
"dotnet_library_license.txt",
|
||||
"lib/MonoAndroid10/_._",
|
||||
"lib/MonoTouch10/_._",
|
||||
"lib/net45/_._",
|
||||
"lib/netcore50/System.Dynamic.Runtime.dll",
|
||||
"lib/netstandard1.3/System.Dynamic.Runtime.dll",
|
||||
"lib/portable-net45+win8+wp8+wpa81/_._",
|
||||
"lib/win8/_._",
|
||||
"lib/wp80/_._",
|
||||
"lib/wpa81/_._",
|
||||
"lib/xamarinios10/_._",
|
||||
"lib/xamarinmac20/_._",
|
||||
"lib/xamarintvos10/_._",
|
||||
"lib/xamarinwatchos10/_._",
|
||||
"ref/MonoAndroid10/_._",
|
||||
"ref/MonoTouch10/_._",
|
||||
"ref/net45/_._",
|
||||
"ref/netcore50/System.Dynamic.Runtime.dll",
|
||||
"ref/netcore50/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/de/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/es/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/fr/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/it/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/ja/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/ko/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/ru/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/zh-hans/System.Dynamic.Runtime.xml",
|
||||
"ref/netcore50/zh-hant/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/System.Dynamic.Runtime.dll",
|
||||
"ref/netstandard1.0/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/de/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/es/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/fr/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/it/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/ja/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/ko/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/ru/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/zh-hans/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.0/zh-hant/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/System.Dynamic.Runtime.dll",
|
||||
"ref/netstandard1.3/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/de/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/es/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/fr/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/it/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/ja/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/ko/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/ru/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/zh-hans/System.Dynamic.Runtime.xml",
|
||||
"ref/netstandard1.3/zh-hant/System.Dynamic.Runtime.xml",
|
||||
"ref/portable-net45+win8+wp8+wpa81/_._",
|
||||
"ref/win8/_._",
|
||||
"ref/wp80/_._",
|
||||
"ref/wpa81/_._",
|
||||
"ref/xamarinios10/_._",
|
||||
"ref/xamarinmac20/_._",
|
||||
"ref/xamarintvos10/_._",
|
||||
"ref/xamarinwatchos10/_._",
|
||||
"runtimes/aot/lib/netcore50/System.Dynamic.Runtime.dll"
|
||||
]
|
||||
},
|
||||
"System.Globalization/4.0.11": {
|
||||
"sha512": "QdsiJ1UpaDao6cRw6Z2FsZ/b9hU0CnExTGwjBqV0gSOhzhfE1KYZMFnOV5ihZWk7yBmYfzJ+fukT6TxEbhCfOA==",
|
||||
"type": "package",
|
||||
@ -3387,6 +3605,77 @@
|
||||
"ref/xamarinwatchos10/_._"
|
||||
]
|
||||
},
|
||||
"System.Runtime.Serialization.Primitives/4.1.1": {
|
||||
"sha512": "HZ6Du5QrTG8MNJbf4e4qMO3JRAkIboGT5Fk804uZtg3Gq516S7hAqTm2UZKUHa7/6HUGdVy3AqMQKbns06G/cg==",
|
||||
"type": "package",
|
||||
"path": "System.Runtime.Serialization.Primitives/4.1.1",
|
||||
"files": [
|
||||
"System.Runtime.Serialization.Primitives.4.1.1.nupkg.sha512",
|
||||
"System.Runtime.Serialization.Primitives.nuspec",
|
||||
"ThirdPartyNotices.txt",
|
||||
"dotnet_library_license.txt",
|
||||
"lib/MonoAndroid10/_._",
|
||||
"lib/MonoTouch10/_._",
|
||||
"lib/net45/_._",
|
||||
"lib/net46/System.Runtime.Serialization.Primitives.dll",
|
||||
"lib/netcore50/System.Runtime.Serialization.Primitives.dll",
|
||||
"lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
|
||||
"lib/portable-net45+win8+wp8+wpa81/_._",
|
||||
"lib/win8/_._",
|
||||
"lib/wp80/_._",
|
||||
"lib/wpa81/_._",
|
||||
"lib/xamarinios10/_._",
|
||||
"lib/xamarinmac20/_._",
|
||||
"lib/xamarintvos10/_._",
|
||||
"lib/xamarinwatchos10/_._",
|
||||
"ref/MonoAndroid10/_._",
|
||||
"ref/MonoTouch10/_._",
|
||||
"ref/net45/_._",
|
||||
"ref/net46/System.Runtime.Serialization.Primitives.dll",
|
||||
"ref/netcore50/System.Runtime.Serialization.Primitives.dll",
|
||||
"ref/netcore50/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/de/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/es/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/it/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/System.Runtime.Serialization.Primitives.dll",
|
||||
"ref/netstandard1.0/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/de/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/es/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/fr/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/it/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/ja/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/ko/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/ru/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/zh-hans/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.0/zh-hant/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll",
|
||||
"ref/netstandard1.3/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/de/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/es/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/fr/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/it/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/ja/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/ko/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/ru/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/zh-hans/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/netstandard1.3/zh-hant/System.Runtime.Serialization.Primitives.xml",
|
||||
"ref/portable-net45+win8+wp8+wpa81/_._",
|
||||
"ref/win8/_._",
|
||||
"ref/wp80/_._",
|
||||
"ref/wpa81/_._",
|
||||
"ref/xamarinios10/_._",
|
||||
"ref/xamarinmac20/_._",
|
||||
"ref/xamarintvos10/_._",
|
||||
"ref/xamarinwatchos10/_._",
|
||||
"runtimes/aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll"
|
||||
]
|
||||
},
|
||||
"System.Security.Cryptography.Algorithms/4.2.0": {
|
||||
"sha512": "q3jMwFrBpm9MpdM4q9WRb+M3A+YoLEG0flfBuV3mp3ylUPMlFtjPyaq5t1r5l6IWkYFkoUJd3AR7JEVg0AO4VA==",
|
||||
"type": "package",
|
||||
@ -4170,7 +4459,7 @@
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"": [
|
||||
"Newtonsoft.Json >= 7.0.1"
|
||||
"Newtonsoft.Json >= 9.0.1"
|
||||
],
|
||||
".NETCoreApp,Version=v1.0": [
|
||||
"NETStandard.Library >= 1.6.0"
|
||||
|
Loading…
Reference in New Issue
Block a user