From 3084b8db64aea10cd15f4a4d8af251112021b74c Mon Sep 17 00:00:00 2001 From: Valeria Date: Wed, 21 Feb 2018 22:35:10 +0000 Subject: [PATCH 1/2] NOME_TICKET: primo commmit di prova --- .../v15/Server/sqlite3/storage.ide-shm | Bin 0 -> 32768 bytes .../v15/Server/sqlite3/storage.ide-wal | Bin 0 -> 32 bytes .../obj/ClientDriver.csproj.nuget.cache | 5 + .../obj/ClientDriver.csproj.nuget.g.props | 18 + .../obj/ClientDriver.csproj.nuget.g.targets | 10 + .../ClientDriver.AssemblyInfo.cs | 23 + .../ClientDriver.AssemblyInfoInputs.cache | 1 + ...lientDriver.csproj.CoreCompileInputs.cache | 1 + .../ClientDriver/obj/project.assets.json | 748 +++ .../DataService/DataHelper/DataHelper.cs | 4 + .../obj/DataHelper.csproj.nuget.cache | 5 + .../obj/DataHelper.csproj.nuget.g.props | 18 + .../obj/DataHelper.csproj.nuget.g.targets | 10 + .../netcoreapp2.0/DataHelper.AssemblyInfo.cs | 23 + .../DataHelper.AssemblyInfoInputs.cache | 1 + .../DataHelper.csproj.CoreCompileInputs.cache | 1 + .../DataHelper/obj/project.assets.json | 4665 ++++++++++++++ .../obj/DataService.csproj.nuget.cache | 5 + .../obj/DataService.csproj.nuget.g.props | 18 + .../obj/DataService.csproj.nuget.g.targets | 10 + .../netcoreapp2.0/DataService.AssemblyInfo.cs | 23 + .../DataService.AssemblyInfoInputs.cache | 1 + ...DataService.csproj.CoreCompileInputs.cache | 1 + .../DataService/obj/project.assets.json | 728 +++ .../netcoreapp2.0/GateWay.AssemblyInfo.cs | 23 + .../GateWay.AssemblyInfoInputs.cache | 1 + .../GateWay.csproj.CoreCompileInputs.cache | 1 + .../GateWay/obj/GateWay.csproj.nuget.cache | 5 + .../GateWay/obj/GateWay.csproj.nuget.g.props | 18 + .../obj/GateWay.csproj.nuget.g.targets | 10 + .../GateWay/obj/project.assets.json | 5611 +++++++++++++++++ .../ModbusDriver.AssemblyInfo.cs | 23 + .../ModbusDriver.AssemblyInfoInputs.cache | 1 + ...odbusDriver.csproj.CoreCompileInputs.cache | 1 + .../obj/ModbusDriver.csproj.nuget.cache | 5 + .../obj/ModbusDriver.csproj.nuget.g.props | 18 + .../obj/ModbusDriver.csproj.nuget.g.targets | 10 + .../ModbusDriver/obj/project.assets.json | 3326 ++++++++++ 38 files changed, 15372 insertions(+) create mode 100644 SCADA/Program/CoreApp/DataService/.vs/DataService/v15/Server/sqlite3/storage.ide-shm create mode 100644 SCADA/Program/CoreApp/DataService/.vs/DataService/v15/Server/sqlite3/storage.ide-wal create mode 100644 SCADA/Program/CoreApp/DataService/ClientDriver/obj/ClientDriver.csproj.nuget.cache create mode 100644 SCADA/Program/CoreApp/DataService/ClientDriver/obj/ClientDriver.csproj.nuget.g.props create mode 100644 SCADA/Program/CoreApp/DataService/ClientDriver/obj/ClientDriver.csproj.nuget.g.targets create mode 100644 SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.AssemblyInfo.cs create mode 100644 SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.AssemblyInfoInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/ClientDriver/obj/project.assets.json create mode 100644 SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.cache create mode 100644 SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.g.props create mode 100644 SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.g.targets create mode 100644 SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.AssemblyInfo.cs create mode 100644 SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.AssemblyInfoInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/DataHelper/obj/project.assets.json create mode 100644 SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.cache create mode 100644 SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.g.props create mode 100644 SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.g.targets create mode 100644 SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.AssemblyInfo.cs create mode 100644 SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.AssemblyInfoInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/DataService/obj/project.assets.json create mode 100644 SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.AssemblyInfo.cs create mode 100644 SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.AssemblyInfoInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.cache create mode 100644 SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.g.props create mode 100644 SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.g.targets create mode 100644 SCADA/Program/CoreApp/DataService/GateWay/obj/project.assets.json create mode 100644 SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.AssemblyInfo.cs create mode 100644 SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.AssemblyInfoInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.csproj.CoreCompileInputs.cache create mode 100644 SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.cache create mode 100644 SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.g.props create mode 100644 SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.g.targets create mode 100644 SCADA/Program/CoreApp/DataService/ModbusDriver/obj/project.assets.json diff --git a/SCADA/Program/CoreApp/DataService/.vs/DataService/v15/Server/sqlite3/storage.ide-shm b/SCADA/Program/CoreApp/DataService/.vs/DataService/v15/Server/sqlite3/storage.ide-shm new file mode 100644 index 0000000000000000000000000000000000000000..6843d0637af4eb259a3a21335e4bdb1c28861e8c GIT binary patch literal 32768 zcmeI5XOvV`7KP6PL==T4Hxinhb54?zL?!2(3c*!QcPx8-=DJtQ_fe0VY5(q8=DAyY7Sw?kc=00CM_&RB zpdmDZ#?SoVVaSBHP8b?JS&{_47P&#JN; zSU|n>d*t4i^m^wt+k2)@w~x&Cx-M(eb+X@Ux7W;^;&?Bemvi7;s0-)8`A`q)LkTp1 zhR_HaLlbBU&7c&T!v)Y1T0v_lgEr6>+Ch8h03D$dbcQa_72MyO?$86=U!Y#l8~Q+B z=m-5_01SjdFc^lwP#6ZoVFX+VBViPbhA}V}#=&@)025&nOok~i6{f*-m;p24Vz>lm z!EBfVb73CLhXt?@7Qtdz0!v{TEQb}a5>~-#SOaTe9ju29a4B2{m%|nCF4zd0;7ZsG zSHab=1-8OA*bdjg4!9PsgPm|a+yFPiF4zrw;3n7$H^VJ(E8GUR!yT{>?u7kt0Pco^ za0m{=5jYCR;2!ued<=dKZ@{_;?{EX0gqOknPPm`lK`%n>13fI9-xE^kVU9b;MK>F{j z^ZO?7FXhMey_Og0zrpVJI`f`em;F1*l5m6sLINRykU&TvBoGn^34{bf0wIBrKu91Y z5E2LpgakqYA%T!UNFXE-5(o)|1VREKfsjB*AS4hH2nmD)LINRykU&TvBoGn^34{bf z0wIBrKu91Y5E2LpgakqYA%T!UNFXE-5=c0K3*AQ|6FmMe_MT$LQ=bSG(KX%X{(>_TsbS8~A+m5qsJ`YCq;vzz;=FuCCALZ3F(c!kJ!~iJ345=7z&>Q7CGVBny47QSBx(d|$$Rn<)@6E6`_!bJe5=NYPV?0%^nMMo{|x5aJZPUU zv`rD#^@w(hUW?EyM~Oe@xR(3U{6u{+K}zhu#=f6>1J%4bl37Ye?HPN~e!|3{hodJe z^)t58JJqxxF0U!}pP8EMBo>WD)>CvEOLL04iBHZ|Tr$lYFvbw2I( zFR4jvit~lC(<@}~l zsH~VEI#p^FqNy$RpT#`Qoy@fSl07G`D8xJ4gu{5{i(ck65%c7f$?)6TOimgTMHc=;Uyj*xnUT{%N z4pal@iv8!=OKQoObOWM2(Ie4QqTk}1_=i|>5Kj_VUUZlHJt~%o+U=rF+<1lT=M`u9 zPNu}9=hkTt+-#<_6zQA7A3VNv?6}!8lgFLie zCPeX@qHdf$Z=bSTitP3-k9uuI?T+X&Q7LY{T=olDJ}s91a(g>p?7z@n(TmE;!(w+= zaIl9~HsB%rm#7_YpSG1n_v)TCq#o@&v}#Qs-7jVFblK_UvQlo2u%1|Tk$u&ttf)OA zc6a55cxc7;Ub44D^#uD&>RDN$T$J7IvHSKOTCu&C>{qgSM#4_(i~Sed*W^9v!lPn$ zS8=F^R(GH)|1C-<+GkTwi4)~9$T}pPlzUd6cFauJX^Gf>iG5w$ke6zc*xeN!=Ard6 zA&UPa>L&4o*3a>T#H$kX+cB}urz84}m=w?bOxS4yvHw#0hP)?Tcuef>Dh~J1>JD_} ze?{qJo>{s!QLmj6?QZs4F)5yS8-vr^JZd%+wae_A@}6|zJz{rPafF9fcc3f(CrU5k j>FMhd_1Zbn?q + + + True + NuGet + C:\Users\Valeria\Source\Repos\SharpSCADA\SCADA\Program\CoreApp\DataService\ClientDriver\obj\project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Valeria\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + PackageReference + 4.5.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/ClientDriver/obj/ClientDriver.csproj.nuget.g.targets b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/ClientDriver.csproj.nuget.g.targets new file mode 100644 index 0000000..91fd1c9 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/ClientDriver.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.AssemblyInfo.cs b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.AssemblyInfo.cs new file mode 100644 index 0000000..965c9f5 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ClientDriver")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ClientDriver")] +[assembly: System.Reflection.AssemblyTitleAttribute("ClientDriver")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.AssemblyInfoInputs.cache b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.AssemblyInfoInputs.cache new file mode 100644 index 0000000..b50a537 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +fcba50e607effacdf493b0ebad19ddc0e58fd7ce diff --git a/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.csproj.CoreCompileInputs.cache b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..a03ff38 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/Debug/netcoreapp2.0/ClientDriver.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +bf0d7c1b5ae0aa0a9a1546dbaa068831b274e307 diff --git a/SCADA/Program/CoreApp/DataService/ClientDriver/obj/project.assets.json b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/project.assets.json new file mode 100644 index 0000000..8cae213 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ClientDriver/obj/project.assets.json @@ -0,0 +1,748 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v2.0": { + "Microsoft.NETCore.App/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", + "Microsoft.NETCore.Platforms": "2.0.0", + "NETStandard.Library": "2.0.0" + }, + "compile": { + "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.0/System.AppContext.dll": {}, + "ref/netcoreapp2.0/System.Buffers.dll": {}, + "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.0/System.Collections.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.dll": {}, + "ref/netcoreapp2.0/System.Configuration.dll": {}, + "ref/netcoreapp2.0/System.Console.dll": {}, + "ref/netcoreapp2.0/System.Core.dll": {}, + "ref/netcoreapp2.0/System.Data.Common.dll": {}, + "ref/netcoreapp2.0/System.Data.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Drawing.dll": {}, + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Globalization.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.0/System.IO.dll": {}, + "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.0/System.Linq.dll": {}, + "ref/netcoreapp2.0/System.Net.Http.dll": {}, + "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.0/System.Net.Mail.dll": {}, + "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.0/System.Net.Ping.dll": {}, + "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Net.Requests.dll": {}, + "ref/netcoreapp2.0/System.Net.Security.dll": {}, + "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.0/System.Net.dll": {}, + "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.0/System.Numerics.dll": {}, + "ref/netcoreapp2.0/System.ObjectModel.dll": {}, + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.dll": {}, + "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Security.Claims.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.0/System.Security.Principal.dll": {}, + "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.0/System.Security.dll": {}, + "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.0/System.Threading.dll": {}, + "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.0/System.Transactions.dll": {}, + "ref/netcoreapp2.0/System.ValueTuple.dll": {}, + "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.0/System.Web.dll": {}, + "ref/netcoreapp2.0/System.Windows.dll": {}, + "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.0/System.Xml.dll": {}, + "ref/netcoreapp2.0/System.dll": {}, + "ref/netcoreapp2.0/WindowsBase.dll": {}, + "ref/netcoreapp2.0/mscorlib.dll": {}, + "ref/netcoreapp2.0/netstandard.dll": {} + }, + "build": { + "build/netcoreapp2.0/Microsoft.NETCore.App.props": {}, + "build/netcoreapp2.0/Microsoft.NETCore.App.targets": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "type": "package" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.0.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.0.0" + } + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "NETStandard.Library/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + }, + "DataService/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v2.0", + "compile": { + "bin/placeholder/DataService.dll": {} + }, + "runtime": { + "bin/placeholder/DataService.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.NETCore.App/2.0.0": { + "sha512": "/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", + "type": "package", + "path": "microsoft.netcore.app/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.App.versions.txt", + "THIRD-PARTY-NOTICES.TXT", + "build/netcoreapp2.0/Microsoft.NETCore.App.PlatformManifest.txt", + "build/netcoreapp2.0/Microsoft.NETCore.App.props", + "build/netcoreapp2.0/Microsoft.NETCore.App.targets", + "microsoft.netcore.app.2.0.0.nupkg.sha512", + "microsoft.netcore.app.nuspec", + "ref/netcoreapp/_._", + "ref/netcoreapp2.0/Microsoft.CSharp.dll", + "ref/netcoreapp2.0/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll", + "ref/netcoreapp2.0/Microsoft.VisualBasic.xml", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.xml", + "ref/netcoreapp2.0/System.AppContext.dll", + "ref/netcoreapp2.0/System.AppContext.xml", + "ref/netcoreapp2.0/System.Buffers.dll", + "ref/netcoreapp2.0/System.Buffers.xml", + "ref/netcoreapp2.0/System.Collections.Concurrent.dll", + "ref/netcoreapp2.0/System.Collections.Concurrent.xml", + "ref/netcoreapp2.0/System.Collections.Immutable.dll", + "ref/netcoreapp2.0/System.Collections.Immutable.xml", + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll", + "ref/netcoreapp2.0/System.Collections.NonGeneric.xml", + "ref/netcoreapp2.0/System.Collections.Specialized.dll", + "ref/netcoreapp2.0/System.Collections.Specialized.xml", + "ref/netcoreapp2.0/System.Collections.dll", + "ref/netcoreapp2.0/System.Collections.xml", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.xml", + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll", + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.xml", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.xml", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.xml", + "ref/netcoreapp2.0/System.ComponentModel.dll", + "ref/netcoreapp2.0/System.ComponentModel.xml", + "ref/netcoreapp2.0/System.Configuration.dll", + "ref/netcoreapp2.0/System.Console.dll", + "ref/netcoreapp2.0/System.Console.xml", + "ref/netcoreapp2.0/System.Core.dll", + "ref/netcoreapp2.0/System.Data.Common.dll", + "ref/netcoreapp2.0/System.Data.Common.xml", + "ref/netcoreapp2.0/System.Data.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.xml", + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll", + "ref/netcoreapp2.0/System.Diagnostics.Debug.xml", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.xml", + "ref/netcoreapp2.0/System.Diagnostics.Process.dll", + "ref/netcoreapp2.0/System.Diagnostics.Process.xml", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.xml", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tools.xml", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.xml", + "ref/netcoreapp2.0/System.Drawing.Primitives.dll", + "ref/netcoreapp2.0/System.Drawing.Primitives.xml", + "ref/netcoreapp2.0/System.Drawing.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.xml", + "ref/netcoreapp2.0/System.Globalization.Calendars.dll", + "ref/netcoreapp2.0/System.Globalization.Calendars.xml", + "ref/netcoreapp2.0/System.Globalization.Extensions.dll", + "ref/netcoreapp2.0/System.Globalization.Extensions.xml", + "ref/netcoreapp2.0/System.Globalization.dll", + "ref/netcoreapp2.0/System.Globalization.xml", + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.xml", + "ref/netcoreapp2.0/System.IO.Compression.dll", + "ref/netcoreapp2.0/System.IO.Compression.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.xml", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.xml", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.xml", + "ref/netcoreapp2.0/System.IO.Pipes.dll", + "ref/netcoreapp2.0/System.IO.Pipes.xml", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.xml", + "ref/netcoreapp2.0/System.IO.dll", + "ref/netcoreapp2.0/System.IO.xml", + "ref/netcoreapp2.0/System.Linq.Expressions.dll", + "ref/netcoreapp2.0/System.Linq.Expressions.xml", + "ref/netcoreapp2.0/System.Linq.Parallel.dll", + "ref/netcoreapp2.0/System.Linq.Parallel.xml", + "ref/netcoreapp2.0/System.Linq.Queryable.dll", + "ref/netcoreapp2.0/System.Linq.Queryable.xml", + "ref/netcoreapp2.0/System.Linq.dll", + "ref/netcoreapp2.0/System.Linq.xml", + "ref/netcoreapp2.0/System.Net.Http.dll", + "ref/netcoreapp2.0/System.Net.Http.xml", + "ref/netcoreapp2.0/System.Net.HttpListener.dll", + "ref/netcoreapp2.0/System.Net.HttpListener.xml", + "ref/netcoreapp2.0/System.Net.Mail.dll", + "ref/netcoreapp2.0/System.Net.Mail.xml", + "ref/netcoreapp2.0/System.Net.NameResolution.dll", + "ref/netcoreapp2.0/System.Net.NameResolution.xml", + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll", + "ref/netcoreapp2.0/System.Net.NetworkInformation.xml", + "ref/netcoreapp2.0/System.Net.Ping.dll", + "ref/netcoreapp2.0/System.Net.Ping.xml", + "ref/netcoreapp2.0/System.Net.Primitives.dll", + "ref/netcoreapp2.0/System.Net.Primitives.xml", + "ref/netcoreapp2.0/System.Net.Requests.dll", + "ref/netcoreapp2.0/System.Net.Requests.xml", + "ref/netcoreapp2.0/System.Net.Security.dll", + "ref/netcoreapp2.0/System.Net.Security.xml", + "ref/netcoreapp2.0/System.Net.ServicePoint.dll", + "ref/netcoreapp2.0/System.Net.ServicePoint.xml", + "ref/netcoreapp2.0/System.Net.Sockets.dll", + "ref/netcoreapp2.0/System.Net.Sockets.xml", + "ref/netcoreapp2.0/System.Net.WebClient.dll", + "ref/netcoreapp2.0/System.Net.WebClient.xml", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.xml", + "ref/netcoreapp2.0/System.Net.WebProxy.dll", + "ref/netcoreapp2.0/System.Net.WebProxy.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.xml", + "ref/netcoreapp2.0/System.Net.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/System.Numerics.dll", + "ref/netcoreapp2.0/System.ObjectModel.dll", + "ref/netcoreapp2.0/System.ObjectModel.xml", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.xml", + "ref/netcoreapp2.0/System.Reflection.Extensions.dll", + "ref/netcoreapp2.0/System.Reflection.Extensions.xml", + "ref/netcoreapp2.0/System.Reflection.Metadata.dll", + "ref/netcoreapp2.0/System.Reflection.Metadata.xml", + "ref/netcoreapp2.0/System.Reflection.Primitives.dll", + "ref/netcoreapp2.0/System.Reflection.Primitives.xml", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.xml", + "ref/netcoreapp2.0/System.Reflection.dll", + "ref/netcoreapp2.0/System.Reflection.xml", + "ref/netcoreapp2.0/System.Resources.Reader.dll", + "ref/netcoreapp2.0/System.Resources.Reader.xml", + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll", + "ref/netcoreapp2.0/System.Resources.ResourceManager.xml", + "ref/netcoreapp2.0/System.Resources.Writer.dll", + "ref/netcoreapp2.0/System.Resources.Writer.xml", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.xml", + "ref/netcoreapp2.0/System.Runtime.Extensions.dll", + "ref/netcoreapp2.0/System.Runtime.Extensions.xml", + "ref/netcoreapp2.0/System.Runtime.Handles.dll", + "ref/netcoreapp2.0/System.Runtime.Handles.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.xml", + "ref/netcoreapp2.0/System.Runtime.Loader.dll", + "ref/netcoreapp2.0/System.Runtime.Loader.xml", + "ref/netcoreapp2.0/System.Runtime.Numerics.dll", + "ref/netcoreapp2.0/System.Runtime.Numerics.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.dll", + "ref/netcoreapp2.0/System.Runtime.dll", + "ref/netcoreapp2.0/System.Runtime.xml", + "ref/netcoreapp2.0/System.Security.Claims.dll", + "ref/netcoreapp2.0/System.Security.Claims.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.xml", + "ref/netcoreapp2.0/System.Security.Principal.dll", + "ref/netcoreapp2.0/System.Security.Principal.xml", + "ref/netcoreapp2.0/System.Security.SecureString.dll", + "ref/netcoreapp2.0/System.Security.SecureString.xml", + "ref/netcoreapp2.0/System.Security.dll", + "ref/netcoreapp2.0/System.ServiceModel.Web.dll", + "ref/netcoreapp2.0/System.ServiceProcess.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.xml", + "ref/netcoreapp2.0/System.Text.Encoding.dll", + "ref/netcoreapp2.0/System.Text.Encoding.xml", + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll", + "ref/netcoreapp2.0/System.Text.RegularExpressions.xml", + "ref/netcoreapp2.0/System.Threading.Overlapped.dll", + "ref/netcoreapp2.0/System.Threading.Overlapped.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.xml", + "ref/netcoreapp2.0/System.Threading.Thread.dll", + "ref/netcoreapp2.0/System.Threading.Thread.xml", + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll", + "ref/netcoreapp2.0/System.Threading.ThreadPool.xml", + "ref/netcoreapp2.0/System.Threading.Timer.dll", + "ref/netcoreapp2.0/System.Threading.Timer.xml", + "ref/netcoreapp2.0/System.Threading.dll", + "ref/netcoreapp2.0/System.Threading.xml", + "ref/netcoreapp2.0/System.Transactions.Local.dll", + "ref/netcoreapp2.0/System.Transactions.Local.xml", + "ref/netcoreapp2.0/System.Transactions.dll", + "ref/netcoreapp2.0/System.ValueTuple.dll", + "ref/netcoreapp2.0/System.ValueTuple.xml", + "ref/netcoreapp2.0/System.Web.HttpUtility.dll", + "ref/netcoreapp2.0/System.Web.HttpUtility.xml", + "ref/netcoreapp2.0/System.Web.dll", + "ref/netcoreapp2.0/System.Windows.dll", + "ref/netcoreapp2.0/System.Xml.Linq.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.xml", + "ref/netcoreapp2.0/System.Xml.Serialization.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.dll", + "ref/netcoreapp2.0/System.Xml.XPath.xml", + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll", + "ref/netcoreapp2.0/System.Xml.XmlDocument.xml", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.xml", + "ref/netcoreapp2.0/System.Xml.dll", + "ref/netcoreapp2.0/System.dll", + "ref/netcoreapp2.0/WindowsBase.dll", + "ref/netcoreapp2.0/mscorlib.dll", + "ref/netcoreapp2.0/netstandard.dll", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "sha512": "L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", + "type": "package", + "path": "microsoft.netcore.dotnetapphost/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnetapphost.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "sha512": "rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", + "type": "package", + "path": "microsoft.netcore.dotnethostpolicy/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostpolicy.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "sha512": "uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", + "type": "package", + "path": "microsoft.netcore.dotnethostresolver/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostresolver.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "type": "package", + "path": "microsoft.netcore.platforms/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.Platforms.2.0.0.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "NETStandard.Library/2.0.0": { + "sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", + "type": "package", + "path": "netstandard.library/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/NETStandard.Library.targets", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.0.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "DataService/1.0.0": { + "type": "project", + "path": "../DataService/DataService.csproj", + "msbuildProject": "../DataService/DataService.csproj" + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v2.0": [ + "DataService >= 1.0.0", + "Microsoft.NETCore.App >= 2.0.0" + ] + }, + "packageFolders": { + "C:\\Users\\Valeria\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\": {}, + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restoreSettings": { + "hideWarningsAndErrors": true + }, + "restore": { + "projectUniqueName": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ClientDriver\\ClientDriver.csproj", + "projectName": "ClientDriver", + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ClientDriver\\ClientDriver.csproj", + "packagesPath": "C:\\Users\\Valeria\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ClientDriver\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\Valeria\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config" + ], + "originalTargetFrameworks": [ + "netcoreapp2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp2.0": { + "projectReferences": { + "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj": { + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp2.0": { + "dependencies": { + "Microsoft.NETCore.App": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.0, )", + "autoReferenced": true + } + }, + "imports": [ + "net461" + ], + "assetTargetFallback": true, + "warn": true + } + } + } +} \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/DataHelper.cs b/SCADA/Program/CoreApp/DataService/DataHelper/DataHelper.cs index cd9ba9f..9ec2b13 100644 --- a/SCADA/Program/CoreApp/DataService/DataHelper/DataHelper.cs +++ b/SCADA/Program/CoreApp/DataService/DataHelper/DataHelper.cs @@ -54,6 +54,10 @@ namespace DatabaseLib /// /// 数据库工厂构造函数 /// + /// # + /// dddddd + /// + /// ddddddddd /// 数据库枚举 static DataHelper() { diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.cache b/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.cache new file mode 100644 index 0000000..9c7e82c --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.cache @@ -0,0 +1,5 @@ +{ + "version": 1, + "dgSpecHash": "K9K5NveIvX5VXwyQ6q6ivSDQM3hsyc06mhYoU1gVjtw7nnm6UtfyWvFWL3pris6IVB4dYvOlWHAGdfk6IJRQCA==", + "success": true +} \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.g.props b/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.g.props new file mode 100644 index 0000000..aeefd36 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + C:\Users\Valeria\Source\Repos\SharpSCADA\SCADA\Program\CoreApp\DataService\DataHelper\obj\project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Valeria\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + PackageReference + 4.5.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.g.targets b/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.g.targets new file mode 100644 index 0000000..91fd1c9 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataHelper/obj/DataHelper.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.AssemblyInfo.cs b/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.AssemblyInfo.cs new file mode 100644 index 0000000..c60a66c --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("DataHelper")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DataHelper")] +[assembly: System.Reflection.AssemblyTitleAttribute("DataHelper")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.AssemblyInfoInputs.cache b/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.AssemblyInfoInputs.cache new file mode 100644 index 0000000..98004bb --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +c810afa0397d160c64d27d92bf5dc2e93ebc8dc9 diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.csproj.CoreCompileInputs.cache b/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..9c29251 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataHelper/obj/Debug/netcoreapp2.0/DataHelper.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +d69ef67e029ef4d592347a906761985cd748e621 diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/obj/project.assets.json b/SCADA/Program/CoreApp/DataService/DataHelper/obj/project.assets.json new file mode 100644 index 0000000..adf4860 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataHelper/obj/project.assets.json @@ -0,0 +1,4665 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v2.0": { + "Microsoft.Extensions.Configuration/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "2.0.0", + "Microsoft.Extensions.FileProviders.Physical": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} + } + }, + "Microsoft.Extensions.Configuration.Ini/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "2.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} + } + }, + "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.FileProviders.Abstractions/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.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.Logging.Debug/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.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.NETCore.App/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", + "Microsoft.NETCore.Platforms": "2.0.0", + "NETStandard.Library": "2.0.0" + }, + "compile": { + "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.0/System.AppContext.dll": {}, + "ref/netcoreapp2.0/System.Buffers.dll": {}, + "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.0/System.Collections.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.dll": {}, + "ref/netcoreapp2.0/System.Configuration.dll": {}, + "ref/netcoreapp2.0/System.Console.dll": {}, + "ref/netcoreapp2.0/System.Core.dll": {}, + "ref/netcoreapp2.0/System.Data.Common.dll": {}, + "ref/netcoreapp2.0/System.Data.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Drawing.dll": {}, + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Globalization.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.0/System.IO.dll": {}, + "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.0/System.Linq.dll": {}, + "ref/netcoreapp2.0/System.Net.Http.dll": {}, + "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.0/System.Net.Mail.dll": {}, + "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.0/System.Net.Ping.dll": {}, + "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Net.Requests.dll": {}, + "ref/netcoreapp2.0/System.Net.Security.dll": {}, + "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.0/System.Net.dll": {}, + "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.0/System.Numerics.dll": {}, + "ref/netcoreapp2.0/System.ObjectModel.dll": {}, + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.dll": {}, + "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Security.Claims.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.0/System.Security.Principal.dll": {}, + "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.0/System.Security.dll": {}, + "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.0/System.Threading.dll": {}, + "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.0/System.Transactions.dll": {}, + "ref/netcoreapp2.0/System.ValueTuple.dll": {}, + "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.0/System.Web.dll": {}, + "ref/netcoreapp2.0/System.Windows.dll": {}, + "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.0/System.Xml.dll": {}, + "ref/netcoreapp2.0/System.dll": {}, + "ref/netcoreapp2.0/WindowsBase.dll": {}, + "ref/netcoreapp2.0/mscorlib.dll": {}, + "ref/netcoreapp2.0/netstandard.dll": {} + }, + "build": { + "build/netcoreapp2.0/Microsoft.NETCore.App.props": {}, + "build/netcoreapp2.0/Microsoft.NETCore.App.targets": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "type": "package" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.0.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.0.0" + } + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "Microsoft.Win32.Registry/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "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" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "MySqlConnector/0.31.1": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.Process": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Security": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MySqlConnector.dll": {} + }, + "runtime": { + "lib/netstandard2.0/MySqlConnector.dll": {} + } + }, + "NETStandard.Library/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "debian.8-x64" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.23-x64" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.24-x64" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Http/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Security/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.13.2-x64" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "rhel.7-x64" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.14.04-x64" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.04-x64" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.10-x64" + } + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.1/System.Buffers.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "Microsoft.Win32.Registry": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.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.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + }, + "runtimeTargets": { + "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.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.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": {} + } + }, + "System.Net.Security/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.Net.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.Security.Claims": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Security": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Security.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Security.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "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", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": {} + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Numerics/4.3.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Claims/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Security.Principal": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "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.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + }, + "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.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "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.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "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.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "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.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "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.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "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.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.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.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.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "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.Security.Principal/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.Security.Principal.dll": {} + } + }, + "System.Security.Principal.Windows/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Reflection": "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.Security.Claims": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Thread/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} + } + }, + "DataService/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v2.0", + "compile": { + "bin/placeholder/DataService.dll": {} + }, + "runtime": { + "bin/placeholder/DataService.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.Extensions.Configuration/2.0.0": { + "sha512": "SsI4RqI8EH00+cYO96tbftlh87sNUv1eeyuBU1XZdQkG0RrHAOjWgl7P0FoLeTSMXJpOnfweeOWj2d1/5H3FxA==", + "type": "package", + "path": "microsoft.extensions.configuration/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.2.0.0.nupkg.sha512", + "microsoft.extensions.configuration.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { + "sha512": "rHFrXqMIvQNq51H8RYTO4IWmDOYh8NUzyqGlh0xHWTP6XYnKk7Ryinys2uDs+Vu88b3AMlM3gBBSs78m6OQpYQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.2.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.FileExtensions/2.0.0": { + "sha512": "ebFbu+vsz4rzeAICWavk9a0FutWVs7aNZap5k/IVxVhu2CnnhOp/H/gNtpzplrqjYDaNYdmv9a/DoUvH2ynVEQ==", + "type": "package", + "path": "microsoft.extensions.configuration.fileextensions/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.2.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Ini/2.0.0": { + "sha512": "9nYhMNBO9zASwLrAR1xosrnf4SamRI2TQwXHn+DOZ5PpjzGtu7XNQ0PMmGZ6WjFbD/6iIQfbuxzd7tM7+Ziz2A==", + "type": "package", + "path": "microsoft.extensions.configuration.ini/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.xml", + "microsoft.extensions.configuration.ini.2.0.0.nupkg.sha512", + "microsoft.extensions.configuration.ini.nuspec" + ] + }, + "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.FileProviders.Abstractions/2.0.0": { + "sha512": "Z0AK+hmLO33WAXQ5P1uPzhH7z5yjDHX/XnUefXxE//SyvCb9x4cVjND24dT5566t/yzGp8/WLD7EG9KQKZZklQ==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.2.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.FileProviders.Physical/2.0.0": { + "sha512": "DKO2j2socZbHNCCVEWsLVpB3AQIIzKYFNyITVeWdA1jQ829GJIQf4MUD04+1c+Q2kbK03pIKQZmEy4CGIfgDZw==", + "type": "package", + "path": "microsoft.extensions.fileproviders.physical/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.2.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec" + ] + }, + "Microsoft.Extensions.FileSystemGlobbing/2.0.0": { + "sha512": "UC87vRDUB7/vSaNY/FVhbdAyRkfFBTkYmcUoglxk6TyTojhSqYaG5pZsoP4e1ZuXktFXJXJBTvK8U/QwCo0z3g==", + "type": "package", + "path": "microsoft.extensions.filesystemglobbing/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.2.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.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.Logging.Debug/2.0.0": { + "sha512": "29Zn5m9yb4NEP+qbeLl+7F2lDskDfrs8NbrM8eJ+k/pYE8JksRUEFxHp1bcpGSfGP9w0pMQMOKrVcwD3u5sPog==", + "type": "package", + "path": "microsoft.extensions.logging.debug/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", + "microsoft.extensions.logging.debug.2.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.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.NETCore.App/2.0.0": { + "sha512": "/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", + "type": "package", + "path": "microsoft.netcore.app/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.App.versions.txt", + "THIRD-PARTY-NOTICES.TXT", + "build/netcoreapp2.0/Microsoft.NETCore.App.PlatformManifest.txt", + "build/netcoreapp2.0/Microsoft.NETCore.App.props", + "build/netcoreapp2.0/Microsoft.NETCore.App.targets", + "microsoft.netcore.app.2.0.0.nupkg.sha512", + "microsoft.netcore.app.nuspec", + "ref/netcoreapp/_._", + "ref/netcoreapp2.0/Microsoft.CSharp.dll", + "ref/netcoreapp2.0/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll", + "ref/netcoreapp2.0/Microsoft.VisualBasic.xml", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.xml", + "ref/netcoreapp2.0/System.AppContext.dll", + "ref/netcoreapp2.0/System.AppContext.xml", + "ref/netcoreapp2.0/System.Buffers.dll", + "ref/netcoreapp2.0/System.Buffers.xml", + "ref/netcoreapp2.0/System.Collections.Concurrent.dll", + "ref/netcoreapp2.0/System.Collections.Concurrent.xml", + "ref/netcoreapp2.0/System.Collections.Immutable.dll", + "ref/netcoreapp2.0/System.Collections.Immutable.xml", + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll", + "ref/netcoreapp2.0/System.Collections.NonGeneric.xml", + "ref/netcoreapp2.0/System.Collections.Specialized.dll", + "ref/netcoreapp2.0/System.Collections.Specialized.xml", + "ref/netcoreapp2.0/System.Collections.dll", + "ref/netcoreapp2.0/System.Collections.xml", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.xml", + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll", + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.xml", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.xml", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.xml", + "ref/netcoreapp2.0/System.ComponentModel.dll", + "ref/netcoreapp2.0/System.ComponentModel.xml", + "ref/netcoreapp2.0/System.Configuration.dll", + "ref/netcoreapp2.0/System.Console.dll", + "ref/netcoreapp2.0/System.Console.xml", + "ref/netcoreapp2.0/System.Core.dll", + "ref/netcoreapp2.0/System.Data.Common.dll", + "ref/netcoreapp2.0/System.Data.Common.xml", + "ref/netcoreapp2.0/System.Data.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.xml", + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll", + "ref/netcoreapp2.0/System.Diagnostics.Debug.xml", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.xml", + "ref/netcoreapp2.0/System.Diagnostics.Process.dll", + "ref/netcoreapp2.0/System.Diagnostics.Process.xml", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.xml", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tools.xml", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.xml", + "ref/netcoreapp2.0/System.Drawing.Primitives.dll", + "ref/netcoreapp2.0/System.Drawing.Primitives.xml", + "ref/netcoreapp2.0/System.Drawing.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.xml", + "ref/netcoreapp2.0/System.Globalization.Calendars.dll", + "ref/netcoreapp2.0/System.Globalization.Calendars.xml", + "ref/netcoreapp2.0/System.Globalization.Extensions.dll", + "ref/netcoreapp2.0/System.Globalization.Extensions.xml", + "ref/netcoreapp2.0/System.Globalization.dll", + "ref/netcoreapp2.0/System.Globalization.xml", + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.xml", + "ref/netcoreapp2.0/System.IO.Compression.dll", + "ref/netcoreapp2.0/System.IO.Compression.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.xml", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.xml", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.xml", + "ref/netcoreapp2.0/System.IO.Pipes.dll", + "ref/netcoreapp2.0/System.IO.Pipes.xml", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.xml", + "ref/netcoreapp2.0/System.IO.dll", + "ref/netcoreapp2.0/System.IO.xml", + "ref/netcoreapp2.0/System.Linq.Expressions.dll", + "ref/netcoreapp2.0/System.Linq.Expressions.xml", + "ref/netcoreapp2.0/System.Linq.Parallel.dll", + "ref/netcoreapp2.0/System.Linq.Parallel.xml", + "ref/netcoreapp2.0/System.Linq.Queryable.dll", + "ref/netcoreapp2.0/System.Linq.Queryable.xml", + "ref/netcoreapp2.0/System.Linq.dll", + "ref/netcoreapp2.0/System.Linq.xml", + "ref/netcoreapp2.0/System.Net.Http.dll", + "ref/netcoreapp2.0/System.Net.Http.xml", + "ref/netcoreapp2.0/System.Net.HttpListener.dll", + "ref/netcoreapp2.0/System.Net.HttpListener.xml", + "ref/netcoreapp2.0/System.Net.Mail.dll", + "ref/netcoreapp2.0/System.Net.Mail.xml", + "ref/netcoreapp2.0/System.Net.NameResolution.dll", + "ref/netcoreapp2.0/System.Net.NameResolution.xml", + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll", + "ref/netcoreapp2.0/System.Net.NetworkInformation.xml", + "ref/netcoreapp2.0/System.Net.Ping.dll", + "ref/netcoreapp2.0/System.Net.Ping.xml", + "ref/netcoreapp2.0/System.Net.Primitives.dll", + "ref/netcoreapp2.0/System.Net.Primitives.xml", + "ref/netcoreapp2.0/System.Net.Requests.dll", + "ref/netcoreapp2.0/System.Net.Requests.xml", + "ref/netcoreapp2.0/System.Net.Security.dll", + "ref/netcoreapp2.0/System.Net.Security.xml", + "ref/netcoreapp2.0/System.Net.ServicePoint.dll", + "ref/netcoreapp2.0/System.Net.ServicePoint.xml", + "ref/netcoreapp2.0/System.Net.Sockets.dll", + "ref/netcoreapp2.0/System.Net.Sockets.xml", + "ref/netcoreapp2.0/System.Net.WebClient.dll", + "ref/netcoreapp2.0/System.Net.WebClient.xml", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.xml", + "ref/netcoreapp2.0/System.Net.WebProxy.dll", + "ref/netcoreapp2.0/System.Net.WebProxy.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.xml", + "ref/netcoreapp2.0/System.Net.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/System.Numerics.dll", + "ref/netcoreapp2.0/System.ObjectModel.dll", + "ref/netcoreapp2.0/System.ObjectModel.xml", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.xml", + "ref/netcoreapp2.0/System.Reflection.Extensions.dll", + "ref/netcoreapp2.0/System.Reflection.Extensions.xml", + "ref/netcoreapp2.0/System.Reflection.Metadata.dll", + "ref/netcoreapp2.0/System.Reflection.Metadata.xml", + "ref/netcoreapp2.0/System.Reflection.Primitives.dll", + "ref/netcoreapp2.0/System.Reflection.Primitives.xml", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.xml", + "ref/netcoreapp2.0/System.Reflection.dll", + "ref/netcoreapp2.0/System.Reflection.xml", + "ref/netcoreapp2.0/System.Resources.Reader.dll", + "ref/netcoreapp2.0/System.Resources.Reader.xml", + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll", + "ref/netcoreapp2.0/System.Resources.ResourceManager.xml", + "ref/netcoreapp2.0/System.Resources.Writer.dll", + "ref/netcoreapp2.0/System.Resources.Writer.xml", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.xml", + "ref/netcoreapp2.0/System.Runtime.Extensions.dll", + "ref/netcoreapp2.0/System.Runtime.Extensions.xml", + "ref/netcoreapp2.0/System.Runtime.Handles.dll", + "ref/netcoreapp2.0/System.Runtime.Handles.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.xml", + "ref/netcoreapp2.0/System.Runtime.Loader.dll", + "ref/netcoreapp2.0/System.Runtime.Loader.xml", + "ref/netcoreapp2.0/System.Runtime.Numerics.dll", + "ref/netcoreapp2.0/System.Runtime.Numerics.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.dll", + "ref/netcoreapp2.0/System.Runtime.dll", + "ref/netcoreapp2.0/System.Runtime.xml", + "ref/netcoreapp2.0/System.Security.Claims.dll", + "ref/netcoreapp2.0/System.Security.Claims.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.xml", + "ref/netcoreapp2.0/System.Security.Principal.dll", + "ref/netcoreapp2.0/System.Security.Principal.xml", + "ref/netcoreapp2.0/System.Security.SecureString.dll", + "ref/netcoreapp2.0/System.Security.SecureString.xml", + "ref/netcoreapp2.0/System.Security.dll", + "ref/netcoreapp2.0/System.ServiceModel.Web.dll", + "ref/netcoreapp2.0/System.ServiceProcess.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.xml", + "ref/netcoreapp2.0/System.Text.Encoding.dll", + "ref/netcoreapp2.0/System.Text.Encoding.xml", + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll", + "ref/netcoreapp2.0/System.Text.RegularExpressions.xml", + "ref/netcoreapp2.0/System.Threading.Overlapped.dll", + "ref/netcoreapp2.0/System.Threading.Overlapped.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.xml", + "ref/netcoreapp2.0/System.Threading.Thread.dll", + "ref/netcoreapp2.0/System.Threading.Thread.xml", + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll", + "ref/netcoreapp2.0/System.Threading.ThreadPool.xml", + "ref/netcoreapp2.0/System.Threading.Timer.dll", + "ref/netcoreapp2.0/System.Threading.Timer.xml", + "ref/netcoreapp2.0/System.Threading.dll", + "ref/netcoreapp2.0/System.Threading.xml", + "ref/netcoreapp2.0/System.Transactions.Local.dll", + "ref/netcoreapp2.0/System.Transactions.Local.xml", + "ref/netcoreapp2.0/System.Transactions.dll", + "ref/netcoreapp2.0/System.ValueTuple.dll", + "ref/netcoreapp2.0/System.ValueTuple.xml", + "ref/netcoreapp2.0/System.Web.HttpUtility.dll", + "ref/netcoreapp2.0/System.Web.HttpUtility.xml", + "ref/netcoreapp2.0/System.Web.dll", + "ref/netcoreapp2.0/System.Windows.dll", + "ref/netcoreapp2.0/System.Xml.Linq.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.xml", + "ref/netcoreapp2.0/System.Xml.Serialization.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.dll", + "ref/netcoreapp2.0/System.Xml.XPath.xml", + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll", + "ref/netcoreapp2.0/System.Xml.XmlDocument.xml", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.xml", + "ref/netcoreapp2.0/System.Xml.dll", + "ref/netcoreapp2.0/System.dll", + "ref/netcoreapp2.0/WindowsBase.dll", + "ref/netcoreapp2.0/mscorlib.dll", + "ref/netcoreapp2.0/netstandard.dll", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "sha512": "L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", + "type": "package", + "path": "microsoft.netcore.dotnetapphost/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnetapphost.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "sha512": "rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", + "type": "package", + "path": "microsoft.netcore.dotnethostpolicy/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostpolicy.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "sha512": "uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", + "type": "package", + "path": "microsoft.netcore.dotnethostresolver/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostresolver.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "type": "package", + "path": "microsoft.netcore.platforms/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.Platforms.2.0.0.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.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/_._" + ] + }, + "Microsoft.Win32.Registry/4.3.0": { + "sha512": "Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", + "type": "package", + "path": "microsoft.win32.registry/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/Microsoft.Win32.Registry.dll", + "microsoft.win32.registry.4.3.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll" + ] + }, + "MySqlConnector/0.31.1": { + "sha512": "8rIdABVX5/BbugqzRi2OZI2DXVFRpPAG2GpetJeuvJiWBHrtlDn3R3gPRENYEeAZM6cVIItIzAICAZDKZ4i4IA==", + "type": "package", + "path": "mysqlconnector/0.31.1", + "files": [ + "lib/net45/MySqlConnector.dll", + "lib/net46/MySqlConnector.dll", + "lib/netstandard1.3/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.dll", + "mysqlconnector.0.31.1.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "NETStandard.Library/2.0.0": { + "sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", + "type": "package", + "path": "netstandard.library/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/NETStandard.Library.targets", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.0.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", + "type": "package", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", + "type": "package", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", + "type": "package", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "runtime.native.System.Net.Http/4.3.0": { + "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "type": "package", + "path": "runtime.native.system.net.http/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.net.http.4.3.0.nupkg.sha512", + "runtime.native.system.net.http.nuspec" + ] + }, + "runtime.native.System.Net.Security/4.3.0": { + "sha512": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", + "type": "package", + "path": "runtime.native.system.net.security/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.net.security.4.3.0.nupkg.sha512", + "runtime.native.system.net.security.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.apple.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", + "type": "package", + "path": "runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.openssl.nuspec" + ] + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", + "type": "package", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", + "type": "package", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" + ] + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", + "type": "package", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", + "type": "package", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", + "type": "package", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", + "type": "package", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll", + "system.buffers.4.3.0.nupkg.sha512", + "system.buffers.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.Data.Common/4.3.0": { + "sha512": "lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", + "type": "package", + "path": "system.data.common/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.Common.dll", + "lib/netstandard1.2/System.Data.Common.dll", + "lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.xml", + "ref/netstandard1.2/de/System.Data.Common.xml", + "ref/netstandard1.2/es/System.Data.Common.xml", + "ref/netstandard1.2/fr/System.Data.Common.xml", + "ref/netstandard1.2/it/System.Data.Common.xml", + "ref/netstandard1.2/ja/System.Data.Common.xml", + "ref/netstandard1.2/ko/System.Data.Common.xml", + "ref/netstandard1.2/ru/System.Data.Common.xml", + "ref/netstandard1.2/zh-hans/System.Data.Common.xml", + "ref/netstandard1.2/zh-hant/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.data.common.4.3.0.nupkg.sha512", + "system.data.common.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.Process/4.3.0": { + "sha512": "0+m/TzDUWlBeLuWRw6NMChBt7E82+JtTBcMNLjRuQ50AddVpCyjLkS0JMXXIp6nw4NHsT08mP1A+/+lEDKJUOg==", + "type": "package", + "path": "system.diagnostics.process/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net461/System.Diagnostics.Process.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net461/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", + "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll", + "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll", + "runtimes/win/lib/net46/System.Diagnostics.Process.dll", + "runtimes/win/lib/net461/System.Diagnostics.Process.dll", + "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll", + "runtimes/win7/lib/netcore50/_._", + "system.diagnostics.process.4.3.0.nupkg.sha512", + "system.diagnostics.process.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.Globalization.Extensions/4.3.0": { + "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "type": "package", + "path": "system.globalization.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", + "runtimes/win/lib/net46/System.Globalization.Extensions.dll", + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", + "system.globalization.extensions.4.3.0.nupkg.sha512", + "system.globalization.extensions.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.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.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "type": "package", + "path": "system.net.nameresolution/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.NameResolution.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", + "runtimes/win/lib/net46/System.Net.NameResolution.dll", + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", + "system.net.nameresolution.4.3.0.nupkg.sha512", + "system.net.nameresolution.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.Security/4.3.0": { + "sha512": "IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", + "type": "package", + "path": "system.net.security/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Security.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.xml", + "ref/netstandard1.3/de/System.Net.Security.xml", + "ref/netstandard1.3/es/System.Net.Security.xml", + "ref/netstandard1.3/fr/System.Net.Security.xml", + "ref/netstandard1.3/it/System.Net.Security.xml", + "ref/netstandard1.3/ja/System.Net.Security.xml", + "ref/netstandard1.3/ko/System.Net.Security.xml", + "ref/netstandard1.3/ru/System.Net.Security.xml", + "ref/netstandard1.3/zh-hans/System.Net.Security.xml", + "ref/netstandard1.3/zh-hant/System.Net.Security.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll", + "runtimes/win/lib/net46/System.Net.Security.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Security.dll", + "runtimes/win7/lib/netcore50/_._", + "system.net.security.4.3.0.nupkg.sha512", + "system.net.security.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.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.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.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.Cng/4.3.0": { + "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", + "type": "package", + "path": "system.security.cryptography.cng/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net463/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net463/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "system.security.cryptography.cng.4.3.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.3.0": { + "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "type": "package", + "path": "system.security.cryptography.csp/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "system.security.cryptography.csp.4.3.0.nupkg.sha512", + "system.security.cryptography.csp.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.OpenSsl/4.3.0": { + "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "type": "package", + "path": "system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "system.security.cryptography.openssl.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.Security.Principal/4.3.0": { + "sha512": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", + "type": "package", + "path": "system.security.principal/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netstandard1.0/System.Security.Principal.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.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/netcore50/de/System.Security.Principal.xml", + "ref/netcore50/es/System.Security.Principal.xml", + "ref/netcore50/fr/System.Security.Principal.xml", + "ref/netcore50/it/System.Security.Principal.xml", + "ref/netcore50/ja/System.Security.Principal.xml", + "ref/netcore50/ko/System.Security.Principal.xml", + "ref/netcore50/ru/System.Security.Principal.xml", + "ref/netcore50/zh-hans/System.Security.Principal.xml", + "ref/netcore50/zh-hant/System.Security.Principal.xml", + "ref/netstandard1.0/System.Security.Principal.dll", + "ref/netstandard1.0/System.Security.Principal.xml", + "ref/netstandard1.0/de/System.Security.Principal.xml", + "ref/netstandard1.0/es/System.Security.Principal.xml", + "ref/netstandard1.0/fr/System.Security.Principal.xml", + "ref/netstandard1.0/it/System.Security.Principal.xml", + "ref/netstandard1.0/ja/System.Security.Principal.xml", + "ref/netstandard1.0/ko/System.Security.Principal.xml", + "ref/netstandard1.0/ru/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.security.principal.4.3.0.nupkg.sha512", + "system.security.principal.nuspec" + ] + }, + "System.Security.Principal.Windows/4.3.0": { + "sha512": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", + "type": "package", + "path": "system.security.principal.windows/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Security.Principal.Windows.dll", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "system.security.principal.windows.4.3.0.nupkg.sha512", + "system.security.principal.windows.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.Tasks.Extensions/4.3.0": { + "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", + "type": "package", + "path": "system.threading.tasks.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "system.threading.tasks.extensions.nuspec" + ] + }, + "System.Threading.Thread/4.3.0": { + "sha512": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", + "type": "package", + "path": "system.threading.thread/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/netcore50/_._", + "lib/netstandard1.3/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.thread.4.3.0.nupkg.sha512", + "system.threading.thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.3.0": { + "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", + "type": "package", + "path": "system.threading.threadpool/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/netcore50/_._", + "lib/netstandard1.3/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.threadpool.4.3.0.nupkg.sha512", + "system.threading.threadpool.nuspec" + ] + }, + "DataService/1.0.0": { + "type": "project", + "path": "../DataService/DataService.csproj", + "msbuildProject": "../DataService/DataService.csproj" + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v2.0": [ + "DataService >= 1.0.0", + "Microsoft.Extensions.Configuration.Ini >= 2.0.0", + "Microsoft.Extensions.Logging >= 2.0.0", + "Microsoft.Extensions.Logging.Debug >= 2.0.0", + "Microsoft.NETCore.App >= 2.0.0", + "MySqlConnector >= 0.31.1" + ] + }, + "packageFolders": { + "C:\\Users\\Valeria\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\": {}, + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restoreSettings": { + "hideWarningsAndErrors": true + }, + "restore": { + "projectUniqueName": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataHelper\\DataHelper.csproj", + "projectName": "DataHelper", + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataHelper\\DataHelper.csproj", + "packagesPath": "C:\\Users\\Valeria\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataHelper\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\Valeria\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config" + ], + "originalTargetFrameworks": [ + "netcoreapp2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp2.0": { + "projectReferences": { + "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj": { + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp2.0": { + "dependencies": { + "Microsoft.Extensions.Configuration.Ini": { + "target": "Package", + "version": "[2.0.0, )" + }, + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[2.0.0, )" + }, + "Microsoft.Extensions.Logging.Debug": { + "target": "Package", + "version": "[2.0.0, )" + }, + "Microsoft.NETCore.App": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.0, )", + "autoReferenced": true + }, + "MySqlConnector": { + "target": "Package", + "version": "[0.31.1, )" + } + }, + "imports": [ + "net461" + ], + "assetTargetFallback": true, + "warn": true + } + } + } +} \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.cache b/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.cache new file mode 100644 index 0000000..e4b5b61 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.cache @@ -0,0 +1,5 @@ +{ + "version": 1, + "dgSpecHash": "c0YjRuPHU9+v7EBkRkIlbi/u668nM+Oeae7sd9BCUEpGHGoAz5YP6oA8cbiB3AuqJtKmC1yGe4zfDvS6Sglj7Q==", + "success": true +} \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.g.props b/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.g.props new file mode 100644 index 0000000..9b35e01 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + C:\Users\Valeria\Source\Repos\SharpSCADA\SCADA\Program\CoreApp\DataService\DataService\obj\project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Valeria\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + PackageReference + 4.5.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.g.targets b/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.g.targets new file mode 100644 index 0000000..91fd1c9 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataService/obj/DataService.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.AssemblyInfo.cs b/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.AssemblyInfo.cs new file mode 100644 index 0000000..b572f7f --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("DataService")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DataService")] +[assembly: System.Reflection.AssemblyTitleAttribute("DataService")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.AssemblyInfoInputs.cache b/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.AssemblyInfoInputs.cache new file mode 100644 index 0000000..d7d77cd --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +052d15b144f5996f1098cda93469ad60362c147b diff --git a/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.csproj.CoreCompileInputs.cache b/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..7d9720b --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataService/obj/Debug/netcoreapp2.0/DataService.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +c49627dfbe7a1dee334b5541e1138cd9e3d1daff diff --git a/SCADA/Program/CoreApp/DataService/DataService/obj/project.assets.json b/SCADA/Program/CoreApp/DataService/DataService/obj/project.assets.json new file mode 100644 index 0000000..7897cff --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/DataService/obj/project.assets.json @@ -0,0 +1,728 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v2.0": { + "Microsoft.NETCore.App/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", + "Microsoft.NETCore.Platforms": "2.0.0", + "NETStandard.Library": "2.0.0" + }, + "compile": { + "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.0/System.AppContext.dll": {}, + "ref/netcoreapp2.0/System.Buffers.dll": {}, + "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.0/System.Collections.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.dll": {}, + "ref/netcoreapp2.0/System.Configuration.dll": {}, + "ref/netcoreapp2.0/System.Console.dll": {}, + "ref/netcoreapp2.0/System.Core.dll": {}, + "ref/netcoreapp2.0/System.Data.Common.dll": {}, + "ref/netcoreapp2.0/System.Data.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Drawing.dll": {}, + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Globalization.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.0/System.IO.dll": {}, + "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.0/System.Linq.dll": {}, + "ref/netcoreapp2.0/System.Net.Http.dll": {}, + "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.0/System.Net.Mail.dll": {}, + "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.0/System.Net.Ping.dll": {}, + "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Net.Requests.dll": {}, + "ref/netcoreapp2.0/System.Net.Security.dll": {}, + "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.0/System.Net.dll": {}, + "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.0/System.Numerics.dll": {}, + "ref/netcoreapp2.0/System.ObjectModel.dll": {}, + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.dll": {}, + "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Security.Claims.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.0/System.Security.Principal.dll": {}, + "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.0/System.Security.dll": {}, + "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.0/System.Threading.dll": {}, + "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.0/System.Transactions.dll": {}, + "ref/netcoreapp2.0/System.ValueTuple.dll": {}, + "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.0/System.Web.dll": {}, + "ref/netcoreapp2.0/System.Windows.dll": {}, + "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.0/System.Xml.dll": {}, + "ref/netcoreapp2.0/System.dll": {}, + "ref/netcoreapp2.0/WindowsBase.dll": {}, + "ref/netcoreapp2.0/mscorlib.dll": {}, + "ref/netcoreapp2.0/netstandard.dll": {} + }, + "build": { + "build/netcoreapp2.0/Microsoft.NETCore.App.props": {}, + "build/netcoreapp2.0/Microsoft.NETCore.App.targets": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "type": "package" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.0.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.0.0" + } + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "NETStandard.Library/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + } + } + }, + "libraries": { + "Microsoft.NETCore.App/2.0.0": { + "sha512": "/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", + "type": "package", + "path": "microsoft.netcore.app/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.App.versions.txt", + "THIRD-PARTY-NOTICES.TXT", + "build/netcoreapp2.0/Microsoft.NETCore.App.PlatformManifest.txt", + "build/netcoreapp2.0/Microsoft.NETCore.App.props", + "build/netcoreapp2.0/Microsoft.NETCore.App.targets", + "microsoft.netcore.app.2.0.0.nupkg.sha512", + "microsoft.netcore.app.nuspec", + "ref/netcoreapp/_._", + "ref/netcoreapp2.0/Microsoft.CSharp.dll", + "ref/netcoreapp2.0/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll", + "ref/netcoreapp2.0/Microsoft.VisualBasic.xml", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.xml", + "ref/netcoreapp2.0/System.AppContext.dll", + "ref/netcoreapp2.0/System.AppContext.xml", + "ref/netcoreapp2.0/System.Buffers.dll", + "ref/netcoreapp2.0/System.Buffers.xml", + "ref/netcoreapp2.0/System.Collections.Concurrent.dll", + "ref/netcoreapp2.0/System.Collections.Concurrent.xml", + "ref/netcoreapp2.0/System.Collections.Immutable.dll", + "ref/netcoreapp2.0/System.Collections.Immutable.xml", + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll", + "ref/netcoreapp2.0/System.Collections.NonGeneric.xml", + "ref/netcoreapp2.0/System.Collections.Specialized.dll", + "ref/netcoreapp2.0/System.Collections.Specialized.xml", + "ref/netcoreapp2.0/System.Collections.dll", + "ref/netcoreapp2.0/System.Collections.xml", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.xml", + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll", + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.xml", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.xml", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.xml", + "ref/netcoreapp2.0/System.ComponentModel.dll", + "ref/netcoreapp2.0/System.ComponentModel.xml", + "ref/netcoreapp2.0/System.Configuration.dll", + "ref/netcoreapp2.0/System.Console.dll", + "ref/netcoreapp2.0/System.Console.xml", + "ref/netcoreapp2.0/System.Core.dll", + "ref/netcoreapp2.0/System.Data.Common.dll", + "ref/netcoreapp2.0/System.Data.Common.xml", + "ref/netcoreapp2.0/System.Data.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.xml", + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll", + "ref/netcoreapp2.0/System.Diagnostics.Debug.xml", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.xml", + "ref/netcoreapp2.0/System.Diagnostics.Process.dll", + "ref/netcoreapp2.0/System.Diagnostics.Process.xml", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.xml", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tools.xml", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.xml", + "ref/netcoreapp2.0/System.Drawing.Primitives.dll", + "ref/netcoreapp2.0/System.Drawing.Primitives.xml", + "ref/netcoreapp2.0/System.Drawing.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.xml", + "ref/netcoreapp2.0/System.Globalization.Calendars.dll", + "ref/netcoreapp2.0/System.Globalization.Calendars.xml", + "ref/netcoreapp2.0/System.Globalization.Extensions.dll", + "ref/netcoreapp2.0/System.Globalization.Extensions.xml", + "ref/netcoreapp2.0/System.Globalization.dll", + "ref/netcoreapp2.0/System.Globalization.xml", + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.xml", + "ref/netcoreapp2.0/System.IO.Compression.dll", + "ref/netcoreapp2.0/System.IO.Compression.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.xml", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.xml", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.xml", + "ref/netcoreapp2.0/System.IO.Pipes.dll", + "ref/netcoreapp2.0/System.IO.Pipes.xml", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.xml", + "ref/netcoreapp2.0/System.IO.dll", + "ref/netcoreapp2.0/System.IO.xml", + "ref/netcoreapp2.0/System.Linq.Expressions.dll", + "ref/netcoreapp2.0/System.Linq.Expressions.xml", + "ref/netcoreapp2.0/System.Linq.Parallel.dll", + "ref/netcoreapp2.0/System.Linq.Parallel.xml", + "ref/netcoreapp2.0/System.Linq.Queryable.dll", + "ref/netcoreapp2.0/System.Linq.Queryable.xml", + "ref/netcoreapp2.0/System.Linq.dll", + "ref/netcoreapp2.0/System.Linq.xml", + "ref/netcoreapp2.0/System.Net.Http.dll", + "ref/netcoreapp2.0/System.Net.Http.xml", + "ref/netcoreapp2.0/System.Net.HttpListener.dll", + "ref/netcoreapp2.0/System.Net.HttpListener.xml", + "ref/netcoreapp2.0/System.Net.Mail.dll", + "ref/netcoreapp2.0/System.Net.Mail.xml", + "ref/netcoreapp2.0/System.Net.NameResolution.dll", + "ref/netcoreapp2.0/System.Net.NameResolution.xml", + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll", + "ref/netcoreapp2.0/System.Net.NetworkInformation.xml", + "ref/netcoreapp2.0/System.Net.Ping.dll", + "ref/netcoreapp2.0/System.Net.Ping.xml", + "ref/netcoreapp2.0/System.Net.Primitives.dll", + "ref/netcoreapp2.0/System.Net.Primitives.xml", + "ref/netcoreapp2.0/System.Net.Requests.dll", + "ref/netcoreapp2.0/System.Net.Requests.xml", + "ref/netcoreapp2.0/System.Net.Security.dll", + "ref/netcoreapp2.0/System.Net.Security.xml", + "ref/netcoreapp2.0/System.Net.ServicePoint.dll", + "ref/netcoreapp2.0/System.Net.ServicePoint.xml", + "ref/netcoreapp2.0/System.Net.Sockets.dll", + "ref/netcoreapp2.0/System.Net.Sockets.xml", + "ref/netcoreapp2.0/System.Net.WebClient.dll", + "ref/netcoreapp2.0/System.Net.WebClient.xml", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.xml", + "ref/netcoreapp2.0/System.Net.WebProxy.dll", + "ref/netcoreapp2.0/System.Net.WebProxy.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.xml", + "ref/netcoreapp2.0/System.Net.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/System.Numerics.dll", + "ref/netcoreapp2.0/System.ObjectModel.dll", + "ref/netcoreapp2.0/System.ObjectModel.xml", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.xml", + "ref/netcoreapp2.0/System.Reflection.Extensions.dll", + "ref/netcoreapp2.0/System.Reflection.Extensions.xml", + "ref/netcoreapp2.0/System.Reflection.Metadata.dll", + "ref/netcoreapp2.0/System.Reflection.Metadata.xml", + "ref/netcoreapp2.0/System.Reflection.Primitives.dll", + "ref/netcoreapp2.0/System.Reflection.Primitives.xml", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.xml", + "ref/netcoreapp2.0/System.Reflection.dll", + "ref/netcoreapp2.0/System.Reflection.xml", + "ref/netcoreapp2.0/System.Resources.Reader.dll", + "ref/netcoreapp2.0/System.Resources.Reader.xml", + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll", + "ref/netcoreapp2.0/System.Resources.ResourceManager.xml", + "ref/netcoreapp2.0/System.Resources.Writer.dll", + "ref/netcoreapp2.0/System.Resources.Writer.xml", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.xml", + "ref/netcoreapp2.0/System.Runtime.Extensions.dll", + "ref/netcoreapp2.0/System.Runtime.Extensions.xml", + "ref/netcoreapp2.0/System.Runtime.Handles.dll", + "ref/netcoreapp2.0/System.Runtime.Handles.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.xml", + "ref/netcoreapp2.0/System.Runtime.Loader.dll", + "ref/netcoreapp2.0/System.Runtime.Loader.xml", + "ref/netcoreapp2.0/System.Runtime.Numerics.dll", + "ref/netcoreapp2.0/System.Runtime.Numerics.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.dll", + "ref/netcoreapp2.0/System.Runtime.dll", + "ref/netcoreapp2.0/System.Runtime.xml", + "ref/netcoreapp2.0/System.Security.Claims.dll", + "ref/netcoreapp2.0/System.Security.Claims.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.xml", + "ref/netcoreapp2.0/System.Security.Principal.dll", + "ref/netcoreapp2.0/System.Security.Principal.xml", + "ref/netcoreapp2.0/System.Security.SecureString.dll", + "ref/netcoreapp2.0/System.Security.SecureString.xml", + "ref/netcoreapp2.0/System.Security.dll", + "ref/netcoreapp2.0/System.ServiceModel.Web.dll", + "ref/netcoreapp2.0/System.ServiceProcess.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.xml", + "ref/netcoreapp2.0/System.Text.Encoding.dll", + "ref/netcoreapp2.0/System.Text.Encoding.xml", + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll", + "ref/netcoreapp2.0/System.Text.RegularExpressions.xml", + "ref/netcoreapp2.0/System.Threading.Overlapped.dll", + "ref/netcoreapp2.0/System.Threading.Overlapped.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.xml", + "ref/netcoreapp2.0/System.Threading.Thread.dll", + "ref/netcoreapp2.0/System.Threading.Thread.xml", + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll", + "ref/netcoreapp2.0/System.Threading.ThreadPool.xml", + "ref/netcoreapp2.0/System.Threading.Timer.dll", + "ref/netcoreapp2.0/System.Threading.Timer.xml", + "ref/netcoreapp2.0/System.Threading.dll", + "ref/netcoreapp2.0/System.Threading.xml", + "ref/netcoreapp2.0/System.Transactions.Local.dll", + "ref/netcoreapp2.0/System.Transactions.Local.xml", + "ref/netcoreapp2.0/System.Transactions.dll", + "ref/netcoreapp2.0/System.ValueTuple.dll", + "ref/netcoreapp2.0/System.ValueTuple.xml", + "ref/netcoreapp2.0/System.Web.HttpUtility.dll", + "ref/netcoreapp2.0/System.Web.HttpUtility.xml", + "ref/netcoreapp2.0/System.Web.dll", + "ref/netcoreapp2.0/System.Windows.dll", + "ref/netcoreapp2.0/System.Xml.Linq.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.xml", + "ref/netcoreapp2.0/System.Xml.Serialization.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.dll", + "ref/netcoreapp2.0/System.Xml.XPath.xml", + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll", + "ref/netcoreapp2.0/System.Xml.XmlDocument.xml", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.xml", + "ref/netcoreapp2.0/System.Xml.dll", + "ref/netcoreapp2.0/System.dll", + "ref/netcoreapp2.0/WindowsBase.dll", + "ref/netcoreapp2.0/mscorlib.dll", + "ref/netcoreapp2.0/netstandard.dll", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "sha512": "L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", + "type": "package", + "path": "microsoft.netcore.dotnetapphost/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnetapphost.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "sha512": "rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", + "type": "package", + "path": "microsoft.netcore.dotnethostpolicy/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostpolicy.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "sha512": "uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", + "type": "package", + "path": "microsoft.netcore.dotnethostresolver/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostresolver.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "type": "package", + "path": "microsoft.netcore.platforms/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.Platforms.2.0.0.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "NETStandard.Library/2.0.0": { + "sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", + "type": "package", + "path": "netstandard.library/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/NETStandard.Library.targets", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.0.nupkg.sha512", + "netstandard.library.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v2.0": [ + "Microsoft.NETCore.App >= 2.0.0" + ] + }, + "packageFolders": { + "C:\\Users\\Valeria\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\": {}, + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restoreSettings": { + "hideWarningsAndErrors": true + }, + "restore": { + "projectUniqueName": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj", + "projectName": "DataService", + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj", + "packagesPath": "C:\\Users\\Valeria\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\Valeria\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config" + ], + "originalTargetFrameworks": [ + "netcoreapp2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp2.0": { + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp2.0": { + "dependencies": { + "Microsoft.NETCore.App": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.0, )", + "autoReferenced": true + } + }, + "imports": [ + "net461" + ], + "assetTargetFallback": true, + "warn": true + } + } + } +} \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.AssemblyInfo.cs b/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.AssemblyInfo.cs new file mode 100644 index 0000000..003c50f --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("GateWay")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("GateWay")] +[assembly: System.Reflection.AssemblyTitleAttribute("GateWay")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.AssemblyInfoInputs.cache b/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.AssemblyInfoInputs.cache new file mode 100644 index 0000000..3c1f65a --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +c944f6cc263fcff84cf546d1a0ca81c8311fcba7 diff --git a/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.csproj.CoreCompileInputs.cache b/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..66c1ce7 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/GateWay/obj/Debug/netcoreapp2.0/GateWay.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +6e43fc0c0c7e5b58d10563415419a91c7559f0e4 diff --git a/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.cache b/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.cache new file mode 100644 index 0000000..4f345f8 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.cache @@ -0,0 +1,5 @@ +{ + "version": 1, + "dgSpecHash": "2k3s7XHbBJUe0TaApTFRtBj44QGPtwY3GoXBNxTpvupGIMCw5veP/qaAh/CqvlXfo6jDiI1WGHdaKgX1rW7YBA==", + "success": true +} \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.g.props b/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.g.props new file mode 100644 index 0000000..7ef67f7 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + C:\Users\Valeria\Source\Repos\SharpSCADA\SCADA\Program\CoreApp\DataService\GateWay\obj\project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Valeria\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + PackageReference + 4.5.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.g.targets b/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.g.targets new file mode 100644 index 0000000..91fd1c9 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/GateWay/obj/GateWay.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/GateWay/obj/project.assets.json b/SCADA/Program/CoreApp/DataService/GateWay/obj/project.assets.json new file mode 100644 index 0000000..c13ec0f --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/GateWay/obj/project.assets.json @@ -0,0 +1,5611 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v2.0": { + "Microsoft.Extensions.Configuration/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "2.0.0", + "Microsoft.Extensions.FileProviders.Physical": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {} + } + }, + "Microsoft.Extensions.Configuration.Ini/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "2.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll": {} + } + }, + "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.FileProviders.Abstractions/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.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.Logging.Console/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "2.0.0", + "Microsoft.Extensions.Logging": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll": {} + } + }, + "Microsoft.Extensions.Logging.Debug/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Logging": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.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.NETCore.App/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", + "Microsoft.NETCore.Platforms": "2.0.0", + "NETStandard.Library": "2.0.0" + }, + "compile": { + "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.0/System.AppContext.dll": {}, + "ref/netcoreapp2.0/System.Buffers.dll": {}, + "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.0/System.Collections.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.dll": {}, + "ref/netcoreapp2.0/System.Configuration.dll": {}, + "ref/netcoreapp2.0/System.Console.dll": {}, + "ref/netcoreapp2.0/System.Core.dll": {}, + "ref/netcoreapp2.0/System.Data.Common.dll": {}, + "ref/netcoreapp2.0/System.Data.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Drawing.dll": {}, + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Globalization.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.0/System.IO.dll": {}, + "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.0/System.Linq.dll": {}, + "ref/netcoreapp2.0/System.Net.Http.dll": {}, + "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.0/System.Net.Mail.dll": {}, + "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.0/System.Net.Ping.dll": {}, + "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Net.Requests.dll": {}, + "ref/netcoreapp2.0/System.Net.Security.dll": {}, + "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.0/System.Net.dll": {}, + "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.0/System.Numerics.dll": {}, + "ref/netcoreapp2.0/System.ObjectModel.dll": {}, + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.dll": {}, + "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Security.Claims.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.0/System.Security.Principal.dll": {}, + "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.0/System.Security.dll": {}, + "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.0/System.Threading.dll": {}, + "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.0/System.Transactions.dll": {}, + "ref/netcoreapp2.0/System.ValueTuple.dll": {}, + "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.0/System.Web.dll": {}, + "ref/netcoreapp2.0/System.Windows.dll": {}, + "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.0/System.Xml.dll": {}, + "ref/netcoreapp2.0/System.dll": {}, + "ref/netcoreapp2.0/WindowsBase.dll": {}, + "ref/netcoreapp2.0/mscorlib.dll": {}, + "ref/netcoreapp2.0/netstandard.dll": {} + }, + "build": { + "build/netcoreapp2.0/Microsoft.NETCore.App.props": {}, + "build/netcoreapp2.0/Microsoft.NETCore.App.targets": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "type": "package" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.0.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.0.0" + } + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.Win32.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "Microsoft.Win32.Registry/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "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" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Registry.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "MySqlConnector/0.31.1": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.Process": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.Security": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MySqlConnector.dll": {} + }, + "runtime": { + "lib/netstandard2.0/MySqlConnector.dll": {} + } + }, + "NETStandard.Library/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "debian.8-x64" + } + } + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.23-x64" + } + } + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "fedora.24-x64" + } + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Http/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Net.Security/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0", + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.13.2-x64" + } + } + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "opensuse.42.1-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib": { + "assetType": "native", + "rid": "osx.10.10-x64" + } + } + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "rhel.7-x64" + } + } + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.14.04-x64" + } + } + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.04-x64" + } + } + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "type": "package", + "runtimeTargets": { + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so": { + "assetType": "native", + "rid": "ubuntu.16.10-x64" + } + } + }, + "SerialPortStream/2.1.2": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Specialized": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.FileVersionInfo": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.TraceSource": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "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.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0" + }, + "compile": { + "lib/netstandard1.5/RJCP.SerialPortStream.dll": {} + }, + "runtime": { + "lib/netstandard1.5/RJCP.SerialPortStream.dll": {} + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.1/System.Buffers.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.Immutable/1.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/System.Collections.Immutable.dll": {} + } + }, + "System.Collections.NonGeneric/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} + } + }, + "System.Collections.Specialized/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.NonGeneric": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.Specialized.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Specialized.dll": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.FileVersionInfo/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Process/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "Microsoft.Win32.Registry": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.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.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Diagnostics.Process.dll": {} + }, + "runtimeTargets": { + "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": {} + } + }, + "System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "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.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "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.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Net.NameResolution/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.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.Security.Principal.Windows": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.NameResolution.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Primitives.dll": {} + } + }, + "System.Net.Security/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.Net.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.Security.Claims": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Security": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Net.Security.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Security.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + } + }, + "System.Reflection.Metadata/1.4.1": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Collections.Immutable": "1.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.Linq": "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.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.1/System.Reflection.Metadata.dll": {} + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "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", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "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", + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Claims/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Security.Principal": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.IO": "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.Numerics": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.Apple": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.Security.Cryptography.Algorithms.dll": {} + }, + "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.Cng/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "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.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Csp/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection": "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.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "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.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Encoding.dll": {} + }, + "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.OpenSsl/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.IO": "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.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.Text.Encoding": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll": { + "assetType": "runtime", + "rid": "unix" + } + } + }, + "System.Security.Cryptography.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.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.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Cng": "4.3.0", + "System.Security.Cryptography.Csp": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.OpenSsl": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + }, + "compile": { + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll": {} + }, + "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.Security.Principal/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.Security.Principal.dll": {} + } + }, + "System.Security.Principal.Windows/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Reflection": "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.Security.Claims": "4.3.0", + "System.Security.Principal": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.CodePages/4.4.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "2.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtime": { + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Tasks.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + }, + "runtime": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": {} + } + }, + "System.Threading.Thread/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} + } + }, + "ClientDriver/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v2.0", + "dependencies": { + "DataService": "1.0.0" + }, + "compile": { + "bin/placeholder/ClientDriver.dll": {} + }, + "runtime": { + "bin/placeholder/ClientDriver.dll": {} + } + }, + "DataHelper/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v2.0", + "dependencies": { + "DataService": "1.0.0", + "Microsoft.Extensions.Configuration.Ini": "2.0.0", + "Microsoft.Extensions.Logging": "2.0.0", + "Microsoft.Extensions.Logging.Debug": "2.0.0", + "MySqlConnector": "0.31.1" + }, + "compile": { + "bin/placeholder/DataHelper.dll": {} + }, + "runtime": { + "bin/placeholder/DataHelper.dll": {} + } + }, + "DataService/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v2.0", + "compile": { + "bin/placeholder/DataService.dll": {} + }, + "runtime": { + "bin/placeholder/DataService.dll": {} + } + }, + "ModbusDriver/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v2.0", + "dependencies": { + "DataService": "1.0.0", + "SerialPortStream": "2.1.2" + }, + "compile": { + "bin/placeholder/ModbusDriver.dll": {} + }, + "runtime": { + "bin/placeholder/ModbusDriver.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.Extensions.Configuration/2.0.0": { + "sha512": "SsI4RqI8EH00+cYO96tbftlh87sNUv1eeyuBU1XZdQkG0RrHAOjWgl7P0FoLeTSMXJpOnfweeOWj2d1/5H3FxA==", + "type": "package", + "path": "microsoft.extensions.configuration/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.2.0.0.nupkg.sha512", + "microsoft.extensions.configuration.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { + "sha512": "rHFrXqMIvQNq51H8RYTO4IWmDOYh8NUzyqGlh0xHWTP6XYnKk7Ryinys2uDs+Vu88b3AMlM3gBBSs78m6OQpYQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.2.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.FileExtensions/2.0.0": { + "sha512": "ebFbu+vsz4rzeAICWavk9a0FutWVs7aNZap5k/IVxVhu2CnnhOp/H/gNtpzplrqjYDaNYdmv9a/DoUvH2ynVEQ==", + "type": "package", + "path": "microsoft.extensions.configuration.fileextensions/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.2.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec" + ] + }, + "Microsoft.Extensions.Configuration.Ini/2.0.0": { + "sha512": "9nYhMNBO9zASwLrAR1xosrnf4SamRI2TQwXHn+DOZ5PpjzGtu7XNQ0PMmGZ6WjFbD/6iIQfbuxzd7tM7+Ziz2A==", + "type": "package", + "path": "microsoft.extensions.configuration.ini/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Ini.xml", + "microsoft.extensions.configuration.ini.2.0.0.nupkg.sha512", + "microsoft.extensions.configuration.ini.nuspec" + ] + }, + "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.FileProviders.Abstractions/2.0.0": { + "sha512": "Z0AK+hmLO33WAXQ5P1uPzhH7z5yjDHX/XnUefXxE//SyvCb9x4cVjND24dT5566t/yzGp8/WLD7EG9KQKZZklQ==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.2.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec" + ] + }, + "Microsoft.Extensions.FileProviders.Physical/2.0.0": { + "sha512": "DKO2j2socZbHNCCVEWsLVpB3AQIIzKYFNyITVeWdA1jQ829GJIQf4MUD04+1c+Q2kbK03pIKQZmEy4CGIfgDZw==", + "type": "package", + "path": "microsoft.extensions.fileproviders.physical/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.2.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec" + ] + }, + "Microsoft.Extensions.FileSystemGlobbing/2.0.0": { + "sha512": "UC87vRDUB7/vSaNY/FVhbdAyRkfFBTkYmcUoglxk6TyTojhSqYaG5pZsoP4e1ZuXktFXJXJBTvK8U/QwCo0z3g==", + "type": "package", + "path": "microsoft.extensions.filesystemglobbing/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.2.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.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.Logging.Console/2.0.0": { + "sha512": "NBjNp899FW7byDsex2ch/CkwNd2GbuHQIXCbvUVqOzSbnIsYrxOaR//BY2h2apJhnqm10IPLGkcjXxUyfAcIKA==", + "type": "package", + "path": "microsoft.extensions.logging.console/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Console.xml", + "microsoft.extensions.logging.console.2.0.0.nupkg.sha512", + "microsoft.extensions.logging.console.nuspec" + ] + }, + "Microsoft.Extensions.Logging.Debug/2.0.0": { + "sha512": "29Zn5m9yb4NEP+qbeLl+7F2lDskDfrs8NbrM8eJ+k/pYE8JksRUEFxHp1bcpGSfGP9w0pMQMOKrVcwD3u5sPog==", + "type": "package", + "path": "microsoft.extensions.logging.debug/2.0.0", + "files": [ + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Debug.xml", + "microsoft.extensions.logging.debug.2.0.0.nupkg.sha512", + "microsoft.extensions.logging.debug.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.NETCore.App/2.0.0": { + "sha512": "/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", + "type": "package", + "path": "microsoft.netcore.app/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.App.versions.txt", + "THIRD-PARTY-NOTICES.TXT", + "build/netcoreapp2.0/Microsoft.NETCore.App.PlatformManifest.txt", + "build/netcoreapp2.0/Microsoft.NETCore.App.props", + "build/netcoreapp2.0/Microsoft.NETCore.App.targets", + "microsoft.netcore.app.2.0.0.nupkg.sha512", + "microsoft.netcore.app.nuspec", + "ref/netcoreapp/_._", + "ref/netcoreapp2.0/Microsoft.CSharp.dll", + "ref/netcoreapp2.0/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll", + "ref/netcoreapp2.0/Microsoft.VisualBasic.xml", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.xml", + "ref/netcoreapp2.0/System.AppContext.dll", + "ref/netcoreapp2.0/System.AppContext.xml", + "ref/netcoreapp2.0/System.Buffers.dll", + "ref/netcoreapp2.0/System.Buffers.xml", + "ref/netcoreapp2.0/System.Collections.Concurrent.dll", + "ref/netcoreapp2.0/System.Collections.Concurrent.xml", + "ref/netcoreapp2.0/System.Collections.Immutable.dll", + "ref/netcoreapp2.0/System.Collections.Immutable.xml", + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll", + "ref/netcoreapp2.0/System.Collections.NonGeneric.xml", + "ref/netcoreapp2.0/System.Collections.Specialized.dll", + "ref/netcoreapp2.0/System.Collections.Specialized.xml", + "ref/netcoreapp2.0/System.Collections.dll", + "ref/netcoreapp2.0/System.Collections.xml", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.xml", + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll", + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.xml", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.xml", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.xml", + "ref/netcoreapp2.0/System.ComponentModel.dll", + "ref/netcoreapp2.0/System.ComponentModel.xml", + "ref/netcoreapp2.0/System.Configuration.dll", + "ref/netcoreapp2.0/System.Console.dll", + "ref/netcoreapp2.0/System.Console.xml", + "ref/netcoreapp2.0/System.Core.dll", + "ref/netcoreapp2.0/System.Data.Common.dll", + "ref/netcoreapp2.0/System.Data.Common.xml", + "ref/netcoreapp2.0/System.Data.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.xml", + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll", + "ref/netcoreapp2.0/System.Diagnostics.Debug.xml", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.xml", + "ref/netcoreapp2.0/System.Diagnostics.Process.dll", + "ref/netcoreapp2.0/System.Diagnostics.Process.xml", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.xml", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tools.xml", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.xml", + "ref/netcoreapp2.0/System.Drawing.Primitives.dll", + "ref/netcoreapp2.0/System.Drawing.Primitives.xml", + "ref/netcoreapp2.0/System.Drawing.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.xml", + "ref/netcoreapp2.0/System.Globalization.Calendars.dll", + "ref/netcoreapp2.0/System.Globalization.Calendars.xml", + "ref/netcoreapp2.0/System.Globalization.Extensions.dll", + "ref/netcoreapp2.0/System.Globalization.Extensions.xml", + "ref/netcoreapp2.0/System.Globalization.dll", + "ref/netcoreapp2.0/System.Globalization.xml", + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.xml", + "ref/netcoreapp2.0/System.IO.Compression.dll", + "ref/netcoreapp2.0/System.IO.Compression.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.xml", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.xml", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.xml", + "ref/netcoreapp2.0/System.IO.Pipes.dll", + "ref/netcoreapp2.0/System.IO.Pipes.xml", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.xml", + "ref/netcoreapp2.0/System.IO.dll", + "ref/netcoreapp2.0/System.IO.xml", + "ref/netcoreapp2.0/System.Linq.Expressions.dll", + "ref/netcoreapp2.0/System.Linq.Expressions.xml", + "ref/netcoreapp2.0/System.Linq.Parallel.dll", + "ref/netcoreapp2.0/System.Linq.Parallel.xml", + "ref/netcoreapp2.0/System.Linq.Queryable.dll", + "ref/netcoreapp2.0/System.Linq.Queryable.xml", + "ref/netcoreapp2.0/System.Linq.dll", + "ref/netcoreapp2.0/System.Linq.xml", + "ref/netcoreapp2.0/System.Net.Http.dll", + "ref/netcoreapp2.0/System.Net.Http.xml", + "ref/netcoreapp2.0/System.Net.HttpListener.dll", + "ref/netcoreapp2.0/System.Net.HttpListener.xml", + "ref/netcoreapp2.0/System.Net.Mail.dll", + "ref/netcoreapp2.0/System.Net.Mail.xml", + "ref/netcoreapp2.0/System.Net.NameResolution.dll", + "ref/netcoreapp2.0/System.Net.NameResolution.xml", + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll", + "ref/netcoreapp2.0/System.Net.NetworkInformation.xml", + "ref/netcoreapp2.0/System.Net.Ping.dll", + "ref/netcoreapp2.0/System.Net.Ping.xml", + "ref/netcoreapp2.0/System.Net.Primitives.dll", + "ref/netcoreapp2.0/System.Net.Primitives.xml", + "ref/netcoreapp2.0/System.Net.Requests.dll", + "ref/netcoreapp2.0/System.Net.Requests.xml", + "ref/netcoreapp2.0/System.Net.Security.dll", + "ref/netcoreapp2.0/System.Net.Security.xml", + "ref/netcoreapp2.0/System.Net.ServicePoint.dll", + "ref/netcoreapp2.0/System.Net.ServicePoint.xml", + "ref/netcoreapp2.0/System.Net.Sockets.dll", + "ref/netcoreapp2.0/System.Net.Sockets.xml", + "ref/netcoreapp2.0/System.Net.WebClient.dll", + "ref/netcoreapp2.0/System.Net.WebClient.xml", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.xml", + "ref/netcoreapp2.0/System.Net.WebProxy.dll", + "ref/netcoreapp2.0/System.Net.WebProxy.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.xml", + "ref/netcoreapp2.0/System.Net.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/System.Numerics.dll", + "ref/netcoreapp2.0/System.ObjectModel.dll", + "ref/netcoreapp2.0/System.ObjectModel.xml", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.xml", + "ref/netcoreapp2.0/System.Reflection.Extensions.dll", + "ref/netcoreapp2.0/System.Reflection.Extensions.xml", + "ref/netcoreapp2.0/System.Reflection.Metadata.dll", + "ref/netcoreapp2.0/System.Reflection.Metadata.xml", + "ref/netcoreapp2.0/System.Reflection.Primitives.dll", + "ref/netcoreapp2.0/System.Reflection.Primitives.xml", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.xml", + "ref/netcoreapp2.0/System.Reflection.dll", + "ref/netcoreapp2.0/System.Reflection.xml", + "ref/netcoreapp2.0/System.Resources.Reader.dll", + "ref/netcoreapp2.0/System.Resources.Reader.xml", + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll", + "ref/netcoreapp2.0/System.Resources.ResourceManager.xml", + "ref/netcoreapp2.0/System.Resources.Writer.dll", + "ref/netcoreapp2.0/System.Resources.Writer.xml", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.xml", + "ref/netcoreapp2.0/System.Runtime.Extensions.dll", + "ref/netcoreapp2.0/System.Runtime.Extensions.xml", + "ref/netcoreapp2.0/System.Runtime.Handles.dll", + "ref/netcoreapp2.0/System.Runtime.Handles.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.xml", + "ref/netcoreapp2.0/System.Runtime.Loader.dll", + "ref/netcoreapp2.0/System.Runtime.Loader.xml", + "ref/netcoreapp2.0/System.Runtime.Numerics.dll", + "ref/netcoreapp2.0/System.Runtime.Numerics.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.dll", + "ref/netcoreapp2.0/System.Runtime.dll", + "ref/netcoreapp2.0/System.Runtime.xml", + "ref/netcoreapp2.0/System.Security.Claims.dll", + "ref/netcoreapp2.0/System.Security.Claims.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.xml", + "ref/netcoreapp2.0/System.Security.Principal.dll", + "ref/netcoreapp2.0/System.Security.Principal.xml", + "ref/netcoreapp2.0/System.Security.SecureString.dll", + "ref/netcoreapp2.0/System.Security.SecureString.xml", + "ref/netcoreapp2.0/System.Security.dll", + "ref/netcoreapp2.0/System.ServiceModel.Web.dll", + "ref/netcoreapp2.0/System.ServiceProcess.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.xml", + "ref/netcoreapp2.0/System.Text.Encoding.dll", + "ref/netcoreapp2.0/System.Text.Encoding.xml", + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll", + "ref/netcoreapp2.0/System.Text.RegularExpressions.xml", + "ref/netcoreapp2.0/System.Threading.Overlapped.dll", + "ref/netcoreapp2.0/System.Threading.Overlapped.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.xml", + "ref/netcoreapp2.0/System.Threading.Thread.dll", + "ref/netcoreapp2.0/System.Threading.Thread.xml", + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll", + "ref/netcoreapp2.0/System.Threading.ThreadPool.xml", + "ref/netcoreapp2.0/System.Threading.Timer.dll", + "ref/netcoreapp2.0/System.Threading.Timer.xml", + "ref/netcoreapp2.0/System.Threading.dll", + "ref/netcoreapp2.0/System.Threading.xml", + "ref/netcoreapp2.0/System.Transactions.Local.dll", + "ref/netcoreapp2.0/System.Transactions.Local.xml", + "ref/netcoreapp2.0/System.Transactions.dll", + "ref/netcoreapp2.0/System.ValueTuple.dll", + "ref/netcoreapp2.0/System.ValueTuple.xml", + "ref/netcoreapp2.0/System.Web.HttpUtility.dll", + "ref/netcoreapp2.0/System.Web.HttpUtility.xml", + "ref/netcoreapp2.0/System.Web.dll", + "ref/netcoreapp2.0/System.Windows.dll", + "ref/netcoreapp2.0/System.Xml.Linq.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.xml", + "ref/netcoreapp2.0/System.Xml.Serialization.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.dll", + "ref/netcoreapp2.0/System.Xml.XPath.xml", + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll", + "ref/netcoreapp2.0/System.Xml.XmlDocument.xml", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.xml", + "ref/netcoreapp2.0/System.Xml.dll", + "ref/netcoreapp2.0/System.dll", + "ref/netcoreapp2.0/WindowsBase.dll", + "ref/netcoreapp2.0/mscorlib.dll", + "ref/netcoreapp2.0/netstandard.dll", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "sha512": "L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", + "type": "package", + "path": "microsoft.netcore.dotnetapphost/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnetapphost.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "sha512": "rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", + "type": "package", + "path": "microsoft.netcore.dotnethostpolicy/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostpolicy.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "sha512": "uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", + "type": "package", + "path": "microsoft.netcore.dotnethostresolver/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostresolver.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "type": "package", + "path": "microsoft.netcore.platforms/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.Platforms.2.0.0.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.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/_._" + ] + }, + "Microsoft.Win32.Registry/4.3.0": { + "sha512": "Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", + "type": "package", + "path": "microsoft.win32.registry/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/Microsoft.Win32.Registry.dll", + "microsoft.win32.registry.4.3.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll" + ] + }, + "MySqlConnector/0.31.1": { + "sha512": "8rIdABVX5/BbugqzRi2OZI2DXVFRpPAG2GpetJeuvJiWBHrtlDn3R3gPRENYEeAZM6cVIItIzAICAZDKZ4i4IA==", + "type": "package", + "path": "mysqlconnector/0.31.1", + "files": [ + "lib/net45/MySqlConnector.dll", + "lib/net46/MySqlConnector.dll", + "lib/netstandard1.3/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.dll", + "mysqlconnector.0.31.1.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "NETStandard.Library/2.0.0": { + "sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", + "type": "package", + "path": "netstandard.library/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/NETStandard.Library.targets", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.0.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==", + "type": "package", + "path": "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/debian.8-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==", + "type": "package", + "path": "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.23-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==", + "type": "package", + "path": "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/fedora.24-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "runtime.native.System.IO.Compression/4.3.0": { + "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "type": "package", + "path": "runtime.native.system.io.compression/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.native.system.io.compression.nuspec" + ] + }, + "runtime.native.System.Net.Http/4.3.0": { + "sha512": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "type": "package", + "path": "runtime.native.system.net.http/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.net.http.4.3.0.nupkg.sha512", + "runtime.native.system.net.http.nuspec" + ] + }, + "runtime.native.System.Net.Security/4.3.0": { + "sha512": "M2nN92ePS8BgQ2oi6Jj3PlTUzadYSIWLdZrHY1n1ZcW9o4wAQQ6W+aQ2lfq1ysZQfVCgDwY58alUdowrzezztg==", + "type": "package", + "path": "runtime.native.system.net.security/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.net.security.4.3.0.nupkg.sha512", + "runtime.native.system.net.security.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.apple.nuspec" + ] + }, + "runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", + "type": "package", + "path": "runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.native.system.security.cryptography.openssl.nuspec" + ] + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==", + "type": "package", + "path": "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.13.2-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==", + "type": "package", + "path": "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/opensuse.42.1-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple/4.3.0": { + "sha512": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.Apple.dylib" + ] + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==", + "type": "package", + "path": "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/osx.10.10-x64/native/System.Security.Cryptography.Native.OpenSsl.dylib" + ] + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==", + "type": "package", + "path": "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/rhel.7-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==", + "type": "package", + "path": "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.14.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==", + "type": "package", + "path": "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.16.04-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.04-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": { + "sha512": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==", + "type": "package", + "path": "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.nuspec", + "runtimes/ubuntu.16.10-x64/native/System.Security.Cryptography.Native.OpenSsl.so" + ] + }, + "SerialPortStream/2.1.2": { + "sha512": "tPTjtVtD3/YckFegHvn9gliLmIJVGB3vrkgAhxSqF7Y/k/hs3UZSb5bMchO3vp+FKpzw1bssBNIjOZDi/Ejjmg==", + "type": "package", + "path": "serialportstream/2.1.2", + "files": [ + "lib/net40/RJCP.SerialPortStream.XML", + "lib/net40/RJCP.SerialPortStream.dll", + "lib/net40/RJCP.SerialPortStream.pdb", + "lib/net45/RJCP.SerialPortStream.XML", + "lib/net45/RJCP.SerialPortStream.dll", + "lib/net45/RJCP.SerialPortStream.pdb", + "lib/netstandard1.5/RJCP.SerialPortStream.dll", + "lib/netstandard1.5/RJCP.SerialPortStream.pdb", + "lib/netstandard1.5/RJCP.SerialPortStream.xml", + "serialportstream.2.1.2.nupkg.sha512", + "serialportstream.nuspec", + "src/Datastructures/CircularBuffer.cs", + "src/Datastructures/TimerExpiry.cs", + "src/GlobalSuppressions.cs", + "src/HandShake.cs", + "src/InternalApplicationException.cs", + "src/LocalAsyncResult.cs", + "src/Native/INativeSerial.cs", + "src/Native/ISerialBufferSerialData.cs", + "src/Native/ISerialBufferStreamData.cs", + "src/Native/Platform.cs", + "src/Native/ReadToCache.cs", + "src/Native/SerialBuffer.cs", + "src/Native/Unix/INativeSerialDll.cs", + "src/Native/Unix/SafeNativeMethods.cs", + "src/Native/Unix/SafeSerialHandle.cs", + "src/Native/Unix/SerialReadWriteEvent.cs", + "src/Native/Unix/SerialUnix.cs", + "src/Native/Unix/SysErrNo.cs", + "src/Native/Unix/UnsafeNativeMethods.cs", + "src/Native/Unix/WaitForModemEvent.cs", + "src/Native/UnixNativeSerial.cs", + "src/Native/WinNativeSerial.cs", + "src/Native/Windows/CommErrorEventArgs.cs", + "src/Native/Windows/CommEventArgs.cs", + "src/Native/Windows/CommModemStatus.cs", + "src/Native/Windows/CommOverlappedIo.cs", + "src/Native/Windows/CommProperties.cs", + "src/Native/Windows/CommState.cs", + "src/Native/Windows/DtrControl.cs", + "src/Native/Windows/NativeMethods.cs", + "src/Native/Windows/RtsControl.cs", + "src/Native/Windows/SafeNativeMethods.cs", + "src/Native/Windows/UnsafeNativeMethods.cs", + "src/Native/Windows/WinError.cs", + "src/Parity.cs", + "src/PortDescription.cs", + "src/Properties/AssemblyInfo.cs", + "src/SerialData.cs", + "src/SerialDataEventArgs.cs", + "src/SerialError.cs", + "src/SerialErrorReceivedEventArgs.cs", + "src/SerialPinChange.cs", + "src/SerialPinChangedEventArgs.cs", + "src/SerialPortStream-net40.csproj", + "src/SerialPortStream-net45.csproj", + "src/SerialPortStream.cs", + "src/SerialTrace.cs", + "src/StopBits.cs", + "src/netstandard/System/EntryPointNotFoundException.cs", + "src/netstandard/System/IO/Ports/SerialPort.cs", + "src/netstandard/netstandard.xproj", + "src/netstandard/project.json" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll", + "system.buffers.4.3.0.nupkg.sha512", + "system.buffers.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.Collections.Immutable/1.3.0": { + "sha512": "zukBRPUuNxwy9m4TGWLxKAnoiMc9+B+8VXeXVyPiBPvOd7yLgAlZ1DlsRWJjMx4VsvhhF2+6q6kO2GRbPja6hA==", + "type": "package", + "path": "system.collections.immutable/1.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.1.3.0.nupkg.sha512", + "system.collections.immutable.nuspec" + ] + }, + "System.Collections.NonGeneric/4.3.0": { + "sha512": "prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", + "type": "package", + "path": "system.collections.nongeneric/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/netstandard1.3/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/netstandard1.3/System.Collections.NonGeneric.dll", + "ref/netstandard1.3/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/de/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/es/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/fr/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/it/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/ja/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/ko/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/ru/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.nongeneric.4.3.0.nupkg.sha512", + "system.collections.nongeneric.nuspec" + ] + }, + "System.Collections.Specialized/4.3.0": { + "sha512": "Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", + "type": "package", + "path": "system.collections.specialized/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.Specialized.dll", + "lib/netstandard1.3/System.Collections.Specialized.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.Specialized.dll", + "ref/netstandard1.3/System.Collections.Specialized.dll", + "ref/netstandard1.3/System.Collections.Specialized.xml", + "ref/netstandard1.3/de/System.Collections.Specialized.xml", + "ref/netstandard1.3/es/System.Collections.Specialized.xml", + "ref/netstandard1.3/fr/System.Collections.Specialized.xml", + "ref/netstandard1.3/it/System.Collections.Specialized.xml", + "ref/netstandard1.3/ja/System.Collections.Specialized.xml", + "ref/netstandard1.3/ko/System.Collections.Specialized.xml", + "ref/netstandard1.3/ru/System.Collections.Specialized.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Specialized.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Specialized.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.specialized.4.3.0.nupkg.sha512", + "system.collections.specialized.nuspec" + ] + }, + "System.Data.Common/4.3.0": { + "sha512": "lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", + "type": "package", + "path": "system.data.common/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.Common.dll", + "lib/netstandard1.2/System.Data.Common.dll", + "lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.xml", + "ref/netstandard1.2/de/System.Data.Common.xml", + "ref/netstandard1.2/es/System.Data.Common.xml", + "ref/netstandard1.2/fr/System.Data.Common.xml", + "ref/netstandard1.2/it/System.Data.Common.xml", + "ref/netstandard1.2/ja/System.Data.Common.xml", + "ref/netstandard1.2/ko/System.Data.Common.xml", + "ref/netstandard1.2/ru/System.Data.Common.xml", + "ref/netstandard1.2/zh-hans/System.Data.Common.xml", + "ref/netstandard1.2/zh-hant/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.data.common.4.3.0.nupkg.sha512", + "system.data.common.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.FileVersionInfo/4.3.0": { + "sha512": "omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", + "type": "package", + "path": "system.diagnostics.fileversioninfo/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.FileVersionInfo.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.FileVersionInfo.dll", + "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", + "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", + "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512", + "system.diagnostics.fileversioninfo.nuspec" + ] + }, + "System.Diagnostics.Process/4.3.0": { + "sha512": "0+m/TzDUWlBeLuWRw6NMChBt7E82+JtTBcMNLjRuQ50AddVpCyjLkS0JMXXIp6nw4NHsT08mP1A+/+lEDKJUOg==", + "type": "package", + "path": "system.diagnostics.process/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net461/System.Diagnostics.Process.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net461/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.dll", + "ref/netstandard1.3/System.Diagnostics.Process.xml", + "ref/netstandard1.3/de/System.Diagnostics.Process.xml", + "ref/netstandard1.3/es/System.Diagnostics.Process.xml", + "ref/netstandard1.3/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.3/it/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.3/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.Process.xml", + "ref/netstandard1.4/System.Diagnostics.Process.dll", + "ref/netstandard1.4/System.Diagnostics.Process.xml", + "ref/netstandard1.4/de/System.Diagnostics.Process.xml", + "ref/netstandard1.4/es/System.Diagnostics.Process.xml", + "ref/netstandard1.4/fr/System.Diagnostics.Process.xml", + "ref/netstandard1.4/it/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ja/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ko/System.Diagnostics.Process.xml", + "ref/netstandard1.4/ru/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hans/System.Diagnostics.Process.xml", + "ref/netstandard1.4/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/linux/lib/netstandard1.4/System.Diagnostics.Process.dll", + "runtimes/osx/lib/netstandard1.4/System.Diagnostics.Process.dll", + "runtimes/win/lib/net46/System.Diagnostics.Process.dll", + "runtimes/win/lib/net461/System.Diagnostics.Process.dll", + "runtimes/win/lib/netstandard1.4/System.Diagnostics.Process.dll", + "runtimes/win7/lib/netcore50/_._", + "system.diagnostics.process.4.3.0.nupkg.sha512", + "system.diagnostics.process.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.TraceSource/4.3.0": { + "sha512": "VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", + "type": "package", + "path": "system.diagnostics.tracesource/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll", + "ref/netstandard1.3/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", + "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", + "system.diagnostics.tracesource.4.3.0.nupkg.sha512", + "system.diagnostics.tracesource.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.Globalization.Extensions/4.3.0": { + "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "type": "package", + "path": "system.globalization.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", + "runtimes/win/lib/net46/System.Globalization.Extensions.dll", + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", + "system.globalization.extensions.4.3.0.nupkg.sha512", + "system.globalization.extensions.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.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.Net.NameResolution/4.3.0": { + "sha512": "AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "type": "package", + "path": "system.net.nameresolution/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.NameResolution.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.dll", + "ref/netstandard1.3/System.Net.NameResolution.xml", + "ref/netstandard1.3/de/System.Net.NameResolution.xml", + "ref/netstandard1.3/es/System.Net.NameResolution.xml", + "ref/netstandard1.3/fr/System.Net.NameResolution.xml", + "ref/netstandard1.3/it/System.Net.NameResolution.xml", + "ref/netstandard1.3/ja/System.Net.NameResolution.xml", + "ref/netstandard1.3/ko/System.Net.NameResolution.xml", + "ref/netstandard1.3/ru/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hans/System.Net.NameResolution.xml", + "ref/netstandard1.3/zh-hant/System.Net.NameResolution.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Net.NameResolution.dll", + "runtimes/win/lib/net46/System.Net.NameResolution.dll", + "runtimes/win/lib/netcore50/System.Net.NameResolution.dll", + "runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll", + "system.net.nameresolution.4.3.0.nupkg.sha512", + "system.net.nameresolution.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.Security/4.3.0": { + "sha512": "IgJKNfALqw7JRWp5LMQ5SWHNKvXVz094U6wNE3c1i8bOkMQvgBL+MMQuNt3xl9Qg9iWpj3lFxPZEY6XHmROjMQ==", + "type": "package", + "path": "system.net.security/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Security.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.dll", + "ref/netstandard1.3/System.Net.Security.xml", + "ref/netstandard1.3/de/System.Net.Security.xml", + "ref/netstandard1.3/es/System.Net.Security.xml", + "ref/netstandard1.3/fr/System.Net.Security.xml", + "ref/netstandard1.3/it/System.Net.Security.xml", + "ref/netstandard1.3/ja/System.Net.Security.xml", + "ref/netstandard1.3/ko/System.Net.Security.xml", + "ref/netstandard1.3/ru/System.Net.Security.xml", + "ref/netstandard1.3/zh-hans/System.Net.Security.xml", + "ref/netstandard1.3/zh-hant/System.Net.Security.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Security.dll", + "runtimes/win/lib/net46/System.Net.Security.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Security.dll", + "runtimes/win7/lib/netcore50/_._", + "system.net.security.4.3.0.nupkg.sha512", + "system.net.security.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.Metadata/1.4.1": { + "sha512": "tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==", + "type": "package", + "path": "system.reflection.metadata/1.4.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.4.1.nupkg.sha512", + "system.reflection.metadata.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.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.Cng/4.3.0": { + "sha512": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", + "type": "package", + "path": "system.security.cryptography.cng/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Security.Cryptography.Cng.dll", + "lib/net461/System.Security.Cryptography.Cng.dll", + "lib/net463/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "ref/net461/System.Security.Cryptography.Cng.dll", + "ref/net463/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.3/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.4/System.Security.Cryptography.Cng.dll", + "ref/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/net463/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.4/System.Security.Cryptography.Cng.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Cng.dll", + "system.security.cryptography.cng.4.3.0.nupkg.sha512", + "system.security.cryptography.cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.3.0": { + "sha512": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "type": "package", + "path": "system.security.cryptography.csp/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/netstandard1.3/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.Csp.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Csp.dll", + "system.security.cryptography.csp.4.3.0.nupkg.sha512", + "system.security.cryptography.csp.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.OpenSsl/4.3.0": { + "sha512": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "type": "package", + "path": "system.security.cryptography.openssl/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "ref/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.OpenSsl.dll", + "system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "system.security.cryptography.openssl.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.Security.Principal/4.3.0": { + "sha512": "I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", + "type": "package", + "path": "system.security.principal/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netstandard1.0/System.Security.Principal.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.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/netcore50/de/System.Security.Principal.xml", + "ref/netcore50/es/System.Security.Principal.xml", + "ref/netcore50/fr/System.Security.Principal.xml", + "ref/netcore50/it/System.Security.Principal.xml", + "ref/netcore50/ja/System.Security.Principal.xml", + "ref/netcore50/ko/System.Security.Principal.xml", + "ref/netcore50/ru/System.Security.Principal.xml", + "ref/netcore50/zh-hans/System.Security.Principal.xml", + "ref/netcore50/zh-hant/System.Security.Principal.xml", + "ref/netstandard1.0/System.Security.Principal.dll", + "ref/netstandard1.0/System.Security.Principal.xml", + "ref/netstandard1.0/de/System.Security.Principal.xml", + "ref/netstandard1.0/es/System.Security.Principal.xml", + "ref/netstandard1.0/fr/System.Security.Principal.xml", + "ref/netstandard1.0/it/System.Security.Principal.xml", + "ref/netstandard1.0/ja/System.Security.Principal.xml", + "ref/netstandard1.0/ko/System.Security.Principal.xml", + "ref/netstandard1.0/ru/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hans/System.Security.Principal.xml", + "ref/netstandard1.0/zh-hant/System.Security.Principal.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.security.principal.4.3.0.nupkg.sha512", + "system.security.principal.nuspec" + ] + }, + "System.Security.Principal.Windows/4.3.0": { + "sha512": "HVL1rvqYtnRCxFsYag/2le/ZfKLK4yMw79+s6FmKXbSCNN0JeAhrYxnRAHFoWRa0dEojsDcbBSpH3l22QxAVyw==", + "type": "package", + "path": "system.security.principal.windows/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Security.Principal.Windows.dll", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "system.security.principal.windows.4.3.0.nupkg.sha512", + "system.security.principal.windows.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.CodePages/4.4.0": { + "sha512": "6JX7ZdaceBiLKLkYt8zJcp4xTJd1uYyXXEkPw6mnlUIjh1gZPIVKPtRXPmY5kLf6DwZmf5YLwR3QUrRonl7l0A==", + "type": "package", + "path": "system.text.encoding.codepages/4.4.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Text.Encoding.CodePages.dll", + "lib/net461/System.Text.Encoding.CodePages.dll", + "lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/netstandard1.3/System.Text.Encoding.CodePages.dll", + "ref/netstandard1.3/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/de/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/es/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/it/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.CodePages.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.CodePages.xml", + "ref/netstandard2.0/System.Text.Encoding.CodePages.dll", + "ref/netstandard2.0/System.Text.Encoding.CodePages.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/win/lib/net461/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netcoreapp2.0/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard1.3/System.Text.Encoding.CodePages.dll", + "runtimes/win/lib/netstandard2.0/System.Text.Encoding.CodePages.dll", + "system.text.encoding.codepages.4.4.0.nupkg.sha512", + "system.text.encoding.codepages.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "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.Overlapped/4.3.0": { + "sha512": "4MelUq0UL7OGnJlR46OAJK6n86CPstiBjKKdbMRJl+tD2UMAto455j1x1SACz62gwuLz9CBGsXm9C8iVEA9hag==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Threading.Overlapped.dll", + "ref/net46/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", + "runtimes/win/lib/net46/System.Threading.Overlapped.dll", + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", + "system.threading.overlapped.4.3.0.nupkg.sha512", + "system.threading.overlapped.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.Tasks.Extensions/4.3.0": { + "sha512": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", + "type": "package", + "path": "system.threading.tasks.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", + "system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "system.threading.tasks.extensions.nuspec" + ] + }, + "System.Threading.Thread/4.3.0": { + "sha512": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", + "type": "package", + "path": "system.threading.thread/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/netcore50/_._", + "lib/netstandard1.3/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.thread.4.3.0.nupkg.sha512", + "system.threading.thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.3.0": { + "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", + "type": "package", + "path": "system.threading.threadpool/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/netcore50/_._", + "lib/netstandard1.3/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.threadpool.4.3.0.nupkg.sha512", + "system.threading.threadpool.nuspec" + ] + }, + "ClientDriver/1.0.0": { + "type": "project", + "path": "../ClientDriver/ClientDriver.csproj", + "msbuildProject": "../ClientDriver/ClientDriver.csproj" + }, + "DataHelper/1.0.0": { + "type": "project", + "path": "../DataHelper/DataHelper.csproj", + "msbuildProject": "../DataHelper/DataHelper.csproj" + }, + "DataService/1.0.0": { + "type": "project", + "path": "../DataService/DataService.csproj", + "msbuildProject": "../DataService/DataService.csproj" + }, + "ModbusDriver/1.0.0": { + "type": "project", + "path": "../ModbusDriver/ModbusDriver.csproj", + "msbuildProject": "../ModbusDriver/ModbusDriver.csproj" + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v2.0": [ + "ClientDriver >= 1.0.0", + "DataHelper >= 1.0.0", + "DataService >= 1.0.0", + "Microsoft.Extensions.Logging >= 2.0.0", + "Microsoft.Extensions.Logging.Console >= 2.0.0", + "Microsoft.Extensions.Logging.Debug >= 2.0.0", + "Microsoft.NETCore.App >= 2.0.0", + "ModbusDriver >= 1.0.0", + "System.Text.Encoding.CodePages >= 4.4.0" + ] + }, + "packageFolders": { + "C:\\Users\\Valeria\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\": {}, + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restoreSettings": { + "hideWarningsAndErrors": true + }, + "restore": { + "projectUniqueName": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\GateWay\\GateWay.csproj", + "projectName": "GateWay", + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\GateWay\\GateWay.csproj", + "packagesPath": "C:\\Users\\Valeria\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\GateWay\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\Valeria\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config" + ], + "originalTargetFrameworks": [ + "netcoreapp2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp2.0": { + "projectReferences": { + "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ModbusDriver\\ModbusDriver.csproj": { + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ModbusDriver\\ModbusDriver.csproj" + }, + "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj": { + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj" + }, + "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataHelper\\DataHelper.csproj": { + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataHelper\\DataHelper.csproj" + }, + "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ClientDriver\\ClientDriver.csproj": { + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ClientDriver\\ClientDriver.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp2.0": { + "dependencies": { + "Microsoft.Extensions.Logging": { + "target": "Package", + "version": "[2.0.0, )" + }, + "Microsoft.Extensions.Logging.Console": { + "target": "Package", + "version": "[2.0.0, )" + }, + "Microsoft.Extensions.Logging.Debug": { + "target": "Package", + "version": "[2.0.0, )" + }, + "Microsoft.NETCore.App": { + "target": "Package", + "version": "[2.0.0, )", + "autoReferenced": true + }, + "System.Text.Encoding.CodePages": { + "target": "Package", + "version": "[4.4.0, )" + } + }, + "imports": [ + "net461" + ], + "assetTargetFallback": true, + "warn": true + } + } + } +} \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.AssemblyInfo.cs b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.AssemblyInfo.cs new file mode 100644 index 0000000..9265ad0 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("ModbusDriver")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("ModbusDriver")] +[assembly: System.Reflection.AssemblyTitleAttribute("ModbusDriver")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.AssemblyInfoInputs.cache b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.AssemblyInfoInputs.cache new file mode 100644 index 0000000..5f0c486 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +350001402938be7cb72a00fb7abd0e6c0a4efb02 diff --git a/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.csproj.CoreCompileInputs.cache b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..a0a1ea4 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/Debug/netcoreapp2.0/ModbusDriver.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +1ed721e16d2da8d4514ac8b557d72c2c7ef761ee diff --git a/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.cache b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.cache new file mode 100644 index 0000000..6b8ef92 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.cache @@ -0,0 +1,5 @@ +{ + "version": 1, + "dgSpecHash": "jQdDxheGjv0PXEMz/xCV5YEqtXfmhDaL/ppATuUPIJ9n2H/eQmTa4QAmUo3kxYR9oM4nR6d0c0UwTWFwSBPfcA==", + "success": true +} \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.g.props b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.g.props new file mode 100644 index 0000000..fb75fdb --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.g.props @@ -0,0 +1,18 @@ + + + + True + NuGet + C:\Users\Valeria\Source\Repos\SharpSCADA\SCADA\Program\CoreApp\DataService\ModbusDriver\obj\project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Valeria\.nuget\packages\;C:\Program Files (x86)\Microsoft SDKs\NuGetPackagesFallback\;C:\Program Files\dotnet\sdk\NuGetFallbackFolder + PackageReference + 4.5.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.g.targets b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.g.targets new file mode 100644 index 0000000..91fd1c9 --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/ModbusDriver.csproj.nuget.g.targets @@ -0,0 +1,10 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + + + + + \ No newline at end of file diff --git a/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/project.assets.json b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/project.assets.json new file mode 100644 index 0000000..4e05bae --- /dev/null +++ b/SCADA/Program/CoreApp/DataService/ModbusDriver/obj/project.assets.json @@ -0,0 +1,3326 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v2.0": { + "Microsoft.NETCore.App/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostPolicy": "2.0.0", + "Microsoft.NETCore.Platforms": "2.0.0", + "NETStandard.Library": "2.0.0" + }, + "compile": { + "ref/netcoreapp2.0/Microsoft.CSharp.dll": {}, + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll": {}, + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll": {}, + "ref/netcoreapp2.0/System.AppContext.dll": {}, + "ref/netcoreapp2.0/System.Buffers.dll": {}, + "ref/netcoreapp2.0/System.Collections.Concurrent.dll": {}, + "ref/netcoreapp2.0/System.Collections.Immutable.dll": {}, + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll": {}, + "ref/netcoreapp2.0/System.Collections.Specialized.dll": {}, + "ref/netcoreapp2.0/System.Collections.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll": {}, + "ref/netcoreapp2.0/System.ComponentModel.dll": {}, + "ref/netcoreapp2.0/System.Configuration.dll": {}, + "ref/netcoreapp2.0/System.Console.dll": {}, + "ref/netcoreapp2.0/System.Core.dll": {}, + "ref/netcoreapp2.0/System.Data.Common.dll": {}, + "ref/netcoreapp2.0/System.Data.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Process.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll": {}, + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll": {}, + "ref/netcoreapp2.0/System.Drawing.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Drawing.dll": {}, + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Calendars.dll": {}, + "ref/netcoreapp2.0/System.Globalization.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Globalization.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll": {}, + "ref/netcoreapp2.0/System.IO.Compression.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll": {}, + "ref/netcoreapp2.0/System.IO.FileSystem.dll": {}, + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll": {}, + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll": {}, + "ref/netcoreapp2.0/System.IO.Pipes.dll": {}, + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll": {}, + "ref/netcoreapp2.0/System.IO.dll": {}, + "ref/netcoreapp2.0/System.Linq.Expressions.dll": {}, + "ref/netcoreapp2.0/System.Linq.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Linq.Queryable.dll": {}, + "ref/netcoreapp2.0/System.Linq.dll": {}, + "ref/netcoreapp2.0/System.Net.Http.dll": {}, + "ref/netcoreapp2.0/System.Net.HttpListener.dll": {}, + "ref/netcoreapp2.0/System.Net.Mail.dll": {}, + "ref/netcoreapp2.0/System.Net.NameResolution.dll": {}, + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll": {}, + "ref/netcoreapp2.0/System.Net.Ping.dll": {}, + "ref/netcoreapp2.0/System.Net.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Net.Requests.dll": {}, + "ref/netcoreapp2.0/System.Net.Security.dll": {}, + "ref/netcoreapp2.0/System.Net.ServicePoint.dll": {}, + "ref/netcoreapp2.0/System.Net.Sockets.dll": {}, + "ref/netcoreapp2.0/System.Net.WebClient.dll": {}, + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll": {}, + "ref/netcoreapp2.0/System.Net.WebProxy.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll": {}, + "ref/netcoreapp2.0/System.Net.WebSockets.dll": {}, + "ref/netcoreapp2.0/System.Net.dll": {}, + "ref/netcoreapp2.0/System.Numerics.Vectors.dll": {}, + "ref/netcoreapp2.0/System.Numerics.dll": {}, + "ref/netcoreapp2.0/System.ObjectModel.dll": {}, + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Emit.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Metadata.dll": {}, + "ref/netcoreapp2.0/System.Reflection.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll": {}, + "ref/netcoreapp2.0/System.Reflection.dll": {}, + "ref/netcoreapp2.0/System.Resources.Reader.dll": {}, + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll": {}, + "ref/netcoreapp2.0/System.Resources.Writer.dll": {}, + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Handles.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll": {}, + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Loader.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Numerics.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll": {}, + "ref/netcoreapp2.0/System.Runtime.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Runtime.dll": {}, + "ref/netcoreapp2.0/System.Security.Claims.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll": {}, + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll": {}, + "ref/netcoreapp2.0/System.Security.Principal.dll": {}, + "ref/netcoreapp2.0/System.Security.SecureString.dll": {}, + "ref/netcoreapp2.0/System.Security.dll": {}, + "ref/netcoreapp2.0/System.ServiceModel.Web.dll": {}, + "ref/netcoreapp2.0/System.ServiceProcess.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Text.Encoding.dll": {}, + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Overlapped.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll": {}, + "ref/netcoreapp2.0/System.Threading.Tasks.dll": {}, + "ref/netcoreapp2.0/System.Threading.Thread.dll": {}, + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll": {}, + "ref/netcoreapp2.0/System.Threading.Timer.dll": {}, + "ref/netcoreapp2.0/System.Threading.dll": {}, + "ref/netcoreapp2.0/System.Transactions.Local.dll": {}, + "ref/netcoreapp2.0/System.Transactions.dll": {}, + "ref/netcoreapp2.0/System.ValueTuple.dll": {}, + "ref/netcoreapp2.0/System.Web.HttpUtility.dll": {}, + "ref/netcoreapp2.0/System.Web.dll": {}, + "ref/netcoreapp2.0/System.Windows.dll": {}, + "ref/netcoreapp2.0/System.Xml.Linq.dll": {}, + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll": {}, + "ref/netcoreapp2.0/System.Xml.Serialization.dll": {}, + "ref/netcoreapp2.0/System.Xml.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XPath.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll": {}, + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll": {}, + "ref/netcoreapp2.0/System.Xml.dll": {}, + "ref/netcoreapp2.0/System.dll": {}, + "ref/netcoreapp2.0/WindowsBase.dll": {}, + "ref/netcoreapp2.0/mscorlib.dll": {}, + "ref/netcoreapp2.0/netstandard.dll": {} + }, + "build": { + "build/netcoreapp2.0/Microsoft.NETCore.App.props": {}, + "build/netcoreapp2.0/Microsoft.NETCore.App.targets": {} + } + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "type": "package" + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetHostResolver": "2.0.0" + } + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.DotNetAppHost": "2.0.0" + } + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.Win32.Registry/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "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" + }, + "compile": { + "ref/netstandard1.3/Microsoft.Win32.Registry.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "NETStandard.Library/2.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + }, + "runtime.native.System/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "runtime.native.System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "SerialPortStream/2.1.2": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Specialized": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.FileVersionInfo": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.TraceSource": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "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.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0" + }, + "compile": { + "lib/netstandard1.5/RJCP.SerialPortStream.dll": {} + }, + "runtime": { + "lib/netstandard1.5/RJCP.SerialPortStream.dll": {} + } + }, + "System.Buffers/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.1/System.Buffers.dll": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.dll": {} + } + }, + "System.Collections.Immutable/1.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/System.Collections.Immutable.dll": {} + } + }, + "System.Collections.NonGeneric/4.3.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} + } + }, + "System.Collections.Specialized/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.NonGeneric": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Collections.Specialized.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Specialized.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.FileVersionInfo/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tools/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": {} + } + }, + "System.IO.Compression/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "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.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0", + "runtime.native.System.IO.Compression": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + }, + "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.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Reflection/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Reflection.dll": {} + } + }, + "System.Reflection.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + } + }, + "System.Reflection.Metadata/1.4.1": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Collections.Immutable": "1.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.Linq": "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.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "lib/netstandard1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.1/System.Reflection.Metadata.dll": {} + } + }, + "System.Reflection.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "compile": { + "ref/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "runtime": { + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} + }, + "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.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Threading/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Overlapped.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} + } + }, + "DataService/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v2.0", + "compile": { + "bin/placeholder/DataService.dll": {} + }, + "runtime": { + "bin/placeholder/DataService.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.NETCore.App/2.0.0": { + "sha512": "/mzXF+UtZef+VpzzN88EpvFq5U6z4rj54ZMq/J968H6pcvyLOmcupmTRpJ3CJm8ILoCGh9WI7qpDdiKtuzswrQ==", + "type": "package", + "path": "microsoft.netcore.app/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.App.versions.txt", + "THIRD-PARTY-NOTICES.TXT", + "build/netcoreapp2.0/Microsoft.NETCore.App.PlatformManifest.txt", + "build/netcoreapp2.0/Microsoft.NETCore.App.props", + "build/netcoreapp2.0/Microsoft.NETCore.App.targets", + "microsoft.netcore.app.2.0.0.nupkg.sha512", + "microsoft.netcore.app.nuspec", + "ref/netcoreapp/_._", + "ref/netcoreapp2.0/Microsoft.CSharp.dll", + "ref/netcoreapp2.0/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/Microsoft.VisualBasic.dll", + "ref/netcoreapp2.0/Microsoft.VisualBasic.xml", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.dll", + "ref/netcoreapp2.0/Microsoft.Win32.Primitives.xml", + "ref/netcoreapp2.0/System.AppContext.dll", + "ref/netcoreapp2.0/System.AppContext.xml", + "ref/netcoreapp2.0/System.Buffers.dll", + "ref/netcoreapp2.0/System.Buffers.xml", + "ref/netcoreapp2.0/System.Collections.Concurrent.dll", + "ref/netcoreapp2.0/System.Collections.Concurrent.xml", + "ref/netcoreapp2.0/System.Collections.Immutable.dll", + "ref/netcoreapp2.0/System.Collections.Immutable.xml", + "ref/netcoreapp2.0/System.Collections.NonGeneric.dll", + "ref/netcoreapp2.0/System.Collections.NonGeneric.xml", + "ref/netcoreapp2.0/System.Collections.Specialized.dll", + "ref/netcoreapp2.0/System.Collections.Specialized.xml", + "ref/netcoreapp2.0/System.Collections.dll", + "ref/netcoreapp2.0/System.Collections.xml", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.Annotations.xml", + "ref/netcoreapp2.0/System.ComponentModel.Composition.dll", + "ref/netcoreapp2.0/System.ComponentModel.DataAnnotations.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.dll", + "ref/netcoreapp2.0/System.ComponentModel.EventBasedAsync.xml", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.dll", + "ref/netcoreapp2.0/System.ComponentModel.Primitives.xml", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.dll", + "ref/netcoreapp2.0/System.ComponentModel.TypeConverter.xml", + "ref/netcoreapp2.0/System.ComponentModel.dll", + "ref/netcoreapp2.0/System.ComponentModel.xml", + "ref/netcoreapp2.0/System.Configuration.dll", + "ref/netcoreapp2.0/System.Console.dll", + "ref/netcoreapp2.0/System.Console.xml", + "ref/netcoreapp2.0/System.Core.dll", + "ref/netcoreapp2.0/System.Data.Common.dll", + "ref/netcoreapp2.0/System.Data.Common.xml", + "ref/netcoreapp2.0/System.Data.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.dll", + "ref/netcoreapp2.0/System.Diagnostics.Contracts.xml", + "ref/netcoreapp2.0/System.Diagnostics.Debug.dll", + "ref/netcoreapp2.0/System.Diagnostics.Debug.xml", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.DiagnosticSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.dll", + "ref/netcoreapp2.0/System.Diagnostics.FileVersionInfo.xml", + "ref/netcoreapp2.0/System.Diagnostics.Process.dll", + "ref/netcoreapp2.0/System.Diagnostics.Process.xml", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.dll", + "ref/netcoreapp2.0/System.Diagnostics.StackTrace.xml", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.dll", + "ref/netcoreapp2.0/System.Diagnostics.TextWriterTraceListener.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tools.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tools.xml", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.dll", + "ref/netcoreapp2.0/System.Diagnostics.TraceSource.xml", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.dll", + "ref/netcoreapp2.0/System.Diagnostics.Tracing.xml", + "ref/netcoreapp2.0/System.Drawing.Primitives.dll", + "ref/netcoreapp2.0/System.Drawing.Primitives.xml", + "ref/netcoreapp2.0/System.Drawing.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.dll", + "ref/netcoreapp2.0/System.Dynamic.Runtime.xml", + "ref/netcoreapp2.0/System.Globalization.Calendars.dll", + "ref/netcoreapp2.0/System.Globalization.Calendars.xml", + "ref/netcoreapp2.0/System.Globalization.Extensions.dll", + "ref/netcoreapp2.0/System.Globalization.Extensions.xml", + "ref/netcoreapp2.0/System.Globalization.dll", + "ref/netcoreapp2.0/System.Globalization.xml", + "ref/netcoreapp2.0/System.IO.Compression.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.dll", + "ref/netcoreapp2.0/System.IO.Compression.ZipFile.xml", + "ref/netcoreapp2.0/System.IO.Compression.dll", + "ref/netcoreapp2.0/System.IO.Compression.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.DriveInfo.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Primitives.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.Watcher.xml", + "ref/netcoreapp2.0/System.IO.FileSystem.dll", + "ref/netcoreapp2.0/System.IO.FileSystem.xml", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.dll", + "ref/netcoreapp2.0/System.IO.IsolatedStorage.xml", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.dll", + "ref/netcoreapp2.0/System.IO.MemoryMappedFiles.xml", + "ref/netcoreapp2.0/System.IO.Pipes.dll", + "ref/netcoreapp2.0/System.IO.Pipes.xml", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.dll", + "ref/netcoreapp2.0/System.IO.UnmanagedMemoryStream.xml", + "ref/netcoreapp2.0/System.IO.dll", + "ref/netcoreapp2.0/System.IO.xml", + "ref/netcoreapp2.0/System.Linq.Expressions.dll", + "ref/netcoreapp2.0/System.Linq.Expressions.xml", + "ref/netcoreapp2.0/System.Linq.Parallel.dll", + "ref/netcoreapp2.0/System.Linq.Parallel.xml", + "ref/netcoreapp2.0/System.Linq.Queryable.dll", + "ref/netcoreapp2.0/System.Linq.Queryable.xml", + "ref/netcoreapp2.0/System.Linq.dll", + "ref/netcoreapp2.0/System.Linq.xml", + "ref/netcoreapp2.0/System.Net.Http.dll", + "ref/netcoreapp2.0/System.Net.Http.xml", + "ref/netcoreapp2.0/System.Net.HttpListener.dll", + "ref/netcoreapp2.0/System.Net.HttpListener.xml", + "ref/netcoreapp2.0/System.Net.Mail.dll", + "ref/netcoreapp2.0/System.Net.Mail.xml", + "ref/netcoreapp2.0/System.Net.NameResolution.dll", + "ref/netcoreapp2.0/System.Net.NameResolution.xml", + "ref/netcoreapp2.0/System.Net.NetworkInformation.dll", + "ref/netcoreapp2.0/System.Net.NetworkInformation.xml", + "ref/netcoreapp2.0/System.Net.Ping.dll", + "ref/netcoreapp2.0/System.Net.Ping.xml", + "ref/netcoreapp2.0/System.Net.Primitives.dll", + "ref/netcoreapp2.0/System.Net.Primitives.xml", + "ref/netcoreapp2.0/System.Net.Requests.dll", + "ref/netcoreapp2.0/System.Net.Requests.xml", + "ref/netcoreapp2.0/System.Net.Security.dll", + "ref/netcoreapp2.0/System.Net.Security.xml", + "ref/netcoreapp2.0/System.Net.ServicePoint.dll", + "ref/netcoreapp2.0/System.Net.ServicePoint.xml", + "ref/netcoreapp2.0/System.Net.Sockets.dll", + "ref/netcoreapp2.0/System.Net.Sockets.xml", + "ref/netcoreapp2.0/System.Net.WebClient.dll", + "ref/netcoreapp2.0/System.Net.WebClient.xml", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.dll", + "ref/netcoreapp2.0/System.Net.WebHeaderCollection.xml", + "ref/netcoreapp2.0/System.Net.WebProxy.dll", + "ref/netcoreapp2.0/System.Net.WebProxy.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.Client.xml", + "ref/netcoreapp2.0/System.Net.WebSockets.dll", + "ref/netcoreapp2.0/System.Net.WebSockets.xml", + "ref/netcoreapp2.0/System.Net.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.dll", + "ref/netcoreapp2.0/System.Numerics.Vectors.xml", + "ref/netcoreapp2.0/System.Numerics.dll", + "ref/netcoreapp2.0/System.ObjectModel.dll", + "ref/netcoreapp2.0/System.ObjectModel.xml", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.dll", + "ref/netcoreapp2.0/System.Reflection.DispatchProxy.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.Lightweight.xml", + "ref/netcoreapp2.0/System.Reflection.Emit.dll", + "ref/netcoreapp2.0/System.Reflection.Emit.xml", + "ref/netcoreapp2.0/System.Reflection.Extensions.dll", + "ref/netcoreapp2.0/System.Reflection.Extensions.xml", + "ref/netcoreapp2.0/System.Reflection.Metadata.dll", + "ref/netcoreapp2.0/System.Reflection.Metadata.xml", + "ref/netcoreapp2.0/System.Reflection.Primitives.dll", + "ref/netcoreapp2.0/System.Reflection.Primitives.xml", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.dll", + "ref/netcoreapp2.0/System.Reflection.TypeExtensions.xml", + "ref/netcoreapp2.0/System.Reflection.dll", + "ref/netcoreapp2.0/System.Reflection.xml", + "ref/netcoreapp2.0/System.Resources.Reader.dll", + "ref/netcoreapp2.0/System.Resources.Reader.xml", + "ref/netcoreapp2.0/System.Resources.ResourceManager.dll", + "ref/netcoreapp2.0/System.Resources.ResourceManager.xml", + "ref/netcoreapp2.0/System.Resources.Writer.dll", + "ref/netcoreapp2.0/System.Resources.Writer.xml", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.dll", + "ref/netcoreapp2.0/System.Runtime.CompilerServices.VisualC.xml", + "ref/netcoreapp2.0/System.Runtime.Extensions.dll", + "ref/netcoreapp2.0/System.Runtime.Extensions.xml", + "ref/netcoreapp2.0/System.Runtime.Handles.dll", + "ref/netcoreapp2.0/System.Runtime.Handles.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.RuntimeInformation.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.WindowsRuntime.xml", + "ref/netcoreapp2.0/System.Runtime.InteropServices.dll", + "ref/netcoreapp2.0/System.Runtime.InteropServices.xml", + "ref/netcoreapp2.0/System.Runtime.Loader.dll", + "ref/netcoreapp2.0/System.Runtime.Loader.xml", + "ref/netcoreapp2.0/System.Runtime.Numerics.dll", + "ref/netcoreapp2.0/System.Runtime.Numerics.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Formatters.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Json.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Primitives.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.dll", + "ref/netcoreapp2.0/System.Runtime.Serialization.Xml.xml", + "ref/netcoreapp2.0/System.Runtime.Serialization.dll", + "ref/netcoreapp2.0/System.Runtime.dll", + "ref/netcoreapp2.0/System.Runtime.xml", + "ref/netcoreapp2.0/System.Security.Claims.dll", + "ref/netcoreapp2.0/System.Security.Claims.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Algorithms.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Csp.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Encoding.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.Primitives.xml", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.dll", + "ref/netcoreapp2.0/System.Security.Cryptography.X509Certificates.xml", + "ref/netcoreapp2.0/System.Security.Principal.dll", + "ref/netcoreapp2.0/System.Security.Principal.xml", + "ref/netcoreapp2.0/System.Security.SecureString.dll", + "ref/netcoreapp2.0/System.Security.SecureString.xml", + "ref/netcoreapp2.0/System.Security.dll", + "ref/netcoreapp2.0/System.ServiceModel.Web.dll", + "ref/netcoreapp2.0/System.ServiceProcess.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.dll", + "ref/netcoreapp2.0/System.Text.Encoding.Extensions.xml", + "ref/netcoreapp2.0/System.Text.Encoding.dll", + "ref/netcoreapp2.0/System.Text.Encoding.xml", + "ref/netcoreapp2.0/System.Text.RegularExpressions.dll", + "ref/netcoreapp2.0/System.Text.RegularExpressions.xml", + "ref/netcoreapp2.0/System.Threading.Overlapped.dll", + "ref/netcoreapp2.0/System.Threading.Overlapped.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Dataflow.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Extensions.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.Parallel.xml", + "ref/netcoreapp2.0/System.Threading.Tasks.dll", + "ref/netcoreapp2.0/System.Threading.Tasks.xml", + "ref/netcoreapp2.0/System.Threading.Thread.dll", + "ref/netcoreapp2.0/System.Threading.Thread.xml", + "ref/netcoreapp2.0/System.Threading.ThreadPool.dll", + "ref/netcoreapp2.0/System.Threading.ThreadPool.xml", + "ref/netcoreapp2.0/System.Threading.Timer.dll", + "ref/netcoreapp2.0/System.Threading.Timer.xml", + "ref/netcoreapp2.0/System.Threading.dll", + "ref/netcoreapp2.0/System.Threading.xml", + "ref/netcoreapp2.0/System.Transactions.Local.dll", + "ref/netcoreapp2.0/System.Transactions.Local.xml", + "ref/netcoreapp2.0/System.Transactions.dll", + "ref/netcoreapp2.0/System.ValueTuple.dll", + "ref/netcoreapp2.0/System.ValueTuple.xml", + "ref/netcoreapp2.0/System.Web.HttpUtility.dll", + "ref/netcoreapp2.0/System.Web.HttpUtility.xml", + "ref/netcoreapp2.0/System.Web.dll", + "ref/netcoreapp2.0/System.Windows.dll", + "ref/netcoreapp2.0/System.Xml.Linq.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.dll", + "ref/netcoreapp2.0/System.Xml.ReaderWriter.xml", + "ref/netcoreapp2.0/System.Xml.Serialization.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.dll", + "ref/netcoreapp2.0/System.Xml.XPath.XDocument.xml", + "ref/netcoreapp2.0/System.Xml.XPath.dll", + "ref/netcoreapp2.0/System.Xml.XPath.xml", + "ref/netcoreapp2.0/System.Xml.XmlDocument.dll", + "ref/netcoreapp2.0/System.Xml.XmlDocument.xml", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.dll", + "ref/netcoreapp2.0/System.Xml.XmlSerializer.xml", + "ref/netcoreapp2.0/System.Xml.dll", + "ref/netcoreapp2.0/System.dll", + "ref/netcoreapp2.0/WindowsBase.dll", + "ref/netcoreapp2.0/mscorlib.dll", + "ref/netcoreapp2.0/netstandard.dll", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetAppHost/2.0.0": { + "sha512": "L4GGkcI/Mxl8PKLRpFdGmLb5oI8sGIR05bDTGkzCoamAjdUl1Zhkov2swjEsZvKYT8kkdiz39LtwyGYuCJxm1A==", + "type": "package", + "path": "microsoft.netcore.dotnetapphost/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnetapphost.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnetapphost.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostPolicy/2.0.0": { + "sha512": "rm7mMn0A93fwyAwVhbyOCcPuu2hZNL0A0dAur9sNG9pEkONPfCEQeF7m2mC8KpqZO0Ol6tpV5J0AF3HTXT3GXA==", + "type": "package", + "path": "microsoft.netcore.dotnethostpolicy/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostpolicy.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostpolicy.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.DotNetHostResolver/2.0.0": { + "sha512": "uBbjpeSrwsaTCADZCzRk+3aBzNnMqkC4zftJWBsL+Zk+8u+W+/lMb2thM5Y4hiVrv1YQg9t6dKldXzOKkY+pQw==", + "type": "package", + "path": "microsoft.netcore.dotnethostresolver/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "microsoft.netcore.dotnethostresolver.2.0.0.nupkg.sha512", + "microsoft.netcore.dotnethostresolver.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Platforms/2.0.0": { + "sha512": "VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==", + "type": "package", + "path": "microsoft.netcore.platforms/2.0.0", + "files": [ + "LICENSE.TXT", + "Microsoft.NETCore.Platforms.2.0.0.nupkg.sha512", + "Microsoft.NETCore.Platforms.nuspec", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.Win32.Registry/4.3.0": { + "sha512": "Lw1/VwLH1yxz6SfFEjVRCN0pnflLEsWgnV4qsdJ512/HhTwnKXUG+zDQ4yTO3K/EJQemGoNaBHX5InISNKTzUQ==", + "type": "package", + "path": "microsoft.win32.registry/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/Microsoft.Win32.Registry.dll", + "microsoft.win32.registry.4.3.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netcore50/_._", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll" + ] + }, + "NETStandard.Library/2.0.0": { + "sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", + "type": "package", + "path": "netstandard.library/2.0.0", + "files": [ + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/NETStandard.Library.targets", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.0.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "runtime.native.System/4.3.0": { + "sha512": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "type": "package", + "path": "runtime.native.system/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.4.3.0.nupkg.sha512", + "runtime.native.system.nuspec" + ] + }, + "runtime.native.System.IO.Compression/4.3.0": { + "sha512": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "type": "package", + "path": "runtime.native.system.io.compression/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "runtime.native.system.io.compression.nuspec" + ] + }, + "SerialPortStream/2.1.2": { + "sha512": "tPTjtVtD3/YckFegHvn9gliLmIJVGB3vrkgAhxSqF7Y/k/hs3UZSb5bMchO3vp+FKpzw1bssBNIjOZDi/Ejjmg==", + "type": "package", + "path": "serialportstream/2.1.2", + "files": [ + "lib/net40/RJCP.SerialPortStream.XML", + "lib/net40/RJCP.SerialPortStream.dll", + "lib/net40/RJCP.SerialPortStream.pdb", + "lib/net45/RJCP.SerialPortStream.XML", + "lib/net45/RJCP.SerialPortStream.dll", + "lib/net45/RJCP.SerialPortStream.pdb", + "lib/netstandard1.5/RJCP.SerialPortStream.dll", + "lib/netstandard1.5/RJCP.SerialPortStream.pdb", + "lib/netstandard1.5/RJCP.SerialPortStream.xml", + "serialportstream.2.1.2.nupkg.sha512", + "serialportstream.nuspec", + "src/Datastructures/CircularBuffer.cs", + "src/Datastructures/TimerExpiry.cs", + "src/GlobalSuppressions.cs", + "src/HandShake.cs", + "src/InternalApplicationException.cs", + "src/LocalAsyncResult.cs", + "src/Native/INativeSerial.cs", + "src/Native/ISerialBufferSerialData.cs", + "src/Native/ISerialBufferStreamData.cs", + "src/Native/Platform.cs", + "src/Native/ReadToCache.cs", + "src/Native/SerialBuffer.cs", + "src/Native/Unix/INativeSerialDll.cs", + "src/Native/Unix/SafeNativeMethods.cs", + "src/Native/Unix/SafeSerialHandle.cs", + "src/Native/Unix/SerialReadWriteEvent.cs", + "src/Native/Unix/SerialUnix.cs", + "src/Native/Unix/SysErrNo.cs", + "src/Native/Unix/UnsafeNativeMethods.cs", + "src/Native/Unix/WaitForModemEvent.cs", + "src/Native/UnixNativeSerial.cs", + "src/Native/WinNativeSerial.cs", + "src/Native/Windows/CommErrorEventArgs.cs", + "src/Native/Windows/CommEventArgs.cs", + "src/Native/Windows/CommModemStatus.cs", + "src/Native/Windows/CommOverlappedIo.cs", + "src/Native/Windows/CommProperties.cs", + "src/Native/Windows/CommState.cs", + "src/Native/Windows/DtrControl.cs", + "src/Native/Windows/NativeMethods.cs", + "src/Native/Windows/RtsControl.cs", + "src/Native/Windows/SafeNativeMethods.cs", + "src/Native/Windows/UnsafeNativeMethods.cs", + "src/Native/Windows/WinError.cs", + "src/Parity.cs", + "src/PortDescription.cs", + "src/Properties/AssemblyInfo.cs", + "src/SerialData.cs", + "src/SerialDataEventArgs.cs", + "src/SerialError.cs", + "src/SerialErrorReceivedEventArgs.cs", + "src/SerialPinChange.cs", + "src/SerialPinChangedEventArgs.cs", + "src/SerialPortStream-net40.csproj", + "src/SerialPortStream-net45.csproj", + "src/SerialPortStream.cs", + "src/SerialTrace.cs", + "src/StopBits.cs", + "src/netstandard/System/EntryPointNotFoundException.cs", + "src/netstandard/System/IO/Ports/SerialPort.cs", + "src/netstandard/netstandard.xproj", + "src/netstandard/project.json" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/.xml", + "lib/netstandard1.1/System.Buffers.dll", + "system.buffers.4.3.0.nupkg.sha512", + "system.buffers.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.Immutable/1.3.0": { + "sha512": "zukBRPUuNxwy9m4TGWLxKAnoiMc9+B+8VXeXVyPiBPvOd7yLgAlZ1DlsRWJjMx4VsvhhF2+6q6kO2GRbPja6hA==", + "type": "package", + "path": "system.collections.immutable/1.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/System.Collections.Immutable.dll", + "lib/netstandard1.0/System.Collections.Immutable.xml", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", + "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", + "system.collections.immutable.1.3.0.nupkg.sha512", + "system.collections.immutable.nuspec" + ] + }, + "System.Collections.NonGeneric/4.3.0": { + "sha512": "prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", + "type": "package", + "path": "system.collections.nongeneric/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/netstandard1.3/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/netstandard1.3/System.Collections.NonGeneric.dll", + "ref/netstandard1.3/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/de/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/es/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/fr/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/it/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/ja/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/ko/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/ru/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/zh-hans/System.Collections.NonGeneric.xml", + "ref/netstandard1.3/zh-hant/System.Collections.NonGeneric.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.nongeneric.4.3.0.nupkg.sha512", + "system.collections.nongeneric.nuspec" + ] + }, + "System.Collections.Specialized/4.3.0": { + "sha512": "Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", + "type": "package", + "path": "system.collections.specialized/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.Specialized.dll", + "lib/netstandard1.3/System.Collections.Specialized.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.Specialized.dll", + "ref/netstandard1.3/System.Collections.Specialized.dll", + "ref/netstandard1.3/System.Collections.Specialized.xml", + "ref/netstandard1.3/de/System.Collections.Specialized.xml", + "ref/netstandard1.3/es/System.Collections.Specialized.xml", + "ref/netstandard1.3/fr/System.Collections.Specialized.xml", + "ref/netstandard1.3/it/System.Collections.Specialized.xml", + "ref/netstandard1.3/ja/System.Collections.Specialized.xml", + "ref/netstandard1.3/ko/System.Collections.Specialized.xml", + "ref/netstandard1.3/ru/System.Collections.Specialized.xml", + "ref/netstandard1.3/zh-hans/System.Collections.Specialized.xml", + "ref/netstandard1.3/zh-hant/System.Collections.Specialized.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.specialized.4.3.0.nupkg.sha512", + "system.collections.specialized.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.FileVersionInfo/4.3.0": { + "sha512": "omCF64wzQ3Q2CeIqkD6lmmxeMZtGHUmzgFMPjfVaOsyqpR66p/JaZzManMw1s33osoAb5gqpncsjie67+yUPHQ==", + "type": "package", + "path": "system.diagnostics.fileversioninfo/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.FileVersionInfo.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.FileVersionInfo.dll", + "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", + "ref/netstandard1.3/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/de/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/es/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/fr/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/it/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ja/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ko/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/ru/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.FileVersionInfo.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.FileVersionInfo.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win/lib/net46/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win/lib/netcore50/System.Diagnostics.FileVersionInfo.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.FileVersionInfo.dll", + "system.diagnostics.fileversioninfo.4.3.0.nupkg.sha512", + "system.diagnostics.fileversioninfo.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.TraceSource/4.3.0": { + "sha512": "VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", + "type": "package", + "path": "system.diagnostics.tracesource/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/netstandard1.3/System.Diagnostics.TraceSource.dll", + "ref/netstandard1.3/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/de/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/es/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/fr/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/it/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ja/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ko/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/ru/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/zh-hans/System.Diagnostics.TraceSource.xml", + "ref/netstandard1.3/zh-hant/System.Diagnostics.TraceSource.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", + "runtimes/win/lib/net46/System.Diagnostics.TraceSource.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.TraceSource.dll", + "system.diagnostics.tracesource.4.3.0.nupkg.sha512", + "system.diagnostics.tracesource.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.Extensions/4.3.0": { + "sha512": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "type": "package", + "path": "system.globalization.extensions/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.dll", + "ref/netstandard1.3/System.Globalization.Extensions.xml", + "ref/netstandard1.3/de/System.Globalization.Extensions.xml", + "ref/netstandard1.3/es/System.Globalization.Extensions.xml", + "ref/netstandard1.3/fr/System.Globalization.Extensions.xml", + "ref/netstandard1.3/it/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ja/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ko/System.Globalization.Extensions.xml", + "ref/netstandard1.3/ru/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.Globalization.Extensions.dll", + "runtimes/win/lib/net46/System.Globalization.Extensions.dll", + "runtimes/win/lib/netstandard1.3/System.Globalization.Extensions.dll", + "system.globalization.extensions.4.3.0.nupkg.sha512", + "system.globalization.extensions.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.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.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.Metadata/1.4.1": { + "sha512": "tc2ZyJgweHCLci5oQGuhQn9TD0Ii9DReXkHtZm3aAGp8xe40rpRjiTbMXOtZU+fr0BOQ46goE9+qIqRGjR9wGg==", + "type": "package", + "path": "system.reflection.metadata/1.4.1", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.4.1.nupkg.sha512", + "system.reflection.metadata.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.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.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.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.Overlapped/4.3.0": { + "sha512": "4MelUq0UL7OGnJlR46OAJK6n86CPstiBjKKdbMRJl+tD2UMAto455j1x1SACz62gwuLz9CBGsXm9C8iVEA9hag==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Threading.Overlapped.dll", + "ref/net46/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", + "runtimes/win/lib/net46/System.Threading.Overlapped.dll", + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", + "system.threading.overlapped.4.3.0.nupkg.sha512", + "system.threading.overlapped.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.Thread/4.3.0": { + "sha512": "OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", + "type": "package", + "path": "system.threading.thread/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/netcore50/_._", + "lib/netstandard1.3/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.dll", + "ref/netstandard1.3/System.Threading.Thread.xml", + "ref/netstandard1.3/de/System.Threading.Thread.xml", + "ref/netstandard1.3/es/System.Threading.Thread.xml", + "ref/netstandard1.3/fr/System.Threading.Thread.xml", + "ref/netstandard1.3/it/System.Threading.Thread.xml", + "ref/netstandard1.3/ja/System.Threading.Thread.xml", + "ref/netstandard1.3/ko/System.Threading.Thread.xml", + "ref/netstandard1.3/ru/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Thread.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Thread.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.thread.4.3.0.nupkg.sha512", + "system.threading.thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.3.0": { + "sha512": "k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", + "type": "package", + "path": "system.threading.threadpool/4.3.0", + "files": [ + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/netcore50/_._", + "lib/netstandard1.3/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.dll", + "ref/netstandard1.3/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/de/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/es/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/fr/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/it/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ja/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ko/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/ru/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hans/System.Threading.ThreadPool.xml", + "ref/netstandard1.3/zh-hant/System.Threading.ThreadPool.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.threadpool.4.3.0.nupkg.sha512", + "system.threading.threadpool.nuspec" + ] + }, + "DataService/1.0.0": { + "type": "project", + "path": "../DataService/DataService.csproj", + "msbuildProject": "../DataService/DataService.csproj" + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v2.0": [ + "DataService >= 1.0.0", + "Microsoft.NETCore.App >= 2.0.0", + "SerialPortStream >= 2.1.2" + ] + }, + "packageFolders": { + "C:\\Users\\Valeria\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\": {}, + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restoreSettings": { + "hideWarningsAndErrors": true + }, + "restore": { + "projectUniqueName": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ModbusDriver\\ModbusDriver.csproj", + "projectName": "ModbusDriver", + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ModbusDriver\\ModbusDriver.csproj", + "packagesPath": "C:\\Users\\Valeria\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\ModbusDriver\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackagesFallback\\", + "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" + ], + "configFilePaths": [ + "C:\\Users\\Valeria\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.Fallback.config" + ], + "originalTargetFrameworks": [ + "netcoreapp2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp2.0": { + "projectReferences": { + "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj": { + "projectPath": "C:\\Users\\Valeria\\Source\\Repos\\SharpSCADA\\SCADA\\Program\\CoreApp\\DataService\\DataService\\DataService.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp2.0": { + "dependencies": { + "Microsoft.NETCore.App": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.0, )", + "autoReferenced": true + }, + "SerialPortStream": { + "target": "Package", + "version": "[2.1.2, )" + } + }, + "imports": [ + "net461" + ], + "assetTargetFallback": true, + "warn": true + } + } + } +} \ No newline at end of file From c171aff5376abf1caf9837979a55bef3e5245def Mon Sep 17 00:00:00 2001 From: Valeria Date: Wed, 21 Feb 2018 22:39:56 +0000 Subject: [PATCH 2/2] TYCO-11: mia modifica per nuova feature --- .../v15/Server/sqlite3/storage.ide-wal | Bin 32 -> 1763392 bytes .../DataService/DataHelper/DataHelper.cs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/SCADA/Program/CoreApp/DataService/.vs/DataService/v15/Server/sqlite3/storage.ide-wal b/SCADA/Program/CoreApp/DataService/.vs/DataService/v15/Server/sqlite3/storage.ide-wal index ad69317e8414bfd3def9a69012695e67f276a7a4..2b43fbd4d32f1ff95c3bdcc87b83802d748945d0 100644 GIT binary patch literal 1763392 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ÏzDmSV1a2W zVtQ7>)8t-yT9P??v}dIm@$y#eJ3(RcSlXU8)_I$Wa33!-mnG=uh-Khr@F={^!Yyv^ ziKdstqGsSr5Hr_#@$$GSLeuMBc$pasv`6I2p_4J!pNPidxefNP)PDbv3i zSu=T?(w-J;(_4Em=n&&_ZIf;j=+s^^9t*w7@cAGyG~WVasHi ztI91dGw?MtS<)U$VQqQJ^1eDJu>25`zD)VYxq&;AeFM={+)SCf{+KBjrQ%p@Z~C19 zKePDVT!(MwXFI%1;TE^|4WskF(F|CMYGg9(SEA36SOZ8by|JzDHfoj7H5ZGh7-s<6E;f)twgMxgB`TOu6C@32R393KhQOSn@=w zu34j~Do0aQ9%ZL$>hI+S0R2cG49om++n8@2ZKK+kR8ni}hWQ!R5lzP}+8q^gouS~a zgtSYN>5S!n+e%yUhwO2!>q}T_d9jeFI0Qi!ME(@s_ePl+KWDHI4b-EJ+b_DsRD z|2S0E3Q$rnBLShB=(mEKvCi&8k#88i=g)Xac4)Se>eS}u_i!D7oGtJDl^bBTV$sueo zvS~1$&Wz6S4Q`iM4J}$9zkO2`PjI$k)T~z8MPoI-87`3p->Kf6$yW&4Fi_vmN2wd@pg&=_@Nf_7~h>z5Ob zjT-y*n4?|B5WinPlbovGdV=~eIkkT4(f87^J%0AE3FOp1X!A2;%Uy?yRrGz0z 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

GS0EiOct+%GbAG0#VVGN(Jjx%6F%eHWZ% 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

ND}ey~P{7>FtR->4luUP1JqD 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

|k@}8IO zESqPUJV)jE>AoVu@jR8V4I<*ipJOp|MDPzk;1wdC zwPL_mi%6IF!T0!BmUjo-v$A=ni$8b5y&!@QLtfq&AqNIrBf*d#e(;9E)pFEq! zY$rNj*wP1cA7t47dSOc+|67FZc{unk;r_BQ+l%fE@q-@`Mn4$vi^6s^3H&Qz(--*t zQ1~5${~QVrhNvHM_QIie(x?6)H+iLg;8yJu>ElN|AuZ}9aZoSFJN1DwBA>Vs2XzrQ z>L6i;i|{8dFnJ&yp5YTWb%HplE5wiP;kW1aq(L~skfwKtQa0x?2oEoQJBSEF8IlKN zroIp-n4@9vQ#Z*Ue&CTJ;@C!n{3Arfx1DdJTbXnCWA_f;oSyU6&40)qLmHJe3ljs6 ztXWt^gIR0(mA?yjfD_dbQ3yie0^dyJW!U7BgjCR_4NjSG^wj>buKlj}ye zCw1a8*W`hwS-EU$F4^8RG1=L?U{W@hYE0#pq?=PE4zxa?vzHhFjvfT|uTdZbzD_Hj}t0hdu8K^SNjJ3}7rm zc&@~xfC1LI@QcZWJI~K_0xk>1VCi=0oI8W4n`pVGknQqylN=jfUCibiNaW6fy0qh6 z*<)mS7EEKwp-YiiZLtveTbhAOFyIC+95M}JsnagW-5GfnALX^@E<|9;ZAj)|Q%F=Qqa!XFA{6*qm&W?=*gPWtwMavz?9E=0&MaTqfuAg@;_eeo3;eF4w$3 zz;ksOtZQkh&*ieYY1!5(ZHw~@8k0*>vypyg=FpB7eWMA7Ny+8~sTRbVn(D;z#3~kE z5xInBr`oeiQtr1L8+4SsA=8pt=G+T#VlKNhp91C;DH%vj>}r^--&1qh#T^s7W+dBF zb>Z)(YQW>TF^`IbdZGZrhmQ&ffLC7Tyb$+oqqTW>GC%q6a7 zb?CLpj*g~rwPR|>H04tBn|xO}%B{&ig?xB>oBxp%FJHOB9>Cr|9Wmm@N$;FI>+S0@ zhwOCCw$Bee^zI*Pl0df^-LES>ibU6D-Bt9M65Sa?fURIy&#=az>!OS25D^Da;vN;! z_1Ht5;0T3V8{y|3^%9HQ7jlQtf|QWmakC%GgK;`__7!kPD%WubYfD?>as0si+Weu2 zkgU(yO|%XXx3E4EiL+LWIPVMkG|puk^?~x{doTxfc6QKwQkhgx-v9c?J8wMm)WfIV z`h5L_L5ECzbF+DaYH!yBd)2?%;!2RAp5d=p3pN$Nm3?ccv*P{aU=NUC%F3T1FnFL% zouZytD#5-idM`%Nhk*8d5F5s+BMg$|++7_e-c^ms)oUbXH?v&4rMsZzIB5YKm*B8# zoIcBiBUJFEj^4P~W2P+7YdJof;JBTU;-gsQ!nm)LxF;X%zD5t)Mq7!iAL!Zbdo%3_ zT2#=onf|$n$EqB;CEf7e4*I0^Q=&XO;q^i468lI@w)o^z@Y$!8<)PF+uVZw?&&`^p zr5wMUVC{%u?Z{dUW9vxPaJC*~%?W1RxVwloDTejwOcCop*1zDxM64AttYuRo!ePM2 zh*)#7mIR;W+p@eh>6Nlst72HA-YK&E4)6;i!ePL_64`zO_%9-p4?Il$NH{#-dS#uA z!JluthH+g4PZMT6jDes15b`R^!(Y-5*1;I^#r_EEU<^1bY`O(6jqsl!jNUN#uMlRP zF3ZE0>IeGAkS_@R;LqBd{Ri}oOvpz$v3Ee3pciC8U+fnUKfj3|nF)t%q>m0PF4CiX zY%dLe$`B$A!V))Okp*64VI2>_M;!PO7G88n+Q?vWlcrx*-m2gB1vcI1p`$MN)0St; z`&=~&*AbPTG@vtP)0pnAw=*Af8*EV1k#UBCQ%(%iD-Yuu?57K}>QWK=rO$Bg|5*+eC+MtGQPlhP%Jgc*4GM15EEBio0bu?Drlbco47aXMMAK)maKmc3^F46HogJdK z+d08tlECz*RF3kz=!D!eT)P4D(}X5}ZZeC8ZMxfg4E8`^)wn)Q&Man|jICM<|4km; zHMC52O4Fk5Qa4$8tlAkilfN`BmyW9^alX`%Qunxn4z6G7{cK-cI3CCGh|Nwuhucsw zKNI!dWO0+CQjWN{ae8Zy!Mj)%mrc89o$eu@EvflbGCYDsz=epR->#bD&u#4*(>32wz zl5_p}g3vE=;1)gX)>?8WBk6AXkucyt2%{ei_#FW&PeM0=;>B7_x^Z`Ch*z|p-@B(4-gFkqgu+{IggirDL@n@}ii7@pK zbFSz{pWpCZ!qgY|@qbttdBNw2UKAc7Tb9>WKhO{IM}58!cl{uKsU>l#XaixB=W^lU z!nAG76`~!4X)nYN-dA{I*%-D|W(%{_COvSQu<7?|;ibY>Kfud{t-gc5?DG@A(c;b6R^og*wjYoyoRYj$&@du9*-c&Z`F;Shc^%9tANV9;Ym3hapDk?hgTEqdun;#tv~!dBnF z|A_dnKhT9Y{?WqlBQN}ug-yTD2_GtK^#Qz4*yICu30wJsFNolqg-w3^9}*77|B`Sx z{@)0bKMeezMEKVoR2+VUu;~x}(ZbX(@&leE%<(1g^P+jeBV=Q~FIp~4d&7V)5w`Tf zw+ov-!A}WuED8hujWG2c1O7-a5yIj4bHY|% z@jpe_^a;K=!hegfwGaI7kMKV)9M0cc!eROTBpgnEkc35E^htah38;#B<^}!TN?1*( zfVUI2_KpAU!b3y;6C-$Lg#Tz^iQpN+FBG=?fR_nd`GL=l_+Ks@PVei&s#2c(@ZTnE z`g>9MVPX0@4EPCQ(+Bv6et7f$xv-^={|CY*ANXV8aQwq0jLC!l76QYFOa{EOa6b<@ zTq|tt2mgt}rcdzfi2rlJz&6B3Nt=nzz+#aWY2(~i(uS{pYkW4 z$O=C?qaJ8D@bpU^pdO=ZH3=__qVi;?{zBw~wmM8i9V85Gk2rS`(J$;SqW;y3(Bl*l zywgPJP6UYc}K}4)}=! zc@GznZnKDRDG_mu7Qwf-2=|#H_!~vUd$fo=e@TRn&<#4HFCyRjiO}C%5jx{HWV%BZ z_~?6Z8z;i;01@#sR*~)#BK-MHJflR!GhT##7K+gE6(ZcJ3-A*Mm^|=%XA$x5D?(2P zib($u5%In#BHVT&{CD&5k-ojBY~uTlh&a(1`k*X{hdPJeb`p_Jt%!KWh=_L&5qUU8 zM0%%+aKBCj->o9_xvhxs2Z@O9DG}-IFGA19i_r7QBINm|i2NNZBA%N?gnvv#diRNl zhdM<(dx>zb6Cr<(i16o%;M-Az`&1F}Bt?WfMg-q75#hh#+lR@9f262Nw7rOUE*8P} zhzPkUEA+I32suA5BEBO;=sr$R^&?MWmY+Q9tt{ z^wB9ojuj%}xlM!~?(ppgWuxaOMaXflh;$Z_qeP4wCnIgiUBZBXI5&FGAL_WVJBAp9GxPL`N zI$stc$E70tFB6f^>qWR>i{X@Y-fS zH-X~H0|WOpx(?Z4Hy(i;&4HUt_rW|Fpd|kx~uNp`|<8~_>o80z4(!5@PH-E z&%1p*k|tGqKo?gs?(q{EdPZ=Xh&lvMC0DN=wb+u}_=xzdya0Pype*Y!2-z0tUL+&K~y4&$_0TJyq3hr++ZCphDE7Um9alfV^;Ir`%y zjrMrd3d(@Ka^*Fn9JlL1;_~B8!LC}&Q5nj|8a$+>jt0F`oCI9LSI(WDk-BK3O=&I3 zdJk%I;&bnemvZpnng_157ha#@8;hms1zfHq;ER@pyWG*mWn4B=mWFqw?2cbhc8-IV zicV?Ly$Md-{O$rG1z=a$z%!pmzF#sXsh&EXn=8KzW$LjcX>2lBSZ(h4(PaTjsrhs zz#TEJFXkW`b39Tf-rjECa9RxWSdAlAcgsh#E)X+^ZO~x3uh+v<+yk$?mvmvMSHV%b zIJe>h8F3so6SFyUX?-S?)q)_$%yFpU;kII_p%3ILEj{9*HPWKOy@{&_j18_d;B&n( zoWTr*(&O-s`P=-wG^J7=TLst%U3@1(F>>hy2V#n6M&Zv6k!Oy^AVG1@Q7Th$8k9La zmg8`&K|ftSW$x=>W>0TGZo}cjZK!+)58d@w9 z-yuck#8~_`NHLCnX}h$BMPrDDaPPiRXQG^??LNvu4WqQkOX+xAENQ^Y=p2p7v=NnV zikHQcf4R%hjXO5T|R2uHSWaGaP3SjxRnl zinv3%r871gjpIXy=XP+|$XYy~41CgS%omPIoq*uY8W_#(r88vrISA z(?67pwfFTcvANp8Yw*Eumron-T%Wlr{zyR!a=b2<@NYf|&+n%9&Ql=eit+yI7m~ zZkNKvuP$sK0O{SHio3+0-JG~QxLpI|X3T>RDVU49>m6*B7Vb;q;tJli3%_?)+M=j^ zY3&=t&F8~@EC04L+;%$@(zkNwMVi=2Pn&k=*<7tXAq^L>TMt=W9|LaJGJEH8 zuLZasj8WF5PyMuC?#4*lKckm2AAT`EgWI)nv)x<3=-2Jdl=ha!X)TR@hFU}m=c*7^ zAjFHt8C7k4819b<>t1bhISoFrV(U29KiFqO&;&BM`csVJ%EWQIv6OriW2AHYZTxb6 z$0}}m(vN(LR%_Yf~VJR0Hff7sovu^2f>8!1c%bl`Tsi9a01 zVl6H$>#^eIF+pfo-jqu)TG`Ck?B4g!1Fq89lKD~Noz(6{3Vx%9;8g+RbgS{=b)xyX zd9-VVfg2+(eU|$SON;t@R=9D!YWXmfM_kY0qzy_vz^;5KL0%aN+HhR`bD_$wJWVd@ zPQVpcix@Sj5o2{gz<%=?g2OBW0kP7XC{OS z&+X%6EnUrix=`Wx$p%Znw?m!zN!`2<9ZLfn6?`JzEi z?wI3s?E2h!jHoU_#H0dU<2kL(R>jHIEW9tOthT{GfTulhK)rWZUA#oVUUQ!B6CFF z6OmShC@uPdi1auFu~77u2wu`e&wm$fF2bBFT3-PzZ{Y2PIS2uPx!VBQ!KaG$6y^X2 zsyR!<-HynE|2d)~g-IL3!ns*^3)#pIK1p~J*_ew(+(odJY)%(|?-52G;^U;j)54^O zxkmJ+FyTob{7>O6Wn-=rZ7dJ?m5jXSC~42`L?K1$1Bh+vVu8vLfMfv z2imq4HeGQrX-{FxD|n9ZHnPzjc!@B1A-+dN=Lnnb9uxk$u*C=do-n$RSl+?3*MvD7 zBg;GB_l|y8S#yx4LV{7ZiT_#AAYl&iz|TRd&4j6|;1@(=eN6l>iw+c~o|DEaq8Y-L z|6d9pAxvH<`(KHYKEHl?AMNOW?0;d6yeUhw6@)?W7&=A{$($uIapVUzCw;g^K1f0-!!t}uNo23(`Y zV&wxK8Nm~T$sh9Jf0(fTd-<6x{6zt4FMQm7sW9zBKNAi5bEYuzNo|RPgfA9GKbTp< z*ZCNJ@Etxs`eGb;P}uZ8NBBu$;({OiyfFC%AF4lZ2wQzRO!)W0%CaZ#;lh6ww)Vrg zG(?f(kN&!&wP?JSJG$bX9*8-%GJ_|Mm$!-cJWwFSk z5+3e{=guBpN}+u9Gtr?x&-(m=iDQI+Elm9&&)|OwlOFOe6&|L>tt@%rj~Cup*xC|G{{q)A+nZh#&lRpfY zmr}OWZ~gS}eZr=%ugmc#!X`iXcfuww_@Ba-fABzgB0u^AZzgQ@_a@|dG zrT@5Dc&aeE#oQ{~AZ+yw`~_hff5FRyC4y(brwW_A;LC+A|KRI{XD{TmyD<79{k!EjS-{e}S9p%^ zFK_S8_2!6wUf9M@_|NqHiT^(Rxm?)l&;7zT30r*ye^1!T|3TrGLj2%g2~(di;NJ<8 zAN}<3KZH%c-;?7|2~T?XgSQg4`O-tedj>xzOn&q;0e(Z+=0C3reT89y-K z`-Dv%@Uz0SSLz%1m%>)QzY_klF#V-|df#;Tm$0>$H|1C*W^12s39sh@Unus%zQC8a z`^E8>K6hH1oGv0A%&*0}p?DRYXTYO`sk{2=`HvH}vFq zz&*k?cLtv!Oy2b~@wWb4CTwNIS$< z!dqViUPqYx>t_P|Ibnl(zRoy%T-b>iZ4t#(xZ3_cF#1D@=;8ZC5?}V2M>%W&C z_#6S`*U!Z7_2)8Slkb0ouNAhs3BJYmhadbMVQX7lwDP2|{(I&F;nxLBzu@r26p3ftNc{JOA}=RbshFKm4y_+w$4 zYq5v7g(?s7V8COAE&t$pVdB%z#J}`suCSu;%)f=(g-t);6NRmB0$(Dm{{{YA1S~!L z9~HLx27XpJ9RDwcO`rIGAZ+;u|6ADRQs9l0xYcj)PQun6!DECK#4{fWPZhTM2c9i# z`T{qH_&*jtR#^W%1HM4O@&mq682R-x0e;ZO1o%Yw6=9Pf{D!c}3;s~p^a-v~;aYzM z-Z+AH61Kh<|2>7n;SUtHu?qiY;c$9Og=t?H{7)0M{tSGbu&oWjHwl~mz>f%1|1sca zh4tUdKlm*Hi_dEWDlC&1JX9Ed&j@cXZ1Lm2zp%9z@N8kL-xb0w!lqAfhp>$e;1fdp ze0%OZVf}Z>34c?-+B5!l37h`Fj|-zeWhDWA!{-P06Mk3N*4|aZ{l#qh1#c>B^%uOO zu*nbJH{yS=u#J8A&la}&)nB+(*z^fLMcDc?@CCvaKlu8H|DD2CpYVS|SpPi({-uEB zAN)sQD-ZAhWj37NM#82){D%vNi!*+sDXLBYdc^ zsu%!>~6t?;Z?iRN486bS2u*n1drm)EizE9Zn3I0*U|7~F#AMpR3u(en4hr-ss zfj<_u`U(D=27_?=ql8U<{P!0|Udj(VQ`piQD14}})o*Z0*x~~p7vb*~w)T(zxsmW+ z6Sn$>|2@K{U+_c1ra$n@!q)$QUlTU{f!`Ol{D4`=6F>O@Z!EmMeq#m+?=MXLUrvG(?U-A9rodCZsY~um=9bxoK zcrcxhwU70LYlMv-yuPr-4;~TWA0=%1!+*4}^+ccMRbTgm?9^yb~J=?=Ecm2Ja_qYt- zJmmkPu;my3cZ98df!P>f-wy-sCv5r!uPbcz6}+ji^*7+1g~RFZBOK0OT_pTL!d5KMAl@ zesncdHZm@gOUjP z`8ixfoJWa}W1$Fn7m1MfbP;lWON1_;5}|`FBoArsA)9>uN;dJMEA&TLg>vAR<4LM948iM0|&dNbegW(rHw@`#mD`bCU@9 zZWEEtBO>zm0}*NcScG2wM}+(zi_q0Zk_SD`l#PC7%ceXolZ`yYg&g%F;y+P@`>i7U zUJ((`HR31Un`Be2Ka-8zzm-k;v=ik1f{6Hz6p{ZgipYPni1=GY$k8T3u5JDBgdEdE@bkVvdMGot)sKe-G ztO&mSMWl7A2>rY$!haVLdf8Qk`vMXC+xq#MD4TS55W#n%F#6a^MEDjF{GB4=KTCwH zE5wIPw~MG(4~dZJH4!pyCx7z4jfnh?6rtB0MdWWM5qhi@p}&1a$ajbcJ-3UH=M)k7 zzE<(U_l#`#HkOTib7aHUCL1{~kWIaqBcePG6(M(4M7=mxg#5RN2)~2)y?#YDa_%f5 zT)pppl5F(Wg@2%g+bCHOA+%F=Z_xs^y={NB#_1*9G!}06@ z`PdVuJjRRA-yS0B>7F9w>k^^&^F@@?w?*jk*COQP3<~-Ef*;=!*_2P0Y|7^=vMGnh zWy8N%L_EidNcZa^-2WsZz1Mwy_Jfh5PJ~<|eD~XA!`C1p+?gUzF1ZsQ>oD986rqPn zawq@y$VP9E`1YN?|Mz60x6?$_lTSqOw~LSRJy$mRW&aeuyoh*yA)-9~DWY6w_;lCrB^!^~5`Y~Sw{{558^uaILb**Uv=A`4bWGvA!q%mqh4e zfcTIr?T5?w;hN-zJ`NRz|GOf>A0SM+-;_;zNsFjA$BW4S$s*c8LjKgt!(}7KRU-H} zyFhu|Dw}lQ6Oo?{g-NeN1pmK$`ySc&|3*amJBp9|9O#G7%SN6{WRw3VWN$8eiD(Pa zH6rTqT_VDNUjF1~nr|=HZ{)a7M7&RmNbj#A;yXorgga9<^1Uh>|GP!Vd4e$E&XNs3 z`|HT_u84R?3R6DY`+Vo>H}PEW^BpCddX*Cq?&l)p8!dOz-CH*49V?r3KK9+8)^F0g zSp@(4BK!x+pZGo!k?uEyDd)MeNtgX8+^-bDx0T#U_YK*^x20^-T_BryPnWGA-uYSh zM+w6}UN-%~V%fy^rq6eYe#3vM2)(mE3cgH4{WwPizFb5-S;zPPihffs{wVV5lkfgj zVfeo4<16$Vef-(C&yY>N9u$%P=S9drS^UU9OE%^7b=kOID8l_PVd80#O}P28$^UV( z$=6cZ$n%DX@b8ES_gfMC^L+m2WTTfmMCfHR-~D0zhW~P5^xsc5`M*Ur{lc3f()p{f z{(B!FAl}Udkn=j(gnLOg@!l&!&%YB;QJqWlHRXG=&4B<`8JhJ`mc+?ABf1upMC!d*~IsK+0Q2%3~j4;=50_{(EOqko!sj^m&ME;(bLn>9EGepZyi$ z&&i$iu9i(YclrEp$tK=N;0&XXksC^r7!6 z7rvj}dh?21E|~G1?H;I|bIT@w_~4JP{9u<8{;bZ}-f47iF57#=?u}Y*l(A2P1@E@m z?IgTO%A1nzU0dGHb8+yVn|p`a-rwdu(>ASc<6`6Eigr&E_cHOmwR=~Pc!)Fnwl^`B z`+m2jAHMM|cssaU>h8^9C%Jp4n0o`_xr^V%b#LVrzkO+16}xelL5r7S@C9m8=KV|e zCbp{+;nE0V3Tv^PYf$=O`Bvr{)VsK{x3qZ6o!cVZtq;Xz63;{F@kS;0R0KID9^Sa; zEo=+NyOP1zt4rT4jpvImkK(wZQoAyPhj;MNDes?_k15Pm92f1FH>BN7Cw8}OoCZJ5 zH?C=?Xo7ZWZ-kOAEe<#L&TClSp!7=lc;ggZyBOU~BV9$gEe;)&Z}BZ|aqTd;Wz@aL z8~)xmEvVGr+8uAbk~?%2v^9HUIFKklm!*7`%hLNXXazy-4`O!rDTHsObou2*3T{!0 z4^_;APRLO_Z_v-VTvC2^i^9r6tjwR7xND~zAMMNTXQ0PfS<1YxO^e`Wk>WCOKCbl3 z`aZ^p3yGf%W7Kn8r02tEv$eG2CN81RiE z;$_+lzF$P#q{lweLn7w$%(=G~JuPD1kN*y$pNp9HV|Eh#S_CFO@cSa-!|W{jgUDN7 z`1l{PO&Y{F4Y~on!Ii&whgC2W;yseu7z#;x9H2^S-== zA1k-v!X_VhyfEd00XGV>-o=0y39suRhmVW+Unop`nec=EDNK2Q_YkeG$dCuTr)Z?GF1A z_CXnvPr|MzVlRUAD`~TC9VMb&?j(YjxB>SnM?R%`vRxlJL=XC7oPev@>i)8D>qDR`KSt-v>%gA9^YBsdER0D zd+JXe*GE>6b5rvgv(1ZAo%z~HZRu2|v#^|8(Yo}L_bwjz&hx(D|89vRU!%sLxrMZN#|bS zQ3+{aU{n7D*54w2yyUGza2C+7A z_qMYxVC}_?e$0)SHy7_Da4Rr#V>j~)_6N8NkQ>6>J*2F!-Q9iMjm$k;fjf65yBT2o z`oCSi%-ETyv1WBQ$+}zU!r0yD!yL=q0&Vo4Q?hdZDLR@Y|X7_%%5VqQJ5|S<} zb~uRx9%kU&3yM2y3b%fCK5p(x-l^v9Rw#F4YB8UiQ!?u(9kl1}1LPy=+^D-iF1BJJ z7G!KyoNh(NFL&b+xy{R!P|QV{#quorIf*YxAjfFPw;a~2o`Xjf*VBZTNoa@5eU%Pja z*u#2o`m^02x0gda^K_cZ>CW9&&y7s(Zs*`@Bgo4hfPD`GofAJdsIuO)uQ{-P6O;mV zlv;@<_#Ic8uEw+1W;aop3$@v`9Cz0k^_9HZtzhB37y1ad6Nu(0lkg3ku8iDmTE%z6 zk$)R9h$DO}ES#?Nj*)ahD`aq>H$rABS)>Z?^t5}<@O8D7-imy&$BEv!ThZmlZY-sz zG9PLR`o_&#X}+KzSB{R?4MlMSl52b1MCX3dtMUDjWtvlr(Yzsk2NeHy<%^P{?JUqQ zK3D(0X=eJ7F_hVGhRwW&A&lQP|6=H32xGp)aK>=Q{EK;@4ROr9nD@cQFb6O5CL0== zW9=tm{zd$RWdcEXhD3(t=_2M`HY^{i-^|m%qeUqZ@?n^(=0(JZ0iP%$JO+H4hBW&dd z-c^|RWO-*E_s|cEZ-(6Jge^R{A>uzrnDj9CA0ce{2OlkL`UW=(lOGJYEfPK_Z27~# zOW4{A_*7xjANV|B$`1p+AmV?8a9Eyegv0TFLzw;mL->1z!|~l83IA}!pD^ePeIu8= zz5EdedL!?oN1n+CJk(Fpq#Wqu_|1BfdQTsL`!*uN(`E@nSnxU`^0U4Oy$=_W#t0GV zj1|ET5B?BoV*veo|5TC8rTnpdf$yBM z*Twg2_17<;kBWX5C;DAnajka{3a0;iru)$eJ^NPo)GS|KwbHfjq4`uU-!!}7u=?3e zle5i>+qD6aZ#pcUUz}_k-q^XgC7m5UZp_#{n`Y&*3scSVo1E-SHl}h*(#@%IziXTG z9b&&}Ky}4#<2TrP#Lx>r-0$7zKN)|{=RR2HkpYK2cn913tnYL`QCEwJzAerlEoK!ctZghJx-tkXbIJCm ziOJ691(UM5lnEYnh)DeGuUltLXg=z?iW>%>^Kxay1slB9^})xg%}h%diC7ebAFBit zR;Kdy5IM}jl7~sLO>E(_$2d%l`NzV-Ed`tli#L`$JfzNQ;_O^46w_e0sCDjc@qi?5 z(a|nn_n6J5-^3UA1`^rFnMga{)u!w$8d-QR@O0o(BvxDM2mY33;KB!Lob2=T%T3AA z!DX%I9p1lZ=56crUgVSZvC(KN1hOzoJaTxx!k?i8Gin0U zvn{E%+PX|8+nMZ4XEXW2Zp}BoICs>!&prO5M>f3pXW1EBj=KEyH+P$-4$bY>u%>d) zY28}It-{H;-4|c#LUrQq^>!6#yf1qzZXH?P-}Yjnt8!wu^9Af4l)FXR_^8@$evM;^eN{M) zlMa%Ogq=9|MU+x5I!o8J(mve2ncL~1B;)vt+mQ=FH%FK2I%>CnX1Z|aKf-%Ti_9yiuI%-6xJVVL*Z`j9mb z^KvkAc`);H;$W`M+Tu$h)(`lzhRTRo!awEBcv;bTHeCJ`}NzfFJxX5pu)7gJ_66On%lxTL`lz!hpv`@PWdF$Kd}3Ve*Lq zXN1uW@q;-JZvL$0P8S|18w38bF!IXs@Qpq{7~MXgAEuAd!Y>N52E^i8qy7|{+s)=zH@x_1O0EX=wJ!y5GvVag8!X8$6L+l46)(!>9B zVbj-c!j}oNp2L8z61MUJe_Pnn13w^a`UAfl@&B=~rH}t_gvlQU{5N6h3kF=RiiSQg z;Li!K?;(e`6AsI}N5sED*z`^KF9=(Cf+5!5@5M)*V0}(IAUt_QE_6ZtgqM5} zmiB^-5VDaUYm?M*!cw-hM`R@&I)tCPA(6axN?QCTet1ZWGzm{#g5UO4M(H>5!HW#Y z2tT?=%%S9YmzNqlozFGmvW=5qYf@p>y^vh-YUJ=};GCzRe%o7kF#EpZmo1D+W3^?LOEtVNL(DAF-PEy}hVq?DC-m&szq|dG;idZ**~Pi$ z)X|^eW>w|bJ+;3U*{$mS>(KLNRrl<;{M{2vMe0bkwM|-((s`rY(W_-kW%lAsXSzLA z*grXaYVC8IUH_HJ10Fawdv)`bizhFi{nza^sIf8To_V8WzL>>xW4>X>8Qhhx*uvpi zr?HM;2JUteN@vHm5yy(ielsJs^9nSy@VNveVD4;R%cdzVlys~T+&Ki+A?|CvoOa;! zh<#IzZ-hqI!>k^u*h`f+_D7J^x$#yDF}Y{xtc9FA%|33e%&Be8{&3y^ec4w$-Tq8z zx}2^kUQf6a7i|5x_kqgmj4x5zPJmmD6tD8hNtlEE0(X|ERE}a!_x(i9b_8qDIIX!& z#08$t(HZH-#Z4@%?Ct$2YE^5Yqyl%_$#Ew>SWUYP&bV0P&SQn$NH2=plqzd0cEXU_ zcDRanp`zg^AGh+%#O_bT@yDNqDqV%fhov+*-DCQQ7w~|s0-!xSKwKBN`$1nyAy5f1g%;acjAkaJl0dJJe=)h*?v;Fy~=3r`06`7 z!>Z(m6F!{4LI=h5CmJg|Tj8BRlO{M-WG*W!Ew^7~xm&p&96y?-|64gfT+|vHkXIfe zh`YE|nR{5H#T;(Du(x?uo|2vEgVWX4a=Uj?{gWg6J}={zJ3U0-%PusJXjYy&b+1z; zy((Iy-#~{&{Q{6SxYoQyP#6mH*?JvGk4*%(Ehc|?W;&d2Sdxyc-U zZYMWBr=>MC>Jrv=Tsva)b7u`pwT^5|?a&)Lo#9qf+S|L+wCFkK<=H*(W0x_gb)1A_ zo}_r*thf7j`So|SsQgEm@pfJ@uA^}kV0PP(O}S({^+#*xq3tespd&3l-e z(sR#v7|G`;R%%pK)8PYt_;&499x@d9u zt&GFXtK8#MC%KD*Sly#cr)hdmcX<7!=C+Rb@o^nPtDo)f9+wt}o1Dt0TQj~}Lq^Bk+uBmO$?0TU zwsm$YzqqY4-fvcRX(~4{r|0<1dUW5Y=dFwLK4)EXb5_d-A5Bc=?fLzrY^F1pC4S#8 zaF~_KwWsrWJ+tk_OA#xly)krl=F;;Pca|m?#9uENx_XJj^Phy2%{)Rb;VjB(L18|d zUl>wqb1vOM__~NlK1Vd5V$FGvul47vs1}D(uABssm#$@ExWk0 zepz$MOSL|;xV`wPcmah%g=A}9oJ)6h1zO6h?7ekx;6y=A(gSuY1s9|c$IN*gGzk=! z4}Q9knfd9~#X0Y}yr27mOa*NmmTX&`^78II*)Qa0ZaUMFU7DYg&9!@f*d8?ViOfXp z9om*?M!(r|WLvRWziqpdD{PUzqzW4ElBvyW_yyW zTG$qb=SlJKn=R5u^xL*P&(v?WN1>zin>gSfq2I_u+S5eDOPssNovl~4c{kN>wnpLq zk_g%0$%qKc?=BHr$oxJ_MBe#*gNUtHem^N<+nL|*iH7^Xd9{;mS=`6#H(SvBK3Kom zBIfrVBHIdP%a?6q)1B#xtAw_ZJNzev;^E36i|2a%HklvQZ??JNzfHf{BIh>-{a|iZ z-q8Vh=gJ$4=UTawKJNGFH+tnaaSsxqFL;TQ{GbnH8!6gO#C9{~q@bS8+4@F*O2W%0 zHiUfSkKb&a!_RMYK-q%P#Rw5;;x}BhqyHOyv(=6JC=v4Uo5yd;LAtu9U-xzUt%=d% z@b)%uGslLA>f^Wn-sbO~aLQXl9y<8tO*fdbr_8^STdJR zb#}$Ldy%OVu3sYg>T<1lKYnvMQ15hUG*ZaA&a93edEHMT9@nE4VBv>a4<*|00W6qjktM9`r~an(;DLTe2Tayr*i2f-q@s>+k$LRw064E^D9K*SNQ zLvd?_ZCjjAFG-d7G-Tp^lFQ14NiHiBW{!^IwM|a9raSY+$!KEhm1>;d+y!aP<2t0Z zNEpol3TiB_>K+Q$@P-yuP|a&p9aV#p=}b@nhf7rp3h^A8NguN~s80u{g4U?tI(S&% zY|v4|To8?yGnP17+HHLt)aJ~5c5rSpMag8;p! zpn?l^8#)$U$XlqZ4>eA&hu5)FwUQXlDQ(G+cKjGZrQx}#J`psvL=CvJ%g-hjljB09 zst9g@SNJj0o0*p~6ehW@N>VQybgH$%gENv#(yd)kYHfe); zb#O+fyC-+H@OxG+#X0X(i!mIYZ_|G!3Z1ECo%-qOW~yaQE}6;Cr(w%`x>8NHrs^}^ zDpE>pDGcAec>6=SW?A=&-e$UG`vOa6U;W!t&fKYIP~~5A-|O{>VNC;HseX1)N99KY zZmGDwrls=W0mG`d@84DRqpH#UE)vsPv&J;gyDy9}}~_J>6M5E#11Hb7_jdo}}&lE=mm8SCV#bSk<$0Uy#_J z`FI;vHJ4Uzp16G1z95#S4OZTi@EzUTSM^NqV}jAy7RFQrBxR- zsdO?v)IGear>>95XdAR%E7_u^DKXgBVqa8fq|mSFUbm`eL|;(ojFjtUE*v;DF`!Wr zb?;c!gWc6WFWWXJmr5}q{`}EvwEy-x#)fHAQyJz;nlE}~epUAtRXuz6MN#R0j_=;2 zs%LCpkj||@+?!QMcI4n;iF5kONYcG|RnMM%K}$4*(3Maq>Y45>t9lrE*LYhf47rDC z_b!`rz4EuTBRaj0>aJp7pXr4o1smM;RiS<6ez)(|C(74VzF>ZOMEAB;Jq>+Gv;$LG z2j+q&LiE6ihr2hc>e;;yNf{Jw%}ITx|D^)jO>=ZBZGER(K{EGB`K-R*UTa>}qV`WL zY;9lQ*8CqwzJ2dLLkA6bDKWVEUx`6iRsUAL+9PR#{`QD3-nQCwk%h_ za5}Ew9gkwxTK$Lat*d$_l+IdLzgW^6M+Dhn$+Z_YHmV=fe5HEV%I@{5dPepIF=y$K zqqpO-!;rQ_&Hk19b#GkN6SL>L`V|=2r#z^8gQ}h#`+~|s^Zn{y_L+j5o=kgZh-&sN zv!T2COHf-baZAgZitdf7dPet!qLhTevax@ra60>Kp`ZZ?@x2z6D)OK%L)zkN+ zVzs+jpBV&ZbI2mE>)sJ-ypHuf-v|3J@B5Wk^r>#&yGnN8gbMA0_L;I&qbzKeRllgR zoX_OS_5~Jx@#y9s{OhKcK?9CU45>LdG2pMm<_;RS&P_uP8*=lIbq42ZelzHenu7;k z^;t~F*2cM318X&~Rs(A_uvP>AhcwVq`H*Qpa zJoMwlack&QPxlU0Ju^#JPHRFTz1`|s^OG{`;?*yxSEpDNT++RBRnOc$s5>MKUOI70 zm}C2l{T4eZSQg+p>2Uo>$9S>hfKgW|W%ftNl)ltTo^5s{@QzAM!f4 z>Q4<0(Y`=Cb1>T%STXK`OP>9trke_HzVA`P520lCRa|7nr z+*dQ8x}*Oq{l`{aR#n;WsLJnFZXnhl5>H z@;(Syb8Gj=s-CHRW8}9tZu7M>vKjBtYuf82YR>I5hjhZKY-n#^+{qhG-tcg8pH!rV zFg*d(eI4$!b5oyLG)!DPU$2?DmU4fY=W45ehEmtTTiv|l<(29AWgZu;M!^a3Mt!M3>cg-(=-eAc6iuFG~~`bH#DpJ5}`@x;iAzdhdGXKc%?t4N_!auGOj97E#4n-IJ@94_uwHC+G1Fz4yNUr>)plS?WSjcr~ZH`+%zD6{{l` z^ZELacd1ZoTXx>OPha8re382yWvU;6mxC9(53E|g-s;LhM=rZ0t&{ZX6Bl%8fJnA| z%Bn;z^yt%%WR@R^my=h!XH_l#?A|I1_2-mDkdyzSUKQu2q;~zVyQymVXZMO%C`T=+ zj#NgMO*D6e=Y1!28<_Imf{t9njY z9WACv?%H%F{a?x6kV$*;|5*D1C$g5eeSv%Lyt%D?i-9i>8qk;++W)7C>SZ;Xue1Mv zU-$p%IzJlnw?SJBX{xz@&^HH99C+q{x5cv7tku9;4Xo9`S`GZaqJc7R+^yb2n+-E- zr>EMpxvuH@_+_evsgK+Dsp%e3)ibGdJYDVLA(ERRNA_2$|IxiwRgX@7M_+|rlOoRL zN*DJ~s`|MyTP&+rzG>;qF}1o%kQ;ctgVxng4eU;w-zQFU+S%_i8)d6kQECbeS_mgQ zQ!R~ppIw(lF)^!|I{4+p0JK%+$@c0MlDAq8?Ck9DL_4^9a8=L7eV_rb?eWht8^xxNePiqw2M0r90f9op?%%$bI+aP`rOpPM;Wo zBw}a~r%#>PC;HN`>S|_a+IZO-f48SZRf*?Rq|Y*?wS9qp`;5Ba%FQnPL1pEr#L$Xw z=sxm_yJ{}#_v`9|`qlT}sQ(?6msFiJ;N1ZSRD5Gl{lISzxU}ZInkm&+^#7>;kyUqB zt=F%q^7{(dyJ=X3;?bp;xqQ>?hQsP-H`Qhqx9aQby2o*mT1vjj?TFU4q?4_gY+iR5 z^RUJHoxT@}@|GC`0I@8(O4qAFS z9qwj24A<+*E2@?zGTj5Kde$!$Ao{GYH|6<4c#mJTBbjYsuRC0tDxli#UA@2Yw{@-F zi9q4)+DW;tj?QdrE~&DOtRQOiozaRD`@|q<^E$4pr{V` z7(n+R(e_$}ZbGd>s&5}o3(0>b?|JJ=Slv&lH4c-jPbAi#`s@o~iDdWsRXsbDHpJE2 zG$NN$)=Fn1%N(Xyy@C~wev@@~x_8l^SF#Te9-6qmPb~Ops-a8Sg7ve z&IMYDFbdc5N!46AMUOK@&nfWpSs!nJseDP|oZUU4s^_HtT(|zjAm@MDRWE+0a@h{e z4wvXN5cyi)Jsn&pQBKmaCaHZTw!uZ^zf+#C_1z;kQ&hgL3Zh#FKkO6ZIHQq1s-%bM zb9IlqQ*+`Ki8rTD>~R%lMLNTjX-;<}y&b{C-MVz}E>_(2p|zub$!fS-e)gj|x3%!0 zWRq=vUQChU`@Hbj^-~_8gEO$alil znzb5OtAVu|SgV1)u7TNo<^`LwV|dMBQesE<=&GJ0OBWK+UB=IT5?Pq#_O|!;9Sx96 z%B&fpBKNko^w&Slh40+uYt#1fQImFzA`O>g4G zE`5uRFiOa=wc|?Hxntw^x=W8<-Xu+4`M;-0eHYEXnG$+MBfQld+D8~uSTqKqir>$u zyiVdhQ)bQm9~5-?9q^D?g}wMW+O(weDP23{{xwdcVNmb zunW41?71M-V-o1?GIvn^2Lf>#o);P2{gJ`ORXNcL`r;IP5U@UYTL&SJ8M0NPzf_la zyUbaGsHC5LR}=$3l;5s_r2Gl?TI0F@Jxz4uFPKf>Q`iV8^7iZDRF+E8TP{K zLiK*$>niS)!rklKmblK;Y0upKeUsI%LfbK6?}QyFb|@q|+=LOp4-1yJ7n)inB0rKj^ zONoIy)!b42VE+>;2MHu9`KI-MX+HVfiqX|Q!@B>y&3=W0C)NnO%{(rAc5@Vc>Qdjg zOg1%o?oG2(9oc-7_wr}sq`Jv51Y8cMQ{B!@$}K(1rC1q?6G26|DMfzzEqOv zYT7mOzaGz}8ML&U23A*&-LvP3$`@}rBLBgItv6lQdiY*D|Mi(M^Q*_X* zYPr4i-!OBQcZ5Ql`Zb|4;ZyY0!hH4{dj}Dp4CgnW8@JDa^SN+7XKtSpH+MM|K84Qj z)3PfL?%%Wj*<;p}=KRTT+2w>&<>3FhXX=(uwl`h&=B9UEGG%D{J-3`NzWSa@7r0?& zeJ+>H6~5saApet{!HJ^+PsFK&(chHx9y{n8%kC}snR<>jzb(78@ZnQ^em6b8OL1v; zKR-K_(G}ytr$ocpkAH45-8m(jo3tRA(J3s=cb;gauO-8DZerM+6_gXNinIsoz`s?o?T-Cw?_bi=9aD8@?Ov zCyVH;h-ZapUH|u$vMnwBEL7=D70)nX!tSEqCfn`8^n}FoxQMj)O}{-);IF*B=L=^ZR6qH&&Yw+qeCg@cqg^!;Bhv}*1HA6T?COBMdge{(y)X6ZySeDf z4D||KLFf@Zp=W+?B0|Uf#^8>@Mu(Kcb|U^tvPRiscUPi%XHP{Ltc45in_dotINC3!86v>~f8 z@MC7q=X8VDlyolN>HR5qXaJR%Q*+tH9TU4e>mXe*?~T-Xy%-IcCK;eYm}%Ket0%_v z*cKJ$UYNnQl(iAG0{w)+j!` zi{$++q|&%3-2u&Az~epDwB}^%a=B#Job2SZ_fB^*r{5g> z)8B0N|6}h=;Nz;wzdw^^X|swf1*DR;w6v6_D@)nCH_(lyrIZFRO{VFzlT4UN+J;4# zX;UbW#06w?VG-E`QBYLG1q4J;K}8hskARAbih{VI^8UW}+%xyynMoJAr0?g`n>=%$ zbMAAV^PK0b_bks{)6wR9etxNr5k;0p+gD9*Xl;zdbS_25zj4oqDB~gvR@$tICR^~H zxnAEBfrgK2;xR9hXpXqXKhBD_S@Hm#_4LzPKd0Q7T1nCHjb3ZLqT*VD^82U;*^3%H zUJhy}P5Kl8wGR9QAAYiMx>)>A6IlAi!b@HMb9A>ftA*1lK+i-etp+%onyC5UA5xWu zhL++I0WAUkn*?-Q;5`D{-F#d)EeHNL2`tSW!mT`C5>B@UO}+Trmgu{3TmIh{Zh8Jl zxaIjvAI(~YMP}rCRbb`+gK!(y8drX3E^=|Y(YJgw{}FD}OY>#%Lg92P$cbE5&VA%> z`5!FY=EV>neum;A40@}UzfIRj;a1ME!WnMCzf`~wXQ+VI7yW=&iw{F0@S}uVnp)w= zhW|-nkLOI`Hm=iz!x#Qbgxj>N@X@RiPHzCsI^j0$7YMg$+$h|pQDhE(?w9)Lukg`d zCEUtzy>Nzs@V`^IP5T#x+j97jkNy$iw#+;!+?Ii-efYD&EzjQwAMEn~k8rEc3hBqv z3=wYSCw*fD@(PW1@e!^Y8F|K#ljmau^qhwX#M*hLCqsm0<^@hUfB%i)$DVsXx*bsT znb5%Yk}GxFd+pW0UJdNkfUAKU!`;UerOUpVI~LBKo!waze6uy@v9zJH-o4i}CfgG6 z)f)PSCmq*PS{+S&Km6g_FFo-$pI`UnLjyWbtya6(5NZsq5yV5Sp{7tY)Gh!|I!|z| z4Mp@Mmm;QTNzuc>(h)uqYLQ=)^OtbLCtROMD51Z&Ag14D*Vl%MIx<8;>s|kZcqJW4 zV)99dZ}ubw9t11SjhPd-Kg}$rbO;J!R(X zvwszNfBn9%|9-zaKmC`lgo{_2x02cgnE(!=IkZ`NL1@ZMRyn?m&o!^NzA@t1xidpg zchhfR_MtZ8(t8YJQTk(hG3KNnW(+_dOux#s6!_r+>%T%ceJbNC`h5CLaK@|Lp^@1Y$|v{BNvByD*x3sPb0V=eZINdk!JuBNqB;9>e)Qj2-QWHGU*zp%VYV87(Y5iqM8&93t zs>N~8x$%Z3i2OJTaSDg~%(|yKc~v)KF?A*pNhWzA=S5tsV)2Id2}irgq>0Y#MH>bu zL^B5ln&r?JH*04&xy1y^f|Vk)Nj8KREtx%iqfXg4|aA0qSHdpJhHi z2g{#0;q!X|IDC$fzxL-l{%xWM$A7x~dH06?UjlIa7s>ws-SMv$JvjcWnUqodRS7|CMN%gMfy)9>U^(nGb)& zs!o{~-e6!hgN|_3z~SW+9A2pkdy_(tJq%q?dU27tV9=5yH_A_#ihd zIP)WvCGbxREYA({rw^r!EfQGykC#9B3;lfIj6=Ye`tb9GGtMCF|J*b}W3B?SD>E-J zzM*4s`=H5Fk+~=|D^yxgd{V(n;S+?uhbxunURIPImzt5&)9gPkn`c6MAah^jb~s zn*EEKmlmQCx9eOyYtlrY;}{=)ti|o!4v*0l>Z6&Xh*2z06Hr~ixvVO=^Lwy4Uu zM+$6MiZoROe>;r~u2Sw~4OI!8JN&59#I6GQDCeisdLk;**0}(v(3VW zXaXX$ilD6u_Vvo~)F34mVfWJ&8fSxvw%!z~lqzbLUdz9!-_aNpJ#{Al2m zaBEP~`KAnvq}x^TrfD6~n1+gu?-}u^OzZf3YaQ>pb`7EDH8ie@wrUMSi%bZalLk{x zGeVg+M&FuZ=1HF$A-=4lKr2jui#bztu`$#JxH}+9|5!A6l;p#%K~P; z;WJGB(BglHaEcxHTLNv*a&TI9iX#48&~R0Vo??#wWC1-1an%Zl8~khmEe|-f6m8@@ zPe5Amho6;gjq4^2^s?3;8mf`JoKXk<$WL{HC%g$mb%6$dsx3J26CRv&BPT5(Ztj(y{YM|;HC;j<{xtaUz9nw@Hs-`5#M*G|>y;995P zyYG2U#4xR;+OmimX{v2KLkpLx9GQq1NH1uObvlcTKHv6^M5|K|cyG=42c@6akVvl5 z3a{Qy*NVN}BBk}lIhl9U9I+O*Cl<%uH(+yHB$JYBBU-WbbJ1ogeEnXAdU4!k?!0s5 zik^`*Q;SVSXEn@TbSZDhL7AlvT%>|Xd8S?*AzFz* zHSl(UE#I4jj}$;py&*2@TCeD-3&h1r8uWzyynBa!oc!?vSn0Af56ewDpn(T%0(_Q= z#->G1=Nb1+^0(Fg~I zvT)j}@0!VZyQMzQg+$*gBDK9|QjHWk185hU6;E8T7TWK^qck9j$2E ztk&#$sC74;c-dq8O=b6OKgiv4FioY^UbF<1YDzk#ocA?KK6tecA1<64hyQ2+JudiB z0%{@n2?BaV@L#E#P(vmQP7&C!vxL(_LNi}LO#`nJP&>gJ1ePW$+{%^^PD=m{wHT-t zY!q1jmkYN%dxcw`uS*`}gzu*WR_4zNxBTC9WroJ$=;llEho)Mf!4?{F}mUYl6Jcpr0oNmd{VchiBD-p9*YVJmvlE8#X>uL-BM zMOXjy`7^m}X^LGw(3A^DpWp`ww{i~m(To;OD+|rB!fhH)5N`8phH#sfdBUyy3gXDg zeW5SxVqe&LU)YFno31s&i4$PIf|Wll+?K;0;WplDgxj#65^iO?Rk$r1>`}1z7ld0m zxsMRgvJ>Ah0WCjirB`G`N>746xPm&kLL4JBGcU0Cj`BZD|HUsN=&_*Su~2!fe)e8_ zHSqtX20nIicXLsC^es*OJht(5Yu?7}DSt0~=a5g|H{r+oUb|-XBexFw=#b@47eDUq z@branJ3`OLdw193hBI2u>{DEv=+vm*48eIlZ%9NE-u^?k&(%83X^~DJKdr6u?j27! z%(`+bk0hGc6ZO>A$>=Qm&TNx^4YbLwywbxp)|I^z&&+8L4>PDExf zjZQp?G~dv;#&g!%(mJEufP{HU=wn?4;{R*G(sUs{ns!+T;Nr(pV~-^g`b*p5V|_%b$S& z{tO(z@$Zp8`Z`)L+86e6U)Uw`x37WUaA}B(g$Nth#XkB|eg3cb{3pww^dJKRMsQ@9 zDSvd2zuoAF|J9=54&3g;*#OA^0{_n`EI9H%C4UAa_(ufz!?((%CodR;qAO^=FJK@H z{&Rs1yIMRcH>B~m0(d|(U4XwHhgb|j|Inmd85s1xEwFiavf{OI)e5&dXFz9pzAfD9 zRzV&9+)s3I;<`}40Fy9mpamx__vs-#k%2+>L;-S&#Mx*_Ygs_zHF)qHNd=3*I(obH}7LdQB z6PZQ|ct*Y);loc6j*QzY^RV|A?$Gxb?t||!+@+JcR~Dt~uFO3(yn9z*>>O~QcdIdb zF*xJtjmsu~{eQE*Q6Ad=*n|E$c5r>;TOaQ|LN?pvHe~BmTdWtj7WE5yTT#JkWeJN#H(Fu43iL-fo;$%cN0T_kQ zT-b{t0@a6VN%f?PP$j4`^YufMLQ{9Xz&6uVE1DnZHwdV9G_Snh+GhP~;Z$+_7YLw% zzCi#D_~%?48oGJzz`X+E1bG!<(*ezdQK{`q_^Ha57WkvamWzUr^DLTQK2!iz4!|QGL|8=j5BFs zUBk+VS+Yr*1uO5J#J5K5zBRhllMSA#f!^0N-L@ziN&2i|Oc&Wyor%}iVc}#N;I9LuTqeb^Zte{0KiwKwQwXCyeLNw+pD-@N8CC z_*VAX_vT= zf$Mky@xo_=!h%-|m=DDd{3_wlgWoMc26#Rwz#sg(0^|WFZSWZ_n5(ep2mcYmkrUZ2 z5pdGj07~`STpTCxw$=#Lad2 z{@oWArKfx>)L#vbX)bDfHNM8J(q0pE!d0aM*F5%UWA~vo$yvXC_b-g9c+Ter6xCXF0@2o@wQLe*UNo15F_5IJKLSOp=@(JP5&Bx+Hd3 zpg--wHFzeq8fOIsgUs{_zS)|LFqx^G5vI&Kzcgasa4W(v`A})7MBrbQKa~ZXfdd7f ziu0(Co(7Rhfj{rCG(O<7eE1^aG!pnX`}~u_893qJC19`weyxDY1%A80^8bo(E5rAN z+Xm`6;kE&J+2{XfAANyjCSCAki;l$)6mEH9dxZB+XlDETmkYOYwg|U!ULxE!AZ+Tj z_{W6X^uFZ!qr;yHx4OMeIE^rIvH2CfL&F8m#d8{^0>STmeDE6}K-c6CZW=`Nfv)VJ z5jja415wgN<1aQ2f1A(npb=-VSS_HjgEwiR(c@izr~p57j2=iEofmRhH;pB{DJO@y zIE`@n!`&AYrI&4(xFeh`d3tBp7_S$~2$LvrTap7ZkeD2bJEIa1>Q{O!7wM{)Y z_k8+&#S2Um>uV=v;3ukakeM3~uwvklCx!rx&1EUc*-uGslT&Eb<_=otvb1A_lPl0n z6OiNJ040GO0LVq|_@%?$=NF|1r_S%^9MJi*%qFd07yRveO>Z9m^1{MrA6xp3i|U$x z`&vWsV58vL1&mc^#AUC*j3-Hqy=bl|>J)hrN72PiVo{P+gwTxAz|&*9JGGxTJ+l9m zz#$a3w+`AlHD#~nhjj;zObQ2FAr6G~4SSWxs`Ird(AHLyb(*tEK5KvDYSD-P@D zn&q2esnHPIom=r*nZzG{bj8UZZCiTRS#M1}@$uRB{3UhBe#QR?n;PZ|?6U&t^Ig&& zjmfr>jAzD&%?LNz!Wp_G09dKD2)l96%1pAcUdN3|$h25@E2MK*^#b((-~2fRT*R|8HvLzlx)lp!d6Hp9la zz|#ClIKxY5z9WF1u(t_ltHECsSpTPd_`SjzJVC>&0Noh)YXahiCvyYVKP{Z$E;PJq z5HC19EdQH@TY90HHj}XiG9wf1CjA6$Eb)*o|InN8mJV8m+BOV)Z2OxpEOKn=Ic+k$ zh#UEl1A6<)fIsr!<~3mBaXke(#kHy5CPdxtT!TP{b?&)Zua+f;)qmmD$8Ju=F1m2> zrWgNuS=kTMX@|;qN%#5%J zk9*^>Jz<%!*mP1qx7Duk={e3hb+6s?iqT)be)BW0F8y-NpF^j9`oU8V|LAQMU-@S7 zwQey|=sE4}ZHpr3b!h6xFfksoV5s)l_~^rs+59OFUTjHUOV2@!tc_K^O-A_^6uqT8 z?aCn^>_wTHE(iII&M7104LEs2O(y?&MWpovj|reBpRN#)Z{+JT0cDbBR&!-u$#h4Nv`5N=yW;6oWh4shbMcc^;sY};4iFo&v5uu!+u|r=Gw)B70Kn!rIG3fhC6Cfa zDf0KHmyYWGuy$`=d2~*Tl5Lep5}l+?H-rY%m{t_GP6YLq|EFjmy+nh0u^>7Z?)U8OM-#*YY(;UHuF z$cqb8McMvqMBAA~Yy2=`v{E60d|Kp#d8L&CV#$^)sh)(g*2B^@$)l$)v+ z`Nx#Xs6sS|SG!{h3HdRpgbAj2XhmqX?wDpuiWf8(W?Jj;?-1TDU*cRRX^a6T55tgB ztDe!ba?#q*x^aOshU3DIX-cLuxNsjWpq1moJihvfNL0viu4;c5XbE*I_# z1e9-DKin4!XgO^wcbRZY58vwqwjSXAjO&IT_pJiLbJ1(xBcOh8;l5Ace~zE+-D&-i z1A6KffNbalKf)0=>B0}3798Li@$-yyz?0|Tghgl2P^aMutztWlUpp`GJmMZ zSKQID%}1u@$q(|B5hFanxuCVzMd_Iz@9#HeZx=ufYxUlibx*4+uDIuiXIE5z z_Se%6J>|NNx9*(!&R4!u{6e8oYaiPMJhpZ-mB(3|;b*SLSbn6**&ZObhU+>VpA_c! zI7?$>Qy`Ew%$uX>B3slDO-4MIbClIM=V|L!BoPd(*JZnj%{k^vjFI++CaqaIZWA&X zMl{a5dSqo3oBoa=U&-i61XD+Bch5p?6KsP%>hE+~zP&Stwb|7WPmp9IjSk`q(K4bD zCYTv|Vm4rC^LacGbiu+s=4{fAhoeDz$HQ5TwRaP%)=#62T4i)5A@Rx_XvSf9Wf0?q zVF1Sq1h4rTe4A_xIC$iyT{~AiM`x{!43~nX`8Qbvookvwo`TCDPa{9fGZL9IVCn|ad7N<{3_15Q%zHJ+a{l48X@|Ib` zR;_0+_Y!k@6D3qfy0tylOX|H#PCYApca-A#_=yLL4)d40^D zF&f{D>@yM#>$I~&0|b3G#wKW?Ox#;*ev!l?v6Jn(m=~xndVbI`D-)DCE>BMqU(I1) zc`HK@@Reh2v=OG19p`|Q+v*3%l+VtLb4C{?0_{+iX*``VbE5OM2FvV=-GRahB8g%t zF{zlxYhsq4D^|ugAdI^;IsZc|Y5u2{uVd9w(|^w1Xrlt#V@O^n=i>>}S1pPd<9*3h z(Y9P4mm&Kc^%)h|W;Www`?-Z|Q9Q1W)#$_~%cn2vWkh4!rL(;TYc|P5Q$$V_CJ{NL16zAQsF%@*jbT8d_h8A z|L90AXpJ!TTdS{&HnGjfUJUnG_u+k&A;ePxhArT)2pFo+^)nRE2*UAau7F_$Lp8d4 zh7#b+x(;^nGjzB93~Lzf5l2iw{LpU{SekcSKixu)35X9FUJx+U0RO9ip$bEeK^l7? zC-HIaV5siMw4ZQhdBJOZxSW~c%=N+vhdf^tur3E)D0=%IPn-f?G2(!QPB=lAo_&fTzLdp!SmZq9_epMT$DJ?rMY`_WOux^KNH_L)CiS^W9Z%+#|D zKur!VZN2|sVL!-#8SGZXG=5;YwG z6@$u5uqCaD$Vz=tNVcn+ObeaqPy2XeTF``4pwB~POP|D>uNY+_upYJT5id=7J)N*N zITWS$0S^q4dR-XAwtQf9^TkV*3hW_RRVs353Vs zq&a5kFC8|)Ix*Sc7*h`f&luWsT9d#dcM{IeD^TG?jN8p*GQ?E7On^*==lSHP)w_-% zS(Ld!cYBdtB-Sf{MK!x+(V%Z;+rDp4|7pH1h2hT~>iZdvunU{6o35NLdW?Xf4>+?? zbl>35iQW#0o)S(sPuR~0*S~{*Nr>h78{rHS7%mLe_`=dxxH$g*5Dor>De(FK(dR!$ z&lnyc!xDj&?LpBn%s_@)gu@RUUeFH{Gzv%?VLN?zuW-xfQ^FZ$LBp^Jp5PC=ckpKg zmge`uEzfs_GvtDXBUm=9oS9))wfsNe(i|@w8KFN=>9x8-c7|3wvnINs!Th%6nG$aE z=o7-N44?P;e@8gOOv3)c=l^HnR)_BhXG;|{gEhXh^y7rvG)@=JbAV5S*|=gp|BHn) z?1Kg~*j5kM`S3f0Tlv54^Z&kZ%m0_cZMxp{`4>qcmgYd=md|J(ew=VC!wlhvyYj3N z&I}*nFZ1EI3b$$hj&Pf<=X^AO^ZA#mTv@#h7H;$IDB)IDwZd)wHVL=!ri5Fad{nqC zZ{?DSdZDCdmTwp)!%tB=b%{EMPLL1Y$UItbgkXYTlHeG@u>$HSYi$}=JFg-$be|=d zEl^fF^23{-%~1>UGOCoOG?Jo$HN3y@|;Q#~pUzrw@C6bkT2~U;L{VMqPN! z#-1M)ce%TbJQi@6-jQsNd!s7XesYFwJTbRnMI<&i-pE(09ox#z*GD3n2zA|cEP=?3 zkhUrDDHMnFj0SztmySd0UZ!u#bQWmeUi1)@8cHDArX*7uXt5}T}Ik5HEf_BP=*_ zZ5ZA&SeqC(_V*zUcPgaD%#V8I;lPof9x|e6*8Q)IpM1pPOTYK{vboKpiW>rpo+gML z#^7>aRJ`J1r{FD-GY5@*;G`^oX#(0p%FrTw$Vks6baOc+G!wA zH}2)`9rs89{OmJm!MUL2I#ob%AX{wKkktTgd$aQbU-{8XOTKy1{S9@e&(&e6>Xptn zQmQAZ=x7n@lynA6%bv}trgz%g+8qM1_{&#YcNb=usS)x!eMhEYA!DAF8B zRJSFfEwVvay(ZFG-5PJNZq-LekMz+Ft6mX{uNa*Q6_*SiF(RCr?nt3cGi;D_gz)1f zK^gpyc3gx3g?>fU#bX`p#&Ki_IEsQo1fJzev9>{H_!_oZ5mSna2hTe^9Ky2UdVOqF zZ=dHjbhK+9mfYtC;yQOiz{#tw^V-`ypk(ma;o(%76Gq!3v_8aa%Y<`Di_cx?CS=L{ z+S8ZJtgf9uW9FIF!+ZozfMM0~)`0J@QBE!o8@;fgc<`7p;bl&ixw0lXsix(=Ea!lL z&axhkYSlKSBNcLVsxn+Mc(`QOMl%&gpC~@GAi&EnZ?5+96+@%W#)R`Nqdp3yn`@(` zQ{L+{=LnvCWX#Do4L|O`MWsIr{jqeCW{kp-ia%BStKzkamn&YVc(&q46;D(=Qt?p5 z0~KGaxU1sUiqBMBSMl+R?utvxe^W8D;^c}c6_YB)Rvcb2wBiF5`&U#|45}DV{(AW@ z%70S+gYw7Azf=BT`IpPTP<}`GE#;pozoz`7n+<{wxR5zvUO$Wm8~g@lr1Z(D?7JrUfJxjqsqpWjV?RB zYP3Fex~Z>s-IOoU3y*V$4k3QFD*@#UQpUmwZ5vQG+r7lZ7e;zbZP17RkKP@E1g+- za@FxwRnX0nNM=PJKe6Dm-<$aZRSKd_hy{d<+zESm+ zs(Y*Mtom%#r>m~5`dC#{)j3sHRvlHfq-u24K2-}UU#t9D<+mzttK3j|b>$6}n=5-O z*HvCrIkocm$~BeeRxYcIRL-tEud=RkT;=e}qbdhiyj3}*a&%=`#k-Y7mHSlAD}Sl{ zuNBdXROQR%|0w@&MZEIes!bJVSDaqaQE{67I!c-8-euP{5t$Phd-st!GsnCCKv~9Q zpffc%P~W|uyx*aJE-#!DUo-B+A@_amh~@k5bJ}@N9dN+=G%eSlNiTEqixXdbp+MGDD9a)#4@ zocbd-D2bfj;|!lUJ!my(d5{lr@uD2PWhA8Hw?piFQ5griqi{Urqn8l*FO zM{nM_Mo+I>dv2vlxFt9$iA>r^4|T_@c|o6*3K7#^u0E-2L0TINPdI@JPg_4t%iz@} zXec*c8L+jGQbY-``DNX<9@zF~mBJexpD!*pbg&L@nbyXTFKyl#Q+U|(rn!{VORIgP zZk8mTkBNaadhMS*sk&CuQ{s^v{o3^T&+q2*LzAugi!0;`g^NpH=$pEgE1y?dSdQgl z$(MyOE^rp~xbPbzU?Gm-6>gSNSjAx&%Sz2m0n5ZZC+xWbmaw^4j&2dK(!&Z4?sfr7 z%eYx4?-mdr%P`e~n*?@&Z>aEl1@PnfaKSeP#KU!%;8_8yQCzrxA+Yh|eoX*BF5G_? zuu#Z_+iuOUZfMW#S)kwfJ*;FM*mHn>XZ5h!HM0jz9M_|?7fk6<2U~D#_eJtKs(Y<| zCv|t|cXD@9zvH{t=;<-t&B8}^NA$Z-cY}V1cGt`Q=ejM$L0Pw!Obb5HEqxb!uv?4f1&4MYC*cZ)be~eOG*oo4(DH5#d<#l1KS95P zE{8I7xfWN$|Gr!t!vDHlt99XjUM`;Dzh6FCzpq~|KH*-Sq-(q8zRT?_U5P#2Pa zqiddiAM8T@uXoMS?^nAdbNGR->H7Uj*Hry}x$9*8-ruDS2;nbvNn_zJcA=kpyQJ;# z7rHcz41d0BqJHn{8mHeoyN=ZF9bKdJdwUlty{&7QesAeIRKGWMsYHiw?9z6L@F%-e zD#JH)yQy-m-LQdFv~M^hKe^RMWHi#J1T!^@Nh>jvR&9q4t}VYT>eKl8n~zz z$tS0m>h}ZbGxS@OUZSw?r0ewi*YqO&zLHixhF(r92SdL~D+fc*q?LoAAEjsO_lIfa zW9W(WO#OZ{Jwv|_rKjol8)@Zf=)v?U`u%$PWc?0Gt1g5#^-_ONN-LK`pXgPLp(}b7 zduVg7%1r2*Ug;{-)k|Do=_THDFR@(Rd%Auv?j^1by|wyH^{PCC&g)fq2(|aB?u4%F zt=I4Qz0>vE(aT1LwY|sacU>>>Uev2n6k6YlB+*`JI~4D&(Ql-8U;VD?t=8}A-oy3V z+PlAgW4#~H?+1I9>Gwmuw5E+c$T_D6IhXei)bHZna{bo#ppCP8PSx+y9%4VIXKvM0 zTE6g#-c@oh>@C)BT@NxX={ZHer}s#*@Ws7t!WZvu@c82!%eQ7I3d z+N07Cn%1M-4bASU*6%SrDx=zde^6C2RHR4?j_WBCs%u^^zf*cHG|n+S?Q%}&Ij`zt z_)qLkRDC#9g!rSo+p1m+4J17hqp_FJNB6AL@3-ms=t9#DX@1Z^C=yzq$@~U@qKd755JD__()oY<5)x3iJy65UaQHAp~RMm}k zD!M5jMMe5SEtz?Njr$H7xvb~D6AI)Pt|EuRPgWgK`9$T&imvj%mCq~td|8Ezn4cNG zy>#ZFuME7V&5`!{Hd$2D8Jc8$vQuZ6TWXr34KhHT)M>$FOsw_HKxh19Wu|FD&E$Hs4er25Q3o*HlGNezc~B(2M2 zq00op!`CW*9=)J2weG#k?W!{xuW5_Q_FbQJeV#s5TVP+@xCTmiD* z{kI`cony9|b&EG?s&A{3aJHakrc3RJvvSaRp#xHf7N$=Qh$A7_?mQuzHP5SKQ0F_F znzt%s;G+(XkdLacU6LACm_9ckq$V~`I(K_?)@Ok;If|GoP~-L&Hd9-W90pE7yIn$G zkQ!2$K7Q*$tE}!~t3lcwUSoE+n@#JEh#Fvp+EPOc(=)?4ZA-RZcfE-AOtTE=HfrOb znf66adXi3-8@d~+|nGWEg2^oe_dq(0;6H8UbBI!wi`l#DH@!wb_3_5>L-$EA%?f~l=q zYIE9IC+oupOW6BTiwif5-eto2I`2mRhkcx`+Kf`7czcXI@m8x*$)&;vI>`NcO16E?Xw+&xj^F8e-LT?Hw8yhHvhpqub8WRr@L( z;-?p`X~)PzU)|h9J1X#|-5oOzPDl5&#JM7Ma$)-7+(d1sIEfCOH*AU2unZ;}JsKTi zTp?NG`bX7yCR(=GAy2T9+6}~6hpB5^e-;>BR!$;bP{!ywwvYDEpN?JMspRYTLO+ps zHK`92rjOaOns>c;nLaP`5hqj_x?ch|^wBZzUj2E!oyA;}7s$C@V!oLwD@-4h+cEE6 zG3oLo5c3}&-Xk&=fiS`0Sl)1U6F3=rl{7Y-LE(x0tuein_&)8hw4uFml{xi%kVHHr zb#P(&s9jMxltJGIQVR<=49$&TCyhG2UZ*D5B{i%_w(BD*?CwbJP=_?t$B3LQ`JdFr z)JtYwVBvj<6AnD|luf1K*L0MnB~-OWE7pw_zo@7!f2e$1+0A8#mflo4bWmNv<^jvY zlLmH{+!bmm{!{UoqGaLV!Y2oGga?P0!!PGb%_!V3C|7k(h1=3I?Eu*UJ4rs3_VJ3o zef@jiujnOzPE9OKNBT(NPD@3gVC+y?Ap3t+_+;qjJOz3uG=o0P2V~yf@l_vHZV!@B zGeN#V-quEdC2yyWD@=Fn)^eiZRCI^RN^NV@X)fN}EoD3wZ*F$xBY1h)PPym0VKXm2 zCBIWsbo;zrt#4Q6_b4rO@uk$!h3S^vBqtqAQudhNqr58Qgm%irZ&IfeZV2x#xp$x| zv_&JQ6MQ3eLSeddSEqpfCu_!T`}>~U8M~5KQgaJ89JD*6Z_CV0??5gDd(fP`crA5i z;f4vjIyFs^Hd&_E1axP#m3_M!Sk>%6nr39!)n?e`r0hStC7*(Q?GB_V*pKC;=ARcA zrnd6BA9xR~9<~11qes{41g^2JQ|+F-l^I%ZCZ&E>LN6cKg08QbKXb9?T02=2F8_wP?>%&aEabb6|?Fg>LIWziQ`oMJOOHLx(fPrt}x zreN%s^}=&g1%>INevyP@1&%fr^`8vWWth~FVL@u&!t~+&qK9A`@7QmRnbzeL4Vn+( z9p2g(DC()c=g{B2ac614N44whZhcU^YEk7kD@RmZ8eUTVcG=VUiCOWOtbx^gE5@Q~q@c;@nmg2YH%;IxPZl!Ver;;N z0Cvfs)QH0LY1>gOcZpD0>qG$q(2ni~mN$fYKG5IOlD0v)Ahlm%I?tL_pTm+}qBKVu zX|6@1T9vQjr&AS$=@0aOR+h3T>VuOR>0Aq~UG z)ZoJOxc-;RZy4RFbtk5VY5T<8bsn zzt)y#vPKJQjZyaCMVg$dGA4J=pR=8Ach_l8!r<48O9u3@3#k7DtZixOaLy(>LxH#U zI0dR7*1kDeTy~bii=WYJ!d3k~I55`s%{H_nd5smZ|AmE&*HG zQ}4a)`!c-IzY)>d8a^?56C+0xyt>lo5;n7#H>buFrkCzY5o=Z_390t*FzP&d|qLy@x524m_Bknv1x^N93&zrBhPl~ z2{lKnaWZ5oRYk|8jwnno*>aSD)y1t%qnUO0n!vFm38ZCU=cL)>8rB!Hj+6POMuP{C z_(a1(!a1)b|Jd!a<~{nBIkvS0S;N<*#uug=cD`Pd9DRwlcj|mzw6!tX))1@Fr}>)V z>$ZN%EYDVAySzyIa@)?{EajF2yU)B)pJr35#&>JXM)Qu=q&}FX8nWdQVKAgU>TYI~Pxcdlx@Z4M>J?CcV}eVOD+ z;_i4T{{Al8-d(dTMaCzMBvOSp6I0GNR7(y@9axy&HQSc9Up9MW$SF<#=-+oBW@^1^ja}dkP(SPa{9`h2Jd4aml-#%OT z@aJY%$giNNGc@pe{p`K=YGAJh_G)0S26nv$HVx_RDB3V|^Qasf2|Hmes;`O0?AfO6 z+u$CY&&!={x^qx*!GvQ92Aoy!^nw=;?l`kL_Rec}hW7dLnahfAEtqG`vUoF80e(St zxB`#8P<7f)rKg%-a161qyUOR(QwHh`Wn99!`o2)+L*ee1DBVE$9_7SrBg%PD=bQ(} zJHSU`GmjCF-twpo_!}vn zlx%%DAF+ZyA+UU~M`igO$4V zt<`47_9r$#u?V?R78R`zwijc0{IOk%4a}|c491C#MPqLf47<3-Ug>JN8Xa4XNPrzi zET6V!?2%%ZG*`O5q{v4blmjcLeqCg{{Z@9dL5l5Fq``)5LXu#eHOOJ5G(rln+DV#% zPlNVMxBL_fmBgPLM^Z9iZ#1c=*sqKVH}-pTb(0-GI>F*6X;|sV=~>i8=l&E2!vGhyJ1A3Ydp1PBWa&&Y4mf*#2mc#yAz zMMmhzYvOcoyCtmM=d z6xQh(B}K)1OHyQq$c`Ne&8R6~I_*;%DqCNE`{g{t*0{0ejz#;V{ycly`6~tWm5cgG zo#g_z?L2PsksqIKQ z#!)l2AGhyCn|Dg{TIjd^=(H6r_aE@s4~{&u_~76Cb<78@IJSD~qt{*dJ1K+uh^2RG zrZ?i^dj`}hV_Q9@x?$b{u-tCGZos(O&`^IHRd@2!m@gDiH~B6?o5El#p4O<@X%Wn~ zC9-R;Z4>zJ1+=;K+foEaep_neYzWKK)@AD-3iEWx06Z4gfRhhQRU$dK~1zLg? zs{2^Qw>vdAj#7 zdX%6m7-#TVzS5D~w*=dA^th$6n_pJG-{9BG3gr_$t?6BZ&w>(f=~>@-8|2}q+fohg zI}|0LuR0wJ)pwruO}Fhb`MGbqOxfD^N&!5YogB4wE2!`6kd#T&I(oIyj5F+aSLol@ zxp~W5c0zd^tR?>1Z@#;e@5>n3Jd9k~Eu}i7tz6^X=k#IpdtBi3i}Zi^F^^y9ei zaoxH(?;PLOoxYiVop%t%1;ooWRPajy@e?2J*94>se!~TC3y_2OM+!=X(4XTzT=0G& z$cuZFfcH)Ne6-vn<+kIPBji3xZmUb&)8$5fF5FAxW-P*m`z*N`cj)H08-&>KW8@c? z+v*qhC32HqF5H{tChc6fd$Z_olpFcEc>a00{rtb~x^;7&e@}?j-;wfrQEv3gbKL*% zxyQ==eks=Gca7X5<%XVXoM38}yIyXqFP^WF8~t>H%Z2+gxo!G!UnjSHU&sAL zxo!G!KOi?{mkalUa$9}j{;u52dvM_f7{`&mDgot!_{byj1>Wcn9KDsgfM1z_FqBt- zc;L-D@-PAEqKr|lM+it4Wkw=6Kp12te!{|w_iy~6CB9Jt{Owp1U4t{W#($^)*{m$Y zO?b){JmCQ^(uC}kMd*=<@VuYH?{ERn$vd8p6_9q)Kw6o1B93YSJPs2;M_!N~+6mme z{}Ya~0zGAd_(uwebBuuS;{>`^@MGr%#=Z3Pjbp#`=PvwoiEa3NL6e|SaE<`_9zn0* z<1SpK`_+O^2)-iN4OeerYF<%#_6-YjM*2HpVQo7$`(&Lg%{pRu=RnrV^hvzrm+vgU z{{NnP^!_&<`b*p9xd*=eZc|P1E5&B`?`~tv-o+SXopltnP9`^78gzEBqos9fyFS*r zqN81FX)SHB$a>D_XZ#4aLThESBdw7{L%WW=TI!r9#u|d`$wZ>ft*1pgGnBQhYuTKs z^{uu@qTTbKA8(&0^94Shi~0U$CY-Db#dUI!Q=u6@WNb)yG+HY&C(jx?r>}}MuJH&H zk)~+-bbV67^Xf>p$6LMl`AI;GV>;J4wA8TxtA)-0cetKzMZ%=1MJt<64Hq`4#3keIo?4XOPZftB~DbesuT*VwRfrA$|3 zDaY8-&x#VW)7nYe(v}IGm8vC)Smsfl4D-C)g;dWYvx@6^$q;Twtlf3T6B))crF)~Y zT6gQOU4qRpIm*`-vDW&M+_d1dj7O`hp@pVJJViijOz-fPfEFAYT4r!s=LG`7LPIY> z%TCw<>bmF+pg%-7JrMXfpFec)r-fEi>a_asVf00-3_eHnwA6%MD4ZSxoDqqY=RD!` zF!*2U!$0MtzehN|1~extjr4G11dsUqm-*8EbNM3!^l$iRXx2#!vfU=2rva~3Smc3c zq524V6T%)K-1f@DeEyStII~F5!)Lnq&{M%@mT1r?d=~rg6~gHu@xM^G)d}IyC1Jbe zZ{Ffte_pl9bfageu+ z8jzb2LbZUA0izvyd`2NWLnqKvekniX<#53`0XjlPbV7L_CLrz!f=PnO0!9_cj~}`Q zpD5TcAT_rred2~Q`?(*Uuai5nu2mOrT%$eiHPd5J_bhX!3qJm1<>S8drG@)F{;BT! zKlsAAMYBG(`JUq0rUzDNFR%%lac4PQlR=rsrv0JX+RJX~K<#8d>O|$>WCN;Ya68p? zgLCnW>sSF<1wD7NmoQ`zG^idR>$&5vCkymV;7jN9b2bDmgKHmsM*WBX?M0T7#Wq{0z0?%4 zh!&izpjK0h!ELq^2Ao<*?E)tY$uj8M1n{A#oGKtr{8Iwr;+i2K4F2^3c!2i`Xl;;% zB10>|vqk|tadX*Xb-8eg8pVk_VUfcYB`X(xJSTph;ZHg&PEiCWJ(n&{om!M0*FCVm zid`o6YO+q5XUg623$L1S*4_6;-#p-7%l4c6_3NKla6^6ZD+OB|d3)muZ>X`pG2)mQ z%f#r5Fn8qc445_AO3sKRHJFYha);lwt&PrbyZ`mAbV`KyL`nD2zKi#|td~uL-Ao!gq%F z&||?TEuiNk%oG9iT-OVr$A74RG7rz&1=KJ69~VFm{36;&$&)#dV2KH)TuLkyNV6O)H zNdudw^fnZwmwjYcAFtR+hI`D>iJ>1ld~|r`i9cMt`GKFbe}CeA6)or7SKKuqGqCg~ z4xNvtwKl{&^FPxYS{oxVS*Xz1a{4M}`WDC6L;|P=m2p|(i})UU9A#csCiiQ7&uUvW zLE7kkF>_i+6w|e41XmYn#!Pg;;SMle3MX!vg-bACHUm*Zt*N?>NYdx)?2|ELS?3w! z$l96bbuc;28IX)AH)ot2ZFHW+WX!-uSnDzqb?w|}vR!8^Y?xZUO}d~p*6H|Lhwr&3 zho6hjm-*j#5=n;n3NnM%h};aS7#xid*n#8;!Won?aC^tat973(V9x8E_ZS0i`~H>gS<5Y24eU#7$h#jobTe*!kb(idKN`34GWgw_%HMMR|scN z2%o>Y_iEio%b&p}{_6x*eg>%wHUT#6;)Z65a0Y_lT%?EV6#=@c79cmz344VAdi<^x zFwh6TTfhJo{4s$|?~B6W!}U7>{Hp~#XCTWn2ETS5h3CY>%K+)-89O$Q+*vP`j;Ez)x!?wy6mCTh0N`MUj|}io3%a6FxL!G}|;?gdyGd!3({^pC(g59Xj+54n55cIN@ybM0oUzKYY*;dbB)k za|eIIK}X)$rVgC^#h?P0lVexh+ z9irTh4G~z($jq@@d(b86KCF54k9=oZ8z?1brp6Vf&&{>Pl`Yq{8FuTd)7^CqcV|*Y#m{u%9FhXzzP^hrg2dcsnn!s3r9KFT7G##{5KK z`1H`ALVb`vKiHyA66Uo=e^mXVQ>QOFc;@;8N-l2WxwF?NIoUdi8wGp>rU(y;~&rUn-*;^w+UKp;1 zNc*K46H#ZUm6=6wHYzz1gDr|QM#Q7Z`GVKfM03&*%}gZXSbx?oDhKU@Y+=-0DKn%Q zXEr-8v32e7wrSD!q-kv3bQnFbeq`oTGr}-kX)mTsnaX3zjcV|k05{WktiISOy(3(l zX-1~wn4W|Fc^9|SeoW6n^SS^W|4A;6{}cgJgWycxF(nAR=-vs#g$!JC1WemOzevFJ zBY2B@2VXB>sulbyf#rXTaHa$C|Av66NARZvOf7=HEFezcr|w-hXHzmVFg0mcV!-hu z?a+gxA9M$A^um-byqStbZl+=ZWMYbwX-cMEc~1Jf*7PnfN*}s;)(+GZuR~tvd|@XM zY1YzXqO&j4{r;~BINM2U7P%q3O7q;0mp*^u=Wn~?6K8*F(qlJ1aqo!Y1(y{6&fN!V z?XXX6(L*4f!{-cu-6}Dqsd2{8Iw>fZr~F2ROx@xG63V2q;4Me@_5E zaH@{wbCPh1DbE%QD1yiu6IlN1gi}=EgElxm4a+I-{WC&f9X^s+s&+l%80U8ET1@%H(4n_Yf9;Zm zzrCgP^doLM?5T<+_dlnkn$!1KV&UvP=eRkKo^2J!T4Bid%(JzJy#&sXb0$6_9+42I zzB$d`E-_e zP*>z6Pq2Q$*?e-)+A9ib!RXfHe2cVhbOuMPW?;R6u-1+eZkzw6gxTE5jwNVKDd;jb zmyFb=ykJqoN@_sFv39av zdd;n6eT5?w7EFwdg)LEGmjRj4YhQFoNe)vd$S-Q0wO-g)n02DZ{!LtRV=WTfE`Hsh z)!g(Lt5-%Qtl-!hh3>QMT(!st8!o0qlApE|H7lgeT`X#OmK}`+DOww2Q6=W2+gQ>u zZHnKf#MaV~`#kAbtY}q_I8kXP&-}Tpra#X`@5aU8jb4Sz4&>-{@H<>U4}+T?=O}?4 zz|ylU5YX$;#QnCw%7?p3?TA187`f?1xp;nbmV0WJd#>E{)LhV?Ew}Amaeqi|+iR1q zm2%sW2X3}mS>57ZmqmY(+~|#q=iPGCyX)q-uMvX&xkwj)et6C(iC!OlBNOtFPYn9W z6ZC>C=!@PT{^0OOX2KyG@uL&Vi}=VN_(02Z@(>^n!or)d$O0|0Fd6}%g9pzD3oSY% zZe*~$iPO!iUZI(JfpHrSI^)$ZUosb70|uNKD(fo#j&6Iey&Bl7ft{d%O_APni_-J1 zD9;%b?gXnC-U53~EZ*F#!)cm1%JUsLdFKD3P5%w)dS{plSTRFa_O?fUi_hr}H)8;MS%T$9)k#7f| zA*c;f;EE(>H8{spU5CTSeZBR2Ez&`{U}#SqS*n-qhGYd z$DepCP6rH5r?>f(-gAo5`+Q{UX6tvyTx@t!zNy%MOU@=|*os+3j1+cg@Yt?j^UCQB zfU{q1?MpC5&>Nhgwt3YuFSJkx2f(}%o1rcP|Aaei=EV$u@0G+pP0D|@o?>R*yz*j5 z(33US4~dOQcw%Qzo-MPV6X7vHi)mbsm*=~E+}e}|hWDPSSwGj@r(2WG(}FP^$s_>z zgVAz~QDQ>Urr~ERQ#E<$**~ZPC z7Y19Ws1Jt;7&LO>9w{K4tqVuGZU%hRor$iSFz`NBK>g#QzRVUt%Y}Qc0C~7@FBDMk zxNx5(Kqgz?I)u}{a54D2L|_O1xM@#pe7NrtFd*f^{apcV0T=F{3aI<=$Ni$f>Wa4H zl`Qw~bnG__lB#07@B1xQ`uQO};r0T$1;_+{+?NWd zPFz&88wBv@!hM^7bU=^$9)Z89`>NbFe)v2hfG-#BX9ZS%+`kl%J}%s^3j9qge(mn^HWIQP8y~5Pb(r(Mhx_Dwuea-xti#^v`zE13J!*O3jWDX+|b6#); z>Qg~7{5Rm9Qx^ZII6CX>$j9FO-ScnX_0ZM#|LyR_rX{m8wWjt_tC(vxcBq+a#GbBa z<=fcA#}Y0p3}%>RhChE6Zjs%w@lNlA zrh_YQro?zuq?6U7zNy-j{uK^KvqnchOMN2mlH$+$f>{}$jBE=Z^Fm-p6x+rjTid4e zv^!%N#uKqjiNY@~8Ts|EDsE{N&C@^YD}2j}^qudP2ue0>h*_uX6h)`p)MG|cwp3XD z?U9Y~Qj_(kEz)b8Jp|XB=ls9C^bl9yOA3 z>#Yw?(3YNw?=kE|t>zs49>dzzw_vUGnDw#ELdR$A9El-f1TtI_%RAfpK(^s9&G#6tU zGaiBh8R%X3wgPP-Vf`V3x;Fhj`wmP$7A&FJazSI_-7=TH!~VG zQu8&&U>bt1ZK*}1(&}S-YLGu%Py_j54ayay-+Br0$Hj<=Q8#&FM&MhIFSkrl20ESh zYtyDDRBAd@ns~dmdz0*52l{iygwzLiHDs6Y+;LfUh@f7BrODJKdUhsdI~7APHp)7( zHRr_JH)T-2*>uz!WH9?WC|Ujy1=Q%(_I~-sTiZgDJ0@eqO&U$DwLG$8&qqTIGC5;M z?%AQtyapp{lTW6;_~6TIalY>lNi2_A5%C{P9&=ogdonlm0&2U=wtZ zVnTf^x}x59z;8ld%i*4(7XO6N^PgSRJ+Ss)!#7T8`p@$6XD1%?nPnX98*D%*r@dFg=eH}~U`o^0se z`>>v0YA+{wX{V9&KlPRZ7<_oEgPy;Aq1e%u(ypPgrpP2O7r33U#&4MGX2KcwSOJs5 zO!hJv%v`RW@TMWB{e}*D+;aqW!ko!w&5maH<387QGpUSwwd>Z+nY8Z6a$h1h@i7_A zr1s?kWFfx&1-$|$rMXydyG4MUT)6KNm`Q5m{-)f>$;I<01$My!_fG|O!2$R40-IiR z^=kp)i68f01$Kdf{S7>@>Bn6zx1Hd}%?Ge-e7GGN6U<2;6ZXi9e#jTXl0MSJLIQrI zo4BDx_dG*C;8r)t3@u@ihcNI$=iHHjaCXuk-aI31qz8b9U1LN}!jT7rMMm7{=(3^> z`xd2->0Xi39{ao6er$_P|C+BcE`BiI1|_dC-@1uLzg@0vG{3mbmKLqaNdE?*ZM3*( zY&h;>1B+O}vKJeZa8odW$pQ)>_`@#FCV&eB6f7E}kGlB5x>Km|r=b2oKw+j5oGhS_ z!iUNSPo9leMFNNC!7dIx71+{@@cFaD*!q7}G{i;NmjqNAc%CMp!VuRD0xAfF{67K; zJTz|zs3hQAwld!#99non3xC`+c+kT$CZJ-0cL{8|Xtbc^`hozS@IhWG7!_UOJ9lIP z2UtBN9F>v^icZlbjR9#QF2eE*f8xV!>8RZBvHG_-IQ#+x5A7@SYq z5=}mC$i{Gjw>yS442Iyb*70GEl9(Abf!RF-X7)1QlYGNKI5S&gB=v?Xxw9O7t#Rc$ zU1d%HG0S1T=E+Ky(apBzZ=26rgh>f|dk8zywpDM!2rm=jK{l#~2*rL>$+uCy*JB)X3T(n_HQMzN(NjZ=G!=gYtxHSV%-tH{l{_RG;)zg}tWb7^T z$(1ku@U^+?Dqp{I%3}`|)DE0+`5S*3aC-3DUW`@N$U*-_KTaRVbH)#L9Ky2>0evNXT#tYv z30^IL7W{Mp{U`WvfgLCxFPy&H_Um?>aF^>xUwo_YIsEAF>1&aRJ{El7h6^`pXW#K% zbGKNGwlum<8na=t-Qd`iP1abfrJ+?uBocj{fY0oQ(I@-dkQSR~LI&oq4w-xO(M7Mm zGJa&qhc3PG(K9ZL5B=W*#n-xr;cdX=yr{lh*xD=x(Utn@p!Lsu<8OYXqdn1}bMkJK zb7dF3LsDjT!`mmW2zC0rPE5wdDHsaa*nWn-ZmAOm8Tt(8jE~uAPX^nI0RG6}fE zhck$(7LY091Vdf?W4e>M&@U7~2aWZ^pTVD{7n&&yw(yX_;M^%dWI6*p25 zikbVdGc$BybW2Rlv)ID+Dbr=K0mVOS0w2pE6;IHb?>xz zggs4QUpwK0nGjw*xwyv!OcQY7P6?<_T)3|h*iE;%?-2OunFFLAa`F7f0$OV>+%E`h zy~h1=mK#6YRl|pLpa<$P@zQpXKGMc3HngM*z|V%KJs{1*g`Vg=2#YKLX(v3-?pV5^ zrYP0&OztPLx2s*~OrED5t+KsTe{{`+@imik*EeMLrn62&7-;e@Wt{Ts!$*B>{SoaS zt2plGGg=PazpUW>bFP-Oc3+u!3#5Q~71vuaWY?du3t)B-m^UDb8V8D4q_DLAkG(Si zjI*lx{v?@9(yV|8%9^&&4Vu!0vdPlDfo?P{EfNfqWYUHvnRF&;8}^wrr7a{umKQ`& zRD4-g5M)z8Tv$W__XQLM6cth2@Kt=}`~RN%+?i*#q@`)$`@Y=d%yZ6N&pmhFGsjTL zY5r{X87a zm%g{+NUZ>HVZ-r`C(+N0Kf0NF8M5obar#Xw#wL|TvRX-9^~Hv13fX&O=P-~AsfwR= z-$%0IPM@L3)b}D)FHcBU={Su~nGJ9QV0PGSH93;oi>}qA^geuaE zmNTW3H1oTRhu9+3^Ia8$tGxwa)5 zC^{>;R`=VT4F@gK-dn*_o1=;k2^62Di^Vj^NtmCgs@<9g3hU`=Cm2|#>Rll?Dp1DM z097wNX~#;N46c?H8V^*UR8PC>Lh3asHV#n~5+P3q=yoFzdGR4p1xKYn`1tXz^ z-|J7S7S*?P>lxQ|35V0wjYx!9W<{S62oh_P zm1Mq|WfCW0gCM>n8rA!dwNYM*Znl>zW4-q!dBkc3|rGPZGB>r*Oq3M*!I$Ht|2h-W9h{|#baw1+r_U0GoF@u|uFWS|(k3pK<}`W0N_N&ZT&U%I_EY3*anOgGYrKDP9ojTu2-O2Tst(DXT|T zB{8RBGhwJdd(E9m){Ex__RZoXkw}N$pR^koRjVr=OgKkP@H|BHp@pj0co|$AoOEPW z!}j|4d4=(nR}MY9vFj71t-E~Dg*&AYcq;FEmo2#Ax%ToOR!#nMbyvZ@D}FFXf;Ou( z-m?it$DH^uEhl$RG0&eq(4!|qA1rxhhu$h{4Ur7HoNJ-yOm7T~KAJhfb*`vn&or|K zMz4$2Ak+U&kmDg)Se|_aoWYkJv9t#mgz3lB*}5=S=d~*?Ao0* zH|s~KR4OOgVw-9|wf{yRCcU4X&5ywc(wTXHJ`ocnnYn@Rxm%66FlolB6ZwOFIJcA~ zHxAjMFtxW@5J!R2G%AxidJM0r_o1m+4-wefo}uh`S08ieqXoD@QRgfa;2%R?=;Z?Z zKw+;#VA~bw^96*1f6&`}mya80(dx)G%|lLf4O_vlZqys@;nvVj?$va!fT>n9foo?_ zJW2;bzccNT+b;atAM2*fyz23NHthZRgD!aepbkaQlyB3^Wm3hIVsom&Qcezcn<=))3Q_Ep)dnSi7;$fPW@zzjwlVjA}HV2Qr ziEnZpIa|yqWhOnofJ=n$FRV)Rf7(krYj@3z8#Av$@fR=B>*Z{~=d% z{(yFX7K9U;@X81i-kYWCy#v7;nr4qAi5#1tR&fPg7I_4=GCx0_vBAIIH;`ciM9 z@aIW^t^c6EC%_*R{=6cvJ#^?l2y8v-gd@gneF@F;tG4@#y?sR!o<5Gdu|lkW#Ebh3 zt$pZeu6?0Syt&WN*1wpaDw-iJ@q=FG(n6i-)H6KxnO?0IZO2B?0PdxoSe>M<1_%ea zQx7xpp#H`#@_T6EKOie{!)wT)rDcs+zAF_E%|!L{yQ{pNmbfZm-7o~z&!n>`t3 zTE${DyB{fMl$D7B$`fVoQUUcY<(qn%GDn%ZO+a};|ATT%`9l9b_ly290?I4?d`m!? zM4ug!7XO=Y%0Bv(Wq82NVgY3tw=8;7cEJl27UtOJomR>?Wt!{hEN|3(_z6Fw1-QjN z?y*Dtu||L$^iYJ2q8>yB`01@9*GL~b=x-2EPg(zZ4jVYXFn(drhljW4X?Iz4wKKn= zzGhp8wyQ*WE*go1n!U$LxMk5@U3YK)S8vm}cTe<0t5-Vi6TQ!$ zjeqUeqaHl`rPqp%{{B&K-S*;5|CxRCM8%S}ni+I@7q+LEoOh-_ki6|U{m!7|7=pWm z=vQ!-&dyFzx6>Y>Y?~o5J9?xsX@#PVVJ9%@f;se9m)6HgThf>Oh&g!|JGjSx!o&RP zg9bD;koVu2k3M8y@={^p(U6QMQrcMbYBX~^;Yi(4)zh;a>~Ze7WZ_H2l*yoQ^4{}_ z-+%P2b+>+Fd-+!eetO!!$A9|43ue!`T#O>=^f936b+Tq;*Ogd*uxksfGZ}%8V<_8lTyV>0LWw-N+mc;#iQ`-H02r zwScjKT~#zX$+e3lHau$_Hq62OWgGw}X8Q_#c}gX#Oy1SY?7FFQFJ3#|b<9-#^wrG4 zO>?hl=5j|&l4iCfcvt1Trl~2OYGOwyNnPqUMmc6w$xN8nEO*M1i(1{hkaWRVhp{^= z(X65|tLF7FbCogaHq$Iy?clW!-{f3lZ?JsG2(MK!Gkb)Seq>*<_15oj)h)LsUhLsb z4V6(V`OK6L?|m}fF(P-)(3-HFic%I;-8`6@;u_M{Q^%vgX%DF9(W5=4j)$f#vHc6$ z0NQEB3$`CXKW4PRw)xC6O%l*AKtazG;06V~RDe0{3-nn6ct9O0Xcj;dKJJp6f~GI#^`Au=PLrT8zf?5sG79<{ z*SULk$q0lu&czt}}?B?7`jkNl4v;zyn&9l=Sj!v(m(Py8Y;ffGJo@&tZRX7F#c zfUs;q7r5s16*pGA@Plda zQBZJ|ulQ$$&+9XyMkFvIfp=E|o97O!EsTe@Ov@N@5ARW!R{JPHsG;kfK4>r(x9%`o zb70f|a@$D{zHsk;&tLNAeFjc`|NS>qPdp*epY8k$b4;3Ya@;#VX41)n+SwkDmV3KJ z%1n`Cyi@Z;RIOGqJ#?lBs!f_5ngXg)s!ytUs%)C469rWN=uZ+*<)TmZiyroR+%HvX zP(Txa*;)bBJ2>vpx6Lc=Q5Oo(!|g^F*T>u%0R&6>ICaOVP})hS!$ckY!84kp=Dk5;uZjcV#Ed17(k*=#v1#Wzh8Mx2R?ZcSO}rMAv!4dylN&0zn#457rog&C$ zwEW&Ihdr_kS@C{>P5$eJlWpi}R0(iLR(V8#KV%V$ldYx+@E1EL2%KJlz9^eT7Ye5* zgq@&(o(VXk0kSvvB?7DelyI^%VP7F2`@`pd3vBl13(x3-!!z#T2^>BsuK15Re4`If z;Fy!`!Ldge;MngUGtjK%gpcisHFHgvC8ySRa>ZO3GU+xkW4YqoFLxih>4%$3ZvEBu z^Y?nLcFMZ*$`}Wj^>WrV&3;zK^W1KhIlGok&#ry%+`*C5-5>ay{m6*9_Z@S)E13~< zZu{x0xVddI17b(!%mbJ^`UbOa4twOb!DxQ)y+7$QY}qdsGV9#l_}Z24Y%(6qELF;b z*-V$)V0M|q*geNyvd&bI$x$NWi`%8t2Wj(^7v^5DNcfM;$vNIgua zDkqDw^8}1dshv>Z)WRtAssy$chn_58oJY+@Z8uB6cn?L5PKU+Lzd*MO?06q~i-0dR zGPUou0{o+9#N8bN!lBk>to$W`Z8`AgD+0pBJ~jT60$bzKLHe%1cA^-Az9_K#K>tl( z=Nq6)H+Mg;K{!p0D6K&-K?Om&aW*zG=eNoWoiRO#q%lr#`qo6-8+O}fQ z_lu@AK|wz(+NKTk6KUq?S$WX1AU9fG7O&i6^ooJ?W&84unmsMx5{qHwwbB zgTJ^Xt-UQ7ei0Ua;U|Dw^pGv`w>(+Dna{vq!X#|sMA*oJFKLS&ykkyU%0(l;c3$Ax z_2>RiY0=ak_%8_D<}3MdagjbFYD5Af64-qbxU43AabeHYt2%b`Sgk4XnqZ54O>kF6 zY+3Hs%pAAb-7$xKXwlOB9(?7SC+>gz)@=tq_2#4hDg0RATmCGUV`TBxI~q)m|1)mz zoEwTZMp`YV8XkOx8u;rnSR-M>i z9%>73;Qr598kTMdDwLI-ExJxYkEYaQuwr%W(9&Mb=~^_~V!TAcLRUwJ&Py#1t?$yH zwaK+&28OPkjKExtv`D)VRn$!^L2MLV7fFG+8jEz(1bZ@E(sG{>fKEoZdcx9pO`1jL z=wwo7$V65H??`*F)w_Ks`FLewEXnA{yM=^I?k{uYxbY*&WbiOB+*Zn^|?PsR!`r;Eau?gTi> zx?`CEoUQ{v_l7UskA<}d-TbTfB4a3SABcNJ$JYE zy#Al^PtLgFm61DnO!gqDPZ!V=1Sh-DOC&p-AfTsdvk5&&6r%_9=zV_H#r1Kr8$DdI zj?HG^^fYbH7C$Z)(ec`o|N7y}S8n>r*=s)WhwohYkGD=!#2N8s?s&>JzBQ+e zIHSa9J-MfU$1fh{q!Du@=7g}F5i+--^UIm)?5B~~MU=S@$a2Iy6F1JAyXDyN0YXX{H%K<&U-v{_(zVJsXKP-|cgeZIifKJd0# zU~47l?E>thpsy6z@jvt(uD(8w`B(L&fka{coPcl$5Be3C*2k#<|Hu7WxjRAakrTXwV+M{4;hQ+% zhIF%G*t8{Fi(7sOgRpQ**!aztG?O%%__gx_cNf0$rwO%VPRCAuV2!WzANtvY>WTw< z@(O!K-T0wB&}!I)(Op=|a+f!=4ThY@5htHB?U@O&AJ%>4?I+GY;1_4s75MI2`K0m( z7iO4kgWiipxR%pAiONP}8Wy%@W^Z83BTH0FX3Cu7q)fvnD|&kw2~9%w=E!VA#1DMo zt}%|KZrHk}r?jwVbpM`6gVYY;E~G^2@``sD>9pYPA>}*YI;m#y)Af@FzB=ZCt*<@t z%MX9_j5ps<_BP8c?~PlyI801ao-NHrZsgkWiG1&NO{!27RWa2g%2vzZ=-F!5(oE@l zo6+f_tv}eGE1(*s3Wh#aV4DZ3&lLiyY|NplN9}YvVRZ?pl2Opx1ytEIAJ8`mOciaa z|1XNR_Gu2D5YQB$pr04m<`bIc4gOHjzZZCE^x&KDXingh@R18wIW8!lwyh~>eNS4+%bAbD^&b;&TPZ@23!>+h1X-CpV^$`T5kGKfNNjKG#}=*a@g zDrJ(gdyGr#R{j>JLbW)Rr^TtTac})6y}Yz+hNP947pT9tdGl?Pzk31|W`5q)zS2o~ zSNpg4uEWlIL4E4np31`5#>X-@!KTkPdn>QG;l{2uc8S)V(Gu+nwpP`4b~UwxtEL?_ z^_V(MOLGHTw2o`J+%>Se1zP1=73{X(>c(h?tl8_Gzwp*?PygLB6Q)#STs zpDTQYJ;#0eyge{y@@_0FbFWbT+^&DmyrX8n!>*{lr+TmT`!5K$Okm>JHt0^psX@%p}Fca+)LdaiA! z+ihPRNna~469Nnj=!Bcq0rN&o@_f6oW6m|Q>c9!kY?Zx1E%7Zj($Oc-4k^dS0LzT#lJ*9z)+J>pgku#Z&npT+Xsm3$R|& z>Tu$H?vbfIn|9eG#}ps&XYIh=9-VElICL7M+8El8Y$2!mL5|?g1nM+)Yo?l}ufwF8 zW)DAkCxf}$DOobji%#%lOHlIMyVq_qub2{T-BAWu*GZOouPbnSM;0M;?nKi!$+b(% zZHF1)O!3h2qQ^-=dP>j?kwy#XP0>ozdgF&}`RPT?bZJ_3dIGZr^rTSq1QrXt^lH)g zLl~H^6W}*Mk1s5sCxCy1-7TPphWQx5B?3DoHBR`I0_>xpZx9e3?xAmSX?>hiluTh+ ze#Q%bIE{W%G`$@Z=JX!z5D@x@0vkT`s{-Uec+me5&_h8@5R}S*9uNxpP|?^&LC+Lz zhm6oCi$?A!Xzz|xXm+G}{clWj-zvID_VjVwM}-_N95qpJooM8Uf__M}4G;Qh(Kc^D z|4ek1z9{H_iDpQPf+nMQ>40c@f+)=Q6HR_WL5~sb^?zy_jUD2rV4QT4v6H^!mr(-p z0pZymX|Ztp$BcNB7sy}q{NV#x)6*ocVV5aY@)<|2(5n*Aqa7=NFVYJ8V+4djTH`lq zOSpsqO&-EO$_sjj3DCnWJWO=IxPcFN#B8*HaK;I+j~VVs1N?(G>`icK>=I{Wf?vc9 z|CvsJ56T>0MlP5U7wnPd+m;V#tKY;cO7=jnEOixy-4LNoI{n0xKRf#fcj`I{dm@sX z%@TVd@(Vtk|J>3S4(M84)%w<}xBK?~(&{sLSJL!fSrgy!=StG+|7!|^UZSlfezZBMgcC-qJhBP)7H^zlr8%=(zyRqDHjsjkvvGuU|%Z#**lHQt^I z?Qy4b{|6YiXLM?Jhtb_xep6kg^P6qKhLT6gM1fPYpwOe1pfplKp^p?$5>b@+1p-Pa zwHfp|0$cmz*G2)Q9R=Mhpai3!ZxrAk?x7zLP$NL&?g@cyUC@7CKy846enmiSfPLuS z3vBC0&GUDG8#<`?iYCJ!#&@9{_dxr#;l;=4PVL3;?)Ij1lDA{ zM{tC=vXRMnk09zb%<>+=T{5?l&Hf(2%d%l*>wS+v^8#h>{=C4kmrtBM<)%6RdU{sL z9d{L1l>gxO|5&~I=LHxGFruK(%E%Rroo5kuq2K7**#!E%*xBUTW=vx4QRUtr?kmc6 zPm#G52va-m!!AouChY9Gb|k>9Le9>rp0j)QDU6@JdFbhzo!Ttu?(pqYYgip>ZwxnS zSF|pn(A&tPTrkW3$0aWTecWE3m4hY(rC_#jhuyZ?uFUOvv8r- z&>F2nvXDPnrN}DQ?Z=6*W4n8W+ZnW=a7r9w<^~l_>e{ga?l{CgIJ27;|6k$M*W(4h zaB=*meh08OUqzczjh$%%>UsPHz-b?gWrxxZJSKnO2Y)!5j~(#ud;H&5_6e6ZV3LdD z|Di69KNiPMrSz#$z<(!yXmjB0aencyF*jj#j*-y$UN*9%E8TGAE z`xG}9JycX2=qUVt;Z*;1{``Wo^B>ILH?JLkcDIVH@b^s2&uDhiHw*04Xfx~9r#(0| zTl9A9Fn_#ex5cVG)Y%x0gsSy~pnJ5=y|Eo#X?iYfPi{hrR!gRhEqa~tyigM(=c3QY z#`@z6-fLVg3AekqbU94+$Hw^M^WJMr*0i;C>7hOI-cr#e?@2*w0im%g649<2N04=~ zef{y>SJHMOPtNXYZr0NS4p(1}?eC9Ic`qdItd0&z%$cF0aC|gY<&V#LR~buO)KIOb zMW#=yPTq0ni0*5#1O4%1-Xk2EZCkU0I`8W+_k-Ae{`lng2y=64*9IdU4qs=-j`GKY zyN$2pYG1WytL@I+%9xhSuf!(#<16NyS1!-Pe@i_P`-jM|gD@4_Ut%`E9h z7>nMFo#OAw+Y_;11A&<#ThkhDXwag`PG)$v4VZgP7PuZb<@EQlh5nws_f!nDG1qyw zDq2147eW;MIkwE-GkVX*WEb)kX`t>#!e`;Q!i?O_&7ieC8_TCSjHRn|3PVx&b@fH8F z;F5wsft~8u-NXJ7|K9}(#J+ZNPg5XX)YIc1a>8ZTPG@*eYIyLpQyPD0KmFRiWw*S( z<-qpiUpn^N8$bNL`_@d;WM#cpc{!(HzU)z8_e3fc)h_!6>2Ze(yBt^tWzV)*5k=qZ z&|=M>3l+@i4fM@xQ)bt&q1$~u=WebmjIY}~^h57nxm34ztqFD3bp#vNIolZA#jK{5 z;F|VuRQIJts~JyjjI`(?Httprwd$@lt{~Trhw0{_z3p`ajXW_Q88St7eG1I&i0))% zX!}9xG~dpe+TE|`&7E?4-u>_Edh?^(E{R;y-`zZ6j;0^Y%DmZ$X3iTJ9dnt5ePi9| zrLRhxt1no|=5}ISkGwBW&gI2=*7=P*Q{T0=a!t22^1eJ(EA#lYZ76U%M~)tI>Z}DY zXU;k|^YYk1F?Y`z1NxXlA1%NQiaGy<0{mkg2YR^xKTz1~5a2%w`h0=)4|P0@f5z(4%D0#t(WQ(YB$7{(xv! zh*8khqAh>WC#Km)&xVgbtY;8k)}Y{%H4fy18N17|i`-cwVOmICe z5O?fi2Y(0;cgUM?u!}x=&;WiC2KqK^{OUhwprJ6{{jp)Zt}^TL!fqO>sm9gnb=$rB zJ^q~|R|gLG^`DP8@Umm8W_|Nx7X*G=n3y1(m)K;UIpE{QRQulXvS24yf=1o%?5>tp zy(jEa>h#iDSwojhHC)uv9tuY0>yp3_&3ZP&d7BzryV#)T1m*f-+|{&aFik?s_aT@Kw(GH>ZN+tieZN++2B zPR?@frX?QHn)dm6qeX$Obv*Khs(B0(S(`5nlZp4FYv!%*Qts07in(xgy2`OttgZh* z^%3<0L&1M!l|DK zi+Tw^sn4q1u&}d9K%K;T?$a(lUf-)^hp^!7C&H=Tyh1qo_{%9K_yoVj<0tpy*|^^#KdF!5VU=+FCaf=c?0-c1$OnBCaY4N# zed=&{K3?{*Gg`p=0+yfSL=%@I1!uVUBz;*chcED$fc^F0H+b;-gf9Dj?YS;I1;Z$*(Y7GPn_@G(*)SJyRwigJhShC zFmMA9#$f{T5?|=U1>*$hK~E5nSC9*Q{h z@BF}3zVaD?s|ud;-6isF7r;O7TP@#+JSyWH!A)MnEawP*E_0j9vY#W^OMct@=siae z={&nQzqqJHp*G42(M1&>5-2`P?^mg6Nth2PuUqp#VLf9nZG$N;LevjS28aU{C}Wcw z?HSvD94l?o{*A1VN~l0-t?sdv=P5Qi6omwjqw1sG?TyRB;bb6xka;4O#kF2z0w`A= zBPmdUqWZPL=)$I8g2Nf|SrKqlz+b=CV^lArM8wMLgOSFyYPnYE67gul`Q@@h8cOwE z)U%v-$uftS!@IeUE>Lo=cel-u>W&9<`OLp29WwFY;QL>!{?)UGcFp_oy=9mF*Se9X z$tdVltmGXE`Sk*2<1JM^t94FbTXn`f!|-N;#+0d3vV?j$yXgd^%?Ovj8GZZs&wgl4 z_sUOS^i08&|8)N4x_twm&Ck+3R*x(>u}g0$*}H*CF-{uQhB`5|llJQ4cuASkH>0QH zT3i$k(o+gK>!}Na?M{htV^biw-s zxTXGDEud`&FO(teH+E3A-n3`$)JFClyt%$Ge#~|I44Q>^V1ll5t+q)yN02&$(RJF0 zqN=~SHM~)?a>r;^uC=A1PTN_cok}^41g2I`tuqppN#R)gfY^V*~&fiaaN{}+Q`W5rFVjS1ZK%Cz7Oj(>+0Z~Iq{hPiIJz#rw5zkDt8>bZJ906xm=j46e}JXgk5U>;LmMX#~aofoz5gBH^wMwVv6`tRC#Tep#)>p=eYS zs|%G_$v|Dr+Rk8SSG2}jby%rUrq_Wo-U%_Zi5bkBjBj+k_=;deQ@D;kZ;XW79dtHh zv?La4IyKzlnnYB#c?ZLoIy;#hG+|>!M6ZA}ha+u{c7j?QZ0~k-RxumAw7oIpP^J)O z8TqiMnEt6%l+916aM0hN)9@t$Wsx%ZnEM64Q+D`b=RV=|TfrX}PI&}p{AB$(!PPrl zU;43_)4yyIP!B*qEud_IGgm|%0e*yV>Id*sJUH*2Q>N*|z9^tij2#r=qW&$QkBt6G zxwX8l5Dm}tjSrVU#07um2(Sy#XSea$ozxk{aH@|DL-_gs?8Di7zO%?(Rl`%&rPBR5x=GrO5Q zdGAFq=cAM18GejQ&RM5&V@^`Dp2F=;=FBx~g4`hlKimRm&T8A6zA{7i-j6^YL-8d) zqQGt5LyvM)B|wqSrU^z1$eYl$?iZRed8UB!g(Bar71(f~sl#xOg1%CKKPYIxhEKVm zJd=kD1elSJDZ}uFJ={{Z2^$hWC9d`x(LwsdFD*Bf`{|~B> z;j(vhqb}CSOWw-mj|gZRDWevr98s1jLzJx(1Wx(T7iG)rLgBPu*a-^gyMR-UDd*sq z2(127!YPN;8&?Qu_b9{vEkGZ|m-31}IPE*`;Rzf*Xq)jLbNEIdp1^JS2ge>^fSY=! z>>$?6R%EneL(LUjx_Y2puZCQnc^kn{F6*LA>*|(tF-#7&wl-)>#r!afQ*}94+d2|^ z=!Sh;p;>jy_Rv(|tJ$U%QVWdx?4EtNDx>^Z13R3vbiyL5HC7X^)9L6cvxc-xkM?O) zg_SvLgY9cVE5hqS?XE5>S93Ic^_sX(X?fYLNg)y}I8zF`kJT}D!jH7H>EXo$KYoPD68O?2`Cekjhh6NJ#fksK-s|^{!m8l5>Otn^SA&#@E;2( zOW@3SP#=K*kAU(DUZjF%aaO0%111T#;j+qV`H@kg?qSA;a$6<1SvX-)S8Nu*Bd}EZ zeDU)P;lvS~Q|8pC;2j?PA`gDKaOzX+j1!Cz5FWEh*6kY6)R)MuQvlE456KShfMtP+#kh-aWDe_bAZJJB^uOG8(t|JDyWjJd z{CS^&liz>;4b>A*=vS=FUQ2ewva529vo|&!^X?){+VtwC-jHl=No4n|9Un(M{(9Y| z@A1s$GS`jPUVqsC$a83BKV-VE*38aDaK91v7%`*JtbFR7De#Wl$q6WO6M*7N4n=`u z$F`)ij>LzsC^Z(x4d#S_p2dj+cJW`nU&ybW7kFUy zNi8Q|@qcY#hF``B!Fd~5w35-Z!S0u1?pMj8iCVlfWdM3j=qhfm{ zjl*@=*NnoxGwqSvF8tab>!!@S>hXOx?EU$JE_nT*z#G}-P~2lC8Z>d(*v^g2(%soI zadq7fR<&(85^mH2u?8<#G9v-&I%&~eE}qxk8R^zF3QggS(G>rZ+d-0UrBzi^s2To+!103M@&s*GA)UT!p**n4(!TbHb3E`%XuM%6+!cAQMSLQ|qA6!;Yl zUurPSspT33jP;{^D=LjyJH_%ZS z>%O)sqXX<67MpE$8U^Wc-(X$(bq#IZ(e8zKhGFBQAI%x%yjXIGnXH@9I$cSp#vHZKwhM|g0insL606z4)}XdE zJG9Q%YE4roLQ|>aLaNb^gge8H;nu`i2}id!+Pc^V=xm=3IvcYcvqU0rs#)6+LQ#!? z9Y3^G>)dS`WE1zYV0WuH(&# zW@4QPVw$IZVYGjmIvlj&M+rXd_El)Vw+p8aa;N|roVNWFu0Hll<(57HeU=B^ehv87 zgxfwMtA6x7(0|pV|2}CDF8YUf@QK3d!=Qhw?9=Z6KS@7Me?j>5(uW^-I79mMQ>5kl ztA6P3VE=6W;6M5n$FH^0hacRch#QLj4t*W^D`N%pqrp!R(3b+IpM#%-y-Glz3H=rU z@dfV^SbsJPr@w_hvkCOAP&Wyzoi7L{UfB7H0RO?C5MUqthaUW8;nvO{h3_T6&VK~f zKD$DY1Nw&vC*8oA8L@oM7jE5NEu6j@GKmW(O{)cME>0fk5)Pl}_q+Cm`kI6z7wizH zBL&DGnH?@54E%;4PNj>rri&?g=6ADk_v^fAG!1a^i5oG{QI zEwJf+m~i5Y{&)fWgHI6HJ~ue|4gHA%;sAbxK=<#23w!de+*9+byKpR$nLo`*R(r1q zNH#`)`Pp-SxpVtocV9mJw@=MnvgFU7`pmPR3p|-^zl-aS*Bd+Cx2QzJ~(g`!pkBkdBGFsBjIcaECT7M~he)6L34E4t`~)W)_ym3@fKU8f;rfZ4UkR-L zmkYNt`G;^TXQ2*{eCG+!mlwXJ0^|pNj=*M++!6 zDCpw_*g-*`E}+PvpjQYeVkqc#0aXkNdW(SW8VdRb_e=4C{;Ysv4h?Vsvldfg(vYPxVF>K{)tjr}`+G6iXX_i(>~rdsh!^;;x8sgO01!)bHXZxYV+> z3!Nej)RIfMIl4yK-VzMFk(XsFaEfm!M6z?BwOE}}kRj6n>S~xl;jAcwOO3>I*m&M1 zwd^b%CpqJGfW)RZh zSuCJzfRl$P59FaL0eKyJ^#YnU@G}ME8SIk>$xk#5lnt8)JA~78VE-b4&7)TdCtsp} zn*hGRzbvqJo)b=wv;pb#WNBr(xLn0#%eBGjSz(m${Qr@|t^_ySjaU|@qz1KpT; z8ff@esaxH_(JoXabnbJEukxm68(uxBNCvf9W>yc)*-^7r9hEMtku+jv-I>*G8ca@| zg4tDVOwG-;=1gjGr)zQ*n)9fvX|h{3+d6c!{N?3eb5hmZcZ)yC70alzd)B*F-6Y?l z?pio;fU6cKoaD;4)wO$U&6={8O5Gbg_)cA9VeT<)7pJUQn|L=l9h_FJDrS>UrY(Dy zui*pfv6j!iUwk#X={uR>-239P*-Pw=NjAB9%~NAKlL}8dPGdoD^aKL}d8xqQw!#>bjb*Nqm~#t(Y3 zfI5vjj7DgxfVz*mjRxvi0sf)r*v%Huh|%~sV@Z8&9ZN^>EP)LVy4j_%54~Q1eQ4&z zHVN#Qi}|oE0vcD$8Jk@rpyLLA@P4C!Mi(_kaF>9390mQbfbek-{iMLUKTP;@9{ONtC*^GXq1iD;d{EHiMH4;>dP*97jA+|g!MsMa zl{a*)XxkxxW(@5$Zx&4l0fjm5{CWN3o)E8l<{Sc!ZDXH%6}>d`;a>hZ72|bJ7=$lv z#~pGeKapRM1AdWy;K&KUKlJbiUXcfL56F46fb_y&^liSyPwe9soVJ;%kfdE!r6PWngjPeTDn`ul1J{tjqsu{*=6%<*Wuj9Toe4KRz|{!G_G` z!R0k)%v+wZIOz85BBqn2(Z3e6!X4a&q$g8(vEIGEojW+(XZJi8MY(;mYG*Dq++q7> z%+}_gA3NC}zj$|XR_$`!lAH@oWj4#TR=K!!^*z(7P6VEhjq=CeH*68m$z@%TmL}39 zm(%M^cemPdX)aWAo{!6aF;?l1A3AKTsOxO6s!K`WBsWK=bCVnwI7}6@io@di>j*^(n>q*v9pU%tQ8r$0+A3L0EX-`A2NgD|2rdH3$ z+$-X30Fq4E7RO1*>xNxYLnmT3Nu?#=Z*sgPX?d@ob9~(n-C31Lz$V>D$SoBek?^MO zT-iNYwX0hNm)e zW(au}W`j5hM{>4#i4udsQ)KwybS51ku zS|WF=LJj6t#^hS1!`csrC#hg9sw*sY3FnYW1v|CIuEWBQV+H`cac9{5HtjHg)92Q9oT^*;$BCQ^N zd3bthK(;1iXX6a4Acy2HpXV}<^B z>9EAUx175k*FZV#!BnZygs58 zG&yvbyFl{-pJx1S=LLRw-GO(7?|5WtNpXYb8?Nw`+>v)g-cJJa3Lh#g_cs-c8}*m` z-h%J@uF!nJ3l+1=KU?lETT}Goz@w$#D_S(Fv-s80(~5r~r^Bv>rw!%_nCuHjp6P`w z4GxPu)pl{GI~1)n|q-5fjAA3u4QC2PACJQ3dB*wPVft=?!(CJ$M55}gcj<~nr` zH9JZFi{X)Gg2Bc}cSk2n{T*w&y$_n_7?LHDKEdW3uLo(;{Q2KiH0e` zUQ&uo%*A8l{qd#4m%J&`3$-_fxpF=ib3@23QPyE}^X^RMVCx!=8?0^1S;7;|SwfB} z$vi9Jfs-dM8=l$1L^3zF23vCTmPL$?eTS8gcl%?}T~1%OV$7A0iRRW;DWup%!_(pL zJY3+sM39SzgcK4l1-MTaIAZwO@T7=`8Er$b6KffRq-nM{>fr_Z4lB_Fs%b|}J*G}G7tAz7 z>o_0cPW?N$*-Y(0-S=?wuk7;2);VDhPd?ey)~Z{>neH@i&kiY&)pB5_JDukVOyYzt z^vBN6l*mrb2_>@0kW3^q2u0?m*fIWic$b4u)*IfYXw%V09oMKgd0U#bAG|a7;=>G^ zd9zn_tL4ock2g-9{_XIjpRJY!B*Q+e&zOp z$McTJe>8t)-hIBCD&JReUin|j&nmGrQ=GjDXAEB*{DGAjA5S`Nb@j92PeH- zp+iIrlk1Fr-SSXJI9gY`HW=xsoil6htUB|no(21^>p0gstD_^OgQ3NWhOX$`h_2|4 z)OiWFlM#4mkFhexIr8kX;w3CAU&+3lI{ZRepvHYwu)EIv+VCIFF&{eo45W7f-R_`e zCmvF^Uc-Za@-&-286%Bthdrvn#72aw5 z2hRll!tARN!x?(cl)o%7@@NRRu84%3w+2qCPxSHU9$zc&1`f>IHKnnoz;eE z)l;jdrC-`Hwfg9~<)_YBR&C~DZYQ)zxU$imEQ|sG1dxhT0m`c1P5nX5VN2(`A(SsT)hf(TPNZa=Duw@;$O zAP1KP2Dz{?KgZ1W9+HGz5n!psS!Kyv8QaSr-`N~Ld~$I+J(4;XwmKr39joxi58lZ# zIP4rHHu&VNj_u=*AO7CpN1JOL87+*J`Qsma*LX6I1~SX(aI-8H@W;#FHE!rwIDDM( z?()IV%i*Iow!c3<4*hj`I{Qk#-AlUAl(b zhtK;^_MYT$^N}%OFaBvUXI=NK ziuwHUye!F<)^zQ*E6s}j6)X0~_uf?whNFY_iyTwK>FwtbvS?|HgrnhR?Q(2spFT|s zB5QOkJ2J>-)I_hRT1}{2Xui&IL3uCAwOlRZ8!iA@9g0+bBM8 z-wyV^hKr#bRl@zTa)125oz2JZTrS=ruLrkNJP+hp4%%J$1{QJ-_aEG;BzmXw9Yf`m z!m)dVjUlIfB0E)r20bU{Syb7DmHEH#RMy>5hTie&{A;^~op-!K|La^6*jby%L8Y^+ zvnfwx-${~Ergyfd<*7S7^GP0Er`tI<`!v=rhdk8u+2S0NlwR5IY>ZRti9x2&mSmr^ z+NC(BcVlz*Yfs#Ph^L*7+4&jr98KA6J2^OWRgCS8g=iEaoUR=*%_EzeOG@p|7$xq{`4lxP%I3~9*V1T zY*R=nu4yG^XvT(dAH}t?vHtji9qk|v+KzadeTTt}>z*q zxZ#l^EC0j0r(&b#1-``q-p&i$Iw9P-@qr(&&Cj3UE6=-CCVBT1U0v`>;M9V7h5HrW zo&R6{i;I6(d`jM}fj2AH6<=HQ`=a@Q8w&ro@GSqm{=Ez8^1ma8gR7e1Id0n25?s@+ z=Yu)+rwW)U(_Fhb65G?}dfa%XS@SO!$8%!S{qbEmanzO=M<;W4b+cy9#hmlnmDqG2 z7T2-ZELW&ct)8A-P^k87?C?H49<8=7o;%%~>y$p<%--@Q)+TqX4$(Q4j+TzxTl^CH zPjoJ285RjY{|5g?U;FU&H*@dJQ36%RrZ~St-yEQ%eJA(s>EN8!X+qUOZ5h#h_FA}c zcj2HbP42jNmoT#Lb4=a2Uo>5bbI}eQfZ6@*a`=;zbzG$zYB!sTi?}}Jpd3RNZ|2$k z?9sDwCXXrtZ}^I-9>m(QJ5WvRe%4s4at_8Rw+G%9TYuSslj*ykEfQ4g9}37E{ti4V z)`B_a1NUrVYN6CUBJCt;wHO;4tMbQZWwwEPmN8Xa)TC|+cD7w{WeZ#ezB=kYUm&In ze)29Gp8bz@Tk>#Th$BfJ7#ru0FWxPZ^t4*;C4p`wnASIQUiwJ1b)II*-U}#s7QHB5 zYjX4-y{Wzfy>9My3Abx`tEYcW%PF znuK@Wo9T&+e}V3e`cjV8cqgUq>9N1#c`@CWrsDK}`z=n&Ai9?8ukVR=oYpA){E6@T zVsFI`Y)an!tx}>_lyYFucdxE^yC*i^tbvx0}>8g*(+DtBW?Rt6S2g zn}p|U;kF^zxNd&9mHUa3g>EOhZQO6r712;ZQZ$%Zy>|}sY^oUN`zWgrAAGmjq;*$$ z?soc*2m0g33|=?w{)C00%=;mHSBt@)apls9@3zEJ+xAsljAMGax_dA0nAidS_|fmS z483DdXS*j!?0bybCGXQYChjsT?VQ^U6OG2Otl~Z|rv9OuFi)`a0t3I^QvbpYr|nx_ zvelPYP~ah)FkbLLtF0A3dEWK|3S%1|DYF`hjmCpb3hvr8`laoc zA6*z<(0ABQg_%APnXHX7yOGs;1E#%Geah7SM;_R*|Z%tvKcH7Z_J^6MoTDZ#3O@q!X4cU=gz8GYJ@#sw@WZWG|w7= zsoSwU*uEw-KN5Bx#6z&N)dyMGfvIx_ctsd=k)F}Rk{3^;gllH$S)D7?rLLX3g29P< zC(hzfWKBq3wT6S8Q)jx!^l8q$s2$-}=Ou)Ncwp`YshMj=GP-qjX>+sE2O|>+XN#M* zDKFI2C{4DT*4o#twUdQSL0(ue5pOv8gOU_@zKV1=-gq>K ziby^yS{m00)fz4bIr?@=e_Uppo54Ud$!13c}(&r9m^vmTI9R0t$ZqZ*Tu>7mLk?`kn>05se zkUn8z{|o^*{!Eg-`hAZ6&-DdIe~$FIOB(yl0&w(~OMgFo(eD$0qrX=AR?e4*wsP+B z=zqqeANTlkm-MYa*GV6_;eVIF%J2lmoirt_YZZ571~dtWH}J)>!+p}&xk&mpU7{ZR zDA_@u_#Z5N?v%#u&pi6Y(kCqRe=U8HPP%Us!rj!kMbp~(j_eR$!sQ)A%)z+>oOprr zJ{NAm?-Nd50*4pt=Nr=Jj&1VTiSpm_&wG}nFZRDIocpiAzv01oBa{2EackdJ!;Vpf zn+oG?+d4BFVeeLpcRs4j(vN8hHFTwQV(f|GAt%KWJ$~Dh`T2wgZ++kolSUu>_497a z>v{B-hkiGFXTM@*dNRp}8M0yC#|V<(VSAn2T>cFIkc#R?()PDT3ti-sex! z@FoCBLo(CGkTubtBp_R&Z<7>zJp#UD>!5%n#r|3W*$^Ce=-X_Cd(?#j^l-b;#r1J` zve^#)$Z9rwQEZ^`0~~$)wz!KX_6tn8WL3e9k6-*i?dgkJIzv_F-n**lYA^EheWz4a z$-danKSAFHfengat-|Y}RH?7Ja8`N6oxY;7mwc7s%7ZKJEq|?Iefe6EBWgqfBN7;q zz=#A!Brqa@5ebY)U_=5V5*U%dFiRj-P*k-4`0;tMd7aFJ+f^NAxu>QO#dDU=o3&zI z)rwiO7tO00lVUceYC?HQmDCvA)ijN%VuP5*s8za_xh)v!u38uBu4)f=R<&!!{Ya19 zF;xw%;f9GZU!Z9J!w=7k&2hNUsFck`4ijFyD3u4V(XO*l;P(om)_pO;;UR@6Ol2a) zER%~3!APSna@$cs99J0Ff3aRj)S69blh(O3`m7Ijb%q_fJ|(RBsVStLDe#la2$-O3b&`|j+x-3@|cOs z@&o%HaYWvkPLjF2MtOon>ojR(L5j@M3@7lc$B}Y5F;yr}*XN zH&goAvY`=YV13! z$>rnAN0%R1{{HgH@=@glWv`X}wCww3-zj^d?6I;hmwl=13uU*JeWvWjvTMseT6S4k zZ`s9V-DT0Twz4&4!LqZ;R+cR-t0|jPc4FBvWmC(JC_B9D(6SGfy|1jitf(xn^sUmr zm;R~rccm|v{=D?ZrQa=my7Zf+kCr}IdQa)+N^dFsRO!b{uPGfU-B#LDdSU6t()Fe5 zN<*b*me!Wmmo6?{P(o+^2``C96tKubf|UTFJbUlPgcCoKiWqa{tPMOOC57toUce>w4?)yOpIC->i7L z;>RV^EAFZIT*ap35sDHdIg;pZvKaGv+VT_eH3pdna?4JF$f<<#d^y%>QGVe_?ptloJoW=f5YN z_5Qt2TmS9-_S;KyUA!0_)O*3^?Pgw_Zqo`7?+o65$ViFWheb2h!?`^b%&PlQi4L^KJD2#e|q zue_PfE6pK?Z@a;Qc=1*=Z(&EASSG0sx#6wv4#!tqX2!vAY+nRtA%KvLTpFEl%}dWV zW|(xkacOnJYxJ#i;@#!M90}_vihQsfroVXI?7Z=8UerEM_K;PB?_6QLGM@R0crw;) zvI%cVzj-y9*R+k)nk4gVaU3c(Yh5`FmpxuKCl{G*ExDFy?CattZ>$sNW;q9mw8%C2 z?>v3YtLEgU^OT!NA@hE?wSj%>2dNZRdXO8e9`Yk4BgzXVEs1ApPR?zYJY-5jxAS5< zuVoW*GF6hPVd9nOE!0Yv_baO+fCju}#%!mJ41a&y*)+E!D0K1rt*bMdY_BpY|nq z$}*)1JE?iV)va~G+w!T>__eRF#AnQ7{3=eMChLA08-A=7S4Do{$1JATc zxwO(ZON?F}69RcDS^wF$(>I8Fay*JAFgDwt5K{jwFy|kVPy%r zQ^1Z0XkN7L6A&KDFjaz230PUee6-*$0sdh=R`7^`a8QQ{ekicZInX~9*zloW71#w+ z=r;v+g$kNORnG1MeW9^i-@jD9OZtz}?+5zXZ!o`~Rjzsc*gU>panC=lUkz;jv3;y^ z9o@G-WGu$vgj$KCRW|AKiDnn9D!7@09XYzQT)zmi4LQn_sg1 zL;4-H9h<)G$IG98Z9h)G|J*Kr^8RQ0G5URT`wacQwq5?@y|P{L%=`UzNi*-|t>QNC zPg}K&ocH?HCHnot*3>qHS>P3MIPjRzxRCoKGWN+-|zHFZh7DC zRi4OuvKJnn=xx{UE%7ryG*|i z_rm#CdKc^W%f0abQ13$hKF}+k^X~7Rqu={_XX*D#y(jDU-rke+`^8>KEbs1Kf{7w|z5l z-?mw0C2#9y;(qDobM?DrGZN_Cj084sRxZlx*^C_Go0XUH&fhF)_yz{_n>RPUTEAy+ zK3h871DJkfKyG~>9#B5?eY}TQboNZrZ?uQFM0$wJ`kuq}+tEX6hI_{9x4oxIzpXvQ zZe0(tJGX~;t?b!XziS3A((fe$-Q|tGK#yYNJ7b`$;^zj>>l%Q!3kFERa|TG|fAk@N z3kTqQMtqfi4~(Co-@^DxxqT~MtKUDzm+SYXxYE)0tGH6o_sh6a(D&WAQqcEoe1U$S zi7Op_PsQiy_mTKq{XQI@t>3T2m8QNg$4}AkL-CXKJ1VZS;M+1l`8_GFRQCPXfI{?L zHlWab+Xj?peAf<0R=(Z=!n$vOaN`4na?JpnFD@P+te$}y{l*5AAAIWvlplPZ11dYd z%LnT8d)~kt{dNtgtob$!9HZZj1B83wfO3&<(*T^b3`p9(@IbYGLj&*A@7jSX{hm88 zUcc=F@7HhZz=8Tbq@UX0oB?Xn#(wx**bkp)4HWBl#Xy;U>-v$#+5M;LcU3>3f24m= z^jq5xPb>RR(eLT~;wE4%o{_mfQz?>|?+ zhxIqHEPxl5D@erIoMx3RUv*_w8FGgTivh)K}Su zbjth4ABBbbX%Hm#3-~U-<%`pgydNQ<^7VhHxKoJESK;Jgzh6K+uX5pPeXkMxm*76Z z9#8}R*kWyr|M;?uLFX`Rn%Ri~XW9|QS?!t~boK)~C-4*7!J}Wgz3lp5{P>&q{^{X2 zI<_tPz~A3)st&vqFxyq!H*fGto0TK(9hK2kubK4n_+G0cG;KjWT-?>xKC4sPha0pV z92c#jP3%5S=;4ly(F-_PuI=MZxlNXKa1K&?m_sdV+D{90Cv4VmCNmn+@V!F^JCpiL z!kvqC^4{a;3MO9@?sOM(xUt0%M?w!C_2`I)Zr78;+}+&m+-;mR(2nz#&N;zIlH)mD z(avz2_Aj?IrFu#viM9PEJmDSg)?kujmrj$Lt7~>|C*00c@F~%m*A{GP)&3)Pg(q$4 zX`_r_*=U|Tdz-K;Z5@kUS+h{{c?r!LH$DVqHZFNZzc{#QQK)@Q=h}q*#Vze=I?LAT z5N*QT*%F_m(qC)wn5^$=k&F`>+8^EAtmAuW!ZA~pX+g51T)QjVIufqaVzn~TnlQ?e zU`Z|QfahL`q(+g8f~5q3qM9;dYsDT0HQeaLdnn;rqGzmwNCUJ@!8@oc0s9Co7I>1)Xuq z*FE}YdgA^Q>B9r||KzblwN6~%^A>?x69=!6TlhIb;8z>5kG{CwPdKeH_!y7=3=jUO z%&?E2bL0=LGXBh$oeF(%yTXGv2uD`vUm)Dd1b4_1w|&yL{L^${hW(qRZ{;A;(dYYJ z0b#+zgR*1!e_A+cgj;sO+qnEjxJ}c43b#Czh<~epuqzYXP8L4O^#>m1#IYyQI_Zn- z@Plx1|3Seaf(e4jf@;B00(s-`3?ImV-q2{lkpj#KgS0IXz_*%eUzOl6fqJe!dM%R# zm?0DFlYhxSq~%z_6ag}VM`S{NA0r^_se{sV-{oXTJ?U$X1{(2?|Ncu~SoqfG=UsQ|+lL%F&~WMHv40;B zxIWLwzh>!NHAT*0qy)lRAMGe$ao4s?YC|kYn#3?kus9frt_`-%?$#A2M#t?}scA?) z-CUEP)ZEg3B<^!?ZcDBWHis4l+ne;F0;SU`l9VL2$wKL+q>x0^;3Ng5noHt<50p_ag`QGlP&D4VUe z3n#0Qo%rGwK5SO9e4&Rq;bVqA@vt~q5uEs3x*~RJVSGwo@w=7n5~){ho-myqjJ7nU z7W-va&;9V{?rQnVe*Zjk-x&{G|J2ft*9Bh6AGGJ4>{lea8k-tJPWLzwq9?%2p1adw zR%bdoHxyN8Iuyz5e%I(NWxDH~%H1uU$sD>Qv~iL8>9e)$tuuipC+pGJg2rLAk*7KIywt#CHK zHMnMFXG?2zjt;4sgN@wNuV-Tywlsx|TaGd&LNFc1C@qFnl%Me;$Wyd-)0Kh9Q?zL0 zRq`{f&|()ypYvDP2R~atex+=!70?=j(+lH^pGOI-{|^c$f8y_4`9q6^KXCyqA8w8l zU>|k80Q=~V7Le!h^Hu@n3;ibq*av@3K$Q;u8v)fl_&)`fPyC=f;*a0u0Xqi@xAxBx zjvaVI;RaPLeaayAXAAHXIYHa9NI9k6u;rO};oim@zG>}=JMzMwyiJsS!nHjR;zHao zH}yu|c|sHO0>|9(#KyCpy?=jr$SYXj)BlJXk-&%q-kAhGcJvjRxxa{4!#Dny+Pr#nz^H{;F(xv3*VUSs87jw zW%n&9L(yy-C^O)f!S@4gIVV`rsOcQQ>R&6hO^{0V=pRMdDpm&uJwyA zYyN8;o+%;TTxoR4&#asqij-=0WWWvs^vx~;cAUVS*>7TVY3c!F$`|p3bMh=S`OEA@ zuq*DQFQuOvAy?dnGKVu8$8@{4%)%`@oY+0UJ_6*F%5PY7vrI@YZ*EDJ&8T=ZbxE6( zAE;aGJ{N46omp@*RpeA+cQ33Y=b`IZTj((1oZ9c_tU3m%s1lSSj7oH_JyqRB6)qXZ{; z%%M*e9l%g(s$iLD8-M7tMBDU+ZV_$Al+Y2E7V69#pD)@EA;nDc#iFf$(16Xa@QGc_ z@e{y|azdQRSA-2->B8RnQl=Q=VuoFC(h#|j=aKhl_p9I&`JHf(1@XlW;h{(RO?1ED z@PHloqs(9j*}?~U06g$LOn{%r0ypG!+%s;+|1kpW9U;J-$N zJx6fQT~jZ5Hh#)yaX<1-VfFMZ?*=$`&ve(WZ*{Nw3Ol!%j=WRoxm|GNokH!0(5nUv z(%p6Jl&1+(2>T-6$UB8zd0DBvm)E2_QQnJ{5w>j*%U4VaP%tJRnRGK!;$= z(vX&V+>J4wac2C(m^{wMGTKZozeYa(}cRr-OX*84dPrX0s zk}sp#J-c+f`q!Nv{qi@b1qO{s)s(kWITEXjtq4vwQta&tdxa`WolIiQ;8by^O0r|6 z!c-+^1s*@l>Qu%WPgP6IaI%(S!P-1$e#A{{V~JDZ#;%qg>?onidyANt9AIBaxg;kQqX##O~lgSV3j_(k#6lYfi`vnpy>=&>Ua+@m6 z4iIRZX%Ww5D5Tr^&_u^=;HAb>NQ$vyyb{Cb?6V;@>+kFWY2OcOe78hmSSm8Pjlach ziFU$xn=hv{lcIRJrg30@4|}1U2F0OR&1^%$t0bC`FSZWEOKz3P+qUkA_D0zgJmUEh zr^R!oEsea1)4aK}%Wg=52W#v+te>%F#ski}8*60HShHh24`6)}u$!s9Lx5Fa|S##t^vM;_KF zYX!uIKDZ+S>yK{B1;{52xK9@#k7tlzwZQ6w`w{{C#E1I|0c)>3Lj^Yqd;;{ty-7ga zz%apP0qc%D3=!@UARm6*54djqm^I4B^lRHnXjdI)c;m^JYYhT=V$?cW*U>p7?UAKNrd@p$XCy4fj+}MW) zH(>LVcqlidmpIS^UT_AW$fWFHZ`Q;~C+pns3>098!2-(r5CP?eatj}TJZw*V)E(mS zuDcV@0Rr@}VZq@iEHZiu(1Z1T!VeSRZ*>O8pRxl^`+!_@LI%2{?|}lspfmpDCH(AP zAf7$~{HgQ!4;P>dWd!=30{AIo&?#H|<_OT8wgx%W5q@c#2uB&mOhSeo9(?>KwzC{P&Mr;L>re z6aU3_l^^}&*M+SQZ2NH9{TXGCrLNw8P=`s!T%|(g^aJT}FvR@3c9pN0*m`J2ORrnn znJj2?&)+}3dtM(oRW(M;o#f$iufv_S*C;|CIlk^6kbT?L+g_?asCHYZ?BiGWjlQ?9 z@4h{}{0?4HHpjV`tf*ji!5m%6R^VR}sP?-j3&`zad{xElgg*>c6v?j(Mf^2T@z(pBK`nT*f_9-_!^60a~2m zaA=Y*5YagW2~3uV;(1L`e*{Dq;EfsWBBRDzFMgeGz`)FE=;&j_m`L&h zQTywtCc&e|8jV9%@Lv?iyWns06m}I)BtfF&M`S7lx zF&c4+({%KKEMybvQVolT<|q)eq_{kkwtNW|wyc)uVa6^-Oj|$yvg)F`I{%`|y28ew zxurZ#VZJI?XHmphAW+tqRhQOPF7Z2ss!&H(=xRq1bMs1uVYm79>#e4`?4$cWy zE)gR~P>4Fke(R|7J=~(@*D=0vx=Yl|`wZP<==Gs+hIA5%huOITQIt~MxQ;r}SS_e1 z%b!i!{o$g5A6nQwW{($OYri<IM+Yu1DrfqJL1S$iZDF30@e*Yu_= z6*&z{VsrD8=YU#Da|x!?9`JeU6kBrtr)N%eL#z=y&(kyDJKB5n{- zPTvvwr^4y~g1;u5J~;TL!s)Mq&k{}_9lXMWA1=J7OZQ11`or)vh)!P?e5G*u!{E*8 zMAPpCUnSh~Tq)efb(?Vd%kX3?EPZ%M&nq4|w@4rQw%CyVF*r6H zFZ+OF!>h%^*a4nw0XRH^!~+h`FNC8%c!Bt_C;amS;P5}Bd;y1Npm?O7;h~=o4$nIA zfWtFRJhnVcliQYu8^vSGLqxcuHgdX4I5=TXP#TGgu>lV@=jkb#Yc+eRff5uth zISOd$=SjY$4^~(?OhPYCxmiE+S!+H%UeguwB>EOjZ(g!sXcIa^@!VzY;5h;W-1{iK`Ciw702&5M!Zv34Hh(f@Ie z{{6&*4#d@4JXW_m#bb4w>EX%u@Vw{Yndsr+q$exq_a2^n56?so&khgIsp6rnMxO!7 zFWYV}l1*rfpkF8e$IkDH9~?Wc5)bVjJZ#Jdho`ILgTpgVJhojrRc_lZy&yTZU1|~! z^&L4I1mMW|Qas>Bj&PgrGnE#b@1H6zo9|WPv9>+ZliqJV>6JJh`NsDPoP6IMe|^Hg z_QK>ng;*u|BrTA%K+*z93nVR&v_R4VNed(`khH-64htmjDYRE5ChsXs-c#sYw7Gxw zuI?#JkId?J_=@TCGdgW|?;6n1(xc~9Y=lJ^vv9U;!Gh4vn_Y$05#+Tm0FT&1W#qzHDa~aq^x*PKr$4 zQ^;2c-kS#Py@a;RShu~i@4N3FbiPMm?>TpkemAd;0p7&h{k(S*dhwk(y|)rNJNms8 zCkA%qC+{g_hi$8%w}54xY{8WRR)krl9w4|;z-lr62MF#F>?PniQ1Glki$~_c{el2~ z9^7vWkjI1jF9KHjcyNC!U^R;eH@yF9_Z03IyQh#F3T3g><5$Zb$$JWu_Y@}YDNNo| zn7pU3?LCFM*)>n?_|Eqfe)#PpkqM7y2j$7bOGeu!xTnzk9xc2|_&I`e1sAx$Hj0Y` zzZ7f|?1m?KPhs+&!uSP^Y|&2MQ|Me)nY^b^``%+4mdAP8B6j({DmVRUv&%}mv*_y% z7fcq=w;d|@L_nVx9(Ij^4;B;)2n!FpBI!pHwu3sGe3b@2rzx|u3p{yGp<{>SJ%vu0 zV2s9&O3D*Ewb^Y*S)uGO)*B)?NRT5KDNyk=J961+%C2yBDi08h5a3VQO&72;kh04c zh1mkeX#)j=1j7XQX#=F;r~LL2^c65(JXpYvMqc%lXUhBj0^%Me7$X=fV23yQLt}gi zK3b5xr?Bc+U9d;C+J|O_Y{l$sxW$~99Gq;xwA#0syr(dEPho?K0X2@IGF?E6Kd+Ue6VxkPpQw+#-Tw#PQ+Tt~j-5Mr{1Y9I zX#9NO#7@5T>V>RJ$sCn=gKt>Iri{rQ3ez7*FYI=9hlf&!r`?-2K6O*dx^BI?9^d8T zF30Zi@*dMVZ|*#((?y-Sc3j!fmqkb7pZYX+OmFFxw(}`iyZy^`-yOS6mA`cqm+!9S z>CMY`hf&%;117&dv5)K|J?YU&!BgGs6%?> zr1a(!{&sQrd(;2jg&;lSg!Ja6|J>MjmGi!pjp@yccaD3eKU!I%5>xR*kN@^2wJH!S zFYs42F7g%z4&hDBjifg(`jKOGlb9H(Lo{(tUz*+=`Vr$yXyoFtddViYF0R)m4XrL34?F`N$t~ z70!pv>FF&U|B=`u=7#r%P&gWihW(ZG<)d>(<%}-h={V?d?wTv?yZwe*qlnou;Te2LU7E}zw?^9Txc2tk!HsZfWB z_`~J(f$DH55?UC|(do(lV1%=(b7ZE4fklnFw_DDf$|~txY0mbDNbiw4v$~Dm<_4jd zAkWFwI)=j|DAyy%r0ARG4(TnKKQKkvLzW#ferS1#f1zI|%T)Wbb0ZOdeN|mRiH%)- zUS22*_?L#li_3FnO(~1JmW-A9^^xjOSZOc?eO_~FdP|4huY_CVX;+Tg)$6puUsso3 z>({v`;R@Bagq-~m?BJ<&s8QJ5Exo1xPi6^SvQ!gV8p+Z9@%84^?$kNW-P2osXo>&v z?BbrgEUQ=hBaTLS&0W)5_WQ|9IFnk&s6W(&A#-OEbAMVr@U{z7dLo>IBp| zMLB;-dUJg{dO1UiAKIb&-uJm2-hNNAw9QE7@9jhHVkEawvx6*r#pVU(X0O^hq~$NO zm~Tu=S&`BytbaevbHU=)BQlzoU$byGjQ-me|2(zo9zE(&=z5bAZ!~ z(4xY+#z<|cjx96G!o|Tk4H{|qA>>z9*ZOOSO#LfdM!%Z<)M5oYk;986@C79rJRCatr!9-U?hq=YV zMaum34RI?e*fY5vau+UCUtbyHWMyH%Unes(2BVUZr`u`#l|e8akmmki>HONt zu=|74ld0^Az~~OukCveR>Og&E9ayMQ8VNBG!3|y)swBRtje#2dm{S9t-!Y?|-|=Jh z>&h(->wG^W%sDVjKIZs9`x_~W6y(intgD-*Vt!m*(l$D%aVOgZJ*_4Sh}UX~g;tgI zTJ{m}3vhZ6D>&e6wPKY9yk5Y}Gx(zdR)4^^il13%{NEJLN)vwe6d!oz3vAfO#RCox zD?F?;@mwXaaa}Lm>hP9u8}?I$W#!1Mach|fyiCAJKQ=ATyF7$p%^R7-^@!-qnxp3z z9yxn@pL!T*raN?aUuyju3BJJ?Z6A%~pA(BH{kW;3x;DlW! zK!136ki(Pb;Xm5LKf|L>tw)Da(UA>=L^tsW=T>KA;$G_Euk!Gp?BSm+{jn4J9P0_Y zR&JZd(>-#I6A$S{eyix$;N9UT74MMod# zcZd!SeWU2m08X^x7y8!%%2RK_P2#a>e?mOq@Z9bR`>ZGI77zUu5B(7j{Y?*@lfqdQ zC9bDDasAN~*Yl#=^nNP3P47nvW9|HnO zEPG5y2Y8_Xoxvvwtj?TQl6%BROj{434 z$rS;*dZxce2i6}(m#95)xhNQj+8(FdX^iN%ta6b~Ip!#3H=x_wQ`}L1p{7$H=QX+g zt#*2)7-(9JI$6gx`qfRAOT8$+I#DsV>4>>*^xgG=%JE~A)whDx>BE@bZ~Tm8(*rWJ zc27(8p0iBfOWm>HBEOppM>qx6{O8SnmoQ2`rI{L`3T5zD^y_nR7GHV$!1K6(8Ug+* zf#tbCIJE})F9g&SYFegh3OMv`!l~)tlZD%Oi-cR5@`}}}6NDp^x3z7Vz)JuH zun)>@@i zZutkeI6U+utj^yGw{mEatPN+nIQ&;jPs_vI4HjP`+}e#6&*GeuYVqrZTYLUVvalKY zR|&8u^81L#=GSq;>B+!TDx6=S(nEhoZmZ`&;mAkM01y8Sa$7r$7mhyg94xSDXXl{B zFBfk0d{uI68s8Rf)3Qyt<+;y;Z}Q;J2)AjGNIhwE=3?^#56`^exzzWwp6-$rO-b*N znUc9G`;l*Gzl%Tjt-n6!;dQHgJ}19Pmwm_&aBCNr-bc5euI-&rsLu(v=4P}ETr(?y zx-c}UV)v%L%v>|BY5jO&8&-B){L*t@toqMCmi^}bgG1df-u%=%zSVAOWBj>{!(_Lb znOp-BE6BMKEe&W;vQ*R7(Qv5FxMzek^B%{{Y^*aTsmTp5isUv%LuSM@Wr?yOuQD7C z_`~kcY+XDuyS6gokHvssO;qQ*J21>#v{t->Cb0QuWRaW3HLo%dohDsXdzSgD8=1X# zMNE_I??ZFeLccB=IMHa?)?Hc`sGk{96rr#&urtavLp~E-TQ~frn$T~k)q6LF6l#_`rbUeE z@CIv&!&uiEva}(fYhJ1s^NY<&m65e!so=CjuFcv|2@s3GDH|eH*3Avosr9P!qoz?h zo(uVv!C)ww=Pz#XtMtSI#~GYz74tBq#Wa`B0G1UCr@4%=nCnlfwdhgc=MtT$X(#_? zW2zLfB`09Cuq7j`OqKo`_R|9U!%j@O4GqdP(;mknonR}yeyR7o4EGYyrZP*$j1e#4 zK?25B&>0iazJgB{Fct!5yv%qDyjDQ_2_6!#UmKj6Lu4K(I8#7;&@UF)uy2Y79cZ7g z7fySN4%Y}Q4`X>7_I&Zc3(rIr1+jx%_ZsQFLw{}<~`MleRw@Gx~SIAix5g~wg@LJ(4P>_H!$G0DJ*pCze9B1chKMQ;LJr> zIX?04>+daUHx*~^;@jwA~C%x#6 z4Z!yo5Dwh=@-_|j*u20W@1Jr|kJ}foMt-X12K1MFk`_o>AZdZ51(Fs>S|DkGf0_l( z&03wd^Sl5v0Bv_oY6QfLP`N|bo_$^QT3)IxRt=^3xdpl9&VP3+UpaeJHD2+4c4P2e zeFfyK7QeQ&!y6^@Ki%)TbGqGi*pxHx9?*NwKEA6mSv{=M=zB(>3e=Hd_M7UP0mjcP z%W5FS_aM$nr4~ZDX*56V*Eme8vX%7&H2ciTLiv#;&cM~6T2Zyz0@=N#u_|M`*rqK@ zaQBGuQx>RRELQE>GNZzoe2r45k19giZ|A)h($z>~@G`B)%B7{?C}T*ETF%Jdk9G{g z&D?--8C_lXtWePG=F=2)9h{{xPA45Mo7vo6qx)AAsO&ea)X^`DEtM?gOHGW?6Q5+Z zM>cA-=TQ<`x(o8$fIse)*I1`XiH0Waaw{r!GLFS;Cfgk=fXSFvds@yDBC%wAS5A2X zwVQLcB)NRC984%N36Ae7KFWqzdGxeU%tI`Y+m7GZ0mm4MaThzM7+;MS+$lOZdjT#J zo$(L!jRJ7!?3`k}1^qSwICREZ@G#DLP(WPJPZmGpO2&7;_r%M>gVkrVc)*dl-K7(j z2RaYG=**a~KtR02b-%(gt|aVPk`GSU7e!|b34NXD;Ltx4-Rl36+*bb%8aP@xM|tG1 zql!3@^R56KIm1L}ObWe0{NT{@MQ8j8{R;s&^b*ng=ofmn_`#vG3(wlQm+02cjUM`V z552`BhaHPn&LyH-8)k_Pj(p}S$W!vVR)EcbCIPyE?+_1TeRwVq5ElBG9{he+Ch2F+ zfH6Ki^={rl-%mhX(3z{ypUL;LgfRAohj{?YbBySumw5LSjz9Q7;iL<^qZ<~yNH}E) zoIL_o<_gi7Gog%?2(12xiBA5)&%LwEWq{A~;KvKM^F!>UBP=}5lQux9IP9EDxAmVG zUB77lj^5S55Bm>9=d=zrDV>V-FZm=bkhH*$Zh_Y7i+7xI$|+saQ`Ss3ebJFskKMlU z=ISGt{qpF%$KD#Z$NJ~bYDx2@jy5d_vzDiA_^Q`SqedV5Vrcy4XyKU$EIaGU1Gc{Y z<Z?B6TK-_~tFK;t>yT})U$$X;kB6UJalq&&PMkS% z>kI3jJ+E>~;HJu#?%KZN`XfKN{eWKQ=MN43xoW_g|C)FDClfMXI;ia0OM9>Qw5sde z^pQCWdOX$hcV}PJXIR>f+utZ({$}RDL+<c{SW>%yTk(qHg>KH|{d*8KL=zFTfx zeP>nh)Q-6i58jY@ZEIn1^B*qz`u^LRx~+Mm$49sR_1$+?hmNlP?J4Wt9&-Lk0|zwq zn|xmP$4)%|vm=fYlfFy`MY_i7u|64r0!!zUbnRT$7CFuXZBmMrFqqWQNu>A4OAE3xMOYh8wVY@VC(s%Q}&v0c4J=cwF5VWulV!CDfez$ zzTnTV%sKPm-<^KiWfv^_-Qv%0SkQ1yL+xkHlhQhky8o-^S8W)!JnMt6m-g*)-7CND z|L!XT7Jl==mw#G$OEi7*nv1SI>dbfFd~o~?N6cQn?l++=tA77N>W=G9-D}2+=gyrM zeZFY(L1}+j)AJW2ho3cW&#LSP?in@l(S2qsuar$GKuUAZ)ReQvPBw3Q-mbnqydC=# zUuWB~)F>pY!!hDmE3k9CzCFBsLtmGKUZF2*h}L+tyg4*0&DYl>C&wEF8~LA+NJvT>_gV@%483<}VnL?QqUt;KVH6Yg7R(udll&X4C17$9=b^ z|9Q*v_`11#whtUFX4WI%dKDH!y*tPmIG_YyJX{dKtsx+`i79Ub1h$ zA=-kJO$ksh-X_fcIBmaxJ+$2^uB&EYd0_mj${{9 z#WK{RaMgIH2ZRB9HbST8ACK@?hqe=8n*n9k-X`0XMd8VDky-o1r5s!sr~CHuWSw_d z;~N~)8+)08xa$PSVkb;@y3-^eYu~sQcNWL#zP&xMC612b0glxM6lyA27tRiK$K%Z@%(qD;f%lnz^x>~E|@ zbz1Cng9*HH=*8QeSKTk?Iv{I;8KAl$R<8e>7qK+kdgII%QW%kJesO zvj#l+$lzO-)&)Q7?t6Xy*nU4NTe|(xltX*3XnnYN`P-+B|9rrU&rEq~>TRDM^45mj z8F?K7xmO>t|B;7$_{l3hcI?;byv&q)+!te>+Jt#8FL`o%-^=<;{P}zRHs16>)ynx_ zJ~MCNm1CwqG_d<6D-VDAw(Wa;^<}T+m%q5>4}&k-UQ&DZB|R3rII!E0d%qZ(+I;F0 ze>}40XImP^ey}EQ*fYPJoRP8lz=f|~e9whnJU8#WVd3I)P8@#a;Uz<-`exp^XXA+0 z9o?$W9XIOsvoC)lyYt%YtG;f$?ThUG8PA-)E&r}1`5WpE-2dU{I^9$>^7z)Fm;d^< zO@aNoZ~J2Ii2I&-F8A#*H~8-#``SY{Z~W8enOD8uq4?u(-zfd4YuShQPU!RV^Z{G0 zd+w$G`t1FQThG1f{ZWT}aDM8O4-_rTyy$|459-cca>ZW5&%6HT1)KJ6z4xT|yAL_z zrgs({eZ-(y+b8$QdGN}V_ipS_cIwzS_TH!8j=F35cdU78MNLE zQ;@6-JYSb5Ln0nLYc(ks^X#JL!0Q>+yD8>b==IFZFPu6%w``j6)q5j_p%z0w9$#kB ztfBsGVJ&S-CUg9HZT#tcjyzX<13ptf@0| zkBmvEkbf-U9rX2ZO!u?pqd)Wb(klYNNX+Xg(HZCQ__FL=rSYy8>1%m2EamZK*(uDJ z_gM-W^X}qy1C&MTLd1AJ5Kk;&neK#V%y*vN&(?6t*WNk$kVSh+%&W&K8KyIl!P@!? zWlpR-{3zXnjKzxnsD$nTg~>F!X3|yNlo)|VDud3?V!hI1Z}rYji{@~5@iuZX{-dOP z>^0fhGmk6ju?;dY?p#d;#JGFxG}Y_tJ0w~g;01|dwmH?C#|T)YQuLJO2q=?0zHS}? q%n4`pBNea(HLb%;2am6_*zA;XoP{bAQw0_~l^kd3q74R?<^Kbq@dSVX delta 6 NcmX?bAzNXB0ssr*0?Ysa diff --git a/SCADA/Program/CoreApp/DataService/DataHelper/DataHelper.cs b/SCADA/Program/CoreApp/DataService/DataHelper/DataHelper.cs index 9ec2b13..727b314 100644 --- a/SCADA/Program/CoreApp/DataService/DataHelper/DataHelper.cs +++ b/SCADA/Program/CoreApp/DataService/DataHelper/DataHelper.cs @@ -54,7 +54,7 @@ namespace DatabaseLib ///

/// 数据库工厂构造函数 /// - /// # + /// #dwddqwdqwqwfqqgqgqgqg /// dddddd /// /// ddddddddd