{ "version": 3, "targets": { ".NETFramework,Version=v4.7.2": { "DotNetty.Buffers/0.7.5": { "type": "package", "dependencies": { "DotNetty.Common": "0.7.5", "System.Runtime.CompilerServices.Unsafe": "5.0.0" }, "compile": { "lib/net472/DotNetty.Buffers.dll": {} }, "runtime": { "lib/net472/DotNetty.Buffers.dll": {} } }, "DotNetty.Codecs/0.7.5": { "type": "package", "dependencies": { "DotNetty.Buffers": "0.7.5", "DotNetty.Common": "0.7.5", "DotNetty.Transport": "0.7.5", "System.Collections.Immutable": "1.5.0" }, "compile": { "lib/net472/DotNetty.Codecs.dll": {} }, "runtime": { "lib/net472/DotNetty.Codecs.dll": {} } }, "DotNetty.Codecs.Http/0.7.5": { "type": "package", "dependencies": { "DotNetty.Buffers": "0.7.5", "DotNetty.Codecs": "0.7.5", "DotNetty.Common": "0.7.5", "DotNetty.Handlers": "0.7.5", "DotNetty.Transport": "0.7.5", "System.Runtime.CompilerServices.Unsafe": "5.0.0" }, "compile": { "lib/net472/DotNetty.Codecs.Http.dll": {} }, "runtime": { "lib/net472/DotNetty.Codecs.Http.dll": {} } }, "DotNetty.Common/0.7.5": { "type": "package", "dependencies": { "Microsoft.Extensions.Logging": "5.0.0", "System.Runtime.CompilerServices.Unsafe": "5.0.0" }, "compile": { "lib/net472/DotNetty.Common.dll": {} }, "runtime": { "lib/net472/DotNetty.Common.dll": {} } }, "DotNetty.Handlers/0.7.5": { "type": "package", "dependencies": { "DotNetty.Buffers": "0.7.5", "DotNetty.Codecs": "0.7.5", "DotNetty.Common": "0.7.5", "DotNetty.Transport": "0.7.5" }, "compile": { "lib/net472/DotNetty.Handlers.dll": {} }, "runtime": { "lib/net472/DotNetty.Handlers.dll": {} } }, "DotNetty.Transport/0.7.5": { "type": "package", "dependencies": { "DotNetty.Buffers": "0.7.5", "DotNetty.Common": "0.7.5" }, "compile": { "lib/net472/DotNetty.Transport.dll": {} }, "runtime": { "lib/net472/DotNetty.Transport.dll": {} } }, "DotNetty.Transport.Libuv/0.7.5": { "type": "package", "dependencies": { "DotNetty.Buffers": "0.7.5", "DotNetty.Common": "0.7.5", "DotNetty.Transport": "0.7.5", "Libuv": "1.10.0" }, "compile": { "lib/net472/DotNetty.Transport.Libuv.dll": {} }, "runtime": { "lib/net472/DotNetty.Transport.Libuv.dll": {} } }, "Libuv/1.10.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.0.1" }, "runtimeTargets": { "runtimes/linux-arm/native/libuv.so": { "assetType": "native", "rid": "linux-arm" }, "runtimes/linux-arm64/native/libuv.so": { "assetType": "native", "rid": "linux-arm64" }, "runtimes/linux-armel/native/libuv.so": { "assetType": "native", "rid": "linux-armel" }, "runtimes/linux-x64/native/libuv.so": { "assetType": "native", "rid": "linux-x64" }, "runtimes/osx/native/libuv.dylib": { "assetType": "native", "rid": "osx" }, "runtimes/win-arm/native/libuv.dll": { "assetType": "native", "rid": "win-arm" }, "runtimes/win-x64/native/libuv.dll": { "assetType": "native", "rid": "win-x64" }, "runtimes/win-x86/native/libuv.dll": { "assetType": "native", "rid": "win-x86" } } }, "Microsoft.Bcl.AsyncInterfaces/5.0.0": { "type": "package", "dependencies": { "System.Threading.Tasks.Extensions": "4.5.4" }, "frameworkAssemblies": [ "mscorlib" ], "compile": { "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll": {} }, "runtime": { "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll": {} } }, "Microsoft.Extensions.DependencyInjection/5.0.0": { "type": "package", "dependencies": { "Microsoft.Bcl.AsyncInterfaces": "5.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", "System.Threading.Tasks.Extensions": "4.5.4" }, "frameworkAssemblies": [ "System.Core", "mscorlib" ], "compile": { "lib/net461/Microsoft.Extensions.DependencyInjection.dll": {} }, "runtime": { "lib/net461/Microsoft.Extensions.DependencyInjection.dll": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { "type": "package", "frameworkAssemblies": [ "System.Core", "mscorlib" ], "compile": { "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} }, "runtime": { "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, "Microsoft.Extensions.Logging/5.0.0": { "type": "package", "dependencies": { "Microsoft.Extensions.DependencyInjection": "5.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", "Microsoft.Extensions.Logging.Abstractions": "5.0.0", "Microsoft.Extensions.Options": "5.0.0", "System.Diagnostics.DiagnosticSource": "5.0.0", "System.ValueTuple": "4.5.0" }, "frameworkAssemblies": [ "System.Core", "mscorlib" ], "compile": { "lib/net461/Microsoft.Extensions.Logging.dll": {} }, "runtime": { "lib/net461/Microsoft.Extensions.Logging.dll": {} } }, "Microsoft.Extensions.Logging.Abstractions/5.0.0": { "type": "package", "frameworkAssemblies": [ "System.Core", "mscorlib" ], "compile": { "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll": {} }, "runtime": { "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, "Microsoft.Extensions.Options/5.0.0": { "type": "package", "dependencies": { "Microsoft.Extensions.DependencyInjection.Abstractions": "5.0.0", "Microsoft.Extensions.Primitives": "5.0.0" }, "frameworkAssemblies": [ "System.Core", "mscorlib" ], "compile": { "lib/net461/Microsoft.Extensions.Options.dll": {} }, "runtime": { "lib/net461/Microsoft.Extensions.Options.dll": {} } }, "Microsoft.Extensions.Primitives/5.0.0": { "type": "package", "dependencies": { "System.Buffers": "4.5.1", "System.Memory": "4.5.4", "System.Runtime.CompilerServices.Unsafe": "5.0.0" }, "frameworkAssemblies": [ "mscorlib" ], "compile": { "lib/net461/Microsoft.Extensions.Primitives.dll": {} }, "runtime": { "lib/net461/Microsoft.Extensions.Primitives.dll": {} } }, "Microsoft.NETCore.Platforms/1.0.1": { "type": "package", "compile": { "lib/netstandard1.0/_._": {} }, "runtime": { "lib/netstandard1.0/_._": {} } }, "Newtonsoft.Json/13.0.3": { "type": "package", "compile": { "lib/net45/Newtonsoft.Json.dll": {} }, "runtime": { "lib/net45/Newtonsoft.Json.dll": {} } }, "System.Buffers/4.5.1": { "type": "package", "frameworkAssemblies": [ "mscorlib" ], "compile": { "ref/net45/System.Buffers.dll": {} }, "runtime": { "lib/net461/System.Buffers.dll": {} } }, "System.Collections.Immutable/1.5.0": { "type": "package", "compile": { "lib/netstandard2.0/System.Collections.Immutable.dll": {} }, "runtime": { "lib/netstandard2.0/System.Collections.Immutable.dll": {} } }, "System.Diagnostics.DiagnosticSource/5.0.0": { "type": "package", "dependencies": { "System.Memory": "4.5.4", "System.Runtime.CompilerServices.Unsafe": "5.0.0" }, "frameworkAssemblies": [ "System", "mscorlib" ], "compile": { "lib/net46/System.Diagnostics.DiagnosticSource.dll": {} }, "runtime": { "lib/net46/System.Diagnostics.DiagnosticSource.dll": {} } }, "System.Memory/4.5.4": { "type": "package", "dependencies": { "System.Buffers": "4.5.1", "System.Numerics.Vectors": "4.5.0", "System.Runtime.CompilerServices.Unsafe": "4.5.3" }, "frameworkAssemblies": [ "System", "mscorlib" ], "compile": { "lib/net461/System.Memory.dll": {} }, "runtime": { "lib/net461/System.Memory.dll": {} } }, "System.Numerics.Vectors/4.5.0": { "type": "package", "frameworkAssemblies": [ "System.Numerics", "mscorlib" ], "compile": { "ref/net46/System.Numerics.Vectors.dll": {} }, "runtime": { "lib/net46/System.Numerics.Vectors.dll": {} } }, "System.Runtime.CompilerServices.Unsafe/5.0.0": { "type": "package", "frameworkAssemblies": [ "mscorlib" ], "compile": { "ref/net461/System.Runtime.CompilerServices.Unsafe.dll": {} }, "runtime": { "lib/net45/System.Runtime.CompilerServices.Unsafe.dll": {} } }, "System.Threading.Tasks.Extensions/4.5.4": { "type": "package", "dependencies": { "System.Runtime.CompilerServices.Unsafe": "4.5.3" }, "frameworkAssemblies": [ "mscorlib" ], "compile": { "lib/net461/System.Threading.Tasks.Extensions.dll": {} }, "runtime": { "lib/net461/System.Threading.Tasks.Extensions.dll": {} } }, "System.ValueTuple/4.5.0": { "type": "package", "frameworkAssemblies": [ "mscorlib" ], "compile": { "ref/net47/System.ValueTuple.dll": {} }, "runtime": { "lib/net47/System.ValueTuple.dll": {} } } } }, "libraries": { "DotNetty.Buffers/0.7.5": { "sha512": "ri4udTfNS856dAZ09VkQ9k6gxmYwFuZh930TAMa71smowEAvhGQEDpRY4mLgA5ADhbKhLYpmO/1vfDXEchDugQ==", "type": "package", "path": "dotnetty.buffers/0.7.5", "files": [ ".nupkg.metadata", ".signature.p7s", "dotnetty.buffers.0.7.5.nupkg.sha512", "dotnetty.buffers.nuspec", "lib/net472/DotNetty.Buffers.dll", "lib/net472/DotNetty.Buffers.xml", "lib/net5.0/DotNetty.Buffers.dll", "lib/net5.0/DotNetty.Buffers.xml", "lib/net6.0/DotNetty.Buffers.dll", "lib/net6.0/DotNetty.Buffers.xml", "lib/netstandard2.0/DotNetty.Buffers.dll", "lib/netstandard2.0/DotNetty.Buffers.xml" ] }, "DotNetty.Codecs/0.7.5": { "sha512": "6FqSnZ2gmc5RalbxVNWeEm6FqZHORdskyDUKGdgm4gDr86D8w8TLv4L1MIS7Mshsq3figHl0TP9yFyOXe6SHdQ==", "type": "package", "path": "dotnetty.codecs/0.7.5", "files": [ ".nupkg.metadata", ".signature.p7s", "dotnetty.codecs.0.7.5.nupkg.sha512", "dotnetty.codecs.nuspec", "lib/net472/DotNetty.Codecs.dll", "lib/net472/DotNetty.Codecs.xml", "lib/net5.0/DotNetty.Codecs.dll", "lib/net5.0/DotNetty.Codecs.xml", "lib/net6.0/DotNetty.Codecs.dll", "lib/net6.0/DotNetty.Codecs.xml", "lib/netstandard2.0/DotNetty.Codecs.dll", "lib/netstandard2.0/DotNetty.Codecs.xml" ] }, "DotNetty.Codecs.Http/0.7.5": { "sha512": "ZhwfG7WpLLnoo18nZfnECV1AoShDBE0NQ2JtYaZ/EoH5bZ2y1f/wBp+mpLLCZoKOqAZquOLqfd0kocHLomkcIw==", "type": "package", "path": "dotnetty.codecs.http/0.7.5", "files": [ ".nupkg.metadata", ".signature.p7s", "dotnetty.codecs.http.0.7.5.nupkg.sha512", "dotnetty.codecs.http.nuspec", "lib/net472/DotNetty.Codecs.Http.dll", "lib/net472/DotNetty.Codecs.Http.xml", "lib/net5.0/DotNetty.Codecs.Http.dll", "lib/net5.0/DotNetty.Codecs.Http.xml", "lib/net6.0/DotNetty.Codecs.Http.dll", "lib/net6.0/DotNetty.Codecs.Http.xml", "lib/netstandard2.0/DotNetty.Codecs.Http.dll", "lib/netstandard2.0/DotNetty.Codecs.Http.xml" ] }, "DotNetty.Common/0.7.5": { "sha512": "U9dLNbZhtWhSsWIwLVhIwKC9Ku3+Q/CrY/U5Lahb8DxoEt6uo3GIPPGY3NT1COllfhT422bLALdGlesFOcwXEg==", "type": "package", "path": "dotnetty.common/0.7.5", "files": [ ".nupkg.metadata", ".signature.p7s", "dotnetty.common.0.7.5.nupkg.sha512", "dotnetty.common.nuspec", "lib/net472/DotNetty.Common.dll", "lib/net472/DotNetty.Common.xml", "lib/net5.0/DotNetty.Common.dll", "lib/net5.0/DotNetty.Common.xml", "lib/net6.0/DotNetty.Common.dll", "lib/net6.0/DotNetty.Common.xml", "lib/netstandard2.0/DotNetty.Common.dll", "lib/netstandard2.0/DotNetty.Common.xml" ] }, "DotNetty.Handlers/0.7.5": { "sha512": "1iXurgUEaEqRW33CvPCEndrHoTB6Ql4PBNpMkVixJ6MxSS9kMLPi+nVpcnEQCPyRBkf/9znk+YO02R0bDWA03g==", "type": "package", "path": "dotnetty.handlers/0.7.5", "files": [ ".nupkg.metadata", ".signature.p7s", "dotnetty.handlers.0.7.5.nupkg.sha512", "dotnetty.handlers.nuspec", "lib/net472/DotNetty.Handlers.dll", "lib/net472/DotNetty.Handlers.xml", "lib/net5.0/DotNetty.Handlers.dll", "lib/net5.0/DotNetty.Handlers.xml", "lib/net6.0/DotNetty.Handlers.dll", "lib/net6.0/DotNetty.Handlers.xml", "lib/netstandard2.0/DotNetty.Handlers.dll", "lib/netstandard2.0/DotNetty.Handlers.xml" ] }, "DotNetty.Transport/0.7.5": { "sha512": "Ha1ZDqUOEPgk5/IWpAcP220cUtcekLankgkq/KhkrmvVANNbTxwTvjBS50m2/nAK623HjT+1wcLZBfFzBg3TyQ==", "type": "package", "path": "dotnetty.transport/0.7.5", "files": [ ".nupkg.metadata", ".signature.p7s", "dotnetty.transport.0.7.5.nupkg.sha512", "dotnetty.transport.nuspec", "lib/net472/DotNetty.Transport.dll", "lib/net472/DotNetty.Transport.xml", "lib/net5.0/DotNetty.Transport.dll", "lib/net5.0/DotNetty.Transport.xml", "lib/net6.0/DotNetty.Transport.dll", "lib/net6.0/DotNetty.Transport.xml", "lib/netstandard2.0/DotNetty.Transport.dll", "lib/netstandard2.0/DotNetty.Transport.xml" ] }, "DotNetty.Transport.Libuv/0.7.5": { "sha512": "LnUrwdYc5nbOjDqrvVKEvTmAU7cgJrzfyoODy4orwiQ2P7Aq4UGBKGdlSKbKiOpgJnwJ4Hbxc39U1CAJfSA5Ag==", "type": "package", "path": "dotnetty.transport.libuv/0.7.5", "files": [ ".nupkg.metadata", ".signature.p7s", "dotnetty.transport.libuv.0.7.5.nupkg.sha512", "dotnetty.transport.libuv.nuspec", "lib/net472/DotNetty.Transport.Libuv.dll", "lib/net472/DotNetty.Transport.Libuv.xml", "lib/net5.0/DotNetty.Transport.Libuv.dll", "lib/net5.0/DotNetty.Transport.Libuv.xml", "lib/net6.0/DotNetty.Transport.Libuv.dll", "lib/net6.0/DotNetty.Transport.Libuv.xml", "lib/netstandard2.0/DotNetty.Transport.Libuv.dll", "lib/netstandard2.0/DotNetty.Transport.Libuv.xml" ] }, "Libuv/1.10.0": { "sha512": "GsCf4q+eyaI49rCPlgYxdxa1SQCysXFFdSJWdstrwxytg4+VPYLYrXD4AT2rjHVJ+UF7SSWX9CapWEYaU4ejVQ==", "type": "package", "path": "libuv/1.10.0", "files": [ ".nupkg.metadata", ".signature.p7s", "License.txt", "libuv.1.10.0.nupkg.sha512", "libuv.nuspec", "runtimes/linux-arm/native/libuv.so", "runtimes/linux-arm64/native/libuv.so", "runtimes/linux-armel/native/libuv.so", "runtimes/linux-x64/native/libuv.so", "runtimes/osx/native/libuv.dylib", "runtimes/win-arm/native/libuv.dll", "runtimes/win-x64/native/libuv.dll", "runtimes/win-x86/native/libuv.dll" ] }, "Microsoft.Bcl.AsyncInterfaces/5.0.0": { "sha512": "W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==", "type": "package", "path": "microsoft.bcl.asyncinterfaces/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Bcl.AsyncInterfaces.dll", "lib/net461/Microsoft.Bcl.AsyncInterfaces.xml", "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.dll", "lib/netstandard2.0/Microsoft.Bcl.AsyncInterfaces.xml", "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll", "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.xml", "microsoft.bcl.asyncinterfaces.5.0.0.nupkg.sha512", "microsoft.bcl.asyncinterfaces.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "Microsoft.Extensions.DependencyInjection/5.0.0": { "sha512": "Rc2kb/p3Ze6cP6rhFC3PJRdWGbLvSHZc0ev7YlyeU6FmHciDMLrhoVoTUEzKPhN5ZjFgKF1Cf5fOz8mCMIkvpA==", "type": "package", "path": "microsoft.extensions.dependencyinjection/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Extensions.DependencyInjection.dll", "lib/net461/Microsoft.Extensions.DependencyInjection.xml", "lib/net5.0/Microsoft.Extensions.DependencyInjection.dll", "lib/net5.0/Microsoft.Extensions.DependencyInjection.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", "microsoft.extensions.dependencyinjection.5.0.0.nupkg.sha512", "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "Microsoft.Extensions.DependencyInjection.Abstractions/5.0.0": { "sha512": "ORj7Zh81gC69TyvmcUm9tSzytcy8AVousi+IVRAI8nLieQjOFryRusSFh7+aLk16FN9pQNqJAiMd7BTKINK0kA==", "type": "package", "path": "microsoft.extensions.dependencyinjection.abstractions/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/net461/Microsoft.Extensions.DependencyInjection.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", "microsoft.extensions.dependencyinjection.abstractions.5.0.0.nupkg.sha512", "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "Microsoft.Extensions.Logging/5.0.0": { "sha512": "MgOwK6tPzB6YNH21wssJcw/2MKwee8b2gI7SllYfn6rvTpIrVvVS5HAjSU2vqSku1fwqRvWP0MdIi14qjd93Aw==", "type": "package", "path": "microsoft.extensions.logging/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Extensions.Logging.dll", "lib/net461/Microsoft.Extensions.Logging.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", "microsoft.extensions.logging.5.0.0.nupkg.sha512", "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "Microsoft.Extensions.Logging.Abstractions/5.0.0": { "sha512": "NxP6ahFcBnnSfwNBi2KH2Oz8Xl5Sm2krjId/jRR3I7teFphwiUoUeZPwTNA21EX+5PtjqmyAvKaOeBXcJjcH/w==", "type": "package", "path": "microsoft.extensions.logging.abstractions/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Extensions.Logging.Abstractions.dll", "lib/net461/Microsoft.Extensions.Logging.Abstractions.xml", "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", "microsoft.extensions.logging.abstractions.5.0.0.nupkg.sha512", "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "Microsoft.Extensions.Options/5.0.0": { "sha512": "CBvR92TCJ5uBIdd9/HzDSrxYak+0W/3+yxrNg8Qm6Bmrkh5L+nu6m3WeazQehcZ5q1/6dDA7J5YdQjim0165zg==", "type": "package", "path": "microsoft.extensions.options/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Extensions.Options.dll", "lib/net461/Microsoft.Extensions.Options.xml", "lib/net5.0/Microsoft.Extensions.Options.dll", "lib/net5.0/Microsoft.Extensions.Options.xml", "lib/netstandard2.0/Microsoft.Extensions.Options.dll", "lib/netstandard2.0/Microsoft.Extensions.Options.xml", "microsoft.extensions.options.5.0.0.nupkg.sha512", "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "Microsoft.Extensions.Primitives/5.0.0": { "sha512": "cI/VWn9G1fghXrNDagX9nYaaB/nokkZn0HYAawGaELQrl8InSezfe9OnfPZLcJq3esXxygh3hkq2c3qoV3SDyQ==", "type": "package", "path": "microsoft.extensions.primitives/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/Microsoft.Extensions.Primitives.dll", "lib/net461/Microsoft.Extensions.Primitives.xml", "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.dll", "lib/netcoreapp3.0/Microsoft.Extensions.Primitives.xml", "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", "microsoft.extensions.primitives.5.0.0.nupkg.sha512", "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "Microsoft.NETCore.Platforms/1.0.1": { "sha512": "2G6OjjJzwBfNOO8myRV/nFrbTw5iA+DEm0N+qUqhrOmaVtn4pC77h38I1jsXGw5VH55+dPfQsqHD0We9sCl9FQ==", "type": "package", "path": "microsoft.netcore.platforms/1.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", "ThirdPartyNotices.txt", "dotnet_library_license.txt", "lib/netstandard1.0/_._", "microsoft.netcore.platforms.1.0.1.nupkg.sha512", "microsoft.netcore.platforms.nuspec", "runtime.json" ] }, "Newtonsoft.Json/13.0.3": { "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "type": "package", "path": "newtonsoft.json/13.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.md", "README.md", "lib/net20/Newtonsoft.Json.dll", "lib/net20/Newtonsoft.Json.xml", "lib/net35/Newtonsoft.Json.dll", "lib/net35/Newtonsoft.Json.xml", "lib/net40/Newtonsoft.Json.dll", "lib/net40/Newtonsoft.Json.xml", "lib/net45/Newtonsoft.Json.dll", "lib/net45/Newtonsoft.Json.xml", "lib/net6.0/Newtonsoft.Json.dll", "lib/net6.0/Newtonsoft.Json.xml", "lib/netstandard1.0/Newtonsoft.Json.dll", "lib/netstandard1.0/Newtonsoft.Json.xml", "lib/netstandard1.3/Newtonsoft.Json.dll", "lib/netstandard1.3/Newtonsoft.Json.xml", "lib/netstandard2.0/Newtonsoft.Json.dll", "lib/netstandard2.0/Newtonsoft.Json.xml", "newtonsoft.json.13.0.3.nupkg.sha512", "newtonsoft.json.nuspec", "packageIcon.png" ] }, "System.Buffers/4.5.1": { "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", "path": "system.buffers/4.5.1", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/System.Buffers.dll", "lib/net461/System.Buffers.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.1/System.Buffers.dll", "lib/netstandard1.1/System.Buffers.xml", "lib/netstandard2.0/System.Buffers.dll", "lib/netstandard2.0/System.Buffers.xml", "lib/uap10.0.16299/_._", "ref/net45/System.Buffers.dll", "ref/net45/System.Buffers.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.1/System.Buffers.dll", "ref/netstandard1.1/System.Buffers.xml", "ref/netstandard2.0/System.Buffers.dll", "ref/netstandard2.0/System.Buffers.xml", "ref/uap10.0.16299/_._", "system.buffers.4.5.1.nupkg.sha512", "system.buffers.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "System.Collections.Immutable/1.5.0": { "sha512": "EXKiDFsChZW0RjrZ4FYHu9aW6+P4MCgEDCklsVseRfhoO0F+dXeMSsMRAlVXIo06kGJ/zv+2w1a2uc2+kxxSaQ==", "type": "package", "path": "system.collections.immutable/1.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/netstandard1.0/System.Collections.Immutable.dll", "lib/netstandard1.0/System.Collections.Immutable.xml", "lib/netstandard1.3/System.Collections.Immutable.dll", "lib/netstandard1.3/System.Collections.Immutable.xml", "lib/netstandard2.0/System.Collections.Immutable.dll", "lib/netstandard2.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.5.0.nupkg.sha512", "system.collections.immutable.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "System.Diagnostics.DiagnosticSource/5.0.0": { "sha512": "tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA==", "type": "package", "path": "system.diagnostics.diagnosticsource/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net45/System.Diagnostics.DiagnosticSource.dll", "lib/net45/System.Diagnostics.DiagnosticSource.xml", "lib/net46/System.Diagnostics.DiagnosticSource.dll", "lib/net46/System.Diagnostics.DiagnosticSource.xml", "lib/net5.0/System.Diagnostics.DiagnosticSource.dll", "lib/net5.0/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard1.1/System.Diagnostics.DiagnosticSource.xml", "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll", "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.xml", "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", "system.diagnostics.diagnosticsource.5.0.0.nupkg.sha512", "system.diagnostics.diagnosticsource.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "System.Memory/4.5.4": { "sha512": "1MbJTHS1lZ4bS4FmsJjnuGJOu88ZzTT2rLvrhW7Ygic+pC0NWA+3hgAen0HRdsocuQXCkUTdFn9yHJJhsijDXw==", "type": "package", "path": "system.memory/4.5.4", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net461/System.Memory.dll", "lib/net461/System.Memory.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.1/System.Memory.dll", "lib/netstandard1.1/System.Memory.xml", "lib/netstandard2.0/System.Memory.dll", "lib/netstandard2.0/System.Memory.xml", "ref/netcoreapp2.1/_._", "system.memory.4.5.4.nupkg.sha512", "system.memory.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "System.Numerics.Vectors/4.5.0": { "sha512": "QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==", "type": "package", "path": "system.numerics.vectors/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Numerics.Vectors.dll", "lib/net46/System.Numerics.Vectors.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.Numerics.Vectors.dll", "lib/netstandard1.0/System.Numerics.Vectors.xml", "lib/netstandard2.0/System.Numerics.Vectors.dll", "lib/netstandard2.0/System.Numerics.Vectors.xml", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.dll", "lib/portable-net45+win8+wp8+wpa81/System.Numerics.Vectors.xml", "lib/uap10.0.16299/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/System.Numerics.Vectors.dll", "ref/net45/System.Numerics.Vectors.xml", "ref/net46/System.Numerics.Vectors.dll", "ref/net46/System.Numerics.Vectors.xml", "ref/netcoreapp2.0/_._", "ref/netstandard1.0/System.Numerics.Vectors.dll", "ref/netstandard1.0/System.Numerics.Vectors.xml", "ref/netstandard2.0/System.Numerics.Vectors.dll", "ref/netstandard2.0/System.Numerics.Vectors.xml", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", "system.numerics.vectors.4.5.0.nupkg.sha512", "system.numerics.vectors.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "System.Runtime.CompilerServices.Unsafe/5.0.0": { "sha512": "ZD9TMpsmYJLrxbbmdvhwt9YEgG5WntEnZ/d1eH8JBX9LBp+Ju8BSBhUGbZMNVHHomWo2KVImJhTDl2hIgw/6MA==", "type": "package", "path": "system.runtime.compilerservices.unsafe/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/net45/System.Runtime.CompilerServices.Unsafe.dll", "lib/net45/System.Runtime.CompilerServices.Unsafe.xml", "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.dll", "lib/netcoreapp2.0/System.Runtime.CompilerServices.Unsafe.xml", "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/net461/System.Runtime.CompilerServices.Unsafe.dll", "ref/net461/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", "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll", "ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.xml", "system.runtime.compilerservices.unsafe.5.0.0.nupkg.sha512", "system.runtime.compilerservices.unsafe.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "System.Threading.Tasks.Extensions/4.5.4": { "sha512": "zteT+G8xuGu6mS+mzDzYXbzS7rd3K6Fjb9RiZlYlJPam2/hU7JCBZBVEcywNuR+oZ1ncTvc/cq0faRr3P01OVg==", "type": "package", "path": "system.threading.tasks.extensions/4.5.4", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.Threading.Tasks.Extensions.dll", "lib/net461/System.Threading.Tasks.Extensions.xml", "lib/netcoreapp2.1/_._", "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll", "lib/netstandard1.0/System.Threading.Tasks.Extensions.xml", "lib/netstandard2.0/System.Threading.Tasks.Extensions.dll", "lib/netstandard2.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", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/netcoreapp2.1/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", "system.threading.tasks.extensions.4.5.4.nupkg.sha512", "system.threading.tasks.extensions.nuspec", "useSharedDesignerContext.txt", "version.txt" ] }, "System.ValueTuple/4.5.0": { "sha512": "okurQJO6NRE/apDIP23ajJ0hpiNmJ+f0BwOlB/cSqTLQlw5upkf+5+96+iG2Jw40G1fCVCyPz/FhIABUjMR+RQ==", "type": "package", "path": "system.valuetuple/4.5.0", "files": [ ".nupkg.metadata", ".signature.p7s", "LICENSE.TXT", "THIRD-PARTY-NOTICES.TXT", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net461/System.ValueTuple.dll", "lib/net461/System.ValueTuple.xml", "lib/net47/System.ValueTuple.dll", "lib/net47/System.ValueTuple.xml", "lib/netcoreapp2.0/_._", "lib/netstandard1.0/System.ValueTuple.dll", "lib/netstandard1.0/System.ValueTuple.xml", "lib/netstandard2.0/_._", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", "lib/portable-net40+sl4+win8+wp8/System.ValueTuple.xml", "lib/uap10.0.16299/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "lib/xamarintvos10/_._", "lib/xamarinwatchos10/_._", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net461/System.ValueTuple.dll", "ref/net47/System.ValueTuple.dll", "ref/netcoreapp2.0/_._", "ref/netstandard2.0/_._", "ref/portable-net40+sl4+win8+wp8/System.ValueTuple.dll", "ref/uap10.0.16299/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "ref/xamarintvos10/_._", "ref/xamarinwatchos10/_._", "system.valuetuple.4.5.0.nupkg.sha512", "system.valuetuple.nuspec", "useSharedDesignerContext.txt", "version.txt" ] } }, "projectFileDependencyGroups": { ".NETFramework,Version=v4.7.2": [ "DotNetty.Codecs >= 0.7.5", "DotNetty.Codecs.Http >= 0.7.5", "DotNetty.Common >= 0.7.5", "DotNetty.Transport.Libuv >= 0.7.5", "Newtonsoft.Json >= 13.0.3" ] }, "packageFolders": { "C:\\Users\\Administrator\\.nuget\\packages\\": {}, "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} }, "project": { "version": "1.0.0", "restore": { "projectUniqueName": "I:\\01-ProjectCode\\Pro_QD\\ZhuX\\Fine.OPCDaClient1027_vs2019\\WebServer.Netty\\WebServer.Netty.csproj", "projectName": "WebServer.Netty", "projectPath": "I:\\01-ProjectCode\\Pro_QD\\ZhuX\\Fine.OPCDaClient1027_vs2019\\WebServer.Netty\\WebServer.Netty.csproj", "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", "outputPath": "I:\\01-ProjectCode\\Pro_QD\\ZhuX\\Fine.OPCDaClient1027_vs2019\\WebServer.Netty\\obj\\", "projectStyle": "PackageReference", "crossTargeting": true, "fallbackFolders": [ "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" ], "configFilePaths": [ "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ "net472" ], "sources": { "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, "https://api.nuget.org/v3/index.json": {} }, "frameworks": { "net472": { "targetAlias": "net472", "projectReferences": {} } }, "warningProperties": { "warnAsError": [ "NU1605" ] } }, "frameworks": { "net472": { "targetAlias": "net472", "dependencies": { "DotNetty.Codecs": { "target": "Package", "version": "[0.7.5, )" }, "DotNetty.Codecs.Http": { "target": "Package", "version": "[0.7.5, )" }, "DotNetty.Common": { "target": "Package", "version": "[0.7.5, )" }, "DotNetty.Transport.Libuv": { "target": "Package", "version": "[0.7.5, )" }, "Newtonsoft.Json": { "target": "Package", "version": "[13.0.3, )" } }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.414\\RuntimeIdentifierGraph.json" } } } }