Created
December 11, 2017 20:18
-
-
Save Redth/a453d87b614b05dfcf8a3c19b9c955dd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!-- ... --> | |
<ItemGroup> | |
<PackageReference Include="IdentityModel.OidcClient"> | |
<Version>2.3.0</Version> | |
</PackageReference> | |
<PackageReference Include="Xamarin.Android.Support.CustomTabs"> | |
<Version>26.1.0.1</Version> | |
</PackageReference> | |
<PackageReference Include="Xamarin.Forms"> | |
<Version>2.4.0.38779</Version> | |
</PackageReference> | |
</ItemGroup> | |
<!-- ... --> |
This file contains hidden or 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
{ | |
"version": 3, | |
"targets": { | |
"MonoAndroid,Version=v8.0": { | |
"IdentityModel/2.14.0": { | |
"type": "package", | |
"dependencies": { | |
"Newtonsoft.Json": "10.0.3" | |
}, | |
"compile": { | |
"lib/netstandard2.0/IdentityModel.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard2.0/IdentityModel.dll": {} | |
} | |
}, | |
"IdentityModel.OidcClient/2.3.0": { | |
"type": "package", | |
"dependencies": { | |
"IdentityModel": "2.14.0", | |
"Microsoft.Extensions.Logging": "2.0.0", | |
"System.IdentityModel.Tokens.Jwt": "5.1.4" | |
}, | |
"compile": { | |
"lib/netstandard2.0/IdentityModel.OidcClient.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard2.0/IdentityModel.OidcClient.dll": {} | |
} | |
}, | |
"Microsoft.CSharp/4.3.0": { | |
"type": "package", | |
"frameworkAssemblies": [ | |
"Microsoft.CSharp" | |
], | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"Microsoft.Extensions.DependencyInjection.Abstractions/2.0.0": { | |
"type": "package", | |
"compile": { | |
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Extensions.Logging/2.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", | |
"Microsoft.Extensions.Logging.Abstractions": "2.0.0", | |
"Microsoft.Extensions.Options": "2.0.0" | |
}, | |
"compile": { | |
"lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard2.0/Microsoft.Extensions.Logging.dll": {} | |
} | |
}, | |
"Microsoft.Extensions.Logging.Abstractions/2.0.0": { | |
"type": "package", | |
"compile": { | |
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {} | |
} | |
}, | |
"Microsoft.Extensions.Options/2.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", | |
"Microsoft.Extensions.Primitives": "2.0.0" | |
}, | |
"compile": { | |
"lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard2.0/Microsoft.Extensions.Options.dll": {} | |
} | |
}, | |
"Microsoft.Extensions.Primitives/2.0.0": { | |
"type": "package", | |
"dependencies": { | |
"System.Runtime.CompilerServices.Unsafe": "4.4.0" | |
}, | |
"compile": { | |
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll": {} | |
} | |
}, | |
"Microsoft.IdentityModel.Logging/1.1.4": { | |
"type": "package", | |
"dependencies": { | |
"System.Diagnostics.Tracing": "4.3.0", | |
"System.Globalization": "4.3.0", | |
"System.IO": "4.3.0", | |
"System.IO.FileSystem": "4.3.0" | |
}, | |
"compile": { | |
"lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": {} | |
} | |
}, | |
"Microsoft.IdentityModel.Tokens/5.1.4": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.IdentityModel.Logging": "1.1.4", | |
"Newtonsoft.Json": "9.0.1", | |
"System.Collections": "4.3.0", | |
"System.Diagnostics.Tools": "4.3.0", | |
"System.Runtime": "4.3.0", | |
"System.Runtime.Extensions": "4.3.0", | |
"System.Runtime.InteropServices": "4.3.0", | |
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0", | |
"System.Security.Claims": "4.3.0", | |
"System.Security.Cryptography.Algorithms": "4.3.0", | |
"System.Security.Cryptography.X509Certificates": "4.3.0", | |
"System.Text.RegularExpressions": "4.3.0", | |
"System.Threading": "4.3.0", | |
"System.Xml.ReaderWriter": "4.3.0" | |
}, | |
"compile": { | |
"lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": {} | |
} | |
}, | |
"Microsoft.NETCore.Platforms/1.1.0": { | |
"type": "package", | |
"compile": { | |
"lib/netstandard1.0/_._": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.0/_._": {} | |
} | |
}, | |
"Microsoft.Win32.Primitives/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"NETStandard.Library/1.6.1": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.NETCore.Platforms": "1.1.0", | |
"Microsoft.Win32.Primitives": "4.3.0", | |
"System.AppContext": "4.3.0", | |
"System.Collections": "4.3.0", | |
"System.Collections.Concurrent": "4.3.0", | |
"System.Console": "4.3.0", | |
"System.Diagnostics.Debug": "4.3.0", | |
"System.Diagnostics.Tools": "4.3.0", | |
"System.Diagnostics.Tracing": "4.3.0", | |
"System.Globalization": "4.3.0", | |
"System.Globalization.Calendars": "4.3.0", | |
"System.IO": "4.3.0", | |
"System.IO.Compression": "4.3.0", | |
"System.IO.Compression.ZipFile": "4.3.0", | |
"System.IO.FileSystem": "4.3.0", | |
"System.IO.FileSystem.Primitives": "4.3.0", | |
"System.Linq": "4.3.0", | |
"System.Linq.Expressions": "4.3.0", | |
"System.Net.Http": "4.3.0", | |
"System.Net.Primitives": "4.3.0", | |
"System.Net.Sockets": "4.3.0", | |
"System.ObjectModel": "4.3.0", | |
"System.Reflection": "4.3.0", | |
"System.Reflection.Extensions": "4.3.0", | |
"System.Reflection.Primitives": "4.3.0", | |
"System.Resources.ResourceManager": "4.3.0", | |
"System.Runtime": "4.3.0", | |
"System.Runtime.Extensions": "4.3.0", | |
"System.Runtime.Handles": "4.3.0", | |
"System.Runtime.InteropServices": "4.3.0", | |
"System.Runtime.InteropServices.RuntimeInformation": "4.3.0", | |
"System.Runtime.Numerics": "4.3.0", | |
"System.Security.Cryptography.Algorithms": "4.3.0", | |
"System.Security.Cryptography.Encoding": "4.3.0", | |
"System.Security.Cryptography.Primitives": "4.3.0", | |
"System.Security.Cryptography.X509Certificates": "4.3.0", | |
"System.Text.Encoding": "4.3.0", | |
"System.Text.Encoding.Extensions": "4.3.0", | |
"System.Text.RegularExpressions": "4.3.0", | |
"System.Threading": "4.3.0", | |
"System.Threading.Tasks": "4.3.0", | |
"System.Threading.Timer": "4.3.0", | |
"System.Xml.ReaderWriter": "4.3.0", | |
"System.Xml.XDocument": "4.3.0" | |
} | |
}, | |
"Newtonsoft.Json/10.0.3": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.CSharp": "4.3.0", | |
"NETStandard.Library": "1.6.1", | |
"System.ComponentModel.TypeConverter": "4.3.0", | |
"System.Runtime.Serialization.Formatters": "4.3.0", | |
"System.Runtime.Serialization.Primitives": "4.3.0", | |
"System.Xml.XmlDocument": "4.3.0" | |
}, | |
"compile": { | |
"lib/netstandard1.3/Newtonsoft.Json.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.3/Newtonsoft.Json.dll": {} | |
} | |
}, | |
"System.AppContext/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Collections/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Collections.Concurrent/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.ComponentModel.TypeConverter/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Console/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Diagnostics.Debug/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Diagnostics.Tools/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Diagnostics.Tracing/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Globalization/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Globalization.Calendars/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.IdentityModel.Tokens.Jwt/5.1.4": { | |
"type": "package", | |
"dependencies": { | |
"Microsoft.IdentityModel.Tokens": "5.1.4" | |
}, | |
"compile": { | |
"lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": {} | |
} | |
}, | |
"System.IO/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.IO.Compression/4.3.0": { | |
"type": "package", | |
"frameworkAssemblies": [ | |
"System.IO.Compression" | |
], | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.IO.Compression.ZipFile/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.IO.FileSystem/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.IO.FileSystem.Primitives/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Linq/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Linq.Expressions/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Net.Http/4.3.0": { | |
"type": "package", | |
"frameworkAssemblies": [ | |
"System.Net.Http" | |
], | |
"compile": { | |
"ref/monoandroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/monoandroid10/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Net.Primitives/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Net.Sockets/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.ObjectModel/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Reflection/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Reflection.Extensions/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Reflection.Primitives/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Resources.ResourceManager/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Runtime/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Runtime.CompilerServices.Unsafe/4.4.0": { | |
"type": "package", | |
"compile": { | |
"ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} | |
}, | |
"runtime": { | |
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} | |
} | |
}, | |
"System.Runtime.Extensions/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Runtime.Handles/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Runtime.InteropServices/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Runtime.Numerics/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Runtime.Serialization.Formatters/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Runtime.Serialization.Primitives/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Security.Claims/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Security.Cryptography.Algorithms/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { | |
"assetType": "runtime", | |
"rid": "osx" | |
}, | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Security.Cryptography.Encoding/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Security.Cryptography.Primitives/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Security.Cryptography.X509Certificates/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
}, | |
"runtimeTargets": { | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { | |
"assetType": "runtime", | |
"rid": "unix" | |
}, | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { | |
"assetType": "runtime", | |
"rid": "win" | |
} | |
} | |
}, | |
"System.Text.Encoding/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Text.Encoding.Extensions/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Text.RegularExpressions/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Threading/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Threading.Tasks/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Threading.Timer/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Xml.ReaderWriter/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Xml.XDocument/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"System.Xml.XmlDocument/4.3.0": { | |
"type": "package", | |
"compile": { | |
"ref/MonoAndroid10/_._": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/_._": {} | |
} | |
}, | |
"Xamarin.Android.Arch.Core.Common/1.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.Annotations": "26.1.0" | |
}, | |
"compile": { | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Core.Common.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Core.Common.dll": {} | |
}, | |
"build": { | |
"build/MonoAndroid80/Xamarin.Android.Arch.Core.Common.targets": {} | |
} | |
}, | |
"Xamarin.Android.Arch.Lifecycle.Common/1.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.Annotations": "26.1.0" | |
}, | |
"compile": { | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.dll": {} | |
}, | |
"build": { | |
"build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.targets": {} | |
} | |
}, | |
"Xamarin.Android.Arch.Lifecycle.Runtime/1.0.0": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Arch.Core.Common": "1.0.0", | |
"Xamarin.Android.Arch.Lifecycle.Common": "1.0.1", | |
"Xamarin.Android.Support.Annotations": "26.1.0" | |
}, | |
"compile": { | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.dll": {} | |
}, | |
"build": { | |
"build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.targets": {} | |
} | |
}, | |
"Xamarin.Android.Support.Animated.Vector.Drawable/23.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.Vector.Drawable": "[23.3.0]", | |
"Xamarin.Android.Support.v4": "[23.3.0]" | |
}, | |
"compile": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.Animated.Vector.Drawable.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.Animated.Vector.Drawable.dll": {} | |
} | |
}, | |
"Xamarin.Android.Support.Annotations/26.1.0.1": { | |
"type": "package", | |
"compile": { | |
"lib/MonoAndroid80/Xamarin.Android.Support.Annotations.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid80/Xamarin.Android.Support.Annotations.dll": {} | |
}, | |
"build": { | |
"build/MonoAndroid80/Xamarin.Android.Support.Annotations.targets": {} | |
} | |
}, | |
"Xamarin.Android.Support.Compat/26.1.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Arch.Lifecycle.Runtime": "1.0.0", | |
"Xamarin.Android.Support.Annotations": "[26.1.0.1]" | |
}, | |
"compile": { | |
"lib/MonoAndroid80/Xamarin.Android.Support.Compat.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid80/Xamarin.Android.Support.Compat.dll": {} | |
}, | |
"build": { | |
"build/MonoAndroid80/Xamarin.Android.Support.Compat.targets": {} | |
} | |
}, | |
"Xamarin.Android.Support.CustomTabs/26.1.0.1": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.Compat": "[26.1.0.1]" | |
}, | |
"compile": { | |
"lib/MonoAndroid80/Xamarin.Android.Support.CustomTabs.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid80/Xamarin.Android.Support.CustomTabs.dll": {} | |
}, | |
"build": { | |
"build/MonoAndroid80/Xamarin.Android.Support.CustomTabs.targets": {} | |
} | |
}, | |
"Xamarin.Android.Support.Design/23.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.v4": "[23.3.0]", | |
"Xamarin.Android.Support.v7.AppCompat": "[23.3.0]", | |
"Xamarin.Android.Support.v7.RecyclerView": "[23.3.0]" | |
}, | |
"compile": { | |
"lib/MonoAndroid43/Xamarin.Android.Support.Design.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid43/Xamarin.Android.Support.Design.dll": {} | |
} | |
}, | |
"Xamarin.Android.Support.v4/23.3.0": { | |
"type": "package", | |
"compile": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v4.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v4.dll": {} | |
} | |
}, | |
"Xamarin.Android.Support.v7.AppCompat/23.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.Animated.Vector.Drawable": "[23.3.0]", | |
"Xamarin.Android.Support.Vector.Drawable": "[23.3.0]", | |
"Xamarin.Android.Support.v4": "[23.3.0]" | |
}, | |
"compile": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.AppCompat.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.AppCompat.dll": {} | |
} | |
}, | |
"Xamarin.Android.Support.v7.CardView/23.3.0": { | |
"type": "package", | |
"compile": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.CardView.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.CardView.dll": {} | |
} | |
}, | |
"Xamarin.Android.Support.v7.MediaRouter/23.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.v4": "[23.3.0]", | |
"Xamarin.Android.Support.v7.AppCompat": "[23.3.0]" | |
}, | |
"compile": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.MediaRouter.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.MediaRouter.dll": {} | |
} | |
}, | |
"Xamarin.Android.Support.v7.RecyclerView/23.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.v4": "[23.3.0]" | |
}, | |
"compile": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.RecyclerView.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.RecyclerView.dll": {} | |
} | |
}, | |
"Xamarin.Android.Support.Vector.Drawable/23.3.0": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.v4": "[23.3.0]" | |
}, | |
"compile": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.Vector.Drawable.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid403/Xamarin.Android.Support.Vector.Drawable.dll": {} | |
}, | |
"build": { | |
"build/Xamarin.Android.Support.Vector.Drawable.targets": {} | |
} | |
}, | |
"Xamarin.Forms/2.4.0.38779": { | |
"type": "package", | |
"dependencies": { | |
"Xamarin.Android.Support.Design": "23.3.0", | |
"Xamarin.Android.Support.v4": "23.3.0", | |
"Xamarin.Android.Support.v7.AppCompat": "23.3.0", | |
"Xamarin.Android.Support.v7.CardView": "23.3.0", | |
"Xamarin.Android.Support.v7.MediaRouter": "23.3.0" | |
}, | |
"compile": { | |
"lib/MonoAndroid10/FormsViewGroup.dll": {}, | |
"lib/MonoAndroid10/Xamarin.Forms.Core.dll": {}, | |
"lib/MonoAndroid10/Xamarin.Forms.Platform.Android.dll": {}, | |
"lib/MonoAndroid10/Xamarin.Forms.Platform.dll": {}, | |
"lib/MonoAndroid10/Xamarin.Forms.Xaml.dll": {} | |
}, | |
"runtime": { | |
"lib/MonoAndroid10/FormsViewGroup.dll": {}, | |
"lib/MonoAndroid10/Xamarin.Forms.Core.dll": {}, | |
"lib/MonoAndroid10/Xamarin.Forms.Platform.Android.dll": {}, | |
"lib/MonoAndroid10/Xamarin.Forms.Platform.dll": {}, | |
"lib/MonoAndroid10/Xamarin.Forms.Xaml.dll": {} | |
}, | |
"build": { | |
"build/netstandard1.0/Xamarin.Forms.props": {}, | |
"build/netstandard1.0/Xamarin.Forms.targets": {} | |
} | |
} | |
} | |
}, | |
"libraries": { | |
"IdentityModel/2.14.0": { | |
"sha512": "KjK6AWqIj7oeVfgNfRt33c+sJuNPm7ytnpi4bszI/lGinhrxgZ3/lCA9Mviy5guh2BLNaHXyMPIUPuahbH0TrA==", | |
"type": "package", | |
"path": "identitymodel/2.14.0", | |
"files": [ | |
"identitymodel.2.14.0.nupkg.sha512", | |
"identitymodel.nuspec", | |
"lib/net452/IdentityModel.dll", | |
"lib/net452/IdentityModel.xml", | |
"lib/netstandard1.4/IdentityModel.dll", | |
"lib/netstandard1.4/IdentityModel.xml", | |
"lib/netstandard2.0/IdentityModel.dll", | |
"lib/netstandard2.0/IdentityModel.xml" | |
] | |
}, | |
"IdentityModel.OidcClient/2.3.0": { | |
"sha512": "uXnla5H0BXOqg6HUMg/Ojk4iTJKiuVVo0kMlr9UVRqjJWAzqlEAYJReETwOBWhXDh8SXe8J+ygQnhTnDsn6ATw==", | |
"type": "package", | |
"path": "identitymodel.oidcclient/2.3.0", | |
"files": [ | |
"identitymodel.oidcclient.2.3.0.nupkg.sha512", | |
"identitymodel.oidcclient.nuspec", | |
"lib/net452/IdentityModel.OidcClient.dll", | |
"lib/netstandard1.4/IdentityModel.OidcClient.dll", | |
"lib/netstandard2.0/IdentityModel.OidcClient.dll" | |
] | |
}, | |
"Microsoft.CSharp/4.3.0": { | |
"sha512": "P+MBhIM0YX+JqROuf7i306ZLJEjQYA9uUyRDE+OqwUI5sh41e2ZbPQV3LfAPh+29cmceE1pUffXsGfR4eMY3KA==", | |
"type": "package", | |
"path": "microsoft.csharp/4.3.0", | |
"files": [ | |
"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/_._", | |
"microsoft.csharp.4.3.0.nupkg.sha512", | |
"microsoft.csharp.nuspec", | |
"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.Extensions.DependencyInjection.Abstractions/2.0.0": { | |
"sha512": "eUdJ0Q/GfVyUJc0Jal5L1QZLceL78pvEM9wEKcHeI24KorqMDoVX+gWsMGLulQMfOwsUaPtkpQM2pFERTzSfSg==", | |
"type": "package", | |
"path": "microsoft.extensions.dependencyinjection.abstractions/2.0.0", | |
"files": [ | |
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", | |
"lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", | |
"microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg.sha512", | |
"microsoft.extensions.dependencyinjection.abstractions.nuspec" | |
] | |
}, | |
"Microsoft.Extensions.Logging/2.0.0": { | |
"sha512": "VP10syWV/vxYYMKgZ2eDESmUsz3gPxvBn5J6tkVN8lI4M+dF43RN8fWsEPbcAneDmZrHl3Pv23z05nmyGkJlpg==", | |
"type": "package", | |
"path": "microsoft.extensions.logging/2.0.0", | |
"files": [ | |
"lib/netstandard2.0/Microsoft.Extensions.Logging.dll", | |
"lib/netstandard2.0/Microsoft.Extensions.Logging.xml", | |
"microsoft.extensions.logging.2.0.0.nupkg.sha512", | |
"microsoft.extensions.logging.nuspec" | |
] | |
}, | |
"Microsoft.Extensions.Logging.Abstractions/2.0.0": { | |
"sha512": "6ZCllUYGFukkymSTx3Yr0G/ajRxoNJp7/FqSxSB4fGISST54ifBhgu4Nc0ItGi3i6DqwuNd8SUyObmiC++AO2Q==", | |
"type": "package", | |
"path": "microsoft.extensions.logging.abstractions/2.0.0", | |
"files": [ | |
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", | |
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", | |
"microsoft.extensions.logging.abstractions.2.0.0.nupkg.sha512", | |
"microsoft.extensions.logging.abstractions.nuspec" | |
] | |
}, | |
"Microsoft.Extensions.Options/2.0.0": { | |
"sha512": "sAKBgjl2gWsECBLLR9K54T7/uZaP2n9GhMYHay/oOLfvpvX0+iNAlQ2NJgVE352C9Fs5CDV3VbNTK8T2aNKQFA==", | |
"type": "package", | |
"path": "microsoft.extensions.options/2.0.0", | |
"files": [ | |
"lib/netstandard2.0/Microsoft.Extensions.Options.dll", | |
"lib/netstandard2.0/Microsoft.Extensions.Options.xml", | |
"microsoft.extensions.options.2.0.0.nupkg.sha512", | |
"microsoft.extensions.options.nuspec" | |
] | |
}, | |
"Microsoft.Extensions.Primitives/2.0.0": { | |
"sha512": "ukg53qNlqTrK38WA30b5qhw0GD7y3jdI9PHHASjdKyTcBHTevFM2o23tyk3pWCgAV27Bbkm+CPQ2zUe1ZOuYSA==", | |
"type": "package", | |
"path": "microsoft.extensions.primitives/2.0.0", | |
"files": [ | |
"lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", | |
"lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", | |
"microsoft.extensions.primitives.2.0.0.nupkg.sha512", | |
"microsoft.extensions.primitives.nuspec" | |
] | |
}, | |
"Microsoft.IdentityModel.Logging/1.1.4": { | |
"sha512": "j7t22EsDOuo0IXqAbp6ijdB1GuaY8cu3YoPNZpymOhUMTVC+wRTV0IHqxL31HacCnJHU/igsqe70fDKZgZu3oA==", | |
"type": "package", | |
"path": "microsoft.identitymodel.logging/1.1.4", | |
"files": [ | |
"lib/net45/Microsoft.IdentityModel.Logging.dll", | |
"lib/net45/Microsoft.IdentityModel.Logging.xml", | |
"lib/net451/Microsoft.IdentityModel.Logging.dll", | |
"lib/net451/Microsoft.IdentityModel.Logging.xml", | |
"lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll", | |
"lib/netstandard1.4/Microsoft.IdentityModel.Logging.xml", | |
"microsoft.identitymodel.logging.1.1.4.nupkg.sha512", | |
"microsoft.identitymodel.logging.nuspec" | |
] | |
}, | |
"Microsoft.IdentityModel.Tokens/5.1.4": { | |
"sha512": "SsJbZVPvjSlKFDAQmR2wpL6ZD/vCFlIsf0jxRlBJwyzKXZy3Wi/Xo+fE2MzAerLsJgG1UCdtplRwqDyq1euayw==", | |
"type": "package", | |
"path": "microsoft.identitymodel.tokens/5.1.4", | |
"files": [ | |
"lib/net45/Microsoft.IdentityModel.Tokens.dll", | |
"lib/net45/Microsoft.IdentityModel.Tokens.xml", | |
"lib/net451/Microsoft.IdentityModel.Tokens.dll", | |
"lib/net451/Microsoft.IdentityModel.Tokens.xml", | |
"lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll", | |
"lib/netstandard1.4/Microsoft.IdentityModel.Tokens.xml", | |
"microsoft.identitymodel.tokens.5.1.4.nupkg.sha512", | |
"microsoft.identitymodel.tokens.nuspec" | |
] | |
}, | |
"Microsoft.NETCore.Platforms/1.1.0": { | |
"sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", | |
"type": "package", | |
"path": "microsoft.netcore.platforms/1.1.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/netstandard1.0/_._", | |
"microsoft.netcore.platforms.1.1.0.nupkg.sha512", | |
"microsoft.netcore.platforms.nuspec", | |
"runtime.json" | |
] | |
}, | |
"Microsoft.Win32.Primitives/4.3.0": { | |
"sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", | |
"type": "package", | |
"path": "microsoft.win32.primitives/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/Microsoft.Win32.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"microsoft.win32.primitives.4.3.0.nupkg.sha512", | |
"microsoft.win32.primitives.nuspec", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/Microsoft.Win32.Primitives.dll", | |
"ref/netstandard1.3/Microsoft.Win32.Primitives.dll", | |
"ref/netstandard1.3/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", | |
"ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._" | |
] | |
}, | |
"NETStandard.Library/1.6.1": { | |
"sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", | |
"type": "package", | |
"path": "netstandard.library/1.6.1", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"netstandard.library.1.6.1.nupkg.sha512", | |
"netstandard.library.nuspec" | |
] | |
}, | |
"Newtonsoft.Json/10.0.3": { | |
"sha512": "hSXaFmh7hNCuEoC4XNY5DrRkLDzYHqPx/Ik23R4J86Z7PE/Y6YidhG602dFVdLBRSdG6xp9NabH3dXpcoxWvww==", | |
"type": "package", | |
"path": "newtonsoft.json/10.0.3", | |
"files": [ | |
"LICENSE.md", | |
"lib/net20/Newtonsoft.Json.dll", | |
"lib/net20/Newtonsoft.Json.xml", | |
"lib/net35/Newtonsoft.Json.dll", | |
"lib/net35/Newtonsoft.Json.xml", | |
"lib/net40/Newtonsoft.Json.dll", | |
"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/netstandard1.3/Newtonsoft.Json.dll", | |
"lib/netstandard1.3/Newtonsoft.Json.xml", | |
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.dll", | |
"lib/portable-net40+sl5+win8+wp8+wpa81/Newtonsoft.Json.xml", | |
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.dll", | |
"lib/portable-net45+win8+wp8+wpa81/Newtonsoft.Json.xml", | |
"newtonsoft.json.10.0.3.nupkg.sha512", | |
"newtonsoft.json.nuspec", | |
"tools/install.ps1" | |
] | |
}, | |
"System.AppContext/4.3.0": { | |
"sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", | |
"type": "package", | |
"path": "system.appcontext/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.AppContext.dll", | |
"lib/net463/System.AppContext.dll", | |
"lib/netcore50/System.AppContext.dll", | |
"lib/netstandard1.6/System.AppContext.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.AppContext.dll", | |
"ref/net463/System.AppContext.dll", | |
"ref/netstandard/_._", | |
"ref/netstandard1.3/System.AppContext.dll", | |
"ref/netstandard1.3/System.AppContext.xml", | |
"ref/netstandard1.3/de/System.AppContext.xml", | |
"ref/netstandard1.3/es/System.AppContext.xml", | |
"ref/netstandard1.3/fr/System.AppContext.xml", | |
"ref/netstandard1.3/it/System.AppContext.xml", | |
"ref/netstandard1.3/ja/System.AppContext.xml", | |
"ref/netstandard1.3/ko/System.AppContext.xml", | |
"ref/netstandard1.3/ru/System.AppContext.xml", | |
"ref/netstandard1.3/zh-hans/System.AppContext.xml", | |
"ref/netstandard1.3/zh-hant/System.AppContext.xml", | |
"ref/netstandard1.6/System.AppContext.dll", | |
"ref/netstandard1.6/System.AppContext.xml", | |
"ref/netstandard1.6/de/System.AppContext.xml", | |
"ref/netstandard1.6/es/System.AppContext.xml", | |
"ref/netstandard1.6/fr/System.AppContext.xml", | |
"ref/netstandard1.6/it/System.AppContext.xml", | |
"ref/netstandard1.6/ja/System.AppContext.xml", | |
"ref/netstandard1.6/ko/System.AppContext.xml", | |
"ref/netstandard1.6/ru/System.AppContext.xml", | |
"ref/netstandard1.6/zh-hans/System.AppContext.xml", | |
"ref/netstandard1.6/zh-hant/System.AppContext.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.AppContext.dll", | |
"system.appcontext.4.3.0.nupkg.sha512", | |
"system.appcontext.nuspec" | |
] | |
}, | |
"System.Collections/4.3.0": { | |
"sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", | |
"type": "package", | |
"path": "system.collections/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Collections.dll", | |
"ref/netcore50/System.Collections.xml", | |
"ref/netcore50/de/System.Collections.xml", | |
"ref/netcore50/es/System.Collections.xml", | |
"ref/netcore50/fr/System.Collections.xml", | |
"ref/netcore50/it/System.Collections.xml", | |
"ref/netcore50/ja/System.Collections.xml", | |
"ref/netcore50/ko/System.Collections.xml", | |
"ref/netcore50/ru/System.Collections.xml", | |
"ref/netcore50/zh-hans/System.Collections.xml", | |
"ref/netcore50/zh-hant/System.Collections.xml", | |
"ref/netstandard1.0/System.Collections.dll", | |
"ref/netstandard1.0/System.Collections.xml", | |
"ref/netstandard1.0/de/System.Collections.xml", | |
"ref/netstandard1.0/es/System.Collections.xml", | |
"ref/netstandard1.0/fr/System.Collections.xml", | |
"ref/netstandard1.0/it/System.Collections.xml", | |
"ref/netstandard1.0/ja/System.Collections.xml", | |
"ref/netstandard1.0/ko/System.Collections.xml", | |
"ref/netstandard1.0/ru/System.Collections.xml", | |
"ref/netstandard1.0/zh-hans/System.Collections.xml", | |
"ref/netstandard1.0/zh-hant/System.Collections.xml", | |
"ref/netstandard1.3/System.Collections.dll", | |
"ref/netstandard1.3/System.Collections.xml", | |
"ref/netstandard1.3/de/System.Collections.xml", | |
"ref/netstandard1.3/es/System.Collections.xml", | |
"ref/netstandard1.3/fr/System.Collections.xml", | |
"ref/netstandard1.3/it/System.Collections.xml", | |
"ref/netstandard1.3/ja/System.Collections.xml", | |
"ref/netstandard1.3/ko/System.Collections.xml", | |
"ref/netstandard1.3/ru/System.Collections.xml", | |
"ref/netstandard1.3/zh-hans/System.Collections.xml", | |
"ref/netstandard1.3/zh-hant/System.Collections.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.collections.4.3.0.nupkg.sha512", | |
"system.collections.nuspec" | |
] | |
}, | |
"System.Collections.Concurrent/4.3.0": { | |
"sha512": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", | |
"type": "package", | |
"path": "system.collections.concurrent/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Collections.Concurrent.dll", | |
"lib/netstandard1.3/System.Collections.Concurrent.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Collections.Concurrent.dll", | |
"ref/netcore50/System.Collections.Concurrent.xml", | |
"ref/netcore50/de/System.Collections.Concurrent.xml", | |
"ref/netcore50/es/System.Collections.Concurrent.xml", | |
"ref/netcore50/fr/System.Collections.Concurrent.xml", | |
"ref/netcore50/it/System.Collections.Concurrent.xml", | |
"ref/netcore50/ja/System.Collections.Concurrent.xml", | |
"ref/netcore50/ko/System.Collections.Concurrent.xml", | |
"ref/netcore50/ru/System.Collections.Concurrent.xml", | |
"ref/netcore50/zh-hans/System.Collections.Concurrent.xml", | |
"ref/netcore50/zh-hant/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/System.Collections.Concurrent.dll", | |
"ref/netstandard1.1/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/de/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/es/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/fr/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/it/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/ja/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/ko/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/ru/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/zh-hans/System.Collections.Concurrent.xml", | |
"ref/netstandard1.1/zh-hant/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/System.Collections.Concurrent.dll", | |
"ref/netstandard1.3/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/de/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/es/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/fr/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/it/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/ja/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/ko/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/ru/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/zh-hans/System.Collections.Concurrent.xml", | |
"ref/netstandard1.3/zh-hant/System.Collections.Concurrent.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.collections.concurrent.4.3.0.nupkg.sha512", | |
"system.collections.concurrent.nuspec" | |
] | |
}, | |
"System.ComponentModel.TypeConverter/4.3.0": { | |
"sha512": "16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", | |
"type": "package", | |
"path": "system.componentmodel.typeconverter/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/System.ComponentModel.TypeConverter.dll", | |
"lib/net462/System.ComponentModel.TypeConverter.dll", | |
"lib/netstandard1.0/System.ComponentModel.TypeConverter.dll", | |
"lib/netstandard1.5/System.ComponentModel.TypeConverter.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/System.ComponentModel.TypeConverter.dll", | |
"ref/net462/System.ComponentModel.TypeConverter.dll", | |
"ref/netstandard1.0/System.ComponentModel.TypeConverter.dll", | |
"ref/netstandard1.0/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/de/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/es/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/fr/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/it/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/ja/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/ko/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/ru/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/zh-hans/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.0/zh-hant/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/System.ComponentModel.TypeConverter.dll", | |
"ref/netstandard1.5/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/de/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/es/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/fr/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/it/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/ja/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/ko/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/ru/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/zh-hans/System.ComponentModel.TypeConverter.xml", | |
"ref/netstandard1.5/zh-hant/System.ComponentModel.TypeConverter.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.componentmodel.typeconverter.4.3.0.nupkg.sha512", | |
"system.componentmodel.typeconverter.nuspec" | |
] | |
}, | |
"System.Console/4.3.0": { | |
"sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", | |
"type": "package", | |
"path": "system.console/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Console.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Console.dll", | |
"ref/netstandard1.3/System.Console.dll", | |
"ref/netstandard1.3/System.Console.xml", | |
"ref/netstandard1.3/de/System.Console.xml", | |
"ref/netstandard1.3/es/System.Console.xml", | |
"ref/netstandard1.3/fr/System.Console.xml", | |
"ref/netstandard1.3/it/System.Console.xml", | |
"ref/netstandard1.3/ja/System.Console.xml", | |
"ref/netstandard1.3/ko/System.Console.xml", | |
"ref/netstandard1.3/ru/System.Console.xml", | |
"ref/netstandard1.3/zh-hans/System.Console.xml", | |
"ref/netstandard1.3/zh-hant/System.Console.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.console.4.3.0.nupkg.sha512", | |
"system.console.nuspec" | |
] | |
}, | |
"System.Diagnostics.Debug/4.3.0": { | |
"sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", | |
"type": "package", | |
"path": "system.diagnostics.debug/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Diagnostics.Debug.dll", | |
"ref/netcore50/System.Diagnostics.Debug.xml", | |
"ref/netcore50/de/System.Diagnostics.Debug.xml", | |
"ref/netcore50/es/System.Diagnostics.Debug.xml", | |
"ref/netcore50/fr/System.Diagnostics.Debug.xml", | |
"ref/netcore50/it/System.Diagnostics.Debug.xml", | |
"ref/netcore50/ja/System.Diagnostics.Debug.xml", | |
"ref/netcore50/ko/System.Diagnostics.Debug.xml", | |
"ref/netcore50/ru/System.Diagnostics.Debug.xml", | |
"ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", | |
"ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/System.Diagnostics.Debug.dll", | |
"ref/netstandard1.0/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/de/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/es/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/fr/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/it/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/ja/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/ko/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/ru/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/zh-hans/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.0/zh-hant/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/System.Diagnostics.Debug.dll", | |
"ref/netstandard1.3/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/de/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/es/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/fr/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/it/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/ja/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/ko/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/ru/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/zh-hans/System.Diagnostics.Debug.xml", | |
"ref/netstandard1.3/zh-hant/System.Diagnostics.Debug.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.diagnostics.debug.4.3.0.nupkg.sha512", | |
"system.diagnostics.debug.nuspec" | |
] | |
}, | |
"System.Diagnostics.Tools/4.3.0": { | |
"sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", | |
"type": "package", | |
"path": "system.diagnostics.tools/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Diagnostics.Tools.dll", | |
"ref/netcore50/System.Diagnostics.Tools.xml", | |
"ref/netcore50/de/System.Diagnostics.Tools.xml", | |
"ref/netcore50/es/System.Diagnostics.Tools.xml", | |
"ref/netcore50/fr/System.Diagnostics.Tools.xml", | |
"ref/netcore50/it/System.Diagnostics.Tools.xml", | |
"ref/netcore50/ja/System.Diagnostics.Tools.xml", | |
"ref/netcore50/ko/System.Diagnostics.Tools.xml", | |
"ref/netcore50/ru/System.Diagnostics.Tools.xml", | |
"ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", | |
"ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/System.Diagnostics.Tools.dll", | |
"ref/netstandard1.0/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/de/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/es/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/it/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", | |
"ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.diagnostics.tools.4.3.0.nupkg.sha512", | |
"system.diagnostics.tools.nuspec" | |
] | |
}, | |
"System.Diagnostics.Tracing/4.3.0": { | |
"sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", | |
"type": "package", | |
"path": "system.diagnostics.tracing/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Diagnostics.Tracing.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.Diagnostics.Tracing.dll", | |
"ref/netcore50/System.Diagnostics.Tracing.dll", | |
"ref/netcore50/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/de/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/es/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/fr/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/it/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/ja/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/ko/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/ru/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/System.Diagnostics.Tracing.dll", | |
"ref/netstandard1.1/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/de/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/es/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/fr/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/it/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/ja/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/ko/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/ru/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.1/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/System.Diagnostics.Tracing.dll", | |
"ref/netstandard1.2/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/de/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/es/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/fr/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/it/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/ja/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/ko/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/ru/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.2/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/System.Diagnostics.Tracing.dll", | |
"ref/netstandard1.3/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/de/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/es/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/fr/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/it/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/ja/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/ko/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/ru/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.3/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/System.Diagnostics.Tracing.dll", | |
"ref/netstandard1.5/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/de/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/es/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/fr/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/it/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/ja/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/ko/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/ru/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/zh-hans/System.Diagnostics.Tracing.xml", | |
"ref/netstandard1.5/zh-hant/System.Diagnostics.Tracing.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.diagnostics.tracing.4.3.0.nupkg.sha512", | |
"system.diagnostics.tracing.nuspec" | |
] | |
}, | |
"System.Globalization/4.3.0": { | |
"sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", | |
"type": "package", | |
"path": "system.globalization/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Globalization.dll", | |
"ref/netcore50/System.Globalization.xml", | |
"ref/netcore50/de/System.Globalization.xml", | |
"ref/netcore50/es/System.Globalization.xml", | |
"ref/netcore50/fr/System.Globalization.xml", | |
"ref/netcore50/it/System.Globalization.xml", | |
"ref/netcore50/ja/System.Globalization.xml", | |
"ref/netcore50/ko/System.Globalization.xml", | |
"ref/netcore50/ru/System.Globalization.xml", | |
"ref/netcore50/zh-hans/System.Globalization.xml", | |
"ref/netcore50/zh-hant/System.Globalization.xml", | |
"ref/netstandard1.0/System.Globalization.dll", | |
"ref/netstandard1.0/System.Globalization.xml", | |
"ref/netstandard1.0/de/System.Globalization.xml", | |
"ref/netstandard1.0/es/System.Globalization.xml", | |
"ref/netstandard1.0/fr/System.Globalization.xml", | |
"ref/netstandard1.0/it/System.Globalization.xml", | |
"ref/netstandard1.0/ja/System.Globalization.xml", | |
"ref/netstandard1.0/ko/System.Globalization.xml", | |
"ref/netstandard1.0/ru/System.Globalization.xml", | |
"ref/netstandard1.0/zh-hans/System.Globalization.xml", | |
"ref/netstandard1.0/zh-hant/System.Globalization.xml", | |
"ref/netstandard1.3/System.Globalization.dll", | |
"ref/netstandard1.3/System.Globalization.xml", | |
"ref/netstandard1.3/de/System.Globalization.xml", | |
"ref/netstandard1.3/es/System.Globalization.xml", | |
"ref/netstandard1.3/fr/System.Globalization.xml", | |
"ref/netstandard1.3/it/System.Globalization.xml", | |
"ref/netstandard1.3/ja/System.Globalization.xml", | |
"ref/netstandard1.3/ko/System.Globalization.xml", | |
"ref/netstandard1.3/ru/System.Globalization.xml", | |
"ref/netstandard1.3/zh-hans/System.Globalization.xml", | |
"ref/netstandard1.3/zh-hant/System.Globalization.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.globalization.4.3.0.nupkg.sha512", | |
"system.globalization.nuspec" | |
] | |
}, | |
"System.Globalization.Calendars/4.3.0": { | |
"sha512": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", | |
"type": "package", | |
"path": "system.globalization.calendars/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Globalization.Calendars.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Globalization.Calendars.dll", | |
"ref/netstandard1.3/System.Globalization.Calendars.dll", | |
"ref/netstandard1.3/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/de/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/es/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/fr/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/it/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/ja/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/ko/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/ru/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/zh-hans/System.Globalization.Calendars.xml", | |
"ref/netstandard1.3/zh-hant/System.Globalization.Calendars.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.globalization.calendars.4.3.0.nupkg.sha512", | |
"system.globalization.calendars.nuspec" | |
] | |
}, | |
"System.IdentityModel.Tokens.Jwt/5.1.4": { | |
"sha512": "hLUU1N99aL9uyxiTraBnCKlpUKsbP/+5ygD7cswspH9/+M7fAAL0hRzt2aA4w7VEQlSSiu8j+xWFk3NRcqhfQQ==", | |
"type": "package", | |
"path": "system.identitymodel.tokens.jwt/5.1.4", | |
"files": [ | |
"lib/net45/System.IdentityModel.Tokens.Jwt.dll", | |
"lib/net45/System.IdentityModel.Tokens.Jwt.xml", | |
"lib/net451/System.IdentityModel.Tokens.Jwt.dll", | |
"lib/net451/System.IdentityModel.Tokens.Jwt.xml", | |
"lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll", | |
"lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.xml", | |
"system.identitymodel.tokens.jwt.5.1.4.nupkg.sha512", | |
"system.identitymodel.tokens.jwt.nuspec" | |
] | |
}, | |
"System.IO/4.3.0": { | |
"sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", | |
"type": "package", | |
"path": "system.io/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.IO.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/net462/System.IO.dll", | |
"ref/netcore50/System.IO.dll", | |
"ref/netcore50/System.IO.xml", | |
"ref/netcore50/de/System.IO.xml", | |
"ref/netcore50/es/System.IO.xml", | |
"ref/netcore50/fr/System.IO.xml", | |
"ref/netcore50/it/System.IO.xml", | |
"ref/netcore50/ja/System.IO.xml", | |
"ref/netcore50/ko/System.IO.xml", | |
"ref/netcore50/ru/System.IO.xml", | |
"ref/netcore50/zh-hans/System.IO.xml", | |
"ref/netcore50/zh-hant/System.IO.xml", | |
"ref/netstandard1.0/System.IO.dll", | |
"ref/netstandard1.0/System.IO.xml", | |
"ref/netstandard1.0/de/System.IO.xml", | |
"ref/netstandard1.0/es/System.IO.xml", | |
"ref/netstandard1.0/fr/System.IO.xml", | |
"ref/netstandard1.0/it/System.IO.xml", | |
"ref/netstandard1.0/ja/System.IO.xml", | |
"ref/netstandard1.0/ko/System.IO.xml", | |
"ref/netstandard1.0/ru/System.IO.xml", | |
"ref/netstandard1.0/zh-hans/System.IO.xml", | |
"ref/netstandard1.0/zh-hant/System.IO.xml", | |
"ref/netstandard1.3/System.IO.dll", | |
"ref/netstandard1.3/System.IO.xml", | |
"ref/netstandard1.3/de/System.IO.xml", | |
"ref/netstandard1.3/es/System.IO.xml", | |
"ref/netstandard1.3/fr/System.IO.xml", | |
"ref/netstandard1.3/it/System.IO.xml", | |
"ref/netstandard1.3/ja/System.IO.xml", | |
"ref/netstandard1.3/ko/System.IO.xml", | |
"ref/netstandard1.3/ru/System.IO.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.xml", | |
"ref/netstandard1.5/System.IO.dll", | |
"ref/netstandard1.5/System.IO.xml", | |
"ref/netstandard1.5/de/System.IO.xml", | |
"ref/netstandard1.5/es/System.IO.xml", | |
"ref/netstandard1.5/fr/System.IO.xml", | |
"ref/netstandard1.5/it/System.IO.xml", | |
"ref/netstandard1.5/ja/System.IO.xml", | |
"ref/netstandard1.5/ko/System.IO.xml", | |
"ref/netstandard1.5/ru/System.IO.xml", | |
"ref/netstandard1.5/zh-hans/System.IO.xml", | |
"ref/netstandard1.5/zh-hant/System.IO.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.4.3.0.nupkg.sha512", | |
"system.io.nuspec" | |
] | |
}, | |
"System.IO.Compression/4.3.0": { | |
"sha512": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", | |
"type": "package", | |
"path": "system.io.compression/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net46/System.IO.Compression.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net46/System.IO.Compression.dll", | |
"ref/netcore50/System.IO.Compression.dll", | |
"ref/netcore50/System.IO.Compression.xml", | |
"ref/netcore50/de/System.IO.Compression.xml", | |
"ref/netcore50/es/System.IO.Compression.xml", | |
"ref/netcore50/fr/System.IO.Compression.xml", | |
"ref/netcore50/it/System.IO.Compression.xml", | |
"ref/netcore50/ja/System.IO.Compression.xml", | |
"ref/netcore50/ko/System.IO.Compression.xml", | |
"ref/netcore50/ru/System.IO.Compression.xml", | |
"ref/netcore50/zh-hans/System.IO.Compression.xml", | |
"ref/netcore50/zh-hant/System.IO.Compression.xml", | |
"ref/netstandard1.1/System.IO.Compression.dll", | |
"ref/netstandard1.1/System.IO.Compression.xml", | |
"ref/netstandard1.1/de/System.IO.Compression.xml", | |
"ref/netstandard1.1/es/System.IO.Compression.xml", | |
"ref/netstandard1.1/fr/System.IO.Compression.xml", | |
"ref/netstandard1.1/it/System.IO.Compression.xml", | |
"ref/netstandard1.1/ja/System.IO.Compression.xml", | |
"ref/netstandard1.1/ko/System.IO.Compression.xml", | |
"ref/netstandard1.1/ru/System.IO.Compression.xml", | |
"ref/netstandard1.1/zh-hans/System.IO.Compression.xml", | |
"ref/netstandard1.1/zh-hant/System.IO.Compression.xml", | |
"ref/netstandard1.3/System.IO.Compression.dll", | |
"ref/netstandard1.3/System.IO.Compression.xml", | |
"ref/netstandard1.3/de/System.IO.Compression.xml", | |
"ref/netstandard1.3/es/System.IO.Compression.xml", | |
"ref/netstandard1.3/fr/System.IO.Compression.xml", | |
"ref/netstandard1.3/it/System.IO.Compression.xml", | |
"ref/netstandard1.3/ja/System.IO.Compression.xml", | |
"ref/netstandard1.3/ko/System.IO.Compression.xml", | |
"ref/netstandard1.3/ru/System.IO.Compression.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.Compression.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.Compression.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", | |
"runtimes/win/lib/net46/System.IO.Compression.dll", | |
"runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", | |
"system.io.compression.4.3.0.nupkg.sha512", | |
"system.io.compression.nuspec" | |
] | |
}, | |
"System.IO.Compression.ZipFile/4.3.0": { | |
"sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", | |
"type": "package", | |
"path": "system.io.compression.zipfile/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.Compression.ZipFile.dll", | |
"lib/netstandard1.3/System.IO.Compression.ZipFile.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.Compression.ZipFile.dll", | |
"ref/netstandard1.3/System.IO.Compression.ZipFile.dll", | |
"ref/netstandard1.3/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.compression.zipfile.4.3.0.nupkg.sha512", | |
"system.io.compression.zipfile.nuspec" | |
] | |
}, | |
"System.IO.FileSystem/4.3.0": { | |
"sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", | |
"type": "package", | |
"path": "system.io.filesystem/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.FileSystem.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.FileSystem.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/de/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/es/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/fr/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/it/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/ja/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/ko/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/ru/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.FileSystem.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.FileSystem.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.filesystem.4.3.0.nupkg.sha512", | |
"system.io.filesystem.nuspec" | |
] | |
}, | |
"System.IO.FileSystem.Primitives/4.3.0": { | |
"sha512": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", | |
"type": "package", | |
"path": "system.io.filesystem.primitives/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.IO.FileSystem.Primitives.dll", | |
"lib/netstandard1.3/System.IO.FileSystem.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.IO.FileSystem.Primitives.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.Primitives.dll", | |
"ref/netstandard1.3/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/de/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/es/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/fr/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/it/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/ja/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/ko/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/ru/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/zh-hans/System.IO.FileSystem.Primitives.xml", | |
"ref/netstandard1.3/zh-hant/System.IO.FileSystem.Primitives.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.io.filesystem.primitives.4.3.0.nupkg.sha512", | |
"system.io.filesystem.primitives.nuspec" | |
] | |
}, | |
"System.Linq/4.3.0": { | |
"sha512": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", | |
"type": "package", | |
"path": "system.linq/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net463/System.Linq.dll", | |
"lib/netcore50/System.Linq.dll", | |
"lib/netstandard1.6/System.Linq.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/net463/System.Linq.dll", | |
"ref/netcore50/System.Linq.dll", | |
"ref/netcore50/System.Linq.xml", | |
"ref/netcore50/de/System.Linq.xml", | |
"ref/netcore50/es/System.Linq.xml", | |
"ref/netcore50/fr/System.Linq.xml", | |
"ref/netcore50/it/System.Linq.xml", | |
"ref/netcore50/ja/System.Linq.xml", | |
"ref/netcore50/ko/System.Linq.xml", | |
"ref/netcore50/ru/System.Linq.xml", | |
"ref/netcore50/zh-hans/System.Linq.xml", | |
"ref/netcore50/zh-hant/System.Linq.xml", | |
"ref/netstandard1.0/System.Linq.dll", | |
"ref/netstandard1.0/System.Linq.xml", | |
"ref/netstandard1.0/de/System.Linq.xml", | |
"ref/netstandard1.0/es/System.Linq.xml", | |
"ref/netstandard1.0/fr/System.Linq.xml", | |
"ref/netstandard1.0/it/System.Linq.xml", | |
"ref/netstandard1.0/ja/System.Linq.xml", | |
"ref/netstandard1.0/ko/System.Linq.xml", | |
"ref/netstandard1.0/ru/System.Linq.xml", | |
"ref/netstandard1.0/zh-hans/System.Linq.xml", | |
"ref/netstandard1.0/zh-hant/System.Linq.xml", | |
"ref/netstandard1.6/System.Linq.dll", | |
"ref/netstandard1.6/System.Linq.xml", | |
"ref/netstandard1.6/de/System.Linq.xml", | |
"ref/netstandard1.6/es/System.Linq.xml", | |
"ref/netstandard1.6/fr/System.Linq.xml", | |
"ref/netstandard1.6/it/System.Linq.xml", | |
"ref/netstandard1.6/ja/System.Linq.xml", | |
"ref/netstandard1.6/ko/System.Linq.xml", | |
"ref/netstandard1.6/ru/System.Linq.xml", | |
"ref/netstandard1.6/zh-hans/System.Linq.xml", | |
"ref/netstandard1.6/zh-hant/System.Linq.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.linq.4.3.0.nupkg.sha512", | |
"system.linq.nuspec" | |
] | |
}, | |
"System.Linq.Expressions/4.3.0": { | |
"sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", | |
"type": "package", | |
"path": "system.linq.expressions/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net463/System.Linq.Expressions.dll", | |
"lib/netcore50/System.Linq.Expressions.dll", | |
"lib/netstandard1.6/System.Linq.Expressions.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/net463/System.Linq.Expressions.dll", | |
"ref/netcore50/System.Linq.Expressions.dll", | |
"ref/netcore50/System.Linq.Expressions.xml", | |
"ref/netcore50/de/System.Linq.Expressions.xml", | |
"ref/netcore50/es/System.Linq.Expressions.xml", | |
"ref/netcore50/fr/System.Linq.Expressions.xml", | |
"ref/netcore50/it/System.Linq.Expressions.xml", | |
"ref/netcore50/ja/System.Linq.Expressions.xml", | |
"ref/netcore50/ko/System.Linq.Expressions.xml", | |
"ref/netcore50/ru/System.Linq.Expressions.xml", | |
"ref/netcore50/zh-hans/System.Linq.Expressions.xml", | |
"ref/netcore50/zh-hant/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/System.Linq.Expressions.dll", | |
"ref/netstandard1.0/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/de/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/es/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/fr/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/it/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/ja/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/ko/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/ru/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", | |
"ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/System.Linq.Expressions.dll", | |
"ref/netstandard1.3/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/de/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/es/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/fr/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/it/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/ja/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/ko/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/ru/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", | |
"ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/System.Linq.Expressions.dll", | |
"ref/netstandard1.6/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/de/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/es/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/fr/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/it/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/ja/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/ko/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/ru/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", | |
"ref/netstandard1.6/zh-hant/System.Linq.Expressions.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.Linq.Expressions.dll", | |
"system.linq.expressions.4.3.0.nupkg.sha512", | |
"system.linq.expressions.nuspec" | |
] | |
}, | |
"System.Net.Http/4.3.0": { | |
"sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", | |
"type": "package", | |
"path": "system.net.http/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/Xamarinmac20/_._", | |
"lib/monoandroid10/_._", | |
"lib/monotouch10/_._", | |
"lib/net45/_._", | |
"lib/net46/System.Net.Http.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/Xamarinmac20/_._", | |
"ref/monoandroid10/_._", | |
"ref/monotouch10/_._", | |
"ref/net45/_._", | |
"ref/net46/System.Net.Http.dll", | |
"ref/net46/System.Net.Http.xml", | |
"ref/net46/de/System.Net.Http.xml", | |
"ref/net46/es/System.Net.Http.xml", | |
"ref/net46/fr/System.Net.Http.xml", | |
"ref/net46/it/System.Net.Http.xml", | |
"ref/net46/ja/System.Net.Http.xml", | |
"ref/net46/ko/System.Net.Http.xml", | |
"ref/net46/ru/System.Net.Http.xml", | |
"ref/net46/zh-hans/System.Net.Http.xml", | |
"ref/net46/zh-hant/System.Net.Http.xml", | |
"ref/netcore50/System.Net.Http.dll", | |
"ref/netcore50/System.Net.Http.xml", | |
"ref/netcore50/de/System.Net.Http.xml", | |
"ref/netcore50/es/System.Net.Http.xml", | |
"ref/netcore50/fr/System.Net.Http.xml", | |
"ref/netcore50/it/System.Net.Http.xml", | |
"ref/netcore50/ja/System.Net.Http.xml", | |
"ref/netcore50/ko/System.Net.Http.xml", | |
"ref/netcore50/ru/System.Net.Http.xml", | |
"ref/netcore50/zh-hans/System.Net.Http.xml", | |
"ref/netcore50/zh-hant/System.Net.Http.xml", | |
"ref/netstandard1.1/System.Net.Http.dll", | |
"ref/netstandard1.1/System.Net.Http.xml", | |
"ref/netstandard1.1/de/System.Net.Http.xml", | |
"ref/netstandard1.1/es/System.Net.Http.xml", | |
"ref/netstandard1.1/fr/System.Net.Http.xml", | |
"ref/netstandard1.1/it/System.Net.Http.xml", | |
"ref/netstandard1.1/ja/System.Net.Http.xml", | |
"ref/netstandard1.1/ko/System.Net.Http.xml", | |
"ref/netstandard1.1/ru/System.Net.Http.xml", | |
"ref/netstandard1.1/zh-hans/System.Net.Http.xml", | |
"ref/netstandard1.1/zh-hant/System.Net.Http.xml", | |
"ref/netstandard1.3/System.Net.Http.dll", | |
"ref/netstandard1.3/System.Net.Http.xml", | |
"ref/netstandard1.3/de/System.Net.Http.xml", | |
"ref/netstandard1.3/es/System.Net.Http.xml", | |
"ref/netstandard1.3/fr/System.Net.Http.xml", | |
"ref/netstandard1.3/it/System.Net.Http.xml", | |
"ref/netstandard1.3/ja/System.Net.Http.xml", | |
"ref/netstandard1.3/ko/System.Net.Http.xml", | |
"ref/netstandard1.3/ru/System.Net.Http.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.Http.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.Http.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", | |
"runtimes/win/lib/net46/System.Net.Http.dll", | |
"runtimes/win/lib/netcore50/System.Net.Http.dll", | |
"runtimes/win/lib/netstandard1.3/System.Net.Http.dll", | |
"system.net.http.4.3.0.nupkg.sha512", | |
"system.net.http.nuspec" | |
] | |
}, | |
"System.Net.Primitives/4.3.0": { | |
"sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", | |
"type": "package", | |
"path": "system.net.primitives/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Net.Primitives.dll", | |
"ref/netcore50/System.Net.Primitives.xml", | |
"ref/netcore50/de/System.Net.Primitives.xml", | |
"ref/netcore50/es/System.Net.Primitives.xml", | |
"ref/netcore50/fr/System.Net.Primitives.xml", | |
"ref/netcore50/it/System.Net.Primitives.xml", | |
"ref/netcore50/ja/System.Net.Primitives.xml", | |
"ref/netcore50/ko/System.Net.Primitives.xml", | |
"ref/netcore50/ru/System.Net.Primitives.xml", | |
"ref/netcore50/zh-hans/System.Net.Primitives.xml", | |
"ref/netcore50/zh-hant/System.Net.Primitives.xml", | |
"ref/netstandard1.0/System.Net.Primitives.dll", | |
"ref/netstandard1.0/System.Net.Primitives.xml", | |
"ref/netstandard1.0/de/System.Net.Primitives.xml", | |
"ref/netstandard1.0/es/System.Net.Primitives.xml", | |
"ref/netstandard1.0/fr/System.Net.Primitives.xml", | |
"ref/netstandard1.0/it/System.Net.Primitives.xml", | |
"ref/netstandard1.0/ja/System.Net.Primitives.xml", | |
"ref/netstandard1.0/ko/System.Net.Primitives.xml", | |
"ref/netstandard1.0/ru/System.Net.Primitives.xml", | |
"ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", | |
"ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", | |
"ref/netstandard1.1/System.Net.Primitives.dll", | |
"ref/netstandard1.1/System.Net.Primitives.xml", | |
"ref/netstandard1.1/de/System.Net.Primitives.xml", | |
"ref/netstandard1.1/es/System.Net.Primitives.xml", | |
"ref/netstandard1.1/fr/System.Net.Primitives.xml", | |
"ref/netstandard1.1/it/System.Net.Primitives.xml", | |
"ref/netstandard1.1/ja/System.Net.Primitives.xml", | |
"ref/netstandard1.1/ko/System.Net.Primitives.xml", | |
"ref/netstandard1.1/ru/System.Net.Primitives.xml", | |
"ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", | |
"ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", | |
"ref/netstandard1.3/System.Net.Primitives.dll", | |
"ref/netstandard1.3/System.Net.Primitives.xml", | |
"ref/netstandard1.3/de/System.Net.Primitives.xml", | |
"ref/netstandard1.3/es/System.Net.Primitives.xml", | |
"ref/netstandard1.3/fr/System.Net.Primitives.xml", | |
"ref/netstandard1.3/it/System.Net.Primitives.xml", | |
"ref/netstandard1.3/ja/System.Net.Primitives.xml", | |
"ref/netstandard1.3/ko/System.Net.Primitives.xml", | |
"ref/netstandard1.3/ru/System.Net.Primitives.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.net.primitives.4.3.0.nupkg.sha512", | |
"system.net.primitives.nuspec" | |
] | |
}, | |
"System.Net.Sockets/4.3.0": { | |
"sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", | |
"type": "package", | |
"path": "system.net.sockets/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Net.Sockets.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Net.Sockets.dll", | |
"ref/netstandard1.3/System.Net.Sockets.dll", | |
"ref/netstandard1.3/System.Net.Sockets.xml", | |
"ref/netstandard1.3/de/System.Net.Sockets.xml", | |
"ref/netstandard1.3/es/System.Net.Sockets.xml", | |
"ref/netstandard1.3/fr/System.Net.Sockets.xml", | |
"ref/netstandard1.3/it/System.Net.Sockets.xml", | |
"ref/netstandard1.3/ja/System.Net.Sockets.xml", | |
"ref/netstandard1.3/ko/System.Net.Sockets.xml", | |
"ref/netstandard1.3/ru/System.Net.Sockets.xml", | |
"ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", | |
"ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.net.sockets.4.3.0.nupkg.sha512", | |
"system.net.sockets.nuspec" | |
] | |
}, | |
"System.ObjectModel/4.3.0": { | |
"sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", | |
"type": "package", | |
"path": "system.objectmodel/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.ObjectModel.dll", | |
"lib/netstandard1.3/System.ObjectModel.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.ObjectModel.dll", | |
"ref/netcore50/System.ObjectModel.xml", | |
"ref/netcore50/de/System.ObjectModel.xml", | |
"ref/netcore50/es/System.ObjectModel.xml", | |
"ref/netcore50/fr/System.ObjectModel.xml", | |
"ref/netcore50/it/System.ObjectModel.xml", | |
"ref/netcore50/ja/System.ObjectModel.xml", | |
"ref/netcore50/ko/System.ObjectModel.xml", | |
"ref/netcore50/ru/System.ObjectModel.xml", | |
"ref/netcore50/zh-hans/System.ObjectModel.xml", | |
"ref/netcore50/zh-hant/System.ObjectModel.xml", | |
"ref/netstandard1.0/System.ObjectModel.dll", | |
"ref/netstandard1.0/System.ObjectModel.xml", | |
"ref/netstandard1.0/de/System.ObjectModel.xml", | |
"ref/netstandard1.0/es/System.ObjectModel.xml", | |
"ref/netstandard1.0/fr/System.ObjectModel.xml", | |
"ref/netstandard1.0/it/System.ObjectModel.xml", | |
"ref/netstandard1.0/ja/System.ObjectModel.xml", | |
"ref/netstandard1.0/ko/System.ObjectModel.xml", | |
"ref/netstandard1.0/ru/System.ObjectModel.xml", | |
"ref/netstandard1.0/zh-hans/System.ObjectModel.xml", | |
"ref/netstandard1.0/zh-hant/System.ObjectModel.xml", | |
"ref/netstandard1.3/System.ObjectModel.dll", | |
"ref/netstandard1.3/System.ObjectModel.xml", | |
"ref/netstandard1.3/de/System.ObjectModel.xml", | |
"ref/netstandard1.3/es/System.ObjectModel.xml", | |
"ref/netstandard1.3/fr/System.ObjectModel.xml", | |
"ref/netstandard1.3/it/System.ObjectModel.xml", | |
"ref/netstandard1.3/ja/System.ObjectModel.xml", | |
"ref/netstandard1.3/ko/System.ObjectModel.xml", | |
"ref/netstandard1.3/ru/System.ObjectModel.xml", | |
"ref/netstandard1.3/zh-hans/System.ObjectModel.xml", | |
"ref/netstandard1.3/zh-hant/System.ObjectModel.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.objectmodel.4.3.0.nupkg.sha512", | |
"system.objectmodel.nuspec" | |
] | |
}, | |
"System.Reflection/4.3.0": { | |
"sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", | |
"type": "package", | |
"path": "system.reflection/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Reflection.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/net462/System.Reflection.dll", | |
"ref/netcore50/System.Reflection.dll", | |
"ref/netcore50/System.Reflection.xml", | |
"ref/netcore50/de/System.Reflection.xml", | |
"ref/netcore50/es/System.Reflection.xml", | |
"ref/netcore50/fr/System.Reflection.xml", | |
"ref/netcore50/it/System.Reflection.xml", | |
"ref/netcore50/ja/System.Reflection.xml", | |
"ref/netcore50/ko/System.Reflection.xml", | |
"ref/netcore50/ru/System.Reflection.xml", | |
"ref/netcore50/zh-hans/System.Reflection.xml", | |
"ref/netcore50/zh-hant/System.Reflection.xml", | |
"ref/netstandard1.0/System.Reflection.dll", | |
"ref/netstandard1.0/System.Reflection.xml", | |
"ref/netstandard1.0/de/System.Reflection.xml", | |
"ref/netstandard1.0/es/System.Reflection.xml", | |
"ref/netstandard1.0/fr/System.Reflection.xml", | |
"ref/netstandard1.0/it/System.Reflection.xml", | |
"ref/netstandard1.0/ja/System.Reflection.xml", | |
"ref/netstandard1.0/ko/System.Reflection.xml", | |
"ref/netstandard1.0/ru/System.Reflection.xml", | |
"ref/netstandard1.0/zh-hans/System.Reflection.xml", | |
"ref/netstandard1.0/zh-hant/System.Reflection.xml", | |
"ref/netstandard1.3/System.Reflection.dll", | |
"ref/netstandard1.3/System.Reflection.xml", | |
"ref/netstandard1.3/de/System.Reflection.xml", | |
"ref/netstandard1.3/es/System.Reflection.xml", | |
"ref/netstandard1.3/fr/System.Reflection.xml", | |
"ref/netstandard1.3/it/System.Reflection.xml", | |
"ref/netstandard1.3/ja/System.Reflection.xml", | |
"ref/netstandard1.3/ko/System.Reflection.xml", | |
"ref/netstandard1.3/ru/System.Reflection.xml", | |
"ref/netstandard1.3/zh-hans/System.Reflection.xml", | |
"ref/netstandard1.3/zh-hant/System.Reflection.xml", | |
"ref/netstandard1.5/System.Reflection.dll", | |
"ref/netstandard1.5/System.Reflection.xml", | |
"ref/netstandard1.5/de/System.Reflection.xml", | |
"ref/netstandard1.5/es/System.Reflection.xml", | |
"ref/netstandard1.5/fr/System.Reflection.xml", | |
"ref/netstandard1.5/it/System.Reflection.xml", | |
"ref/netstandard1.5/ja/System.Reflection.xml", | |
"ref/netstandard1.5/ko/System.Reflection.xml", | |
"ref/netstandard1.5/ru/System.Reflection.xml", | |
"ref/netstandard1.5/zh-hans/System.Reflection.xml", | |
"ref/netstandard1.5/zh-hant/System.Reflection.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.reflection.4.3.0.nupkg.sha512", | |
"system.reflection.nuspec" | |
] | |
}, | |
"System.Reflection.Extensions/4.3.0": { | |
"sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", | |
"type": "package", | |
"path": "system.reflection.extensions/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Reflection.Extensions.dll", | |
"ref/netcore50/System.Reflection.Extensions.xml", | |
"ref/netcore50/de/System.Reflection.Extensions.xml", | |
"ref/netcore50/es/System.Reflection.Extensions.xml", | |
"ref/netcore50/fr/System.Reflection.Extensions.xml", | |
"ref/netcore50/it/System.Reflection.Extensions.xml", | |
"ref/netcore50/ja/System.Reflection.Extensions.xml", | |
"ref/netcore50/ko/System.Reflection.Extensions.xml", | |
"ref/netcore50/ru/System.Reflection.Extensions.xml", | |
"ref/netcore50/zh-hans/System.Reflection.Extensions.xml", | |
"ref/netcore50/zh-hant/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/System.Reflection.Extensions.dll", | |
"ref/netstandard1.0/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/de/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/es/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/fr/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/it/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/ja/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/ko/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/ru/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/zh-hans/System.Reflection.Extensions.xml", | |
"ref/netstandard1.0/zh-hant/System.Reflection.Extensions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.reflection.extensions.4.3.0.nupkg.sha512", | |
"system.reflection.extensions.nuspec" | |
] | |
}, | |
"System.Reflection.Primitives/4.3.0": { | |
"sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", | |
"type": "package", | |
"path": "system.reflection.primitives/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Reflection.Primitives.dll", | |
"ref/netcore50/System.Reflection.Primitives.xml", | |
"ref/netcore50/de/System.Reflection.Primitives.xml", | |
"ref/netcore50/es/System.Reflection.Primitives.xml", | |
"ref/netcore50/fr/System.Reflection.Primitives.xml", | |
"ref/netcore50/it/System.Reflection.Primitives.xml", | |
"ref/netcore50/ja/System.Reflection.Primitives.xml", | |
"ref/netcore50/ko/System.Reflection.Primitives.xml", | |
"ref/netcore50/ru/System.Reflection.Primitives.xml", | |
"ref/netcore50/zh-hans/System.Reflection.Primitives.xml", | |
"ref/netcore50/zh-hant/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/System.Reflection.Primitives.dll", | |
"ref/netstandard1.0/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/de/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/es/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/fr/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/it/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/ja/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/ko/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/ru/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", | |
"ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.reflection.primitives.4.3.0.nupkg.sha512", | |
"system.reflection.primitives.nuspec" | |
] | |
}, | |
"System.Resources.ResourceManager/4.3.0": { | |
"sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", | |
"type": "package", | |
"path": "system.resources.resourcemanager/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Resources.ResourceManager.dll", | |
"ref/netcore50/System.Resources.ResourceManager.xml", | |
"ref/netcore50/de/System.Resources.ResourceManager.xml", | |
"ref/netcore50/es/System.Resources.ResourceManager.xml", | |
"ref/netcore50/fr/System.Resources.ResourceManager.xml", | |
"ref/netcore50/it/System.Resources.ResourceManager.xml", | |
"ref/netcore50/ja/System.Resources.ResourceManager.xml", | |
"ref/netcore50/ko/System.Resources.ResourceManager.xml", | |
"ref/netcore50/ru/System.Resources.ResourceManager.xml", | |
"ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", | |
"ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/System.Resources.ResourceManager.dll", | |
"ref/netstandard1.0/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/de/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/es/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/it/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", | |
"ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.resources.resourcemanager.4.3.0.nupkg.sha512", | |
"system.resources.resourcemanager.nuspec" | |
] | |
}, | |
"System.Runtime/4.3.0": { | |
"sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", | |
"type": "package", | |
"path": "system.runtime/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Runtime.dll", | |
"lib/portable-net45+win8+wp80+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wp80/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.Runtime.dll", | |
"ref/netcore50/System.Runtime.dll", | |
"ref/netcore50/System.Runtime.xml", | |
"ref/netcore50/de/System.Runtime.xml", | |
"ref/netcore50/es/System.Runtime.xml", | |
"ref/netcore50/fr/System.Runtime.xml", | |
"ref/netcore50/it/System.Runtime.xml", | |
"ref/netcore50/ja/System.Runtime.xml", | |
"ref/netcore50/ko/System.Runtime.xml", | |
"ref/netcore50/ru/System.Runtime.xml", | |
"ref/netcore50/zh-hans/System.Runtime.xml", | |
"ref/netcore50/zh-hant/System.Runtime.xml", | |
"ref/netstandard1.0/System.Runtime.dll", | |
"ref/netstandard1.0/System.Runtime.xml", | |
"ref/netstandard1.0/de/System.Runtime.xml", | |
"ref/netstandard1.0/es/System.Runtime.xml", | |
"ref/netstandard1.0/fr/System.Runtime.xml", | |
"ref/netstandard1.0/it/System.Runtime.xml", | |
"ref/netstandard1.0/ja/System.Runtime.xml", | |
"ref/netstandard1.0/ko/System.Runtime.xml", | |
"ref/netstandard1.0/ru/System.Runtime.xml", | |
"ref/netstandard1.0/zh-hans/System.Runtime.xml", | |
"ref/netstandard1.0/zh-hant/System.Runtime.xml", | |
"ref/netstandard1.2/System.Runtime.dll", | |
"ref/netstandard1.2/System.Runtime.xml", | |
"ref/netstandard1.2/de/System.Runtime.xml", | |
"ref/netstandard1.2/es/System.Runtime.xml", | |
"ref/netstandard1.2/fr/System.Runtime.xml", | |
"ref/netstandard1.2/it/System.Runtime.xml", | |
"ref/netstandard1.2/ja/System.Runtime.xml", | |
"ref/netstandard1.2/ko/System.Runtime.xml", | |
"ref/netstandard1.2/ru/System.Runtime.xml", | |
"ref/netstandard1.2/zh-hans/System.Runtime.xml", | |
"ref/netstandard1.2/zh-hant/System.Runtime.xml", | |
"ref/netstandard1.3/System.Runtime.dll", | |
"ref/netstandard1.3/System.Runtime.xml", | |
"ref/netstandard1.3/de/System.Runtime.xml", | |
"ref/netstandard1.3/es/System.Runtime.xml", | |
"ref/netstandard1.3/fr/System.Runtime.xml", | |
"ref/netstandard1.3/it/System.Runtime.xml", | |
"ref/netstandard1.3/ja/System.Runtime.xml", | |
"ref/netstandard1.3/ko/System.Runtime.xml", | |
"ref/netstandard1.3/ru/System.Runtime.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.xml", | |
"ref/netstandard1.5/System.Runtime.dll", | |
"ref/netstandard1.5/System.Runtime.xml", | |
"ref/netstandard1.5/de/System.Runtime.xml", | |
"ref/netstandard1.5/es/System.Runtime.xml", | |
"ref/netstandard1.5/fr/System.Runtime.xml", | |
"ref/netstandard1.5/it/System.Runtime.xml", | |
"ref/netstandard1.5/ja/System.Runtime.xml", | |
"ref/netstandard1.5/ko/System.Runtime.xml", | |
"ref/netstandard1.5/ru/System.Runtime.xml", | |
"ref/netstandard1.5/zh-hans/System.Runtime.xml", | |
"ref/netstandard1.5/zh-hant/System.Runtime.xml", | |
"ref/portable-net45+win8+wp80+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.4.3.0.nupkg.sha512", | |
"system.runtime.nuspec" | |
] | |
}, | |
"System.Runtime.CompilerServices.Unsafe/4.4.0": { | |
"sha512": "9dLLuBxr5GNmOfl2jSMcsHuteEg32BEfUotmmUkmZjpR3RpVHE8YQwt0ow3p6prwA1ME8WqDVZqrr8z6H8G+Kw==", | |
"type": "package", | |
"path": "system.runtime.compilerservices.unsafe/4.4.0", | |
"files": [ | |
"LICENSE.TXT", | |
"THIRD-PARTY-NOTICES.TXT", | |
"lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", | |
"lib/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", | |
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", | |
"lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", | |
"ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", | |
"ref/netstandard1.0/System.Runtime.CompilerServices.Unsafe.xml", | |
"ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll", | |
"ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.xml", | |
"system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512", | |
"system.runtime.compilerservices.unsafe.nuspec", | |
"useSharedDesignerContext.txt", | |
"version.txt" | |
] | |
}, | |
"System.Runtime.Extensions/4.3.0": { | |
"sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", | |
"type": "package", | |
"path": "system.runtime.extensions/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Runtime.Extensions.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/net462/System.Runtime.Extensions.dll", | |
"ref/netcore50/System.Runtime.Extensions.dll", | |
"ref/netcore50/System.Runtime.Extensions.xml", | |
"ref/netcore50/de/System.Runtime.Extensions.xml", | |
"ref/netcore50/es/System.Runtime.Extensions.xml", | |
"ref/netcore50/fr/System.Runtime.Extensions.xml", | |
"ref/netcore50/it/System.Runtime.Extensions.xml", | |
"ref/netcore50/ja/System.Runtime.Extensions.xml", | |
"ref/netcore50/ko/System.Runtime.Extensions.xml", | |
"ref/netcore50/ru/System.Runtime.Extensions.xml", | |
"ref/netcore50/zh-hans/System.Runtime.Extensions.xml", | |
"ref/netcore50/zh-hant/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/System.Runtime.Extensions.dll", | |
"ref/netstandard1.0/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/de/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/es/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/fr/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/it/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/ja/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/ko/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/ru/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", | |
"ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/System.Runtime.Extensions.dll", | |
"ref/netstandard1.3/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/de/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/es/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/fr/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/it/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/ja/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/ko/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/ru/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/System.Runtime.Extensions.dll", | |
"ref/netstandard1.5/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/de/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/es/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/fr/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/it/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/ja/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/ko/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/ru/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", | |
"ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.extensions.4.3.0.nupkg.sha512", | |
"system.runtime.extensions.nuspec" | |
] | |
}, | |
"System.Runtime.Handles/4.3.0": { | |
"sha512": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", | |
"type": "package", | |
"path": "system.runtime.handles/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/_._", | |
"ref/netstandard1.3/System.Runtime.Handles.dll", | |
"ref/netstandard1.3/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/de/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/es/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/fr/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/it/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/ja/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/ko/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/ru/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.Handles.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.Handles.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.handles.4.3.0.nupkg.sha512", | |
"system.runtime.handles.nuspec" | |
] | |
}, | |
"System.Runtime.InteropServices/4.3.0": { | |
"sha512": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", | |
"type": "package", | |
"path": "system.runtime.interopservices/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net462/System.Runtime.InteropServices.dll", | |
"lib/net463/System.Runtime.InteropServices.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/net462/System.Runtime.InteropServices.dll", | |
"ref/net463/System.Runtime.InteropServices.dll", | |
"ref/netcore50/System.Runtime.InteropServices.dll", | |
"ref/netcore50/System.Runtime.InteropServices.xml", | |
"ref/netcore50/de/System.Runtime.InteropServices.xml", | |
"ref/netcore50/es/System.Runtime.InteropServices.xml", | |
"ref/netcore50/fr/System.Runtime.InteropServices.xml", | |
"ref/netcore50/it/System.Runtime.InteropServices.xml", | |
"ref/netcore50/ja/System.Runtime.InteropServices.xml", | |
"ref/netcore50/ko/System.Runtime.InteropServices.xml", | |
"ref/netcore50/ru/System.Runtime.InteropServices.xml", | |
"ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/netcoreapp1.1/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.1/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.1/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/de/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/es/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/fr/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/it/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/ja/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/ko/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/ru/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.1/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.2/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/de/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/es/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/fr/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/it/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/ja/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/ko/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/ru/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.2/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.3/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/de/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/es/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/fr/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/it/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/ja/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/ko/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/ru/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.3/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/System.Runtime.InteropServices.dll", | |
"ref/netstandard1.5/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/de/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/es/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/fr/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/it/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/ja/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/ko/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/ru/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/zh-hans/System.Runtime.InteropServices.xml", | |
"ref/netstandard1.5/zh-hant/System.Runtime.InteropServices.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.interopservices.4.3.0.nupkg.sha512", | |
"system.runtime.interopservices.nuspec" | |
] | |
}, | |
"System.Runtime.InteropServices.RuntimeInformation/4.3.0": { | |
"sha512": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", | |
"type": "package", | |
"path": "system.runtime.interopservices.runtimeinformation/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"lib/win8/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"lib/wpa81/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"runtimes/unix/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"runtimes/win/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"runtimes/win/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll", | |
"system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", | |
"system.runtime.interopservices.runtimeinformation.nuspec" | |
] | |
}, | |
"System.Runtime.Numerics/4.3.0": { | |
"sha512": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", | |
"type": "package", | |
"path": "system.runtime.numerics/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Runtime.Numerics.dll", | |
"lib/netstandard1.3/System.Runtime.Numerics.dll", | |
"lib/portable-net45+win8+wpa81/_._", | |
"lib/win8/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net45/_._", | |
"ref/netcore50/System.Runtime.Numerics.dll", | |
"ref/netcore50/System.Runtime.Numerics.xml", | |
"ref/netcore50/de/System.Runtime.Numerics.xml", | |
"ref/netcore50/es/System.Runtime.Numerics.xml", | |
"ref/netcore50/fr/System.Runtime.Numerics.xml", | |
"ref/netcore50/it/System.Runtime.Numerics.xml", | |
"ref/netcore50/ja/System.Runtime.Numerics.xml", | |
"ref/netcore50/ko/System.Runtime.Numerics.xml", | |
"ref/netcore50/ru/System.Runtime.Numerics.xml", | |
"ref/netcore50/zh-hans/System.Runtime.Numerics.xml", | |
"ref/netcore50/zh-hant/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/System.Runtime.Numerics.dll", | |
"ref/netstandard1.1/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/de/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/es/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/fr/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/it/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/ja/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/ko/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/ru/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/zh-hans/System.Runtime.Numerics.xml", | |
"ref/netstandard1.1/zh-hant/System.Runtime.Numerics.xml", | |
"ref/portable-net45+win8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.numerics.4.3.0.nupkg.sha512", | |
"system.runtime.numerics.nuspec" | |
] | |
}, | |
"System.Runtime.Serialization.Formatters/4.3.0": { | |
"sha512": "KT591AkTNFOTbhZlaeMVvfax3RqhH1EJlcwF50Wm7sfnBLuHiOeZRRKrr1ns3NESkM20KPZ5Ol/ueMq5vg4QoQ==", | |
"type": "package", | |
"path": "system.runtime.serialization.formatters/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Runtime.Serialization.Formatters.dll", | |
"lib/netstandard1.4/System.Runtime.Serialization.Formatters.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Runtime.Serialization.Formatters.dll", | |
"ref/netstandard1.3/System.Runtime.Serialization.Formatters.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.runtime.serialization.formatters.4.3.0.nupkg.sha512", | |
"system.runtime.serialization.formatters.nuspec" | |
] | |
}, | |
"System.Runtime.Serialization.Primitives/4.3.0": { | |
"sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", | |
"type": "package", | |
"path": "system.runtime.serialization.primitives/4.3.0", | |
"files": [ | |
"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.runtime.serialization.primitives.4.3.0.nupkg.sha512", | |
"system.runtime.serialization.primitives.nuspec" | |
] | |
}, | |
"System.Security.Claims/4.3.0": { | |
"sha512": "P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", | |
"type": "package", | |
"path": "system.security.claims/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Claims.dll", | |
"lib/netstandard1.3/System.Security.Claims.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Claims.dll", | |
"ref/netstandard1.3/System.Security.Claims.dll", | |
"ref/netstandard1.3/System.Security.Claims.xml", | |
"ref/netstandard1.3/de/System.Security.Claims.xml", | |
"ref/netstandard1.3/es/System.Security.Claims.xml", | |
"ref/netstandard1.3/fr/System.Security.Claims.xml", | |
"ref/netstandard1.3/it/System.Security.Claims.xml", | |
"ref/netstandard1.3/ja/System.Security.Claims.xml", | |
"ref/netstandard1.3/ko/System.Security.Claims.xml", | |
"ref/netstandard1.3/ru/System.Security.Claims.xml", | |
"ref/netstandard1.3/zh-hans/System.Security.Claims.xml", | |
"ref/netstandard1.3/zh-hant/System.Security.Claims.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.security.claims.4.3.0.nupkg.sha512", | |
"system.security.claims.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.Algorithms/4.3.0": { | |
"sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", | |
"type": "package", | |
"path": "system.security.cryptography.algorithms/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Algorithms.dll", | |
"lib/net461/System.Security.Cryptography.Algorithms.dll", | |
"lib/net463/System.Security.Cryptography.Algorithms.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.Algorithms.dll", | |
"ref/net461/System.Security.Cryptography.Algorithms.dll", | |
"ref/net463/System.Security.Cryptography.Algorithms.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Algorithms.dll", | |
"ref/netstandard1.4/System.Security.Cryptography.Algorithms.dll", | |
"ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/osx/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/net46/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/net461/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/net463/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/netcore50/System.Security.Cryptography.Algorithms.dll", | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll", | |
"system.security.cryptography.algorithms.4.3.0.nupkg.sha512", | |
"system.security.cryptography.algorithms.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.Encoding/4.3.0": { | |
"sha512": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", | |
"type": "package", | |
"path": "system.security.cryptography.encoding/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Encoding.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.Encoding.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Encoding.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/de/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/es/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/fr/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/it/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/ja/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/ko/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/ru/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/zh-hans/System.Security.Cryptography.Encoding.xml", | |
"ref/netstandard1.3/zh-hant/System.Security.Cryptography.Encoding.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", | |
"runtimes/win/lib/net46/System.Security.Cryptography.Encoding.dll", | |
"runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll", | |
"system.security.cryptography.encoding.4.3.0.nupkg.sha512", | |
"system.security.cryptography.encoding.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.Primitives/4.3.0": { | |
"sha512": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", | |
"type": "package", | |
"path": "system.security.cryptography.primitives/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.Primitives.dll", | |
"lib/netstandard1.3/System.Security.Cryptography.Primitives.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.Primitives.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.Primitives.dll", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.security.cryptography.primitives.4.3.0.nupkg.sha512", | |
"system.security.cryptography.primitives.nuspec" | |
] | |
}, | |
"System.Security.Cryptography.X509Certificates/4.3.0": { | |
"sha512": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", | |
"type": "package", | |
"path": "system.security.cryptography.x509certificates/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Security.Cryptography.X509Certificates.dll", | |
"lib/net461/System.Security.Cryptography.X509Certificates.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Security.Cryptography.X509Certificates.dll", | |
"ref/net461/System.Security.Cryptography.X509Certificates.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", | |
"ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", | |
"ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", | |
"ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", | |
"runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", | |
"runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", | |
"runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", | |
"runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", | |
"system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", | |
"system.security.cryptography.x509certificates.nuspec" | |
] | |
}, | |
"System.Text.Encoding/4.3.0": { | |
"sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", | |
"type": "package", | |
"path": "system.text.encoding/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Text.Encoding.dll", | |
"ref/netcore50/System.Text.Encoding.xml", | |
"ref/netcore50/de/System.Text.Encoding.xml", | |
"ref/netcore50/es/System.Text.Encoding.xml", | |
"ref/netcore50/fr/System.Text.Encoding.xml", | |
"ref/netcore50/it/System.Text.Encoding.xml", | |
"ref/netcore50/ja/System.Text.Encoding.xml", | |
"ref/netcore50/ko/System.Text.Encoding.xml", | |
"ref/netcore50/ru/System.Text.Encoding.xml", | |
"ref/netcore50/zh-hans/System.Text.Encoding.xml", | |
"ref/netcore50/zh-hant/System.Text.Encoding.xml", | |
"ref/netstandard1.0/System.Text.Encoding.dll", | |
"ref/netstandard1.0/System.Text.Encoding.xml", | |
"ref/netstandard1.0/de/System.Text.Encoding.xml", | |
"ref/netstandard1.0/es/System.Text.Encoding.xml", | |
"ref/netstandard1.0/fr/System.Text.Encoding.xml", | |
"ref/netstandard1.0/it/System.Text.Encoding.xml", | |
"ref/netstandard1.0/ja/System.Text.Encoding.xml", | |
"ref/netstandard1.0/ko/System.Text.Encoding.xml", | |
"ref/netstandard1.0/ru/System.Text.Encoding.xml", | |
"ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", | |
"ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", | |
"ref/netstandard1.3/System.Text.Encoding.dll", | |
"ref/netstandard1.3/System.Text.Encoding.xml", | |
"ref/netstandard1.3/de/System.Text.Encoding.xml", | |
"ref/netstandard1.3/es/System.Text.Encoding.xml", | |
"ref/netstandard1.3/fr/System.Text.Encoding.xml", | |
"ref/netstandard1.3/it/System.Text.Encoding.xml", | |
"ref/netstandard1.3/ja/System.Text.Encoding.xml", | |
"ref/netstandard1.3/ko/System.Text.Encoding.xml", | |
"ref/netstandard1.3/ru/System.Text.Encoding.xml", | |
"ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", | |
"ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.text.encoding.4.3.0.nupkg.sha512", | |
"system.text.encoding.nuspec" | |
] | |
}, | |
"System.Text.Encoding.Extensions/4.3.0": { | |
"sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", | |
"type": "package", | |
"path": "system.text.encoding.extensions/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Text.Encoding.Extensions.dll", | |
"ref/netcore50/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/de/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/es/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/fr/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/it/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/ja/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/ko/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/ru/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", | |
"ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/System.Text.Encoding.Extensions.dll", | |
"ref/netstandard1.0/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/de/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/es/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/fr/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/it/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/ja/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/ko/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/ru/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/zh-hans/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.0/zh-hant/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/System.Text.Encoding.Extensions.dll", | |
"ref/netstandard1.3/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/de/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/es/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/fr/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/it/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/ja/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/ko/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/ru/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/zh-hans/System.Text.Encoding.Extensions.xml", | |
"ref/netstandard1.3/zh-hant/System.Text.Encoding.Extensions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.text.encoding.extensions.4.3.0.nupkg.sha512", | |
"system.text.encoding.extensions.nuspec" | |
] | |
}, | |
"System.Text.RegularExpressions/4.3.0": { | |
"sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", | |
"type": "package", | |
"path": "system.text.regularexpressions/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net463/System.Text.RegularExpressions.dll", | |
"lib/netcore50/System.Text.RegularExpressions.dll", | |
"lib/netstandard1.6/System.Text.RegularExpressions.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/net463/System.Text.RegularExpressions.dll", | |
"ref/netcore50/System.Text.RegularExpressions.dll", | |
"ref/netcore50/System.Text.RegularExpressions.xml", | |
"ref/netcore50/de/System.Text.RegularExpressions.xml", | |
"ref/netcore50/es/System.Text.RegularExpressions.xml", | |
"ref/netcore50/fr/System.Text.RegularExpressions.xml", | |
"ref/netcore50/it/System.Text.RegularExpressions.xml", | |
"ref/netcore50/ja/System.Text.RegularExpressions.xml", | |
"ref/netcore50/ko/System.Text.RegularExpressions.xml", | |
"ref/netcore50/ru/System.Text.RegularExpressions.xml", | |
"ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", | |
"ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", | |
"ref/netcoreapp1.1/System.Text.RegularExpressions.dll", | |
"ref/netstandard1.0/System.Text.RegularExpressions.dll", | |
"ref/netstandard1.0/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/de/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/es/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/it/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/System.Text.RegularExpressions.dll", | |
"ref/netstandard1.3/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/de/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/es/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/it/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/System.Text.RegularExpressions.dll", | |
"ref/netstandard1.6/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/de/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/es/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/it/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", | |
"ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.text.regularexpressions.4.3.0.nupkg.sha512", | |
"system.text.regularexpressions.nuspec" | |
] | |
}, | |
"System.Threading/4.3.0": { | |
"sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", | |
"type": "package", | |
"path": "system.threading/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Threading.dll", | |
"lib/netstandard1.3/System.Threading.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.Threading.dll", | |
"ref/netcore50/System.Threading.xml", | |
"ref/netcore50/de/System.Threading.xml", | |
"ref/netcore50/es/System.Threading.xml", | |
"ref/netcore50/fr/System.Threading.xml", | |
"ref/netcore50/it/System.Threading.xml", | |
"ref/netcore50/ja/System.Threading.xml", | |
"ref/netcore50/ko/System.Threading.xml", | |
"ref/netcore50/ru/System.Threading.xml", | |
"ref/netcore50/zh-hans/System.Threading.xml", | |
"ref/netcore50/zh-hant/System.Threading.xml", | |
"ref/netstandard1.0/System.Threading.dll", | |
"ref/netstandard1.0/System.Threading.xml", | |
"ref/netstandard1.0/de/System.Threading.xml", | |
"ref/netstandard1.0/es/System.Threading.xml", | |
"ref/netstandard1.0/fr/System.Threading.xml", | |
"ref/netstandard1.0/it/System.Threading.xml", | |
"ref/netstandard1.0/ja/System.Threading.xml", | |
"ref/netstandard1.0/ko/System.Threading.xml", | |
"ref/netstandard1.0/ru/System.Threading.xml", | |
"ref/netstandard1.0/zh-hans/System.Threading.xml", | |
"ref/netstandard1.0/zh-hant/System.Threading.xml", | |
"ref/netstandard1.3/System.Threading.dll", | |
"ref/netstandard1.3/System.Threading.xml", | |
"ref/netstandard1.3/de/System.Threading.xml", | |
"ref/netstandard1.3/es/System.Threading.xml", | |
"ref/netstandard1.3/fr/System.Threading.xml", | |
"ref/netstandard1.3/it/System.Threading.xml", | |
"ref/netstandard1.3/ja/System.Threading.xml", | |
"ref/netstandard1.3/ko/System.Threading.xml", | |
"ref/netstandard1.3/ru/System.Threading.xml", | |
"ref/netstandard1.3/zh-hans/System.Threading.xml", | |
"ref/netstandard1.3/zh-hant/System.Threading.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.Threading.dll", | |
"system.threading.4.3.0.nupkg.sha512", | |
"system.threading.nuspec" | |
] | |
}, | |
"System.Threading.Tasks/4.3.0": { | |
"sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", | |
"type": "package", | |
"path": "system.threading.tasks/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"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.Threading.Tasks.dll", | |
"ref/netcore50/System.Threading.Tasks.xml", | |
"ref/netcore50/de/System.Threading.Tasks.xml", | |
"ref/netcore50/es/System.Threading.Tasks.xml", | |
"ref/netcore50/fr/System.Threading.Tasks.xml", | |
"ref/netcore50/it/System.Threading.Tasks.xml", | |
"ref/netcore50/ja/System.Threading.Tasks.xml", | |
"ref/netcore50/ko/System.Threading.Tasks.xml", | |
"ref/netcore50/ru/System.Threading.Tasks.xml", | |
"ref/netcore50/zh-hans/System.Threading.Tasks.xml", | |
"ref/netcore50/zh-hant/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/System.Threading.Tasks.dll", | |
"ref/netstandard1.0/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/de/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/es/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/fr/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/it/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/ja/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/ko/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/ru/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", | |
"ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/System.Threading.Tasks.dll", | |
"ref/netstandard1.3/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/de/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/es/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/fr/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/it/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/ja/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/ko/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/ru/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", | |
"ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.threading.tasks.4.3.0.nupkg.sha512", | |
"system.threading.tasks.nuspec" | |
] | |
}, | |
"System.Threading.Timer/4.3.0": { | |
"sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", | |
"type": "package", | |
"path": "system.threading.timer/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net451/_._", | |
"lib/portable-net451+win81+wpa81/_._", | |
"lib/win81/_._", | |
"lib/wpa81/_._", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net451/_._", | |
"ref/netcore50/System.Threading.Timer.dll", | |
"ref/netcore50/System.Threading.Timer.xml", | |
"ref/netcore50/de/System.Threading.Timer.xml", | |
"ref/netcore50/es/System.Threading.Timer.xml", | |
"ref/netcore50/fr/System.Threading.Timer.xml", | |
"ref/netcore50/it/System.Threading.Timer.xml", | |
"ref/netcore50/ja/System.Threading.Timer.xml", | |
"ref/netcore50/ko/System.Threading.Timer.xml", | |
"ref/netcore50/ru/System.Threading.Timer.xml", | |
"ref/netcore50/zh-hans/System.Threading.Timer.xml", | |
"ref/netcore50/zh-hant/System.Threading.Timer.xml", | |
"ref/netstandard1.2/System.Threading.Timer.dll", | |
"ref/netstandard1.2/System.Threading.Timer.xml", | |
"ref/netstandard1.2/de/System.Threading.Timer.xml", | |
"ref/netstandard1.2/es/System.Threading.Timer.xml", | |
"ref/netstandard1.2/fr/System.Threading.Timer.xml", | |
"ref/netstandard1.2/it/System.Threading.Timer.xml", | |
"ref/netstandard1.2/ja/System.Threading.Timer.xml", | |
"ref/netstandard1.2/ko/System.Threading.Timer.xml", | |
"ref/netstandard1.2/ru/System.Threading.Timer.xml", | |
"ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", | |
"ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", | |
"ref/portable-net451+win81+wpa81/_._", | |
"ref/win81/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.threading.timer.4.3.0.nupkg.sha512", | |
"system.threading.timer.nuspec" | |
] | |
}, | |
"System.Xml.ReaderWriter/4.3.0": { | |
"sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", | |
"type": "package", | |
"path": "system.xml.readerwriter/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/net46/System.Xml.ReaderWriter.dll", | |
"lib/netcore50/System.Xml.ReaderWriter.dll", | |
"lib/netstandard1.3/System.Xml.ReaderWriter.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.Xml.ReaderWriter.dll", | |
"ref/netcore50/System.Xml.ReaderWriter.dll", | |
"ref/netcore50/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/de/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/es/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/fr/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/it/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/ja/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/ko/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/ru/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", | |
"ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/System.Xml.ReaderWriter.dll", | |
"ref/netstandard1.0/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/System.Xml.ReaderWriter.dll", | |
"ref/netstandard1.3/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.readerwriter.4.3.0.nupkg.sha512", | |
"system.xml.readerwriter.nuspec" | |
] | |
}, | |
"System.Xml.XDocument/4.3.0": { | |
"sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", | |
"type": "package", | |
"path": "system.xml.xdocument/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net45/_._", | |
"lib/netcore50/System.Xml.XDocument.dll", | |
"lib/netstandard1.3/System.Xml.XDocument.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.Xml.XDocument.dll", | |
"ref/netcore50/System.Xml.XDocument.xml", | |
"ref/netcore50/de/System.Xml.XDocument.xml", | |
"ref/netcore50/es/System.Xml.XDocument.xml", | |
"ref/netcore50/fr/System.Xml.XDocument.xml", | |
"ref/netcore50/it/System.Xml.XDocument.xml", | |
"ref/netcore50/ja/System.Xml.XDocument.xml", | |
"ref/netcore50/ko/System.Xml.XDocument.xml", | |
"ref/netcore50/ru/System.Xml.XDocument.xml", | |
"ref/netcore50/zh-hans/System.Xml.XDocument.xml", | |
"ref/netcore50/zh-hant/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/System.Xml.XDocument.dll", | |
"ref/netstandard1.0/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/de/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/es/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/fr/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/it/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/ja/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/ko/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/ru/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", | |
"ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/System.Xml.XDocument.dll", | |
"ref/netstandard1.3/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/de/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/es/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/fr/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/it/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/ja/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/ko/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/ru/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", | |
"ref/portable-net45+win8+wp8+wpa81/_._", | |
"ref/win8/_._", | |
"ref/wp80/_._", | |
"ref/wpa81/_._", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.xdocument.4.3.0.nupkg.sha512", | |
"system.xml.xdocument.nuspec" | |
] | |
}, | |
"System.Xml.XmlDocument/4.3.0": { | |
"sha512": "lJ8AxvkX7GQxpC6GFCeBj8ThYVyQczx2+f/cWHJU8tjS7YfI6Cv6bon70jVEgs2CiFbmmM8b9j1oZVx0dSI2Ww==", | |
"type": "package", | |
"path": "system.xml.xmldocument/4.3.0", | |
"files": [ | |
"ThirdPartyNotices.txt", | |
"dotnet_library_license.txt", | |
"lib/MonoAndroid10/_._", | |
"lib/MonoTouch10/_._", | |
"lib/net46/System.Xml.XmlDocument.dll", | |
"lib/netstandard1.3/System.Xml.XmlDocument.dll", | |
"lib/xamarinios10/_._", | |
"lib/xamarinmac20/_._", | |
"lib/xamarintvos10/_._", | |
"lib/xamarinwatchos10/_._", | |
"ref/MonoAndroid10/_._", | |
"ref/MonoTouch10/_._", | |
"ref/net46/System.Xml.XmlDocument.dll", | |
"ref/netstandard1.3/System.Xml.XmlDocument.dll", | |
"ref/netstandard1.3/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/de/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/es/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/fr/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/it/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/ja/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/ko/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/ru/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/zh-hans/System.Xml.XmlDocument.xml", | |
"ref/netstandard1.3/zh-hant/System.Xml.XmlDocument.xml", | |
"ref/xamarinios10/_._", | |
"ref/xamarinmac20/_._", | |
"ref/xamarintvos10/_._", | |
"ref/xamarinwatchos10/_._", | |
"system.xml.xmldocument.4.3.0.nupkg.sha512", | |
"system.xml.xmldocument.nuspec" | |
] | |
}, | |
"Xamarin.Android.Arch.Core.Common/1.0.0": { | |
"sha512": "lBtubYSL6gKvHgg2ztIE3sg+kbR5/A/T5xXPaKSVWvYbMcjAUO8qwSyiAcvKS+caqraDOEDj0U3tocUmztgvhw==", | |
"type": "package", | |
"path": "xamarin.android.arch.core.common/1.0.0", | |
"files": [ | |
"THIRD-PARTY-NOTICES.txt", | |
"build/MonoAndroid80/Xamarin.Android.Arch.Core.Common.targets", | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Core.Common.dll", | |
"xamarin.android.arch.core.common.1.0.0.nupkg.sha512", | |
"xamarin.android.arch.core.common.nuspec" | |
] | |
}, | |
"Xamarin.Android.Arch.Lifecycle.Common/1.0.1": { | |
"sha512": "VjixXuamvBurt8aA5sNUfIwnEUgG3ryqA0D9BfDSzYagXD4GYs+DxOpJa/PPzTW6Plo/WBCqI7glnpbGdSDa4Q==", | |
"type": "package", | |
"path": "xamarin.android.arch.lifecycle.common/1.0.1", | |
"files": [ | |
"THIRD-PARTY-NOTICES.txt", | |
"build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.targets", | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Common.dll", | |
"xamarin.android.arch.lifecycle.common.1.0.1.nupkg.sha512", | |
"xamarin.android.arch.lifecycle.common.nuspec" | |
] | |
}, | |
"Xamarin.Android.Arch.Lifecycle.Runtime/1.0.0": { | |
"sha512": "2CrB0iUJgWyjdbB31Of8zO3MMIYfcpl6UumEU7vq/EpRHjWkxDJCVYW+npWXIV2iGLDi5SBINZ6rnOYSM6k6uA==", | |
"type": "package", | |
"path": "xamarin.android.arch.lifecycle.runtime/1.0.0", | |
"files": [ | |
"THIRD-PARTY-NOTICES.txt", | |
"build/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.targets", | |
"lib/MonoAndroid80/Xamarin.Android.Arch.Lifecycle.Runtime.dll", | |
"proguard/proguard.txt", | |
"xamarin.android.arch.lifecycle.runtime.1.0.0.nupkg.sha512", | |
"xamarin.android.arch.lifecycle.runtime.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.Animated.Vector.Drawable/23.3.0": { | |
"sha512": "qCN7bgA3BpzVybYV5jJa0wQDDYqdomZ7va4gdeyXNAtjEVFPDdKdS8wrD1HuGsQfxShLPcsDFIKd1Z4birTq8g==", | |
"type": "package", | |
"path": "xamarin.android.support.animated.vector.drawable/23.3.0", | |
"files": [ | |
"lib/MonoAndroid403/Xamarin.Android.Support.Animated.Vector.Drawable.dll", | |
"xamarin.android.support.animated.vector.drawable.23.3.0.nupkg.sha512", | |
"xamarin.android.support.animated.vector.drawable.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.Annotations/26.1.0.1": { | |
"sha512": "clVB/uAV+YuEuifeEwYUit95Ubm5JsXxKnXh6osjTqu4fu1RW2lhL5xMGoA2ebpSy30ksJJ0SeN6QF//PQ3QEg==", | |
"type": "package", | |
"path": "xamarin.android.support.annotations/26.1.0.1", | |
"files": [ | |
"THIRD-PARTY-NOTICES.txt", | |
"build/MonoAndroid80/Xamarin.Android.Support.Annotations.targets", | |
"lib/MonoAndroid80/Xamarin.Android.Support.Annotations.dll", | |
"xamarin.android.support.annotations.26.1.0.1.nupkg.sha512", | |
"xamarin.android.support.annotations.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.Compat/26.1.0.1": { | |
"sha512": "5ERdI197gRrojmYZ/yG+ntpCN/BH98/uzmZQ1RwsypQkhlnwIdp8Ik2DsXW+Bi6KJwOoOLbv/4b+g2kuLd1caA==", | |
"type": "package", | |
"path": "xamarin.android.support.compat/26.1.0.1", | |
"files": [ | |
"THIRD-PARTY-NOTICES.txt", | |
"build/MonoAndroid80/Xamarin.Android.Support.Compat.targets", | |
"lib/MonoAndroid80/Xamarin.Android.Support.Compat.dll", | |
"xamarin.android.support.compat.26.1.0.1.nupkg.sha512", | |
"xamarin.android.support.compat.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.CustomTabs/26.1.0.1": { | |
"sha512": "nBbdobTZDggoE3/eVSRCdqHYyYGjhqI2L706gLnL5nJRXXU/4kSO8rVk+h7p36l2CBcYNktHfLBT1Fi5Nhehqg==", | |
"type": "package", | |
"path": "xamarin.android.support.customtabs/26.1.0.1", | |
"files": [ | |
"THIRD-PARTY-NOTICES.txt", | |
"build/MonoAndroid80/Xamarin.Android.Support.CustomTabs.targets", | |
"lib/MonoAndroid80/Xamarin.Android.Support.CustomTabs.dll", | |
"xamarin.android.support.customtabs.26.1.0.1.nupkg.sha512", | |
"xamarin.android.support.customtabs.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.Design/23.3.0": { | |
"sha512": "aTf8CqR0Ktzgoa9DD6YOR/BvfBcvvmUsQ3O2TtJxas0QQ1wb2raneICKyeZd89oFa3VAQbQzzXUP5NtSurF15w==", | |
"type": "package", | |
"path": "xamarin.android.support.design/23.3.0", | |
"files": [ | |
"lib/MonoAndroid43/Xamarin.Android.Support.Design.dll", | |
"xamarin.android.support.design.23.3.0.nupkg.sha512", | |
"xamarin.android.support.design.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.v4/23.3.0": { | |
"sha512": "14gFJCJF0ZDBVEHIuXefBaGKaVxWMw11yb41dcupnDPtIyQCUEz2BQGmMna2aIWquwAHrhJ8sxdmhmTdGyno+Q==", | |
"type": "package", | |
"path": "xamarin.android.support.v4/23.3.0", | |
"files": [ | |
"lib/MonoAndroid403/Xamarin.Android.Support.v4.dll", | |
"xamarin.android.support.v4.23.3.0.nupkg.sha512", | |
"xamarin.android.support.v4.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.v7.AppCompat/23.3.0": { | |
"sha512": "n5x/PwzhM9ShoESvckqI82cdWn2L3ccdfwdp0LrstcGBlIJMN9mXbntsjyKrfHXU0+RF04Iq5w0begvaAmTxcQ==", | |
"type": "package", | |
"path": "xamarin.android.support.v7.appcompat/23.3.0", | |
"files": [ | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.AppCompat.dll", | |
"xamarin.android.support.v7.appcompat.23.3.0.nupkg.sha512", | |
"xamarin.android.support.v7.appcompat.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.v7.CardView/23.3.0": { | |
"sha512": "kyY2l1O1DTBzFmNy6gIoplcYC+lrSMJhyyw5s24hYWCLZSa31DYKFIiyPF1OMvb0xLDi43oBC2ZCIWrUvzTe+w==", | |
"type": "package", | |
"path": "xamarin.android.support.v7.cardview/23.3.0", | |
"files": [ | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.CardView.dll", | |
"xamarin.android.support.v7.cardview.23.3.0.nupkg.sha512", | |
"xamarin.android.support.v7.cardview.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.v7.MediaRouter/23.3.0": { | |
"sha512": "a+cZB6LRtV2fncYzQSdBxLYWcvNkUlNbq0PLUV+3JncC4pBTPVBY3t89fD5OmIy+vSL9DxgP2yJ6LwxjnDSJGw==", | |
"type": "package", | |
"path": "xamarin.android.support.v7.mediarouter/23.3.0", | |
"files": [ | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.MediaRouter.dll", | |
"xamarin.android.support.v7.mediarouter.23.3.0.nupkg.sha512", | |
"xamarin.android.support.v7.mediarouter.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.v7.RecyclerView/23.3.0": { | |
"sha512": "LRzIX3UHTAElbVGlXrNOL3SjsNcftfGDN9M1jhkGz5+uKxyhCFoXkvLMUvmNd5iZLdnFixAgXR+Ctm4tsRQxPQ==", | |
"type": "package", | |
"path": "xamarin.android.support.v7.recyclerview/23.3.0", | |
"files": [ | |
"lib/MonoAndroid403/Xamarin.Android.Support.v7.RecyclerView.dll", | |
"xamarin.android.support.v7.recyclerview.23.3.0.nupkg.sha512", | |
"xamarin.android.support.v7.recyclerview.nuspec" | |
] | |
}, | |
"Xamarin.Android.Support.Vector.Drawable/23.3.0": { | |
"sha512": "A2yyRZp7QsRdPKIjTCQ2Ic84nNToPY5lVa8vJPLV0gJ0XBeKijQQi8biFZZdnXy+tzrUmfX6fJnlbYFSdIMhiQ==", | |
"type": "package", | |
"path": "xamarin.android.support.vector.drawable/23.3.0", | |
"files": [ | |
"build/Xamarin.Android.Support.Tasks.VectorDrawable.dll", | |
"build/Xamarin.Android.Support.Vector.Drawable.targets", | |
"lib/MonoAndroid403/Xamarin.Android.Support.Vector.Drawable.dll", | |
"xamarin.android.support.vector.drawable.23.3.0.nupkg.sha512", | |
"xamarin.android.support.vector.drawable.nuspec" | |
] | |
}, | |
"Xamarin.Forms/2.4.0.38779": { | |
"sha512": "fBK/R4xWN87ihLrjg3H43y/ccAxVkRA0eHNyVvMyROQyURyvetNO0Yb09EfMDpiTxMXAXjxdff7TOtrhClZZyg==", | |
"type": "package", | |
"path": "xamarin.forms/2.4.0.38779", | |
"files": [ | |
"build/netstandard1.0/Mono.Cecil.Mdb.dll", | |
"build/netstandard1.0/Mono.Cecil.Pdb.dll", | |
"build/netstandard1.0/Mono.Cecil.Rocks.dll", | |
"build/netstandard1.0/Mono.Cecil.dll", | |
"build/netstandard1.0/Xamarin.Forms.Build.Tasks.dll", | |
"build/netstandard1.0/Xamarin.Forms.Core.dll", | |
"build/netstandard1.0/Xamarin.Forms.DefaultItems.props", | |
"build/netstandard1.0/Xamarin.Forms.DefaultItems.targets", | |
"build/netstandard1.0/Xamarin.Forms.Xaml.dll", | |
"build/netstandard1.0/Xamarin.Forms.props", | |
"build/netstandard1.0/Xamarin.Forms.targets", | |
"build/portable-win+net45+wp80+win81+wpa81/Mono.Cecil.Mdb.dll", | |
"build/portable-win+net45+wp80+win81+wpa81/Mono.Cecil.Pdb.dll", | |
"build/portable-win+net45+wp80+win81+wpa81/Mono.Cecil.Rocks.dll", | |
"build/portable-win+net45+wp80+win81+wpa81/Mono.Cecil.dll", | |
"build/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Build.Tasks.dll", | |
"build/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Core.dll", | |
"build/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.DefaultItems.targets", | |
"build/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Xaml.dll", | |
"build/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.targets", | |
"lib/MonoAndroid10/Design/Xamarin.Forms.Core.Design.dll", | |
"lib/MonoAndroid10/Design/Xamarin.Forms.Xaml.Design.dll", | |
"lib/MonoAndroid10/FormsViewGroup.dll", | |
"lib/MonoAndroid10/FormsViewGroup.dll.mdb", | |
"lib/MonoAndroid10/FormsViewGroup.pdb", | |
"lib/MonoAndroid10/Xamarin.Forms.Core.dll", | |
"lib/MonoAndroid10/Xamarin.Forms.Core.dll.mdb", | |
"lib/MonoAndroid10/Xamarin.Forms.Core.pdb", | |
"lib/MonoAndroid10/Xamarin.Forms.Core.xml", | |
"lib/MonoAndroid10/Xamarin.Forms.Platform.Android.dll", | |
"lib/MonoAndroid10/Xamarin.Forms.Platform.Android.dll.mdb", | |
"lib/MonoAndroid10/Xamarin.Forms.Platform.Android.pdb", | |
"lib/MonoAndroid10/Xamarin.Forms.Platform.dll", | |
"lib/MonoAndroid10/Xamarin.Forms.Xaml.dll", | |
"lib/MonoAndroid10/Xamarin.Forms.Xaml.dll.mdb", | |
"lib/MonoAndroid10/Xamarin.Forms.Xaml.pdb", | |
"lib/MonoAndroid10/Xamarin.Forms.Xaml.xml", | |
"lib/WP80/Design/Xamarin.Forms.Core.Design.dll", | |
"lib/WP80/Design/Xamarin.Forms.Xaml.Design.dll", | |
"lib/WP80/Xamarin.Forms.Core.dll", | |
"lib/WP80/Xamarin.Forms.Core.pdb", | |
"lib/WP80/Xamarin.Forms.Core.xml", | |
"lib/WP80/Xamarin.Forms.Platform.WP8.dll", | |
"lib/WP80/Xamarin.Forms.Platform.dll", | |
"lib/WP80/Xamarin.Forms.Xaml.dll", | |
"lib/WP80/Xamarin.Forms.Xaml.pdb", | |
"lib/WP80/Xamarin.Forms.Xaml.xml", | |
"lib/Xamarin.Mac/Xamarin.Forms.Core.dll", | |
"lib/Xamarin.Mac/Xamarin.Forms.Platform.dll", | |
"lib/Xamarin.Mac/Xamarin.Forms.Platform.macOS.dll", | |
"lib/Xamarin.Mac/Xamarin.Forms.Xaml.dll", | |
"lib/Xamarin.iOS10/Design/Xamarin.Forms.Core.Design.dll", | |
"lib/Xamarin.iOS10/Design/Xamarin.Forms.Xaml.Design.dll", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Core.dll", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Core.dll.mdb", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Core.pdb", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Core.xml", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.pdb", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll.mdb", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Xaml.pdb", | |
"lib/Xamarin.iOS10/Xamarin.Forms.Xaml.xml", | |
"lib/Xamarin.iOS10/ar/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/ca/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/cs/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/da/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/de/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/el/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/es/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/fi/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/fr/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/he/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/hi/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/hr/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/hu/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/id/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/it/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/ja/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/ko/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/ms/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/nb/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/nl/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/pl/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/pt-BR/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/pt/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/ro/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/ru/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/sk/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/sv/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/th/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/tr/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/uk/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/vi/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll", | |
"lib/netstandard1.0/Design/Xamarin.Forms.Core.Design.dll", | |
"lib/netstandard1.0/Design/Xamarin.Forms.Xaml.Design.dll", | |
"lib/netstandard1.0/Xamarin.Forms.Core.dll", | |
"lib/netstandard1.0/Xamarin.Forms.Core.dll.mdb", | |
"lib/netstandard1.0/Xamarin.Forms.Core.pdb", | |
"lib/netstandard1.0/Xamarin.Forms.Core.xml", | |
"lib/netstandard1.0/Xamarin.Forms.Platform.dll", | |
"lib/netstandard1.0/Xamarin.Forms.Xaml.dll", | |
"lib/netstandard1.0/Xamarin.Forms.Xaml.dll.mdb", | |
"lib/netstandard1.0/Xamarin.Forms.Xaml.pdb", | |
"lib/netstandard1.0/Xamarin.Forms.Xaml.xml", | |
"lib/portable-win+net45+wp80+win81+wpa81/Design/Xamarin.Forms.Core.Design.dll", | |
"lib/portable-win+net45+wp80+win81+wpa81/Design/Xamarin.Forms.Xaml.Design.dll", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Core.dll", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Core.dll.mdb", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Core.pdb", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Core.xml", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Platform.dll", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Xaml.dll", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Xaml.dll.mdb", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Xaml.pdb", | |
"lib/portable-win+net45+wp80+win81+wpa81/Xamarin.Forms.Xaml.xml", | |
"lib/uap10.0/Design/Xamarin.Forms.Core.Design.dll", | |
"lib/uap10.0/Design/Xamarin.Forms.Xaml.Design.dll", | |
"lib/uap10.0/Xamarin.Forms.Core.dll", | |
"lib/uap10.0/Xamarin.Forms.Core.xml", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP.dll", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP.pri", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/AutoSuggestStyle.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/FormsCommandBarStyle.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/FormsProgressBarStyle.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/FormsTextBoxStyle.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/MasterDetailControlStyle.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/PageControl.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/PageControlStyle.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/Properties/Xamarin.Forms.Platform.UAP.rd.xml", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/Resources.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/TabbedPageStyle.xbf", | |
"lib/uap10.0/Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.xr.xml", | |
"lib/uap10.0/Xamarin.Forms.Platform.dll", | |
"lib/uap10.0/Xamarin.Forms.Xaml.dll", | |
"lib/uap10.0/Xamarin.Forms.Xaml.xml", | |
"lib/win81/Design/Xamarin.Forms.Core.Design.dll", | |
"lib/win81/Design/Xamarin.Forms.Xaml.Design.dll", | |
"lib/win81/Xamarin.Forms.Core.dll", | |
"lib/win81/Xamarin.Forms.Core.xml", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.Tablet.dll", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.Tablet.pri", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.Tablet/FormsProgressBarStyle.xbf", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.Tablet/FormsTextBoxStyle.xbf", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.Tablet/Resources.xbf", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.Tablet/TabletResources.xbf", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.Tablet/Xamarin.Forms.Platform.WinRT.Tablet.xr.xml", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.dll", | |
"lib/win81/Xamarin.Forms.Platform.WinRT.pri", | |
"lib/win81/Xamarin.Forms.Platform.WinRT/PageControl.xbf", | |
"lib/win81/Xamarin.Forms.Platform.WinRT/StepperControl.xbf", | |
"lib/win81/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.xr.xml", | |
"lib/win81/Xamarin.Forms.Platform.dll", | |
"lib/win81/Xamarin.Forms.Xaml.dll", | |
"lib/win81/Xamarin.Forms.Xaml.xml", | |
"lib/wpa81/Design/Xamarin.Forms.Core.Design.dll", | |
"lib/wpa81/Design/Xamarin.Forms.Xaml.Design.dll", | |
"lib/wpa81/Xamarin.Forms.Core.dll", | |
"lib/wpa81/Xamarin.Forms.Core.xml", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.Phone.dll", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.Phone.pri", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.Phone/FormsProgressBarStyle.xbf", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.Phone/FormsTextBoxStyle.xbf", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.Phone/PhoneResources.xbf", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.Phone/Resources.xbf", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.Phone/SearchBox.xbf", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.Phone/Xamarin.Forms.Platform.WinRT.Phone.xr.xml", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.dll", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT.pri", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT/PageControl.xbf", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT/StepperControl.xbf", | |
"lib/wpa81/Xamarin.Forms.Platform.WinRT/Xamarin.Forms.Platform.WinRT.xr.xml", | |
"lib/wpa81/Xamarin.Forms.Platform.dll", | |
"lib/wpa81/Xamarin.Forms.Xaml.dll", | |
"lib/wpa81/Xamarin.Forms.Xaml.xml", | |
"xamarin.forms.2.4.0.38779.nupkg.sha512", | |
"xamarin.forms.nuspec" | |
] | |
} | |
}, | |
"projectFileDependencyGroups": { | |
"MonoAndroid,Version=v8.0": [ | |
"IdentityModel.OidcClient >= 2.3.0", | |
"Xamarin.Android.Support.CustomTabs >= 26.1.0.1", | |
"Xamarin.Forms >= 2.4.0.38779" | |
] | |
}, | |
"packageFolders": { | |
"/Users/redth/.nuget/packages/": {} | |
}, | |
"project": { | |
"version": "1.0.0", | |
"restore": { | |
"projectUniqueName": "/Users/redth/Projects/AndroidSupportIssue34Test/AndroidSupportIssue34Test/AndroidSupportIssue34Test.csproj", | |
"projectName": "AndroidSupportIssue34Test", | |
"projectPath": "/Users/redth/Projects/AndroidSupportIssue34Test/AndroidSupportIssue34Test/AndroidSupportIssue34Test.csproj", | |
"packagesPath": "/Users/redth/.nuget/packages/", | |
"outputPath": "/Users/redth/Projects/AndroidSupportIssue34Test/AndroidSupportIssue34Test/obj", | |
"projectStyle": "PackageReference", | |
"configFilePaths": [ | |
"/Users/redth/.config/NuGet/NuGet.Config" | |
], | |
"originalTargetFrameworks": [ | |
"monoandroid80" | |
], | |
"sources": { | |
"/Users/redth/nugetrepo": {}, | |
"https://api.nuget.org/v3/index.json": {}, | |
"https://www.myget.org/F/xamprojectci/api/v3/index.json": {} | |
}, | |
"frameworks": { | |
"monoandroid80": { | |
"projectReferences": {} | |
} | |
} | |
}, | |
"frameworks": { | |
"monoandroid80": { | |
"dependencies": { | |
"IdentityModel.OidcClient": { | |
"target": "Package", | |
"version": "2.3.0" | |
}, | |
"Xamarin.Android.Support.CustomTabs": { | |
"target": "Package", | |
"version": "26.1.0.1" | |
}, | |
"Xamarin.Forms": { | |
"target": "Package", | |
"version": "2.4.0.38779" | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment