From c63d082356f39878a1e87402fc08edd433696e73 Mon Sep 17 00:00:00 2001 From: Anna Date: Fri, 19 Aug 2022 10:06:05 -0400 Subject: [PATCH] chore: update for api 7 and net6 --- ChatTwo/ChatTwo.csproj | 33 +- ChatTwo/packages.lock.json | 957 +++++++++++++++++++++++++++++++++++++ icon.png | Bin 14461 -> 0 bytes 3 files changed, 972 insertions(+), 18 deletions(-) create mode 100644 ChatTwo/packages.lock.json delete mode 100644 icon.png diff --git a/ChatTwo/ChatTwo.csproj b/ChatTwo/ChatTwo.csproj index d0822ee..38498fc 100755 --- a/ChatTwo/ChatTwo.csproj +++ b/ChatTwo/ChatTwo.csproj @@ -2,62 +2,63 @@ 1.17.2 - net5.0-windows + net6.0-windows enable enable true false true + true preview true full - $(AppData)\XIVLauncher\addon\Hooks\dev + $(AppData)\XIVLauncher\addon\Hooks\dev - $(DALAMUD_HOME) + $(DALAMUD_HOME) - $(HOME)/dalamud + $(HOME)/dalamud - $(Dalamud)\Dalamud.dll + $(DalamudLibPath)\Dalamud.dll false - $(Dalamud)\FFXIVClientStructs.dll + $(DalamudLibPath)\FFXIVClientStructs.dll false - $(Dalamud)\ImGui.NET.dll + $(DalamudLibPath)\ImGui.NET.dll false - $(Dalamud)\ImGuiScene.dll + $(DalamudLibPath)\ImGuiScene.dll false - $(Dalamud)\Lumina.dll + $(DalamudLibPath)\Lumina.dll false - $(Dalamud)\Lumina.Excel.dll + $(DalamudLibPath)\Lumina.Excel.dll false - - - + + + - + @@ -87,8 +88,4 @@ - - - - diff --git a/ChatTwo/packages.lock.json b/ChatTwo/packages.lock.json new file mode 100644 index 0000000..721504b --- /dev/null +++ b/ChatTwo/packages.lock.json @@ -0,0 +1,957 @@ +{ + "version": 1, + "dependencies": { + "net6.0-windows7.0": { + "DalamudPackager": { + "type": "Direct", + "requested": "[2.1.7, )", + "resolved": "2.1.7", + "contentHash": "jnZ/sdInyn07ycuWI+pPOtP/xE3v+c4+jYJfDt36FWnBF9NKqkpzfviJtPl/jGLgbaCmFIXu+Yid0N8GvdKefg==" + }, + "LiteDB": { + "type": "Direct", + "requested": "[5.0.12, )", + "resolved": "5.0.12", + "contentHash": "HaOjSIGS9BRm7dw42qcHd5NGYl5wdjsFB31pImt3QQNLKUNEmRAr7ADos5VsujwBc9c4otJgb+G6NA4MlzKyAw==" + }, + "Pidgin": { + "type": "Direct", + "requested": "[3.2.0, )", + "resolved": "3.2.0", + "contentHash": "pUm2B95hRRvcPO50mCMUST2B3/M6b99CUHaZOIpFJpnD2twgKea83ZqYyllvwxr64EIhch9o/xy02zfbisg1Kw==" + }, + "SharpDX.Direct2D1": { + "type": "Direct", + "requested": "[4.2.0, )", + "resolved": "4.2.0", + "contentHash": "Qs8LzDMaQf1u3KB8ArHu9pDv6itZ++QXs99a/bVAG+nKr0Hx5NG4mcN5vsfE0mVR2TkeHfeUm4PksRah6VUPtA==", + "dependencies": { + "NETStandard.Library": "1.6.1", + "SharpDX": "4.2.0", + "SharpDX.DXGI": "4.2.0" + } + }, + "XivCommon": { + "type": "Direct", + "requested": "[6.0.0, )", + "resolved": "6.0.0", + "contentHash": "8HwrC7mnkcaP+JxRoIIu9MqFElQRVL8HOr8EQ6Te+11zzvKoXTZZrZ7VWETF2CHfB+7c1v5wONZKqZJ2hETpjg==" + }, + "Microsoft.NETCore.Platforms": { + "type": "Transitive", + "resolved": "1.1.0", + "contentHash": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==" + }, + "Microsoft.NETCore.Targets": { + "type": "Transitive", + "resolved": "1.1.0", + "contentHash": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==" + }, + "Microsoft.Win32.Primitives": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "NETStandard.Library": { + "type": "Transitive", + "resolved": "1.6.1", + "contentHash": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "HdSSp5MnJSsg08KMfZThpuLPJpPwE5hBXvHwoKWosyHHfe8Mh5WKT0ylEOf6yNzX6Ngjxe4Whkafh5q7Ymac4Q==" + }, + "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "+yH1a49wJMy8Zt4yx5RhJrxO/DBDByAiCzNwiETI+1S4mPdCu0OY4djdciC7Vssk0l22wQaDLrXxXkp+3+7bVA==" + }, + "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "c3YNH1GQJbfIPJeCnr4avseugSqPrxwIqzthYyZDN6EuOyNOzq+y2KSUfRcXauya1sF4foESTgwM5e1A8arAKw==" + }, + "runtime.native.System": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.IO.Compression": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "INBPonS5QPEgn7naufQFXJEp3zX6L4bwHgJ/ZH78aBTpeNfQMtf7C6VrAFhlq2xxWBveIOWyFzQjJ8XzHMhdOQ==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Net.Http": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "ZVuZJqnnegJhd2k/PtAbbIcZ3aZeITq3sj06oKfMBSfphW3HDmk/t4ObvbOk/JA/swGR0LNqMksAh/f7gpTROg==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "runtime.native.System.Security.Cryptography.Apple": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "dependencies": { + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": "4.3.0" + } + }, + "runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "NS1U+700m4KFRHR5o4vo9DSlTmlCKu/u7dtE5sUHVIPB+xpXxYQvgBgA6wEIeCz6Yfn0Z52/72WYsToCEPJnrw==", + "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" + } + }, + "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "b3pthNgxxFcD+Pc0WSEoC0+md3MyhRS6aCEeenvNE3Fdw1HyJ18ZhRFVJJzIeR/O/jpxPboB805Ho0T3Ul7w8A==" + }, + "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "KeLz4HClKf+nFS7p/6Fi/CqyLXh81FpiGzcmuS8DGi9lUqSnZ6Es23/gv2O+1XVGfrbNmviF7CckBpavkBoIFQ==" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "kVXCuMTrTlxq4XOOMAysuNwsXWpYeboGddNGpIgNSZmv1b6r/s/DPk0fYMB7Q5Qo4bY68o48jt4T4y5BVecbCQ==" + }, + "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "X7IdhILzr4ROXd8mI1BUCQMSHSQwelUlBjF1JyTKCjXaOGn2fB4EKBxQbCK2VjO3WaWIdlXZL3W6TiIVnrhX4g==" + }, + "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "nyFNiCk/r+VOiIqreLix8yN+q3Wga9+SE8BCgkf+2BwEKiNx6DyvFjCgkfV743/grxv8jHJ8gUK4XEQw7yzRYg==" + }, + "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "ytoewC6wGorL7KoCAvRfsgoJPJbNq+64k2SqW6JcOAebWsFUvCCYgfzQMrnpvPiEl4OrblUlhF2ji+Q1+SVLrQ==" + }, + "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "I8bKw2I8k58Wx7fMKQJn2R8lamboCAiHfHeV/pS65ScKWMMI0+wJkLYlEKvgW1D/XvSl/221clBoR2q9QNNM7A==" + }, + "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "VB5cn/7OzUfzdnC8tqAIMQciVLiq2epm2NrAm1E9OjNRyG4lVhfR61SMcLizejzQP8R8Uf/0l5qOIbUEi+RdEg==" + }, + "SharpDX": { + "type": "Transitive", + "resolved": "4.2.0", + "contentHash": "3pv0LFMvfK/dv1qISJnn8xBeeT6R/FRvr0EV4KI2DGsL84Qlv6P7isWqxGyU0LCwlSVCJN3jgHJ4Bl0KI2PJww==", + "dependencies": { + "NETStandard.Library": "1.6.1" + } + }, + "SharpDX.DXGI": { + "type": "Transitive", + "resolved": "4.2.0", + "contentHash": "UjKqkgWc8U+SP+j3LBzFP6OB6Ntapjih7Xo+g1rLcsGbIb5KwewBrBChaUu7sil8rWoeVU/k0EJd3SMN4VqNZw==", + "dependencies": { + "NETStandard.Library": "1.6.1", + "SharpDX": "4.2.0" + } + }, + "System.AppContext": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Buffers": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "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" + } + }, + "System.Collections": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Collections.Concurrent": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "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" + } + }, + "System.Console": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" + } + }, + "System.Diagnostics.Debug": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.DiagnosticSource": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Diagnostics.Tools": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Diagnostics.Tracing": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Globalization": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Globalization.Calendars": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "GUlBtdOWT4LTV3I+9/PJW+56AnnChTaOqqTLFtdmype/L500M2LIyXgmtd9X2P2VOkmJd5c67H5SaC2QcL1bFA==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Globalization.Extensions": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "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" + } + }, + "System.IO": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "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" + } + }, + "System.IO.Compression": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "YHndyoiV90iu4iKG115ibkhrG+S3jBm8Ap9OwoUAzO5oPDAWcr0SFwQFm0HjM8WkEZWo0zvLTyLmbvTkW1bXgg==", + "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" + } + }, + "System.IO.Compression.ZipFile": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "dependencies": { + "System.Buffers": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "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.Text.Encoding": "4.3.0" + } + }, + "System.IO.FileSystem": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "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" + } + }, + "System.IO.FileSystem.Primitives": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Linq": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "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" + } + }, + "System.Linq.Expressions": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "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.Net.Http": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.DiagnosticSource": "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.IO.FileSystem": "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.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.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.Net.Http": "4.3.0", + "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" + } + }, + "System.Net.Primitives": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, + "System.Net.Sockets": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.ObjectModel": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Reflection": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "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" + } + }, + "System.Reflection.Emit": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "dependencies": { + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.ILGeneration": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Emit.Lightweight": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Extensions": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.Primitives": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Reflection.TypeExtensions": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.Resources.ResourceManager": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "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" + } + }, + "System.Runtime": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + } + }, + "System.Runtime.Extensions": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime.Handles": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Runtime.InteropServices": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "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" + } + }, + "System.Runtime.InteropServices.RuntimeInformation": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "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" + } + }, + "System.Runtime.Numerics": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "yMH+MfdzHjy17l2KESnPiF2dwq7T+xLnSJar7slyimAkUh/gTrS9/UQOtv7xarskJ2/XDSNvfLGOBQPjL7PaHQ==", + "dependencies": { + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" + } + }, + "System.Security.Cryptography.Algorithms": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "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" + } + }, + "System.Security.Cryptography.Cng": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "03idZOqFlsKRL4W+LuCpJ6dBYDUWReug6lZjBa3uJWnk5sPCUXckocevTaUA8iT/MFSrY/2HXkOt753xQ/cf8g==", + "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" + } + }, + "System.Security.Cryptography.Csp": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "X4s/FCkEUnRGnwR3aSfVIkldBmtURMhmexALNTwpjklzxWU7yjMk7GHLKOZTNkgnWnE0q7+BCf9N2LVRWxewaA==", + "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" + } + }, + "System.Security.Cryptography.Encoding": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "1DEWjZZly9ae9C79vFwqaO5kaOlI5q+3/55ohmq/7dpDyDfc8lYe7YVxJUZ5MF/NtbkRjwFRo14yM4OEo9EmDw==", + "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" + } + }, + "System.Security.Cryptography.OpenSsl": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "h4CEgOgv5PKVF/HwaHzJRiVboL2THYCou97zpmhjghx5frc7fIvlkY1jL+lnIQyChrJDMNEXS6r7byGif8Cy4w==", + "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" + } + }, + "System.Security.Cryptography.Primitives": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "7bDIyVFNL/xKeFHjhobUAQqSpJq9YTOpbEs6mR233Et01STBMXNAc/V+BM6dwYGc95gVh/Zf+iVXWzj3mE8DWg==", + "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" + } + }, + "System.Security.Cryptography.X509Certificates": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "t2Tmu6Y2NtJ2um0RtcuhP7ZdNNxXEgUm2JeoA/0NvlMjAhKCnM1NX07TDl3244mVp3QU6LPEhT3HTtH1uF7IYw==", + "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" + } + }, + "System.Text.Encoding": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Text.Encoding.Extensions": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "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.Text.RegularExpressions": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "dependencies": { + "System.Runtime": "4.3.0" + } + }, + "System.Threading": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "dependencies": { + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.Tasks": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Threading.Tasks.Extensions": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "npvJkVKl5rKXrtl1Kkm6OhOUaYGEiF9wFbppFRWSMoApKzt2PiPHT2Bb8a5sAWxprvdOAtvaARS9QYMznEUtug==", + "dependencies": { + "System.Collections": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, + "System.Threading.Timer": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Xml.ReaderWriter": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "dependencies": { + "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.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Tasks.Extensions": "4.3.0" + } + }, + "System.Xml.XDocument": { + "type": "Transitive", + "resolved": "4.3.0", + "contentHash": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Globalization": "4.3.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.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0" + } + } + } + } +} \ No newline at end of file diff --git a/icon.png b/icon.png deleted file mode 100644 index 539f99e97f767ea6c0ac35626f8d4f48e1d66c7f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14461 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