From 1f500531a60895b6ed8eb23b0548ee0135a34b26 Mon Sep 17 00:00:00 2001 From: Angelo Conconi Date: Fri, 17 May 2024 09:46:56 +0200 Subject: [PATCH] Beitrag Luca --- .vs/Assessment/DesignTimeBuild/.dtbcache.v2 | Bin 0 -> 140374 bytes ...19eb086d-6e7c-41fb-ac72-cdf94c904193.vsidx | Bin 0 -> 12300 bytes ...69559e50-a013-41e0-8799-3ef5a919b9e8.vsidx | Bin 0 -> 6283 bytes ...acea27cc-5129-4966-9f46-0be8001d8b82.vsidx | Bin 0 -> 3960 bytes ...df49dd87-0fd8-4ca1-86e2-f351a1a72ed0.vsidx | Bin 0 -> 5712 bytes ...e2951285-dad7-4e80-8694-9b68f6fafa5c.vsidx | Bin 0 -> 8013 bytes .vs/Assessment/v17/.suo | Bin 26112 -> 70656 bytes .vs/Assessment/v17/TestStore/0/000.testlog | Bin 0 -> 58185 bytes .../v17/TestStore/0/testlog.manifest | Bin 0 -> 24 bytes .vs/LeuchterSchnuppertag/v17/.wsuo | Bin 0 -> 11264 bytes Assessment.sln | 8 +- Assessment/Assessment.csproj | 6 +- .../Contollers/TimelogTypesContoller.cs | 56 + Assessment/Models/TimelogTypeAPI.cs | 14 + Assessment/Program.cs | 5 +- Assessment/bin/Debug/net6.0/Assessment.dll | Bin 6656 -> 11264 bytes Assessment/bin/Debug/net6.0/Assessment.exe | Bin 147968 -> 149504 bytes Assessment/bin/Debug/net6.0/Assessment.pdb | Bin 19804 -> 20856 bytes .../obj/Assessment.csproj.nuget.dgspec.json | 102 +- .../obj/Assessment.csproj.nuget.g.props | 9 +- ....GeneratedMSBuildEditorConfig.editorconfig | 5 +- .../obj/Debug/net6.0/Assessment.assets.cache | Bin 2127 -> 71996 bytes .../Assessment.csproj.AssemblyReference.cache | Bin 176757 -> 13518 bytes .../Assessment.csproj.CoreCompileInputs.cache | 2 +- .../Assessment.csproj.FileListAbsolute.txt | 32 + Assessment/obj/Debug/net6.0/Assessment.dll | Bin 6656 -> 11264 bytes .../net6.0/Assessment.genruntimeconfig.cache | 2 +- Assessment/obj/Debug/net6.0/Assessment.pdb | Bin 19804 -> 20856 bytes Assessment/obj/Debug/net6.0/apphost.exe | Bin 147968 -> 149504 bytes .../obj/Debug/net6.0/ref/Assessment.dll | Bin 5632 -> 7168 bytes .../obj/Debug/net6.0/refint/Assessment.dll | Bin 5632 -> 7168 bytes .../msbuild.build.Assessment.props | 3 + ...build.buildMultiTargeting.Assessment.props | 3 + .../msbuild.buildTransitive.Assessment.props | 3 + Assessment/obj/project.assets.json | 5642 ++++++++++++++++- Assessment/obj/project.nuget.cache | 103 +- TimelogTypesControllerTests/GlobalUsings.cs | 1 + .../TimelogTypesControllerTests.cs | 23 + TimelogTypesControllerTests/UnitTest.csproj | 25 + ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 + ...imelogTypesControllerTests.AssemblyInfo.cs | 23 + ...esControllerTests.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 11 + ...elogTypesControllerTests.GlobalUsings.g.cs | 8 + .../TimelogTypesControllerTests.assets.cache | Bin 0 -> 69526 bytes ...rollerTests.csproj.AssemblyReference.cache | Bin 0 -> 11074 bytes .../obj/Debug/net6.0/UnitTest.AssemblyInfo.cs | 23 + .../net6.0/UnitTest.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 11 + .../Debug/net6.0/UnitTest.GlobalUsings.g.cs | 8 + .../obj/Debug/net6.0/UnitTest.assets.cache | Bin 0 -> 69526 bytes .../UnitTest.csproj.AssemblyReference.cache | Bin 0 -> 11074 bytes .../UnitTest.csproj.CoreCompileInputs.cache | 1 + .../UnitTest.csproj.FileListAbsolute.txt | 5 + ...esControllerTests.csproj.nuget.dgspec.json | 85 + ...gTypesControllerTests.csproj.nuget.g.props | 25 + ...ypesControllerTests.csproj.nuget.g.targets | 9 + .../obj/UnitTest.csproj.nuget.dgspec.json | 85 + .../obj/UnitTest.csproj.nuget.g.props | 25 + .../obj/UnitTest.csproj.nuget.g.targets | 9 + .../obj/project.assets.json | 5599 ++++++++++++++++ .../obj/project.nuget.cache | 98 + UniTest/GlobalUsings.cs | 1 + UniTest/UnitTest.cs | 22 + UniTest/UnitTest.csproj | 25 + ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 + .../obj/Debug/net6.0/UniTest.AssemblyInfo.cs | 23 + .../net6.0/UniTest.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 11 + .../Debug/net6.0/UniTest.GlobalUsings.g.cs | 8 + UniTest/obj/Debug/net6.0/UniTest.assets.cache | Bin 0 -> 69526 bytes .../UniTest.csproj.AssemblyReference.cache | Bin 0 -> 11074 bytes .../obj/Debug/net6.0/UnitTest.AssemblyInfo.cs | 23 + .../net6.0/UnitTest.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 11 + .../Debug/net6.0/UnitTest.GlobalUsings.g.cs | 8 + .../obj/Debug/net6.0/UnitTest.assets.cache | Bin 0 -> 69526 bytes .../UnitTest.csproj.AssemblyReference.cache | Bin 0 -> 11074 bytes .../UnitTest.csproj.CoreCompileInputs.cache | 1 + .../UnitTest.csproj.FileListAbsolute.txt | 5 + UniTest/obj/UniTest.csproj.nuget.dgspec.json | 85 + UniTest/obj/UniTest.csproj.nuget.g.props | 25 + UniTest/obj/UniTest.csproj.nuget.g.targets | 9 + UniTest/obj/UnitTest.csproj.nuget.dgspec.json | 85 + UniTest/obj/UnitTest.csproj.nuget.g.props | 25 + UniTest/obj/UnitTest.csproj.nuget.g.targets | 9 + UniTest/obj/project.assets.json | 5599 ++++++++++++++++ UniTest/obj/project.nuget.cache | 98 + UnitTest/GlobalUsings.cs | 1 + UnitTest/UnitTest.cs | 28 + UnitTest/UnitTest.csproj | 20 + ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 + .../obj/Debug/net6.0/UnitTest.AssemblyInfo.cs | 23 + .../net6.0/UnitTest.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 11 + .../Debug/net6.0/UnitTest.GlobalUsings.g.cs | 8 + .../obj/Debug/net6.0/UnitTest.assets.cache | Bin 0 -> 31925 bytes .../UnitTest.csproj.AssemblyReference.cache | Bin 0 -> 9368 bytes .../obj/UnitTest.csproj.nuget.dgspec.json | 85 + UnitTest/obj/UnitTest.csproj.nuget.g.props | 25 + UnitTest/obj/UnitTest.csproj.nuget.g.targets | 9 + UnitTest/obj/project.assets.json | 1069 ++++ UnitTest/obj/project.nuget.cache | 22 + 103 files changed, 19327 insertions(+), 133 deletions(-) create mode 100644 .vs/Assessment/DesignTimeBuild/.dtbcache.v2 create mode 100644 .vs/Assessment/FileContentIndex/19eb086d-6e7c-41fb-ac72-cdf94c904193.vsidx create mode 100644 .vs/Assessment/FileContentIndex/69559e50-a013-41e0-8799-3ef5a919b9e8.vsidx create mode 100644 .vs/Assessment/FileContentIndex/acea27cc-5129-4966-9f46-0be8001d8b82.vsidx create mode 100644 .vs/Assessment/FileContentIndex/df49dd87-0fd8-4ca1-86e2-f351a1a72ed0.vsidx create mode 100644 .vs/Assessment/FileContentIndex/e2951285-dad7-4e80-8694-9b68f6fafa5c.vsidx create mode 100644 .vs/Assessment/v17/TestStore/0/000.testlog create mode 100644 .vs/Assessment/v17/TestStore/0/testlog.manifest create mode 100644 .vs/LeuchterSchnuppertag/v17/.wsuo create mode 100644 Assessment/Contollers/TimelogTypesContoller.cs create mode 100644 Assessment/Models/TimelogTypeAPI.cs create mode 100644 Assessment/obj/Debug/net6.0/staticwebassets/msbuild.build.Assessment.props create mode 100644 Assessment/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Assessment.props create mode 100644 Assessment/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Assessment.props create mode 100644 TimelogTypesControllerTests/GlobalUsings.cs create mode 100644 TimelogTypesControllerTests/TimelogTypesControllerTests.cs create mode 100644 TimelogTypesControllerTests/UnitTest.csproj create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.AssemblyInfo.cs create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.AssemblyInfoInputs.cache create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.GlobalUsings.g.cs create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.assets.cache create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.csproj.AssemblyReference.cache create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.AssemblyInfo.cs create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.assets.cache create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.csproj.AssemblyReference.cache create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.csproj.CoreCompileInputs.cache create mode 100644 TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.csproj.FileListAbsolute.txt create mode 100644 TimelogTypesControllerTests/obj/TimelogTypesControllerTests.csproj.nuget.dgspec.json create mode 100644 TimelogTypesControllerTests/obj/TimelogTypesControllerTests.csproj.nuget.g.props create mode 100644 TimelogTypesControllerTests/obj/TimelogTypesControllerTests.csproj.nuget.g.targets create mode 100644 TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.dgspec.json create mode 100644 TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.g.props create mode 100644 TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.g.targets create mode 100644 TimelogTypesControllerTests/obj/project.assets.json create mode 100644 TimelogTypesControllerTests/obj/project.nuget.cache create mode 100644 UniTest/GlobalUsings.cs create mode 100644 UniTest/UnitTest.cs create mode 100644 UniTest/UnitTest.csproj create mode 100644 UniTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 UniTest/obj/Debug/net6.0/UniTest.AssemblyInfo.cs create mode 100644 UniTest/obj/Debug/net6.0/UniTest.AssemblyInfoInputs.cache create mode 100644 UniTest/obj/Debug/net6.0/UniTest.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 UniTest/obj/Debug/net6.0/UniTest.GlobalUsings.g.cs create mode 100644 UniTest/obj/Debug/net6.0/UniTest.assets.cache create mode 100644 UniTest/obj/Debug/net6.0/UniTest.csproj.AssemblyReference.cache create mode 100644 UniTest/obj/Debug/net6.0/UnitTest.AssemblyInfo.cs create mode 100644 UniTest/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache create mode 100644 UniTest/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 UniTest/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs create mode 100644 UniTest/obj/Debug/net6.0/UnitTest.assets.cache create mode 100644 UniTest/obj/Debug/net6.0/UnitTest.csproj.AssemblyReference.cache create mode 100644 UniTest/obj/Debug/net6.0/UnitTest.csproj.CoreCompileInputs.cache create mode 100644 UniTest/obj/Debug/net6.0/UnitTest.csproj.FileListAbsolute.txt create mode 100644 UniTest/obj/UniTest.csproj.nuget.dgspec.json create mode 100644 UniTest/obj/UniTest.csproj.nuget.g.props create mode 100644 UniTest/obj/UniTest.csproj.nuget.g.targets create mode 100644 UniTest/obj/UnitTest.csproj.nuget.dgspec.json create mode 100644 UniTest/obj/UnitTest.csproj.nuget.g.props create mode 100644 UniTest/obj/UnitTest.csproj.nuget.g.targets create mode 100644 UniTest/obj/project.assets.json create mode 100644 UniTest/obj/project.nuget.cache create mode 100644 UnitTest/GlobalUsings.cs create mode 100644 UnitTest/UnitTest.cs create mode 100644 UnitTest/UnitTest.csproj create mode 100644 UnitTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 UnitTest/obj/Debug/net6.0/UnitTest.AssemblyInfo.cs create mode 100644 UnitTest/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache create mode 100644 UnitTest/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 UnitTest/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs create mode 100644 UnitTest/obj/Debug/net6.0/UnitTest.assets.cache create mode 100644 UnitTest/obj/Debug/net6.0/UnitTest.csproj.AssemblyReference.cache create mode 100644 UnitTest/obj/UnitTest.csproj.nuget.dgspec.json create mode 100644 UnitTest/obj/UnitTest.csproj.nuget.g.props create mode 100644 UnitTest/obj/UnitTest.csproj.nuget.g.targets create mode 100644 UnitTest/obj/project.assets.json create mode 100644 UnitTest/obj/project.nuget.cache diff --git a/.vs/Assessment/DesignTimeBuild/.dtbcache.v2 b/.vs/Assessment/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000000000000000000000000000000000000..23c4c10b5478c6d18331658632f208540db29835 GIT binary patch literal 140374 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 CIz~wV literal 0 HcmV?d00001 diff --git a/.vs/Assessment/FileContentIndex/19eb086d-6e7c-41fb-ac72-cdf94c904193.vsidx b/.vs/Assessment/FileContentIndex/19eb086d-6e7c-41fb-ac72-cdf94c904193.vsidx new file mode 100644 index 0000000000000000000000000000000000000000..7ee7a3b96ddf3d14e6c9a14a271919f2ce78d9f4 GIT binary patch literal 12300 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

I13@ZDF4yRTO# z+jHUb(-OHBQ@#y{EvLQvO=x+p%)W0_^@mGdrioUaWyB$7Yqdo_ycpL^s BNVfn0 literal 0 HcmV?d00001 diff --git a/.vs/Assessment/FileContentIndex/acea27cc-5129-4966-9f46-0be8001d8b82.vsidx b/.vs/Assessment/FileContentIndex/acea27cc-5129-4966-9f46-0be8001d8b82.vsidx new file mode 100644 index 0000000000000000000000000000000000000000..feefbf4d641dd3107ccb1ca7bcb8472bd560724c GIT binary patch literal 3960 zcmb`JeTYYIk;>xnrx2`LT}f=DNG>>=s6W zQj|qRQ4&!|6cs^6MHCTH5)n}n5z!ZwMMM-K{Sguo^*rZ1vtBU@s+qm#ci;1#_k7-& z*=%dutjP@_nGx)DBy!#eWG}CjYt@ljWnip#%hpQQV6}Cm|AuO%wOZRbIy7AAsE+ma zjaElWy?ujY!^72)(JebFN&l|uz|f9l_i(kA9U2@R85$Uj zDC3{p%v7WkZjXN5_xwRL`EcxNA__C(FeM68<8WIP8sZQ|VM-h(L?Md9o`^TTbO~c< z_Qv6jztX2I3vrkW_YHK|5{FrFxYGY3-pq_bDGqnmBQA==1ND24>zQ~~+{M{?N*?9X zIP8ytA9T%zI2^Ww(^YtNX`huiOo~FcRqf@tJv52;p`K?PheP$OPR@|Ku&md}=zg$% zJY51aggy$MSwryYW4q#ThFN-1>0Y&k z7`Hn=9x>H7KXp7rD(&N2CyviOdy~@>>9$yYs>PD`xSoUCyT)y%jz5GJG#xH&=6ct3 zN1+&psZp42WA&|cdtKuho)(A6^?`a%aNL8UX=%6a+-t!W3Q3UCcvh*Nuu&LU6w*(N z_urkgqzd;~>9(Jou%E)`WnVodPeZ5b!}a{Vhjg-SqJOBTI6?zhzb5E@l1Llwoq`K) z!!)f=75RI>{aNB{agK-&w(XxKo+F+oULam5UJNqMeDM--0mwKD#l>Qym=TwVOT}g4 za&ZMn|CedqB(4-!iOphG%z-?&TI+W4DzQT>h}~jQOvJTfkGNi}fb_pnyjJ?n;#P5+ zxLxcMuLF60r`Ef~A?b(3>%|d~zpm`-n8+V=u6N_2zniqa8RWCE2N(5wanbHpT>Npk z9T)X?i2Fe9-zDBH-Xq=%(*8cJ?-%!r4~h?o4}-LSMC$|MqvB&A_aE2#3GpfMX^{CJ z#6`PjaWTK=#23UD#g{s;;Z6o;_Koe@lEk9@on)P@m=w-_`djo_@Vfb__6q@ z___E6$o#(4`iS_A_^tSz_`Uc8$a6nx{gZf9{264Qe$o1v_^bGv_`CQANPiUUX9LJ} zto1|@U#7N?uV3Rd5PxC1)~9JbL&UGX*`2QSY^~>rbEQ91>$Amk#q-5^;zirn!bQ@&7p{Qb1326V*4%Trv+yiqaDnKt6`ai zp1!(5!DJCKfgj4e$&I1aa%{CcTcK^mI}e+jWz8JxCvw`MO%9&BAUm<2gLm4jL7q8e z#%hbEFCs(UbGL+el-(w&FGNP*grtwW^)rvm>8pU;DS0ZvyeJdvU>-485BpexWHp=_JIfOt zreiNSgD%U7Q{c?JI~^9uWx?)CCKH_IR12`X29jA7EHblc!aY02oH8bh7Ngnf%vq!a zl9hE?7Mw9Pd^WnRSM2mc>tEJn-lR`p6Yk5%nKR?_#OIVVYlCctry|Z~O_oe1kgU3h zJ!%-!pF&D@rG%V0>5NIAcNet2$92g%=G8L`e}a9d6TAMDBxYHL{}Sd(EuU#hPCgUX znq8~OPLqC;6XR3B8FH6%rlbw?FhL$cyB^2j4H zEh&qT?7csoJ!VT^Ic2=w&TX(~md`H#lkgY68uu@<&4 literal 0 HcmV?d00001 diff --git a/.vs/Assessment/FileContentIndex/df49dd87-0fd8-4ca1-86e2-f351a1a72ed0.vsidx b/.vs/Assessment/FileContentIndex/df49dd87-0fd8-4ca1-86e2-f351a1a72ed0.vsidx new file mode 100644 index 0000000000000000000000000000000000000000..d19aca7afe82e612bc8ebf65e0d10e310eab1750 GIT binary patch literal 5712 zcmbtXZH!!H6+ZXUQnVti7K0FV5zwu|rUs&7$##d`>2~Pu%yi~1o5iWy(vIzF+g*2d z(Hf%DS`<;FNDC4RtijY$Dq^5wP!L5zhzfoLKdMm_4GA$(5)-3q)aN=n5%9+4*2<-(UImZY{QvFlTNTVg|rElVv; zY?0AUS7Pmy^t9CG66?;_3niyP$Ccp}YdGDLtI<(xL?rI<;>4adTbx>Zfz1mNtC?M7 zj592QroIJ!4<`00kA#mrqcp-ZJK!I9UxvMADZ6vcs~J}(-=hP$>qjYm*pU!pjWdm?O5YHFg-PbgE4$U6Z+K$?cBu9TF`=)-Sc9x5!)#Sj{Mge~*AQ?P9hPo?vip^xqDTnAA> z?c}IH-^Ym?JxwT}jGaiJ3`qBagZ54CkqdZNfDAsGOJB zngx$K*>ze2UvZofvn;ryE{_cbkJusr=s>1%&NR zJABs>KSU?z2YWp!2I=)-K_Yjb;mDoYvqT10}L>QqW z03^N!tXFJbVsm+d@L0_o)Ylmy1n(mn7TO;3fy6!;Q5`~W`6n?}S$suU z6>bpX1?2wf!VJi`t`t8iehf%^4aqkO-y<9sZW3+=Qh%#(o8;St6T9~OVD@FT*uaIbJ5knwy%h^p8(R%lftKf^!t7BPXoE{8Q~8l|1pqy&r1GN$$u_9 zA^9(X)cdvM&k27Aq}}I*zXww91>uW8#`Q<>e*#kf&%&1^|BLXiKXHw(M<{4L_&D*hrM{o&2yh&P$d_(+3@#DhH zl3y);tMI)*<})GO0mR34g0SC{l241D0peq`l7C42Zt>R&KPq_}NIQGQe@y&!K>EF2 z{0+iS3qJ$I$8HjTv+x$l4~V~2{B7cI2h#2#$?uT-F7b21FGzm3_%8yv?@Qv32=4(h z{(HqA6MvuZe#yTo{sAF=U--U`!Y>Gd#TvQc_y$b=$p;1-l$O z3b0mmnt=}cx(pfpje%CNi(acv>!7sBok2@jk05GVsep#X3XoCKQU!7LNmO;6rWb1s*p0X~i zCasWea9VfDp0HD#p_0>BQ=Vb^NI7AQyo6tJ1;ob*WvA<)>i0ek`4k2%`?}_|?sOECmO14Eu+5p}lris^CVFS5GpD1VgYXjd zV`h|BoNjPA`&dRMlrvLOS{OlOq_jVRFV90acJc(!cg)RYShGvahm>>3>1T$tN=i9r zmvlWSr4c~|mNU!_?*N{#exIY5?viGTC$JZ5=2V3R%13bOIIk-~d*GR~LJ6xuPjOc2 zzGgP87-`w*m7wd9JF}z?<0Xyt2-fTiXPtIr6!isSn-D0m;MN&#wmHa$Yi>JEklvNv3pN1gi zeZ~rQgEAV%O*vqIg;N-D>^b=>V<|i-%<*f1UsQFy3bbm#!MP^sQ kV#(f(y+u%FHtw0SM*Kft{4D~Up*4Sz@h@Excvuhq4OsY9I{*Lx literal 0 HcmV?d00001 diff --git a/.vs/Assessment/FileContentIndex/e2951285-dad7-4e80-8694-9b68f6fafa5c.vsidx b/.vs/Assessment/FileContentIndex/e2951285-dad7-4e80-8694-9b68f6fafa5c.vsidx new file mode 100644 index 0000000000000000000000000000000000000000..7b64e8360bd55f37232f0298755fd862f34c5039 GIT binary patch literal 8013 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 delta 3653 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 + net6.0 @@ -14,4 +14,8 @@ + + + + diff --git a/Assessment/Contollers/TimelogTypesContoller.cs b/Assessment/Contollers/TimelogTypesContoller.cs new file mode 100644 index 0000000..708b348 --- /dev/null +++ b/Assessment/Contollers/TimelogTypesContoller.cs @@ -0,0 +1,56 @@ +using Microsoft.AspNetCore.Mvc; +using Assessment.Models; + +namespace Assessment.Controllers +{ + // Controller für die Verwaltung von TimelogType. + [Route("/timelogtypes")] + [ApiController] + public class TimelogTypesController : ControllerBase + { + private static readonly List TimelogTypes = new List + { + // Statische Liste von TimelogType als Beispieldaten. + new TimelogTypeAPI { TimelogTypeId = 1, TimelogType = "Hausaufgaben", Budget = 60 }, + new TimelogTypeAPI { TimelogTypeId = 2, TimelogType = "Lernen", Budget = 120 }, + new TimelogTypeAPI { TimelogTypeId = 3, TimelogType = "Pause", Budget = 30 } + }; + + // Ruft alle TimelogTypes ab. + [HttpGet] + public IEnumerable GetTimelogTypes() + { + return TimelogTypes; + } + + // Ruft einen spezifischen TimelogType anhand seiner ID ab. + [HttpGet("{timelogTypeId}")] + public ActionResult GetTimelogType(int timelogTypeId) + { + var timelogType = TimelogTypes.FirstOrDefault(t => t.TimelogTypeId == timelogTypeId); + if (timelogType == null) + { + return NotFound(); + } + return timelogType; + } + + // Erstellt einen neuen TimelogType. + [HttpPut] + public ActionResult CreateTimelogType([FromBody] TimelogTypeAPI newTimelogType) + { + if (newTimelogType == null) + { + return BadRequest(); + } + + // Setze eine neue ID für den TimelogType. + int newId = TimelogTypes.Any() ? TimelogTypes.Max(t => t.TimelogTypeId) + 1 : 1; + newTimelogType.TimelogTypeId = newId; + + TimelogTypes.Add(newTimelogType); + return CreatedAtAction(nameof(GetTimelogType), new { timelogTypeId = newTimelogType.TimelogTypeId }, newTimelogType); + } + } +} + diff --git a/Assessment/Models/TimelogTypeAPI.cs b/Assessment/Models/TimelogTypeAPI.cs new file mode 100644 index 0000000..d6b11f7 --- /dev/null +++ b/Assessment/Models/TimelogTypeAPI.cs @@ -0,0 +1,14 @@ +namespace Assessment.Models +{ + public class TimelogTypeAPI + { + // Ruft die eindeutige ID für den TimelogType ab oder legt sie fest. + public int TimelogTypeId { get; set; } + + // Ruft den Namen des TimelogType ab oder legt ihn fest. + public string TimelogType { get; set; } + + // Ruft das Budget (die Menge an Zeit) für den TimelogType ab oder legt es fest. + public float Budget { get; set; } + } +} diff --git a/Assessment/Program.cs b/Assessment/Program.cs index 48863a6..93cf2c3 100644 --- a/Assessment/Program.cs +++ b/Assessment/Program.cs @@ -13,7 +13,10 @@ if (app.Environment.IsDevelopment()) { app.UseSwagger(); - app.UseSwaggerUI(); + app.UseSwaggerUI(options => // UseSwaggerUI is called only in Development. + { + options.SwaggerEndpoint("/swagger/v1/swagger.json", "v1"); + }); } app.UseHttpsRedirection(); diff --git a/Assessment/bin/Debug/net6.0/Assessment.dll b/Assessment/bin/Debug/net6.0/Assessment.dll index 4aff3448380d57b23fcc9180c53855fad3723bc2..f404e9a26d9d02fb5f26010b912bf421ec2e8cbd 100644 GIT binary patch literal 11264 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 AH2?qr delta 1970 zcmZuydu&rx82_Dn+uN?2WxZ|p=mvD%+`0i}Y`_@Lm9dNobJKxwfMMNMMs;gP+leDU zrzBu7kd+e&FaMCB3E~57LNXFf9MOct7Z4Hf5!B#6{2?Z25SHk7PKyHBmwdnPdA@Vb zcg{U`-$f3Aw$>UK{l%fa>-#%J8Nc>bQ3oa3viQA00Rj@_a#P>7k$?2 zKA=sw8-QM8vc#U#1>}%DF$-A3OO%IG68brCAN6X~a4|!=`6-kwz1s zfd9liZikqkXeF@%Bd)lCvc~{MHnGMpc&ZcjY6a1>!=`vCYO!b$D+w=6WGT<+w5$8N z!)r?$I*Dvk#7@HNAjmP#)M0XXogz#!Pe_=&`O@|lq(xym8gY?CmB*}ji=@VDwZ{{q zDp0zUwoLMviS&+mG!*WO(fV*GJKeF;wH-J{x@dH1^V*gbB;O_bCE8Ny^8QG-NG75_ zux6)%EMeSbwV?HgotLF!vQNUM>1CTqPsjw(U?8Z7plI$3tk0m~vc%8OY?y*QbaEPQ z;WpFoF`G~{td^K1v0UP760c%HvET%|plNsqqRu^SyJE!=wO+L%rPQlBtm-8t4@V7` zl!OJ(km160GN$1yp+@W9PWl0Dm*PRG$*PniWt>5%n`S6g*kPz zJT-V(E5dvnBz+;)6IxIs@ib*F#h|)UTocd{5;3{$T*MRPte0lHTLhA%pCbNBTDuGU zw0<#;;h-T4eglJzP(vZ11(k%km?N=XqF-W*#HS>7N(@L05o&lD-Re{fW1XQ4i6l~5 zCEi4(p&BRgmQqK7Zmggr#ngiHs53o@tN2@8gFmns0WemghLOd_l`w2-{k`ZIj>UrmzNd%6@z6k! zM~d_Kaos&-U@+7lj5Y_u!Dt{J?Byl)X}sT_&kxuO`8j(xU+k#oyB&r6wxfeMp+PqC-4*qlA87a@@`}m#wHZ>6KOC2h3G5%%Y*Zc$59R81MnoMXcavIyZ zpAYu%?~2-`XMOSfbi2ZbhWTH&KW*B-*S_zj@yHbz+>Du3H<*zWn@yNjlS$Q==zjW~ znZ9JI)!>HSB=pv_XwsW3ijC#+k4ilCxH~p`V*Z`B zQ#amdK4r?jCej)gZiog4Be4yu{mrvFnr5~42ZsBik)d$!27fFTjKv0m;W#h$)YfE1 zZ@ifqEf&#s@x~XI_m>|$Vjj*hXMST;6ds|wlO=hIV>UnR@$zxc58PT7V-2ZS%6?T? YV`@{yQ6i_@% diff --git a/Assessment/bin/Debug/net6.0/Assessment.exe b/Assessment/bin/Debug/net6.0/Assessment.exe index bc8a6525fc433526db8f2f522a216eff59e9864d..ad34c75713f05e7a09cb969eec1fefca9ca613e8 100644 GIT binary patch delta 49348 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⁡ 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 delta 48028 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 VJPYu0DzF$-+7O*3@S>%;;D70}PNx6> literal 19804 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 diff --git a/Assessment/obj/Assessment.csproj.nuget.dgspec.json b/Assessment/obj/Assessment.csproj.nuget.dgspec.json index 498242f..4a154c0 100644 --- a/Assessment/obj/Assessment.csproj.nuget.dgspec.json +++ b/Assessment/obj/Assessment.csproj.nuget.dgspec.json @@ -1,20 +1,20 @@ { "format": 1, "restore": { - "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\Assessment.csproj": {} + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\Assessment.csproj": {} }, "projects": { - "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\Assessment.csproj": { + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\Assessment.csproj": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\Assessment.csproj", + "projectUniqueName": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\Assessment.csproj", "projectName": "Assessment", - "projectPath": "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\Assessment.csproj", - "packagesPath": "C:\\Users\\anco\\.nuget\\packages\\", - "outputPath": "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\obj\\", + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\Assessment.csproj", + "packagesPath": "C:\\Users\\lucab\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ - "C:\\Users\\anco\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\lucab\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -27,7 +27,11 @@ "frameworks": { "net6.0": { "targetAlias": "net6.0", - "projectReferences": {} + "projectReferences": { + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj": { + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj" + } + } } }, "warningProperties": { @@ -51,7 +55,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -63,7 +68,84 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.305\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" + } + } + }, + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj", + "projectName": "UnitTest", + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj", + "packagesPath": "C:\\Users\\lucab\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lucab\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.5.0, )" + }, + "coverlet.collector": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[3.2.0, )" + }, + "xunit": { + "target": "Package", + "version": "[2.4.2, )" + }, + "xunit.runner.visualstudio": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.4.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" } } } diff --git a/Assessment/obj/Assessment.csproj.nuget.g.props b/Assessment/obj/Assessment.csproj.nuget.g.props index 3275cff..5e066fd 100644 --- a/Assessment/obj/Assessment.csproj.nuget.g.props +++ b/Assessment/obj/Assessment.csproj.nuget.g.props @@ -5,18 +5,19 @@ NuGet $(MSBuildThisFileDirectory)project.assets.json $(UserProfile)\.nuget\packages\ - C:\Users\anco\.nuget\packages\ + C:\Users\lucab\.nuget\packages\ PackageReference - 6.2.0 + 6.7.0 - + - C:\Users\anco\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0 + C:\Users\lucab\.nuget\packages\xunit.analyzers\1.0.0 + C:\Users\lucab\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0 \ No newline at end of file diff --git a/Assessment/obj/Debug/net6.0/Assessment.GeneratedMSBuildEditorConfig.editorconfig b/Assessment/obj/Debug/net6.0/Assessment.GeneratedMSBuildEditorConfig.editorconfig index 862c68a..4387737 100644 --- a/Assessment/obj/Debug/net6.0/Assessment.GeneratedMSBuildEditorConfig.editorconfig +++ b/Assessment/obj/Debug/net6.0/Assessment.GeneratedMSBuildEditorConfig.editorconfig @@ -5,12 +5,13 @@ build_property.UsingMicrosoftNETSdkWeb = true build_property.ProjectTypeGuids = build_property.InvariantGlobalization = build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = build_property._SupportedPlatformList = Linux,macOS,Windows build_property.RootNamespace = Assessment build_property.RootNamespace = Assessment -build_property.ProjectDir = C:\repos\LAG-SE-Playground\Assessment\Assessment\ +build_property.ProjectDir = C:\Users\lucab\OneDrive\Desktop\LeuchterSchnuppertag\Assessment\ build_property.RazorLangVersion = 6.0 build_property.SupportLocalizedComponentNames = build_property.GenerateRazorMetadataSourceChecksumAttributes = -build_property.MSBuildProjectDirectory = C:\repos\LAG-SE-Playground\Assessment\Assessment +build_property.MSBuildProjectDirectory = C:\Users\lucab\OneDrive\Desktop\LeuchterSchnuppertag\Assessment build_property._RazorSourceGeneratorDebug = diff --git a/Assessment/obj/Debug/net6.0/Assessment.assets.cache b/Assessment/obj/Debug/net6.0/Assessment.assets.cache index d7faade8530c470ffdb071191a0fe838c712c8e4..c83f00cc7aba4c97dcaa5c8e5c3f65cf781d6cbe 100644 GIT binary patch literal 71996 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 literal 2127 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 ?{#I8X^37RtYi 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

!vnBgX9MP+{&{4g%*bljkO*`y} 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 AH2?qr delta 1970 zcmZuydu&rx82_Dn+uN?2WxZ|p=mvD%+`0i}Y`_@Lm9dNobJKxwfMMNMMs;gP+leDU zrzBu7kd+e&FaMCB3E~57LNXFf9MOct7Z4Hf5!B#6{2?Z25SHk7PKyHBmwdnPdA@Vb zcg{U`-$f3Aw$>UK{l%fa>-#%J8Nc>bQ3oa3viQA00Rj@_a#P>7k$?2 zKA=sw8-QM8vc#U#1>}%DF$-A3OO%IG68brCAN6X~a4|!=`6-kwz1s zfd9liZikqkXeF@%Bd)lCvc~{MHnGMpc&ZcjY6a1>!=`vCYO!b$D+w=6WGT<+w5$8N z!)r?$I*Dvk#7@HNAjmP#)M0XXogz#!Pe_=&`O@|lq(xym8gY?CmB*}ji=@VDwZ{{q zDp0zUwoLMviS&+mG!*WO(fV*GJKeF;wH-J{x@dH1^V*gbB;O_bCE8Ny^8QG-NG75_ zux6)%EMeSbwV?HgotLF!vQNUM>1CTqPsjw(U?8Z7plI$3tk0m~vc%8OY?y*QbaEPQ z;WpFoF`G~{td^K1v0UP760c%HvET%|plNsqqRu^SyJE!=wO+L%rPQlBtm-8t4@V7` zl!OJ(km160GN$1yp+@W9PWl0Dm*PRG$*PniWt>5%n`S6g*kPz zJT-V(E5dvnBz+;)6IxIs@ib*F#h|)UTocd{5;3{$T*MRPte0lHTLhA%pCbNBTDuGU zw0<#;;h-T4eglJzP(vZ11(k%km?N=XqF-W*#HS>7N(@L05o&lD-Re{fW1XQ4i6l~5 zCEi4(p&BRgmQqK7Zmggr#ngiHs53o@tN2@8gFmns0WemghLOd_l`w2-{k`ZIj>UrmzNd%6@z6k! zM~d_Kaos&-U@+7lj5Y_u!Dt{J?Byl)X}sT_&kxuO`8j(xU+k#oyB&r6wxfeMp+PqC-4*qlA87a@@`}m#wHZ>6KOC2h3G5%%Y*Zc$59R81MnoMXcavIyZ zpAYu%?~2-`XMOSfbi2ZbhWTH&KW*B-*S_zj@yHbz+>Du3H<*zWn@yNjlS$Q==zjW~ znZ9JI)!>HSB=pv_XwsW3ijC#+k4ilCxH~p`V*Z`B zQ#amdK4r?jCej)gZiog4Be4yu{mrvFnr5~42ZsBik)d$!27fFTjKv0m;W#h$)YfE1 zZ@ifqEf&#s@x~XI_m>|$Vjj*hXMST;6ds|wlO=hIV>UnR@$zxc58PT7V-2ZS%6?T? YV`@{yQ6i_@% diff --git a/Assessment/obj/Debug/net6.0/Assessment.genruntimeconfig.cache b/Assessment/obj/Debug/net6.0/Assessment.genruntimeconfig.cache index a6fe580..e41ff94 100644 --- a/Assessment/obj/Debug/net6.0/Assessment.genruntimeconfig.cache +++ b/Assessment/obj/Debug/net6.0/Assessment.genruntimeconfig.cache @@ -1 +1 @@ -1ab5a6f557a5691ef77a922d412d034db8857368 +fa700459f03ce9af75471b07cc725d85a98e0d26 diff --git a/Assessment/obj/Debug/net6.0/Assessment.pdb b/Assessment/obj/Debug/net6.0/Assessment.pdb index 3b00e5db4d0d721bb4e65587462700e6c92a2505..3252799e8d0e76cdfda5119530ba93d291461e49 100644 GIT binary patch literal 20856 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 VJPYu0DzF$-+7O*3@S>%;;D70}PNx6> literal 19804 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 diff --git a/Assessment/obj/Debug/net6.0/apphost.exe b/Assessment/obj/Debug/net6.0/apphost.exe index bc8a6525fc433526db8f2f522a216eff59e9864d..ad34c75713f05e7a09cb969eec1fefca9ca613e8 100644 GIT binary patch delta 49348 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⁡ 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 delta 48028 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 JRW(wb^$)6>5=j66 delta 858 zcmZ9KUr5tY6vw~k*YG>NbRp$%|B7CElIJMl`ABj)aHX!Zb3xR zi{nBMQBO;vAPEP73h04yA^=7XKV%*%7eap1JnL%^^(Q|&5E1Es8&d0~gB)*8eBg^G2K zwDYitIjSd{_(HYh>4ZIp%kN`1JU0_S8btgO!?ZYv*%L(|4*sO_0;sx_M|Y<7_*S zHUq>pTSQ3TlX^ygZwhc|z$g!2Bza>bel;O?-7*3Ez}FW+njMGqyZU;L@jT7?ht!>; zAHRT)Z%OT^OpW^8aNdf5ig+HWYiX_8WBRh6+j*eax zxs4|rkI^#oBP1Uw<`g|DeuaH28p*HeXi?SrwIx+Pe+H?89eBs`5c?@Ys9hd@&$G$} ziSNG3*Ksm+lrycUQ+^}Ufi}es#U8~oiUW!l6-N}WGj;e;f?B2v0cIutWIuf9XV&8a zvpEI9(*b0eM={Ghfw#<87vN{=@No3l>%1XHx-N3wOV@3Y(L_9e%CJe(XLPoi`W4Oh0W4l-~Zi=X_O}wy`iw#>?4BC6e zg1uYVIp?Xv)7_Cs#1e_ISUg!M{eK6-R7GUjQUx-z<8(@Cv%EeMO*vPr`z^2LCtK@2 s&kl))&PDOQtjZ{Ks;t%&6dPrg6ciP%pV@#$Ih*^pnf9rk&IF470x~b3D*ylh diff --git a/Assessment/obj/Debug/net6.0/refint/Assessment.dll b/Assessment/obj/Debug/net6.0/refint/Assessment.dll index faff602ea5605d244f40051ba10558e521817620..f6f1821d25806b2544d6283f1e325a00e22109e3 100644 GIT binary patch delta 2524 zcmai0ZERCj7=BN0dw1JzrRz2vo0E+V7=m+b2?8=$S720DHufP|P`9oWRhsqXl4Qi;|C-2hrcjJ_#qngIfs38)5M#cr_b}A z_v3us(>u6oaP70hOHLep<^!5~CTIz{Sv8Rd2G=cPLulm9T{%re%|dq*MI9q$dD(+R z+0Yl!al2J!TV-{!7H1AD^=KaJUAB_tTR*bptY}oV-DKYHQp4w)Ub*2vbL`U6)xU2( zKbmX*g%wdn2<~{cq1nhm?e#>1NX(G)9;-#IOkcMXl^;Z92T=uDd7GJx#d{4AbqHfb zH{1}%?_eskl+bKmQu3Q18YyxW} zHcR|M;&1GV;-VY2ab$Rji9AP?%kWHpWEVg0F@ZNFUqhD_4;{7d!SrodPf&On`Z5n8odNGwLeJ3nf;|o2JE>Lmh-zXfKT; zJc#)_;NYbmdcrQ0D%G#bY5RjvIi!?%=?MHqUv7qSkdG7;6pJ0ia_7-9>b9=|zOJmN zHPk_M*b_#6$%EkO#S}vNYji)g)FX-x7iw4>mZ3W5sE6jLxqTUN+UFFV_0+xxpUJ7Y z*&a+-)=Sf2tr#Pol2FW{V^&jx(Xt)=vq}!lKHWzx_7qla%9HBY!3?#M4Py;6r={-)j%(;ljxTil(;n$7`L8k<2ceJlA@iB;sLSE&m7dKy?vp90Hi9JrD$0c&x+RMEXu3=GgR z;C8A7wn_VLi4oe!0<;%V0i2WcI7Ot0KnQNoARCgFA!!+cNa-fz)>J&wT_cjxhEO7!()mVekM(gq(c3=I z&;2byvd+5iDC-D{dek;xn7pqlkkEB5Ga6NmJkFD`h&AF`l%`&8c4dSIqh$QcV$P;V z|5V1-R9x8SCzu~jfg}%`Jfj3Pa&ubxFk*`H{nHu}!z!u>B$Av0iMW{*<4!h&4NhD7 zdU!O-qka>AJ3T4WdQmI!Obgy&gnPMlM!UnlBc)s3i`Y>QGc)X_i{x z3o+kL@Cpq)W%CtkHdPae93oMP1KC9d4_bA$uxD$fRN&*xSLiHd1-=-F=9*@{LZuS^ zmGG~mY|HKbB%RM_!2vV#P(F??1^GHIV{~Y*_`GPh<@j|yu|I^jCf2WW7@WcQ9vpm= zM{(a#6Fw{c&kZ?|)yF93?x}JnwvZXt*Y47ssqZE6hS!9wzud(vWEEv!AN6?taIiZ0 JRW(wb^$)6>5=j66 delta 858 zcmZ9KUr5tY6vw~k*YG>NbRp$%|B7CElIJMl`ABj)aHX!Zb3xR zi{nBMQBO;vAPEP73h04yA^=7XKV%*%7eap1JnL%^^(Q|&5E1Es8&d0~gB)*8eBg^G2K zwDYitIjSd{_(HYh>4ZIp%kN`1JU0_S8btgO!?ZYv*%L(|4*sO_0;sx_M|Y<7_*S zHUq>pTSQ3TlX^ygZwhc|z$g!2Bza>bel;O?-7*3Ez}FW+njMGqyZU;L@jT7?ht!>; zAHRT)Z%OT^OpW^8aNdf5ig+HWYiX_8WBRh6+j*eax zxs4|rkI^#oBP1Uw<`g|DeuaH28p*HeXi?SrwIx+Pe+H?89eBs`5c?@Ys9hd@&$G$} ziSNG3*Ksm+lrycUQ+^}Ufi}es#U8~oiUW!l6-N}WGj;e;f?B2v0cIutWIuf9XV&8a zvpEI9(*b0eM={Ghfw#<87vN{=@No3l>%1XHx-N3wOV@3Y(L_9e%CJe(XLPoi`W4Oh0W4l-~Zi=X_O}wy`iw#>?4BC6e zg1uYVIp?Xv)7_Cs#1e_ISUg!M{eK6-R7GUjQUx-z<8(@Cv%EeMO*vPr`z^2LCtK@2 s&kl))&PDOQtjZ{Ks;t%&6dPrg6ciP%pV@#$Ih*^pnf9rk&IF470x~b3D*ylh diff --git a/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.build.Assessment.props b/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.build.Assessment.props new file mode 100644 index 0000000..5a6032a --- /dev/null +++ b/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.build.Assessment.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Assessment.props b/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Assessment.props new file mode 100644 index 0000000..1fa7524 --- /dev/null +++ b/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.buildMultiTargeting.Assessment.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Assessment.props b/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Assessment.props new file mode 100644 index 0000000..14117b8 --- /dev/null +++ b/Assessment/obj/Debug/net6.0/staticwebassets/msbuild.buildTransitive.Assessment.props @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/Assessment/obj/project.assets.json b/Assessment/obj/project.assets.json index a9c9fc9..d99f6bf 100644 --- a/Assessment/obj/project.assets.json +++ b/Assessment/obj/project.assets.json @@ -2,6 +2,18 @@ "version": 3, "targets": { "net6.0": { + "Microsoft.CodeCoverage/17.5.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "build": { + "build/netstandard2.0/_._": {} + } + }, "Microsoft.Extensions.ApiDescription.Server/3.0.0": { "type": "package", "build": { @@ -13,13 +25,563 @@ "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets": {} } }, + "Microsoft.NET.Test.Sdk/17.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeCoverage": "17.5.0", + "Microsoft.TestPlatform.TestHost": "17.5.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.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.OpenApi/1.2.3": { "type": "package", "compile": { - "lib/netstandard2.0/Microsoft.OpenApi.dll": {} + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.TestPlatform.TestHost/17.5.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "build/netcoreapp3.1/_._": {} + } + }, + "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.Primitives.dll": { + "related": ".xml" + } + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "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.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/netstandard2.0/Microsoft.OpenApi.dll": {} + "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" + } } }, "Swashbuckle.AspNetCore/6.2.3": { @@ -40,10 +602,14 @@ "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } }, "frameworkReferences": [ "Microsoft.AspNetCore.App" @@ -55,41 +621,1259 @@ "Swashbuckle.AspNetCore.Swagger": "6.2.3" }, "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } } }, "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { "type": "package", "compile": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": {} + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } }, "frameworkReferences": [ "Microsoft.AspNetCore.App" ] - } - } - }, - "libraries": { - "Microsoft.Extensions.ApiDescription.Server/3.0.0": { - "sha512": "LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", - "type": "package", - "path": "microsoft.extensions.apidescription.server/3.0.0", - "hasTools": true, - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "build/Microsoft.Extensions.ApiDescription.Server.props", - "build/Microsoft.Extensions.ApiDescription.Server.targets", - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", - "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", - "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", - "microsoft.extensions.apidescription.server.nuspec", + }, + "System.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.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": { + "related": ".xml" + } + } + }, + "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/System.Collections.Concurrent.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Console/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "lib/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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.Calendars.dll": { + "related": ".xml" + } + } + }, + "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/_._": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/System.IO.Compression.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.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.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } + }, + "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/System.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "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": { + "related": ".xml" + } + } + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } + } + }, + "System.ObjectModel/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.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.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": { + "related": ".xml" + } + } + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.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.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/System.Runtime.Numerics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.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": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "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": { + "related": ".xml" + } + } + }, + "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.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} + }, + "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": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Timer/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.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + }, + "xunit/2.4.2": { + "type": "package", + "dependencies": { + "xunit.analyzers": "1.0.0", + "xunit.assert": "2.4.2", + "xunit.core": "[2.4.2]" + } + }, + "xunit.abstractions/2.0.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/xunit.abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/xunit.abstractions.dll": { + "related": ".xml" + } + } + }, + "xunit.analyzers/1.0.0": { + "type": "package" + }, + "xunit.assert/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.1/xunit.assert.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.assert.dll": { + "related": ".xml" + } + } + }, + "xunit.core/2.4.2": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.4.2]", + "xunit.extensibility.execution": "[2.4.2]" + }, + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "xunit.extensibility.core/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1", + "xunit.abstractions": "2.0.3" + }, + "compile": { + "lib/netstandard1.1/xunit.core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.core.dll": { + "related": ".xml" + } + } + }, + "xunit.extensibility.execution/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1", + "xunit.extensibility.core": "[2.4.2]" + }, + "compile": { + "lib/netstandard1.1/xunit.execution.dotnet.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.execution.dotnet.dll": { + "related": ".xml" + } + } + }, + "UnitTest/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v6.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": "17.5.0", + "xunit": "2.4.2" + }, + "compile": { + "bin/placeholder/UnitTest.dll": {} + }, + "runtime": { + "bin/placeholder/UnitTest.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.CodeCoverage/17.5.0": { + "sha512": "6FQo0O6LKDqbCiIgVQhJAf810HSjFlOj7FunWaeOGDKxy8DAbpHzPk4SfBTXz9ytaaceuIIeR6hZgplt09m+ig==", + "type": "package", + "path": "microsoft.codecoverage/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netstandard2.0/CodeCoverage/CodeCoverage.config", + "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/VanguardInstrumentationProfiler_x86.config", + "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/amd64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", + "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/arm64/VanguardInstrumentationProfiler_arm64.config", + "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", + "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", + "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "build/netstandard2.0/CodeCoverage/covrun32.dll", + "build/netstandard2.0/CodeCoverage/msdia140.dll", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/arm64/MicrosoftInstrumentationEngine_arm64.dll", + "build/netstandard2.0/InstrumentationEngine/macos/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libCoverageInstrumentationMethod.dylib", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libInstrumentationEngine.dylib", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/x64/MicrosoftInstrumentationEngine_x64.dll", + "build/netstandard2.0/InstrumentationEngine/x86/MicrosoftInstrumentationEngine_x86.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.props", + "build/netstandard2.0/Microsoft.CodeCoverage.targets", + "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", + "build/netstandard2.0/Mono.Cecil.Pdb.dll", + "build/netstandard2.0/Mono.Cecil.Rocks.dll", + "build/netstandard2.0/Mono.Cecil.dll", + "build/netstandard2.0/ThirdPartyNotices.txt", + "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "microsoft.codecoverage.17.5.0.nupkg.sha512", + "microsoft.codecoverage.nuspec" + ] + }, + "Microsoft.Extensions.ApiDescription.Server/3.0.0": { + "sha512": "LH4OE/76F6sOCslif7+Xh3fS/wUUrE5ryeXAMcoCnuwOQGT5Smw0p57IgDh/pHgHaGz/e+AmEQb7pRgb++wt0w==", + "type": "package", + "path": "microsoft.extensions.apidescription.server/3.0.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Microsoft.Extensions.ApiDescription.Server.props", + "build/Microsoft.Extensions.ApiDescription.Server.targets", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.props", + "buildMultiTargeting/Microsoft.Extensions.ApiDescription.Server.targets", + "microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", + "microsoft.extensions.apidescription.server.nuspec", "tools/Newtonsoft.Json.dll", "tools/dotnet-getdocument.deps.json", "tools/dotnet-getdocument.dll", @@ -103,124 +1887,3769 @@ "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json" ] }, - "Microsoft.OpenApi/1.2.3": { - "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "Microsoft.NET.Test.Sdk/17.5.0": { + "sha512": "IJ4eSPcsRbwbAZehh1M9KgejSy0u3d0wAdkJytfCh67zOaCl5U3ltruUEe15MqirdRqGmm/ngbjeaVeGapSZxg==", + "type": "package", + "path": "microsoft.net.test.sdk/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "build/net462/Microsoft.NET.Test.Sdk.props", + "build/net462/Microsoft.NET.Test.Sdk.targets", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets", + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "microsoft.net.test.sdk.17.5.0.nupkg.sha512", + "microsoft.net.test.sdk.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "type": "package", + "path": "microsoft.netcore.platforms/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.OpenApi/1.2.3": { + "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "type": "package", + "path": "microsoft.openapi/1.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net46/Microsoft.OpenApi.dll", + "lib/net46/Microsoft.OpenApi.pdb", + "lib/net46/Microsoft.OpenApi.xml", + "lib/netstandard2.0/Microsoft.OpenApi.dll", + "lib/netstandard2.0/Microsoft.OpenApi.pdb", + "lib/netstandard2.0/Microsoft.OpenApi.xml", + "microsoft.openapi.1.2.3.nupkg.sha512", + "microsoft.openapi.nuspec" + ] + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "sha512": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==", + "type": "package", + "path": "microsoft.testplatform.objectmodel/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "microsoft.testplatform.objectmodel.nuspec" + ] + }, + "Microsoft.TestPlatform.TestHost/17.5.0": { + "sha512": "X86aikwp9d4SDcBChwzQYZihTPGEtMdDk+9t64emAl7N0Tq+OmlLAoW+Rs+2FB2k6QdUicSlT4QLO2xABRokaw==", + "type": "package", + "path": "microsoft.testplatform.testhost/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props", + "build/netcoreapp3.1/x64/testhost.dll", + "build/netcoreapp3.1/x64/testhost.exe", + "build/netcoreapp3.1/x86/testhost.x86.dll", + "build/netcoreapp3.1/x86/testhost.x86.exe", + "lib/net462/_._", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/testhost.deps.json", + "lib/netcoreapp3.1/testhost.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/x64/msdia140.dll", + "lib/netcoreapp3.1/x86/msdia140.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "microsoft.testplatform.testhost.17.5.0.nupkg.sha512", + "microsoft.testplatform.testhost.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.3.0": { + "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "type": "package", + "path": "microsoft.win32.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.win32.primitives.4.3.0.nupkg.sha512", + "microsoft.win32.primitives.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "NETStandard.Library/1.6.1": { + "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "type": "package", + "path": "netstandard.library/1.6.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "netstandard.library.1.6.1.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "Newtonsoft.Json/13.0.1": { + "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "type": "package", + "path": "newtonsoft.json/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.1.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "NuGet.Frameworks/5.11.0": { + "sha512": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", + "type": "package", + "path": "nuget.frameworks/5.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net40/NuGet.Frameworks.dll", + "lib/net40/NuGet.Frameworks.xml", + "lib/net472/NuGet.Frameworks.dll", + "lib/net472/NuGet.Frameworks.xml", + "lib/netstandard2.0/NuGet.Frameworks.dll", + "lib/netstandard2.0/NuGet.Frameworks.xml", + "nuget.frameworks.5.11.0.nupkg.sha512", + "nuget.frameworks.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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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" + ] + }, + "Swashbuckle.AspNetCore/6.2.3": { + "sha512": "cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==", + "type": "package", + "path": "swashbuckle.aspnetcore/6.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/Swashbuckle.AspNetCore.props", + "swashbuckle.aspnetcore.6.2.3.nupkg.sha512", + "swashbuckle.aspnetcore.nuspec" + ] + }, + "Swashbuckle.AspNetCore.Swagger/6.2.3": { + "sha512": "qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==", + "type": "package", + "path": "swashbuckle.aspnetcore.swagger/6.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net5.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net5.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", + "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512", + "swashbuckle.aspnetcore.swagger.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { + "sha512": "+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggergen/6.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", + "swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512", + "swashbuckle.aspnetcore.swaggergen.nuspec" + ] + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { + "sha512": "bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==", + "type": "package", + "path": "swashbuckle.aspnetcore.swaggerui/6.2.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", + "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", + "swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512", + "swashbuckle.aspnetcore.swaggerui.nuspec" + ] + }, + "System.AppContext/4.3.0": { + "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "type": "package", + "path": "system.appcontext/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.AppContext.dll", + "lib/net463/System.AppContext.dll", + "lib/netcore50/System.AppContext.dll", + "lib/netstandard1.6/System.AppContext.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.AppContext.dll", + "ref/net463/System.AppContext.dll", + "ref/netstandard/_._", + "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", + "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll", + "system.appcontext.4.3.0.nupkg.sha512", + "system.appcontext.nuspec" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Console/4.3.0": { + "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "type": "package", + "path": "system.console/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.console.4.3.0.nupkg.sha512", + "system.console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.DiagnosticSource/4.3.0": { + "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/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.4.3.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec" + ] + }, + "System.Diagnostics.Tools/4.3.0": { + "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "type": "package", + "path": "system.diagnostics.tools/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tools.4.3.0.nupkg.sha512", + "system.diagnostics.tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win/lib/net46/System.IO.Compression.dll", + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", + "system.io.compression.4.3.0.nupkg.sha512", + "system.io.compression.nuspec" + ] + }, + "System.IO.Compression.ZipFile/4.3.0": { + "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "type": "package", + "path": "system.io.compression.zipfile/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.Compression.ZipFile.dll", + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.compression.zipfile.4.3.0.nupkg.sha512", + "system.io.compression.zipfile.nuspec" + ] + }, + "System.IO.FileSystem/4.3.0": { + "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "type": "package", + "path": "system.io.filesystem/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" + ] + }, + "System.Linq.Expressions/4.3.0": { + "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "type": "package", + "path": "system.linq.expressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", + "system.linq.expressions.4.3.0.nupkg.sha512", + "system.linq.expressions.nuspec" + ] + }, + "System.Net.Http/4.3.0": { + "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "type": "package", + "path": "system.net.http/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", + "system.net.http.4.3.0.nupkg.sha512", + "system.net.http.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Net.Sockets/4.3.0": { + "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "type": "package", + "path": "system.net.sockets/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.sockets.4.3.0.nupkg.sha512", + "system.net.sockets.nuspec" + ] + }, + "System.ObjectModel/4.3.0": { + "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "type": "package", + "path": "system.objectmodel/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.objectmodel.4.3.0.nupkg.sha512", + "system.objectmodel.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Emit/4.3.0": { + "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "type": "package", + "path": "system.reflection.emit/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/xamarinmac20/_._", + "system.reflection.emit.4.3.0.nupkg.sha512", + "system.reflection.emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "type": "package", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "system.reflection.emit.ilgeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", "type": "package", - "path": "microsoft.openapi/1.2.3", + "path": "system.reflection.emit.lightweight/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net46/Microsoft.OpenApi.dll", - "lib/net46/Microsoft.OpenApi.pdb", - "lib/net46/Microsoft.OpenApi.xml", - "lib/netstandard2.0/Microsoft.OpenApi.dll", - "lib/netstandard2.0/Microsoft.OpenApi.pdb", - "lib/netstandard2.0/Microsoft.OpenApi.xml", - "microsoft.openapi.1.2.3.nupkg.sha512", - "microsoft.openapi.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec" ] }, - "Swashbuckle.AspNetCore/6.2.3": { - "sha512": "cnzQDn0Le+hInsw2SYwlOhOCPXpYi/szcvnyqZJ12v+QyrLBwAmWXBg6RIyHB18s/mLeywC+Rg2O9ndz0IUNYQ==", + "System.Reflection.Extensions/4.3.0": { + "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", "type": "package", - "path": "swashbuckle.aspnetcore/6.2.3", + "path": "system.reflection.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "build/Swashbuckle.AspNetCore.props", - "swashbuckle.aspnetcore.6.2.3.nupkg.sha512", - "swashbuckle.aspnetcore.nuspec" + "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" ] }, - "Swashbuckle.AspNetCore.Swagger/6.2.3": { - "sha512": "qOF7j1sL0bWm8g/qqHVPCvkO3JlVvUIB8WfC98kSh6BT5y5DAnBNctfac7XR5EZf+eD7/WasvANncTqwZYfmWQ==", + "System.Reflection.Metadata/1.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", "type": "package", - "path": "swashbuckle.aspnetcore.swagger/6.2.3", + "path": "system.reflection.metadata/1.6.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net5.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/net5.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/net5.0/Swashbuckle.AspNetCore.Swagger.xml", - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/net6.0/Swashbuckle.AspNetCore.Swagger.xml", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.Swagger.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.Swagger.xml", - "swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512", - "swashbuckle.aspnetcore.swagger.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.6.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Swashbuckle.AspNetCore.SwaggerGen/6.2.3": { - "sha512": "+Xq7WdMCCfcXlnbLJVFNgY8ITdP2TRYIlpbt6IKzDw5FwFxdi9lBfNDtcT+/wkKwX70iBBFmXldnnd02/VO72A==", + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", "type": "package", - "path": "swashbuckle.aspnetcore.swaggergen/6.2.3", + "path": "system.reflection.primitives/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerGen.xml", - "swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512", - "swashbuckle.aspnetcore.swaggergen.nuspec" + "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" ] }, - "Swashbuckle.AspNetCore.SwaggerUI/6.2.3": { - "sha512": "bCRI87uKJVb4G+KURWm8LQrL64St04dEFZcF6gIM67Zc0Sr/N47EO83ybLMYOvfNdO1DCv8xwPcrz9J/VEhQ5g==", + "System.Reflection.TypeExtensions/4.3.0": { + "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", "type": "package", - "path": "swashbuckle.aspnetcore.swaggerui/6.2.3", + "path": "system.reflection.typeextensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/net5.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/netcoreapp3.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.dll", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.pdb", - "lib/netstandard2.0/Swashbuckle.AspNetCore.SwaggerUI.xml", - "swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512", - "swashbuckle.aspnetcore.swaggerui.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net462/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net462/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "system.reflection.typeextensions.4.3.0.nupkg.sha512", + "system.reflection.typeextensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Cryptography.Algorithms/4.3.0": { + "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "type": "package", + "path": "system.security.cryptography.algorithms/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "system.security.cryptography.x509certificates.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Timer/4.3.0": { + "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "type": "package", + "path": "system.threading.timer/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.timer.4.3.0.nupkg.sha512", + "system.threading.timer.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.3.0": { + "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "type": "package", + "path": "system.xml.readerwriter/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.Xml.ReaderWriter.dll", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.readerwriter.4.3.0.nupkg.sha512", + "system.xml.readerwriter.nuspec" + ] + }, + "System.Xml.XDocument/4.3.0": { + "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "type": "package", + "path": "system.xml.xdocument/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xdocument.4.3.0.nupkg.sha512", + "system.xml.xdocument.nuspec" + ] + }, + "xunit/2.4.2": { + "sha512": "6Mj73Ont3zj2CJuoykVJfE0ZmRwn7C+pTuRP8c4bnaaTFjwNG6tGe0prJ1yIbMe9AHrpDys63ctWacSsFJWK/w==", + "type": "package", + "path": "xunit/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "xunit.2.4.2.nupkg.sha512", + "xunit.nuspec" + ] + }, + "xunit.abstractions/2.0.3": { + "sha512": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==", + "type": "package", + "path": "xunit.abstractions/2.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/xunit.abstractions.dll", + "lib/net35/xunit.abstractions.xml", + "lib/netstandard1.0/xunit.abstractions.dll", + "lib/netstandard1.0/xunit.abstractions.xml", + "lib/netstandard2.0/xunit.abstractions.dll", + "lib/netstandard2.0/xunit.abstractions.xml", + "xunit.abstractions.2.0.3.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.analyzers/1.0.0": { + "sha512": "BeO8hEgs/c8Ls2647fPfieMngncvf0D0xYNDfIO59MolxtCtVjFRd6SRc+7tj8VMqkVOuJcnc9eh4ngI2cAmLQ==", + "type": "package", + "path": "xunit.analyzers/1.0.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "analyzers/dotnet/cs/xunit.analyzers.dll", + "analyzers/dotnet/cs/xunit.analyzers.fixes.dll", + "tools/install.ps1", + "tools/uninstall.ps1", + "xunit.analyzers.1.0.0.nupkg.sha512", + "xunit.analyzers.nuspec" + ] + }, + "xunit.assert/2.4.2": { + "sha512": "pxJISOFjn2XTTi1mcDCkRZrTFb9OtRRCtx2kZFNF51GdReLr1ls2rnyxvAS4JO247K3aNtflvh5Q0346K5BROA==", + "type": "package", + "path": "xunit.assert/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/netstandard1.1/xunit.assert.dll", + "lib/netstandard1.1/xunit.assert.xml", + "xunit.assert.2.4.2.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.core/2.4.2": { + "sha512": "KB4yGCxNqIVyekhJLXtKSEq6BaXVp/JO3mbGVE1hxypZTLEe7h+sTbAhpA+yZW2dPtXTuiW+C1B2oxxHEkrmOw==", + "type": "package", + "path": "xunit.core/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "build/xunit.core.props", + "build/xunit.core.targets", + "buildMultiTargeting/xunit.core.props", + "buildMultiTargeting/xunit.core.targets", + "xunit.core.2.4.2.nupkg.sha512", + "xunit.core.nuspec" + ] + }, + "xunit.extensibility.core/2.4.2": { + "sha512": "W1BoXTIN1C6kpVSMw25huSet25ky6IAQUNovu3zGOGN/jWnbgSoTyCrlIhmXSg0tH5nEf8q7h3OjNHOjyu5PfA==", + "type": "package", + "path": "xunit.extensibility.core/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/net452/xunit.core.dll", + "lib/net452/xunit.core.dll.tdnet", + "lib/net452/xunit.core.xml", + "lib/net452/xunit.runner.tdnet.dll", + "lib/net452/xunit.runner.utility.net452.dll", + "lib/netstandard1.1/xunit.core.dll", + "lib/netstandard1.1/xunit.core.xml", + "xunit.extensibility.core.2.4.2.nupkg.sha512", + "xunit.extensibility.core.nuspec" ] + }, + "xunit.extensibility.execution/2.4.2": { + "sha512": "CZmgcKkwpyo8FlupZdWpJCryrAOWLh1FBPG6gmVZuPQkGQsim/oL4PcP4nfrC2hHgXUFtluvaJ0Sp9PQKUMNpg==", + "type": "package", + "path": "xunit.extensibility.execution/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/net452/xunit.execution.desktop.dll", + "lib/net452/xunit.execution.desktop.xml", + "lib/netstandard1.1/xunit.execution.dotnet.dll", + "lib/netstandard1.1/xunit.execution.dotnet.xml", + "xunit.extensibility.execution.2.4.2.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "UnitTest/1.0.0": { + "type": "project", + "path": "../UniTest/UnitTest.csproj", + "msbuildProject": "../UniTest/UnitTest.csproj" } }, "projectFileDependencyGroups": { "net6.0": [ - "Swashbuckle.AspNetCore >= 6.2.3" + "Swashbuckle.AspNetCore >= 6.2.3", + "UnitTest >= 1.0.0" ] }, "packageFolders": { - "C:\\Users\\anco\\.nuget\\packages\\": {} + "C:\\Users\\lucab\\.nuget\\packages\\": {} }, "project": { "version": "1.0.0", "restore": { - "projectUniqueName": "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\Assessment.csproj", + "projectUniqueName": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\Assessment.csproj", "projectName": "Assessment", - "projectPath": "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\Assessment.csproj", - "packagesPath": "C:\\Users\\anco\\.nuget\\packages\\", - "outputPath": "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\obj\\", + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\Assessment.csproj", + "packagesPath": "C:\\Users\\lucab\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\obj\\", "projectStyle": "PackageReference", "configFilePaths": [ - "C:\\Users\\anco\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Users\\lucab\\AppData\\Roaming\\NuGet\\NuGet.Config", "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" ], "originalTargetFrameworks": [ @@ -233,7 +5662,11 @@ "frameworks": { "net6.0": { "targetAlias": "net6.0", - "projectReferences": {} + "projectReferences": { + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj": { + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj" + } + } } }, "warningProperties": { @@ -257,7 +5690,8 @@ "net47", "net471", "net472", - "net48" + "net48", + "net481" ], "assetTargetFallback": true, "warn": true, @@ -269,7 +5703,7 @@ "privateAssets": "all" } }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.305\\RuntimeIdentifierGraph.json" + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" } } } diff --git a/Assessment/obj/project.nuget.cache b/Assessment/obj/project.nuget.cache index a22a7ad..66802b7 100644 --- a/Assessment/obj/project.nuget.cache +++ b/Assessment/obj/project.nuget.cache @@ -1,15 +1,102 @@ { "version": 2, - "dgSpecHash": "uhNEfKrqUwMUbO/60odte77rmCP3PkeUbbF84oDKVWRc3e1d1BgzgenzqLHeleF9OK1QaqlHZw1qZHGCGdMOeQ==", + "dgSpecHash": "kXPhuy8S2iCL74w6U5cG8+xlWtM2XzwgWPgzCf9UrGWXLjlYYw0s1UJE9FZ/uVDIknr/eZ7sNrrOsqyvfHeM/Q==", "success": true, - "projectFilePath": "C:\\repos\\LAG-SE-Playground\\Assessment\\Assessment\\Assessment.csproj", + "projectFilePath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\Assessment\\Assessment.csproj", "expectedPackageFiles": [ - "C:\\Users\\anco\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", - "C:\\Users\\anco\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", - "C:\\Users\\anco\\.nuget\\packages\\swashbuckle.aspnetcore\\6.2.3\\swashbuckle.aspnetcore.6.2.3.nupkg.sha512", - "C:\\Users\\anco\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.2.3\\swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512", - "C:\\Users\\anco\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.2.3\\swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512", - "C:\\Users\\anco\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.2.3\\swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512" + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.codecoverage\\17.5.0\\microsoft.codecoverage.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.extensions.apidescription.server\\3.0.0\\microsoft.extensions.apidescription.server.3.0.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.net.test.sdk\\17.5.0\\microsoft.net.test.sdk.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.openapi\\1.2.3\\microsoft.openapi.1.2.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.5.0\\microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.testplatform.testhost\\17.5.0\\microsoft.testplatform.testhost.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.16.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.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\swashbuckle.aspnetcore\\6.2.3\\swashbuckle.aspnetcore.6.2.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.2.3\\swashbuckle.aspnetcore.swagger.6.2.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.2.3\\swashbuckle.aspnetcore.swaggergen.6.2.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.2.3\\swashbuckle.aspnetcore.swaggerui.6.2.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit\\2.4.2\\xunit.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.abstractions\\2.0.3\\xunit.abstractions.2.0.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.analyzers\\1.0.0\\xunit.analyzers.1.0.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.assert\\2.4.2\\xunit.assert.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.core\\2.4.2\\xunit.core.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.extensibility.core\\2.4.2\\xunit.extensibility.core.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.extensibility.execution\\2.4.2\\xunit.extensibility.execution.2.4.2.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/TimelogTypesControllerTests/GlobalUsings.cs b/TimelogTypesControllerTests/GlobalUsings.cs new file mode 100644 index 0000000..c802f44 --- /dev/null +++ b/TimelogTypesControllerTests/GlobalUsings.cs @@ -0,0 +1 @@ +global using Xunit; diff --git a/TimelogTypesControllerTests/TimelogTypesControllerTests.cs b/TimelogTypesControllerTests/TimelogTypesControllerTests.cs new file mode 100644 index 0000000..73b0853 --- /dev/null +++ b/TimelogTypesControllerTests/TimelogTypesControllerTests.cs @@ -0,0 +1,23 @@ +using Xunit; +using Assessment.Controllers; +using System.Linq; + +namespace TimelogTypesControllerTests +{ + public class TimelogTypesControllerTests + { + [Fact] + public void GetTimelogType_ReturnsCorrectId() + { + // Arrange + var controller = new TimelogTypesController(); + int expectedId = 1; + + // Act + var result = controller.GetTimelogType(expectedId); + + // Assert + Assert.Equal(expectedId, result.Value.TimelogTypeId); + } + } +} diff --git a/TimelogTypesControllerTests/UnitTest.csproj b/TimelogTypesControllerTests/UnitTest.csproj new file mode 100644 index 0000000..fb506fb --- /dev/null +++ b/TimelogTypesControllerTests/UnitTest.csproj @@ -0,0 +1,25 @@ + + + + net6.0 + enable + enable + + false + true + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/TimelogTypesControllerTests/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/TimelogTypesControllerTests/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.AssemblyInfo.cs b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.AssemblyInfo.cs new file mode 100644 index 0000000..eb983fa --- /dev/null +++ b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("TimelogTypesControllerTests")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("TimelogTypesControllerTests")] +[assembly: System.Reflection.AssemblyTitleAttribute("TimelogTypesControllerTests")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.AssemblyInfoInputs.cache b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.AssemblyInfoInputs.cache new file mode 100644 index 0000000..a22e2a5 --- /dev/null +++ b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +01530ec91690ed57db2a5fd804ac19ccb847b40e diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.GeneratedMSBuildEditorConfig.editorconfig b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..50fb980 --- /dev/null +++ b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = TimelogTypesControllerTests +build_property.ProjectDir = C:\Users\lucab\OneDrive\Desktop\LeuchterSchnuppertag\TimelogTypesControllerTests\ diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.GlobalUsings.g.cs b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.assets.cache b/TimelogTypesControllerTests/obj/Debug/net6.0/TimelogTypesControllerTests.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..fe24a08f4466e9ad789f1c34dcceba0662c7fb16 GIT binary patch literal 69526 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 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyTitleAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache b/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f92f554 --- /dev/null +++ b/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +0c97fe570797a1cd76b87c5a51214fd1258453eb diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig b/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..64da11d --- /dev/null +++ b/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = UnitTest +build_property.ProjectDir = C:\Users\lucab\OneDrive\Desktop\LeuchterSchnuppertag\TimelogTypesControllerTests\ diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs b/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.assets.cache b/TimelogTypesControllerTests/obj/Debug/net6.0/UnitTest.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..7b907437f466b872b403bc5d5885a4c61e6c3ef2 GIT binary patch literal 69526 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 + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\lucab\.nuget\packages\ + PackageReference + 6.7.0 + + + + + + + + + + + + + C:\Users\lucab\.nuget\packages\xunit.analyzers\1.0.0 + + \ No newline at end of file diff --git a/TimelogTypesControllerTests/obj/TimelogTypesControllerTests.csproj.nuget.g.targets b/TimelogTypesControllerTests/obj/TimelogTypesControllerTests.csproj.nuget.g.targets new file mode 100644 index 0000000..6fdc8e3 --- /dev/null +++ b/TimelogTypesControllerTests/obj/TimelogTypesControllerTests.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.dgspec.json b/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.dgspec.json new file mode 100644 index 0000000..cc63511 --- /dev/null +++ b/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.dgspec.json @@ -0,0 +1,85 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\UnitTest.csproj": {} + }, + "projects": { + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\UnitTest.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\UnitTest.csproj", + "projectName": "UnitTest", + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\UnitTest.csproj", + "packagesPath": "C:\\Users\\lucab\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lucab\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.5.0, )" + }, + "coverlet.collector": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[3.2.0, )" + }, + "xunit": { + "target": "Package", + "version": "[2.4.2, )" + }, + "xunit.runner.visualstudio": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.4.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.g.props b/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.g.props new file mode 100644 index 0000000..d3759e6 --- /dev/null +++ b/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.g.props @@ -0,0 +1,25 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\lucab\.nuget\packages\ + PackageReference + 6.7.0 + + + + + + + + + + + + + C:\Users\lucab\.nuget\packages\xunit.analyzers\1.0.0 + + \ No newline at end of file diff --git a/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.g.targets b/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.g.targets new file mode 100644 index 0000000..6fdc8e3 --- /dev/null +++ b/TimelogTypesControllerTests/obj/UnitTest.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/TimelogTypesControllerTests/obj/project.assets.json b/TimelogTypesControllerTests/obj/project.assets.json new file mode 100644 index 0000000..6e76f45 --- /dev/null +++ b/TimelogTypesControllerTests/obj/project.assets.json @@ -0,0 +1,5599 @@ +{ + "version": 3, + "targets": { + "net6.0": { + "coverlet.collector/3.2.0": { + "type": "package", + "build": { + "build/netstandard1.0/coverlet.collector.targets": {} + } + }, + "Microsoft.CodeCoverage/17.5.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "build": { + "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, + "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} + } + }, + "Microsoft.NET.Test.Sdk/17.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeCoverage": "17.5.0", + "Microsoft.TestPlatform.TestHost": "17.5.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props": {}, + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.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.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.TestPlatform.TestHost/17.5.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} + } + }, + "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.Primitives.dll": { + "related": ".xml" + } + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "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.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.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.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": { + "related": ".xml" + } + } + }, + "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/System.Collections.Concurrent.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Console/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "lib/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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.Calendars.dll": { + "related": ".xml" + } + } + }, + "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/_._": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/System.IO.Compression.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.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.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } + }, + "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/System.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "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": { + "related": ".xml" + } + } + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } + } + }, + "System.ObjectModel/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.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.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": { + "related": ".xml" + } + } + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.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.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/System.Runtime.Numerics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.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": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "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": { + "related": ".xml" + } + } + }, + "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.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} + }, + "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": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Timer/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.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + }, + "xunit/2.4.2": { + "type": "package", + "dependencies": { + "xunit.analyzers": "1.0.0", + "xunit.assert": "2.4.2", + "xunit.core": "[2.4.2]" + } + }, + "xunit.abstractions/2.0.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/xunit.abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/xunit.abstractions.dll": { + "related": ".xml" + } + } + }, + "xunit.analyzers/1.0.0": { + "type": "package" + }, + "xunit.assert/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.1/xunit.assert.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.assert.dll": { + "related": ".xml" + } + } + }, + "xunit.core/2.4.2": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.4.2]", + "xunit.extensibility.execution": "[2.4.2]" + }, + "build": { + "build/xunit.core.props": {}, + "build/xunit.core.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/xunit.core.props": {}, + "buildMultiTargeting/xunit.core.targets": {} + } + }, + "xunit.extensibility.core/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1", + "xunit.abstractions": "2.0.3" + }, + "compile": { + "lib/netstandard1.1/xunit.core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.core.dll": { + "related": ".xml" + } + } + }, + "xunit.extensibility.execution/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1", + "xunit.extensibility.core": "[2.4.2]" + }, + "compile": { + "lib/netstandard1.1/xunit.execution.dotnet.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.execution.dotnet.dll": { + "related": ".xml" + } + } + }, + "xunit.runner.visualstudio/2.4.5": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/xunit.runner.visualstudio.props": {} + } + } + } + }, + "libraries": { + "coverlet.collector/3.2.0": { + "sha512": "xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==", + "type": "package", + "path": "coverlet.collector/3.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/netstandard1.0/Microsoft.Bcl.AsyncInterfaces.dll", + "build/netstandard1.0/Microsoft.CSharp.dll", + "build/netstandard1.0/Microsoft.DotNet.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyModel.dll", + "build/netstandard1.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "build/netstandard1.0/Microsoft.TestPlatform.CoreUtilities.dll", + "build/netstandard1.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "build/netstandard1.0/Mono.Cecil.Mdb.dll", + "build/netstandard1.0/Mono.Cecil.Pdb.dll", + "build/netstandard1.0/Mono.Cecil.Rocks.dll", + "build/netstandard1.0/Mono.Cecil.dll", + "build/netstandard1.0/Newtonsoft.Json.dll", + "build/netstandard1.0/NuGet.Frameworks.dll", + "build/netstandard1.0/System.AppContext.dll", + "build/netstandard1.0/System.Collections.Immutable.dll", + "build/netstandard1.0/System.Dynamic.Runtime.dll", + "build/netstandard1.0/System.IO.FileSystem.Primitives.dll", + "build/netstandard1.0/System.Linq.Expressions.dll", + "build/netstandard1.0/System.Linq.dll", + "build/netstandard1.0/System.ObjectModel.dll", + "build/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "build/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "build/netstandard1.0/System.Reflection.Emit.dll", + "build/netstandard1.0/System.Reflection.Metadata.dll", + "build/netstandard1.0/System.Reflection.TypeExtensions.dll", + "build/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "build/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "build/netstandard1.0/System.Text.RegularExpressions.dll", + "build/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "build/netstandard1.0/System.Threading.dll", + "build/netstandard1.0/System.Xml.ReaderWriter.dll", + "build/netstandard1.0/System.Xml.XDocument.dll", + "build/netstandard1.0/coverlet.collector.deps.json", + "build/netstandard1.0/coverlet.collector.dll", + "build/netstandard1.0/coverlet.collector.pdb", + "build/netstandard1.0/coverlet.collector.targets", + "build/netstandard1.0/coverlet.core.dll", + "build/netstandard1.0/coverlet.core.pdb", + "coverlet-icon.png", + "coverlet.collector.3.2.0.nupkg.sha512", + "coverlet.collector.nuspec" + ] + }, + "Microsoft.CodeCoverage/17.5.0": { + "sha512": "6FQo0O6LKDqbCiIgVQhJAf810HSjFlOj7FunWaeOGDKxy8DAbpHzPk4SfBTXz9ytaaceuIIeR6hZgplt09m+ig==", + "type": "package", + "path": "microsoft.codecoverage/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netstandard2.0/CodeCoverage/CodeCoverage.config", + "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/VanguardInstrumentationProfiler_x86.config", + "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/amd64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", + "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/arm64/VanguardInstrumentationProfiler_arm64.config", + "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", + "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", + "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "build/netstandard2.0/CodeCoverage/covrun32.dll", + "build/netstandard2.0/CodeCoverage/msdia140.dll", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/arm64/MicrosoftInstrumentationEngine_arm64.dll", + "build/netstandard2.0/InstrumentationEngine/macos/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libCoverageInstrumentationMethod.dylib", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libInstrumentationEngine.dylib", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/x64/MicrosoftInstrumentationEngine_x64.dll", + "build/netstandard2.0/InstrumentationEngine/x86/MicrosoftInstrumentationEngine_x86.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.props", + "build/netstandard2.0/Microsoft.CodeCoverage.targets", + "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", + "build/netstandard2.0/Mono.Cecil.Pdb.dll", + "build/netstandard2.0/Mono.Cecil.Rocks.dll", + "build/netstandard2.0/Mono.Cecil.dll", + "build/netstandard2.0/ThirdPartyNotices.txt", + "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "microsoft.codecoverage.17.5.0.nupkg.sha512", + "microsoft.codecoverage.nuspec" + ] + }, + "Microsoft.NET.Test.Sdk/17.5.0": { + "sha512": "IJ4eSPcsRbwbAZehh1M9KgejSy0u3d0wAdkJytfCh67zOaCl5U3ltruUEe15MqirdRqGmm/ngbjeaVeGapSZxg==", + "type": "package", + "path": "microsoft.net.test.sdk/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "build/net462/Microsoft.NET.Test.Sdk.props", + "build/net462/Microsoft.NET.Test.Sdk.targets", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets", + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "microsoft.net.test.sdk.17.5.0.nupkg.sha512", + "microsoft.net.test.sdk.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "type": "package", + "path": "microsoft.netcore.platforms/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "sha512": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==", + "type": "package", + "path": "microsoft.testplatform.objectmodel/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "microsoft.testplatform.objectmodel.nuspec" + ] + }, + "Microsoft.TestPlatform.TestHost/17.5.0": { + "sha512": "X86aikwp9d4SDcBChwzQYZihTPGEtMdDk+9t64emAl7N0Tq+OmlLAoW+Rs+2FB2k6QdUicSlT4QLO2xABRokaw==", + "type": "package", + "path": "microsoft.testplatform.testhost/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props", + "build/netcoreapp3.1/x64/testhost.dll", + "build/netcoreapp3.1/x64/testhost.exe", + "build/netcoreapp3.1/x86/testhost.x86.dll", + "build/netcoreapp3.1/x86/testhost.x86.exe", + "lib/net462/_._", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/testhost.deps.json", + "lib/netcoreapp3.1/testhost.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/x64/msdia140.dll", + "lib/netcoreapp3.1/x86/msdia140.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "microsoft.testplatform.testhost.17.5.0.nupkg.sha512", + "microsoft.testplatform.testhost.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.3.0": { + "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "type": "package", + "path": "microsoft.win32.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.win32.primitives.4.3.0.nupkg.sha512", + "microsoft.win32.primitives.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "NETStandard.Library/1.6.1": { + "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "type": "package", + "path": "netstandard.library/1.6.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "netstandard.library.1.6.1.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "Newtonsoft.Json/13.0.1": { + "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "type": "package", + "path": "newtonsoft.json/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.1.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "NuGet.Frameworks/5.11.0": { + "sha512": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", + "type": "package", + "path": "nuget.frameworks/5.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net40/NuGet.Frameworks.dll", + "lib/net40/NuGet.Frameworks.xml", + "lib/net472/NuGet.Frameworks.dll", + "lib/net472/NuGet.Frameworks.xml", + "lib/netstandard2.0/NuGet.Frameworks.dll", + "lib/netstandard2.0/NuGet.Frameworks.xml", + "nuget.frameworks.5.11.0.nupkg.sha512", + "nuget.frameworks.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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.AppContext/4.3.0": { + "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "type": "package", + "path": "system.appcontext/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.AppContext.dll", + "lib/net463/System.AppContext.dll", + "lib/netcore50/System.AppContext.dll", + "lib/netstandard1.6/System.AppContext.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.AppContext.dll", + "ref/net463/System.AppContext.dll", + "ref/netstandard/_._", + "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", + "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll", + "system.appcontext.4.3.0.nupkg.sha512", + "system.appcontext.nuspec" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Console/4.3.0": { + "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "type": "package", + "path": "system.console/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.console.4.3.0.nupkg.sha512", + "system.console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.DiagnosticSource/4.3.0": { + "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/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.4.3.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec" + ] + }, + "System.Diagnostics.Tools/4.3.0": { + "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "type": "package", + "path": "system.diagnostics.tools/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tools.4.3.0.nupkg.sha512", + "system.diagnostics.tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win/lib/net46/System.IO.Compression.dll", + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", + "system.io.compression.4.3.0.nupkg.sha512", + "system.io.compression.nuspec" + ] + }, + "System.IO.Compression.ZipFile/4.3.0": { + "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "type": "package", + "path": "system.io.compression.zipfile/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.Compression.ZipFile.dll", + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.compression.zipfile.4.3.0.nupkg.sha512", + "system.io.compression.zipfile.nuspec" + ] + }, + "System.IO.FileSystem/4.3.0": { + "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "type": "package", + "path": "system.io.filesystem/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" + ] + }, + "System.Linq.Expressions/4.3.0": { + "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "type": "package", + "path": "system.linq.expressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", + "system.linq.expressions.4.3.0.nupkg.sha512", + "system.linq.expressions.nuspec" + ] + }, + "System.Net.Http/4.3.0": { + "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "type": "package", + "path": "system.net.http/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", + "system.net.http.4.3.0.nupkg.sha512", + "system.net.http.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Net.Sockets/4.3.0": { + "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "type": "package", + "path": "system.net.sockets/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.sockets.4.3.0.nupkg.sha512", + "system.net.sockets.nuspec" + ] + }, + "System.ObjectModel/4.3.0": { + "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "type": "package", + "path": "system.objectmodel/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.objectmodel.4.3.0.nupkg.sha512", + "system.objectmodel.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Emit/4.3.0": { + "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "type": "package", + "path": "system.reflection.emit/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/xamarinmac20/_._", + "system.reflection.emit.4.3.0.nupkg.sha512", + "system.reflection.emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "type": "package", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "system.reflection.emit.ilgeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "type": "package", + "path": "system.reflection.emit.lightweight/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.3.0": { + "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "type": "package", + "path": "system.reflection.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "type": "package", + "path": "system.reflection.metadata/1.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.6.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Reflection.TypeExtensions/4.3.0": { + "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "type": "package", + "path": "system.reflection.typeextensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net462/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net462/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "system.reflection.typeextensions.4.3.0.nupkg.sha512", + "system.reflection.typeextensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Cryptography.Algorithms/4.3.0": { + "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "type": "package", + "path": "system.security.cryptography.algorithms/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "system.security.cryptography.x509certificates.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Timer/4.3.0": { + "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "type": "package", + "path": "system.threading.timer/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.timer.4.3.0.nupkg.sha512", + "system.threading.timer.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.3.0": { + "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "type": "package", + "path": "system.xml.readerwriter/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.Xml.ReaderWriter.dll", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.readerwriter.4.3.0.nupkg.sha512", + "system.xml.readerwriter.nuspec" + ] + }, + "System.Xml.XDocument/4.3.0": { + "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "type": "package", + "path": "system.xml.xdocument/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xdocument.4.3.0.nupkg.sha512", + "system.xml.xdocument.nuspec" + ] + }, + "xunit/2.4.2": { + "sha512": "6Mj73Ont3zj2CJuoykVJfE0ZmRwn7C+pTuRP8c4bnaaTFjwNG6tGe0prJ1yIbMe9AHrpDys63ctWacSsFJWK/w==", + "type": "package", + "path": "xunit/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "xunit.2.4.2.nupkg.sha512", + "xunit.nuspec" + ] + }, + "xunit.abstractions/2.0.3": { + "sha512": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==", + "type": "package", + "path": "xunit.abstractions/2.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/xunit.abstractions.dll", + "lib/net35/xunit.abstractions.xml", + "lib/netstandard1.0/xunit.abstractions.dll", + "lib/netstandard1.0/xunit.abstractions.xml", + "lib/netstandard2.0/xunit.abstractions.dll", + "lib/netstandard2.0/xunit.abstractions.xml", + "xunit.abstractions.2.0.3.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.analyzers/1.0.0": { + "sha512": "BeO8hEgs/c8Ls2647fPfieMngncvf0D0xYNDfIO59MolxtCtVjFRd6SRc+7tj8VMqkVOuJcnc9eh4ngI2cAmLQ==", + "type": "package", + "path": "xunit.analyzers/1.0.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "analyzers/dotnet/cs/xunit.analyzers.dll", + "analyzers/dotnet/cs/xunit.analyzers.fixes.dll", + "tools/install.ps1", + "tools/uninstall.ps1", + "xunit.analyzers.1.0.0.nupkg.sha512", + "xunit.analyzers.nuspec" + ] + }, + "xunit.assert/2.4.2": { + "sha512": "pxJISOFjn2XTTi1mcDCkRZrTFb9OtRRCtx2kZFNF51GdReLr1ls2rnyxvAS4JO247K3aNtflvh5Q0346K5BROA==", + "type": "package", + "path": "xunit.assert/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/netstandard1.1/xunit.assert.dll", + "lib/netstandard1.1/xunit.assert.xml", + "xunit.assert.2.4.2.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.core/2.4.2": { + "sha512": "KB4yGCxNqIVyekhJLXtKSEq6BaXVp/JO3mbGVE1hxypZTLEe7h+sTbAhpA+yZW2dPtXTuiW+C1B2oxxHEkrmOw==", + "type": "package", + "path": "xunit.core/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "build/xunit.core.props", + "build/xunit.core.targets", + "buildMultiTargeting/xunit.core.props", + "buildMultiTargeting/xunit.core.targets", + "xunit.core.2.4.2.nupkg.sha512", + "xunit.core.nuspec" + ] + }, + "xunit.extensibility.core/2.4.2": { + "sha512": "W1BoXTIN1C6kpVSMw25huSet25ky6IAQUNovu3zGOGN/jWnbgSoTyCrlIhmXSg0tH5nEf8q7h3OjNHOjyu5PfA==", + "type": "package", + "path": "xunit.extensibility.core/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/net452/xunit.core.dll", + "lib/net452/xunit.core.dll.tdnet", + "lib/net452/xunit.core.xml", + "lib/net452/xunit.runner.tdnet.dll", + "lib/net452/xunit.runner.utility.net452.dll", + "lib/netstandard1.1/xunit.core.dll", + "lib/netstandard1.1/xunit.core.xml", + "xunit.extensibility.core.2.4.2.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.4.2": { + "sha512": "CZmgcKkwpyo8FlupZdWpJCryrAOWLh1FBPG6gmVZuPQkGQsim/oL4PcP4nfrC2hHgXUFtluvaJ0Sp9PQKUMNpg==", + "type": "package", + "path": "xunit.extensibility.execution/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/net452/xunit.execution.desktop.dll", + "lib/net452/xunit.execution.desktop.xml", + "lib/netstandard1.1/xunit.execution.dotnet.dll", + "lib/netstandard1.1/xunit.execution.dotnet.xml", + "xunit.extensibility.execution.2.4.2.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.visualstudio/2.4.5": { + "sha512": "OwHamvBdUKgqsXfBzWiCW/O98BTx81UKzx2bieIOQI7CZFE5NEQZGi8PBQGIKawDW96xeRffiNf20SjfC0x9hw==", + "type": "package", + "path": "xunit.runner.visualstudio/2.4.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "License.txt", + "build/net462/xunit.abstractions.dll", + "build/net462/xunit.runner.reporters.net452.dll", + "build/net462/xunit.runner.utility.net452.dll", + "build/net462/xunit.runner.visualstudio.props", + "build/net462/xunit.runner.visualstudio.testadapter.dll", + "build/netcoreapp3.1/xunit.abstractions.dll", + "build/netcoreapp3.1/xunit.runner.reporters.netcoreapp10.dll", + "build/netcoreapp3.1/xunit.runner.utility.netcoreapp10.dll", + "build/netcoreapp3.1/xunit.runner.visualstudio.dotnetcore.testadapter.dll", + "build/netcoreapp3.1/xunit.runner.visualstudio.props", + "build/uap10.0.16299/xunit.runner.reporters.netstandard15.dll", + "build/uap10.0.16299/xunit.runner.utility.netstandard15.dll", + "build/uap10.0.16299/xunit.runner.utility.uwp10.dll", + "build/uap10.0.16299/xunit.runner.utility.uwp10.pri", + "build/uap10.0.16299/xunit.runner.visualstudio.props", + "build/uap10.0.16299/xunit.runner.visualstudio.targets", + "build/uap10.0.16299/xunit.runner.visualstudio.uwp.testadapter.dll", + "build/uap10.0.16299/xunit.runner.visualstudio.uwp.testadapter.pri", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "lib/uap10.0.16299/_._", + "logo-512-transparent.png", + "xunit.runner.visualstudio.2.4.5.nupkg.sha512", + "xunit.runner.visualstudio.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "net6.0": [ + "Microsoft.NET.Test.Sdk >= 17.5.0", + "coverlet.collector >= 3.2.0", + "xunit >= 2.4.2", + "xunit.runner.visualstudio >= 2.4.5" + ] + }, + "packageFolders": { + "C:\\Users\\lucab\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\UnitTest.csproj", + "projectName": "UnitTest", + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\UnitTest.csproj", + "packagesPath": "C:\\Users\\lucab\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lucab\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.5.0, )" + }, + "coverlet.collector": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[3.2.0, )" + }, + "xunit": { + "target": "Package", + "version": "[2.4.2, )" + }, + "xunit.runner.visualstudio": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.4.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/TimelogTypesControllerTests/obj/project.nuget.cache b/TimelogTypesControllerTests/obj/project.nuget.cache new file mode 100644 index 0000000..d9e92e2 --- /dev/null +++ b/TimelogTypesControllerTests/obj/project.nuget.cache @@ -0,0 +1,98 @@ +{ + "version": 2, + "dgSpecHash": "YOKJMsxdWlP9UIPi2zpNBaz/BiZOrtNA+qOMDBLNKF8ibNKTyduWFY6tuHqp2X5WHud11HgGkBd1MBrrTq0ABA==", + "success": true, + "projectFilePath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\TimelogTypesControllerTests\\UnitTest.csproj", + "expectedPackageFiles": [ + "C:\\Users\\lucab\\.nuget\\packages\\coverlet.collector\\3.2.0\\coverlet.collector.3.2.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.codecoverage\\17.5.0\\microsoft.codecoverage.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.net.test.sdk\\17.5.0\\microsoft.net.test.sdk.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.5.0\\microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.testplatform.testhost\\17.5.0\\microsoft.testplatform.testhost.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.16.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.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit\\2.4.2\\xunit.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.abstractions\\2.0.3\\xunit.abstractions.2.0.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.analyzers\\1.0.0\\xunit.analyzers.1.0.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.assert\\2.4.2\\xunit.assert.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.core\\2.4.2\\xunit.core.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.extensibility.core\\2.4.2\\xunit.extensibility.core.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.extensibility.execution\\2.4.2\\xunit.extensibility.execution.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.runner.visualstudio\\2.4.5\\xunit.runner.visualstudio.2.4.5.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/UniTest/GlobalUsings.cs b/UniTest/GlobalUsings.cs new file mode 100644 index 0000000..8c927eb --- /dev/null +++ b/UniTest/GlobalUsings.cs @@ -0,0 +1 @@ +global using Xunit; \ No newline at end of file diff --git a/UniTest/UnitTest.cs b/UniTest/UnitTest.cs new file mode 100644 index 0000000..4b1bcea --- /dev/null +++ b/UniTest/UnitTest.cs @@ -0,0 +1,22 @@ +using Assessment.Controllers; + +namespace UnitTest +{ + public class UnitTest + { + // Testet, ob die Methode GetTimelogType die richtige ID zurückgibt. + [Fact] + public void GetTimelogType_ReturnsCorrectId() + { + // Arrange + var controller = new TimelogTypesController(); + int expectedId = 1; + + // Act + var result = controller.GetTimelogType(expectedId); + + // Assert + Assert.Equal(expectedId, result.Value.TimelogTypeId); + } + } +} diff --git a/UniTest/UnitTest.csproj b/UniTest/UnitTest.csproj new file mode 100644 index 0000000..fb506fb --- /dev/null +++ b/UniTest/UnitTest.csproj @@ -0,0 +1,25 @@ + + + + net6.0 + enable + enable + + false + true + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + diff --git a/UniTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/UniTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/UniTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/UniTest/obj/Debug/net6.0/UniTest.AssemblyInfo.cs b/UniTest/obj/Debug/net6.0/UniTest.AssemblyInfo.cs new file mode 100644 index 0000000..610214f --- /dev/null +++ b/UniTest/obj/Debug/net6.0/UniTest.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("UniTest")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("UniTest")] +[assembly: System.Reflection.AssemblyTitleAttribute("UniTest")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/UniTest/obj/Debug/net6.0/UniTest.AssemblyInfoInputs.cache b/UniTest/obj/Debug/net6.0/UniTest.AssemblyInfoInputs.cache new file mode 100644 index 0000000..360a02d --- /dev/null +++ b/UniTest/obj/Debug/net6.0/UniTest.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +b4bd8c573d128c00b5e95559a3eaf4d667039676 diff --git a/UniTest/obj/Debug/net6.0/UniTest.GeneratedMSBuildEditorConfig.editorconfig b/UniTest/obj/Debug/net6.0/UniTest.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..506b8cf --- /dev/null +++ b/UniTest/obj/Debug/net6.0/UniTest.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = UniTest +build_property.ProjectDir = C:\Users\lucab\OneDrive\Desktop\LeuchterSchnuppertag\UniTest\ diff --git a/UniTest/obj/Debug/net6.0/UniTest.GlobalUsings.g.cs b/UniTest/obj/Debug/net6.0/UniTest.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/UniTest/obj/Debug/net6.0/UniTest.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/UniTest/obj/Debug/net6.0/UniTest.assets.cache b/UniTest/obj/Debug/net6.0/UniTest.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..d8621d52097e7f6f59c4adef50a5fc75a355679e GIT binary patch literal 69526 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 C0nbYS literal 0 HcmV?d00001 diff --git a/UniTest/obj/Debug/net6.0/UniTest.csproj.AssemblyReference.cache b/UniTest/obj/Debug/net6.0/UniTest.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..0a9f09fee299db5e1dda62c64ee478b788323c9e GIT binary patch literal 11074 zcmdU#3se+U7{?icB+z(hX6GcWr6htg49fyhNVOtGAR3~Qi#oe=7Z!&d+?fR|2@8%q zG(bsBvlFLIFHL-ucUolgS%t9g8brXQibxo|&gB zz-flTFsQ&wHtKrbx$pci44a7B84DCT+BD&dOuuFDh0ij}n{rI6V?Y8y5XuC?Oj&tWHD z`0e@mTLW9yCWhTx6QTrTWCaHsV$z@assZzZnzkh^C=33^KLKM<{fm^%hUDm2eIf~I z5Pl+MN+ZJ?4IohujJ$zjB4sm-YDTAd3M`q$E&}>Qb(CDI(8g&=l2$}fatdA;Hq5^$ z2KJXn$;pSjuyPEUN*-{0Aw%(6)=+@6>U^N#3m|I@3Zb)L-x=1vO2}{)uVZw)4sar! z5!uP-N1hbu950TF^NxsQuIN9R&KyOd)VW>{B{UCZF5E?D%@ELO#q=>X2k$Bk5AQh} zNaxl}vp^c*WMHKFBeJ@B2w9bq?V-rB{g@edky|@BxK*-J-++kls+&aE>h}Ov3sR~*GzKs3*VMR+-DQK%uH@3TXXI52vj6AO zwrc1|b@bBX!mE%DV6)#0y*TK&zzshqth|!-xjH=%6ZOeEu3LZ!b9N)ycSQ_tHA9As zy<88CYWZlB;jVC2IoNzU-4vJ}Cy9yJ4SS)wp(53(&y7OB@T4WApcgj#7`Jp_&wH$^ zntre5{&N8*b8J_w=A`L;>eAh3Ed-HPk8N#cOG z>W;`}?I5!0O0tJisz;v`ck#MnNO_ffm?J{#riVEVw*0oIeS%T6kz&O0(*BSJY9tphORfd03thYR35- zt5=b7SlJ`3wPKE^^fYClqha}Yx@egSEk!yy_8%zw`M6MZ3v{r-MhJJBO_MJD(uj~a zXeG>AttDR@t%QRPWH_!+rypF(1Uy-)u8;mO=(8^->NA)6ri}mVpT^P3yzoTn=UvxcE8o-*7#)woet%dHG8PN@67I{xU`Ht#)Pw`}af>?vzoSA)>1jV(!|?)qhC z()+<=Q^42q!@n*Zmpgggm@e|&rhOwChY=Hwm+oPY1>VT6ZTn7fKJB5E$;x4!KRjF! zHY%~{*p;>A?7E|WrOddnPDP&^^Lq04e=eF75t6dy5Qw;P$j>+DJrgM8f%w^5Vy7#x zEXNTQNiqA5lL*CrIjPpl;}x+KEsu=>a)mGqj(b1K1u7-*u{)1bHib_Wj2*aKDxmbW z6={j9s%rIb7ibCTYlaDjGHjbPFFHhC`d)xAX_f+}uPt(HnSlFjIMr48N8tMQ?%L)t zuO6JYa#dbY&gHu0XU0uk+)-VTaoKJd)I$nccRg zZTpd+@t2CaH-_#_xvx9>mNlXM?1no!h~dzYqAnCi4I!e&6|!R4YxHg0pbJ2SV55nB&UCX zn63@cfC?SafC>p)0UioPhOG~_I6#+CjtimSumA}MP{IQ}r&9|@e3rn|YzE*84Z%hV z41cpv!pDeMF>;COirUfCnf68lzC^b;U@pAx^VA sJS8ad;(I#B5=cgyU34@>WT)gN*y+8bD}Z_pZQbxZn6jlu+C5 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyTitleAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/UniTest/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache b/UniTest/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f92f554 --- /dev/null +++ b/UniTest/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +0c97fe570797a1cd76b87c5a51214fd1258453eb diff --git a/UniTest/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig b/UniTest/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..c0f0f98 --- /dev/null +++ b/UniTest/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = UnitTest +build_property.ProjectDir = C:\Users\lucab\OneDrive\Desktop\LeuchterSchnuppertag\UniTest\ diff --git a/UniTest/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs b/UniTest/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/UniTest/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/UniTest/obj/Debug/net6.0/UnitTest.assets.cache b/UniTest/obj/Debug/net6.0/UnitTest.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..3afcbe03d4a0fe55d9c946f21fbff4e738b02b21 GIT binary patch literal 69526 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 CL(Sg+ literal 0 HcmV?d00001 diff --git a/UniTest/obj/Debug/net6.0/UnitTest.csproj.AssemblyReference.cache b/UniTest/obj/Debug/net6.0/UnitTest.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..0a9f09fee299db5e1dda62c64ee478b788323c9e GIT binary patch literal 11074 zcmdU#3se+U7{?icB+z(hX6GcWr6htg49fyhNVOtGAR3~Qi#oe=7Z!&d+?fR|2@8%q zG(bsBvlFLIFHL-ucUolgS%t9g8brXQibxo|&gB zz-flTFsQ&wHtKrbx$pci44a7B84DCT+BD&dOuuFDh0ij}n{rI6V?Y8y5XuC?Oj&tWHD z`0e@mTLW9yCWhTx6QTrTWCaHsV$z@assZzZnzkh^C=33^KLKM<{fm^%hUDm2eIf~I z5Pl+MN+ZJ?4IohujJ$zjB4sm-YDTAd3M`q$E&}>Qb(CDI(8g&=l2$}fatdA;Hq5^$ z2KJXn$;pSjuyPEUN*-{0Aw%(6)=+@6>U^N#3m|I@3Zb)L-x=1vO2}{)uVZw)4sar! z5!uP-N1hbu950TF^NxsQuIN9R&KyOd)VW>{B{UCZF5E?D%@ELO#q=>X2k$Bk5AQh} zNaxl}vp^c*WMHKFBeJ@B2w9bq?V-rB{g@edky|@BxK*-J-++kls+&aE>h}Ov3sR~*GzKs3*VMR+-DQK%uH@3TXXI52vj6AO zwrc1|b@bBX!mE%DV6)#0y*TK&zzshqth|!-xjH=%6ZOeEu3LZ!b9N)ycSQ_tHA9As zy<88CYWZlB;jVC2IoNzU-4vJ}Cy9yJ4SS)wp(53(&y7OB@T4WApcgj#7`Jp_&wH$^ zntre5{&N8*b8J_w=A`L;>eAh3Ed-HPk8N#cOG z>W;`}?I5!0O0tJisz;v`ck#MnNO_ffm?J{#riVEVw*0oIeS%T6kz&O0(*BSJY9tphORfd03thYR35- zt5=b7SlJ`3wPKE^^fYClqha}Yx@egSEk!yy_8%zw`M6MZ3v{r-MhJJBO_MJD(uj~a zXeG>AttDR@t%QRPWH_!+rypF(1Uy-)u8;mO=(8^->NA)6ri}mVpT^P3yzoTn=UvxcE8o-*7#)woet%dHG8PN@67I{xU`Ht#)Pw`}af>?vzoSA)>1jV(!|?)qhC z()+<=Q^42q!@n*Zmpgggm@e|&rhOwChY=Hwm+oPY1>VT6ZTn7fKJB5E$;x4!KRjF! zHY%~{*p;>A?7E|WrOddnPDP&^^Lq04e=eF75t6dy5Qw;P$j>+DJrgM8f%w^5Vy7#x zEXNTQNiqA5lL*CrIjPpl;}x+KEsu=>a)mGqj(b1K1u7-*u{)1bHib_Wj2*aKDxmbW z6={j9s%rIb7ibCTYlaDjGHjbPFFHhC`d)xAX_f+}uPt(HnSlFjIMr48N8tMQ?%L)t zuO6JYa#dbY&gHu0XU0uk+)-VTaoKJd)I$nccRg zZTpd+@t2CaH-_#_xvx9>mNlXM?1no!h~dzYqAnCi4I!e&6|!R4YxHg0pbJ2SV55nB&UCX zn63@cfC?SafC>p)0UioPhOG~_I6#+CjtimSumA}MP{IQ}r&9|@e3rn|YzE*84Z%hV z41cpv!pDeMF>;COirUfCnf68lzC^b;U@pAx^VA sJS8ad;(I#B5=cgyU34@>WT)gN*y+8bD}Z_pZQbxZn6jlu+C5 + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\lucab\.nuget\packages\ + PackageReference + 6.7.0 + + + + + + + + + + + + + C:\Users\lucab\.nuget\packages\xunit.analyzers\1.0.0 + + \ No newline at end of file diff --git a/UniTest/obj/UniTest.csproj.nuget.g.targets b/UniTest/obj/UniTest.csproj.nuget.g.targets new file mode 100644 index 0000000..6fdc8e3 --- /dev/null +++ b/UniTest/obj/UniTest.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/UniTest/obj/UnitTest.csproj.nuget.dgspec.json b/UniTest/obj/UnitTest.csproj.nuget.dgspec.json new file mode 100644 index 0000000..717f65f --- /dev/null +++ b/UniTest/obj/UnitTest.csproj.nuget.dgspec.json @@ -0,0 +1,85 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj": {} + }, + "projects": { + "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj", + "projectName": "UnitTest", + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj", + "packagesPath": "C:\\Users\\lucab\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lucab\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.5.0, )" + }, + "coverlet.collector": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[3.2.0, )" + }, + "xunit": { + "target": "Package", + "version": "[2.4.2, )" + }, + "xunit.runner.visualstudio": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.4.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/UniTest/obj/UnitTest.csproj.nuget.g.props b/UniTest/obj/UnitTest.csproj.nuget.g.props new file mode 100644 index 0000000..d3759e6 --- /dev/null +++ b/UniTest/obj/UnitTest.csproj.nuget.g.props @@ -0,0 +1,25 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\lucab\.nuget\packages\ + PackageReference + 6.7.0 + + + + + + + + + + + + + C:\Users\lucab\.nuget\packages\xunit.analyzers\1.0.0 + + \ No newline at end of file diff --git a/UniTest/obj/UnitTest.csproj.nuget.g.targets b/UniTest/obj/UnitTest.csproj.nuget.g.targets new file mode 100644 index 0000000..6fdc8e3 --- /dev/null +++ b/UniTest/obj/UnitTest.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/UniTest/obj/project.assets.json b/UniTest/obj/project.assets.json new file mode 100644 index 0000000..5aa0df4 --- /dev/null +++ b/UniTest/obj/project.assets.json @@ -0,0 +1,5599 @@ +{ + "version": 3, + "targets": { + "net6.0": { + "coverlet.collector/3.2.0": { + "type": "package", + "build": { + "build/netstandard1.0/coverlet.collector.targets": {} + } + }, + "Microsoft.CodeCoverage/17.5.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "build": { + "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, + "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} + } + }, + "Microsoft.NET.Test.Sdk/17.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeCoverage": "17.5.0", + "Microsoft.TestPlatform.TestHost": "17.5.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props": {}, + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.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.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.TestPlatform.TestHost/17.5.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} + } + }, + "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.Primitives.dll": { + "related": ".xml" + } + } + }, + "NETStandard.Library/1.6.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.AppContext": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Console": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tools": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Calendars": "4.3.0", + "System.IO": "4.3.0", + "System.IO.Compression": "4.3.0", + "System.IO.Compression.ZipFile": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", + "System.Net.Http": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.ObjectModel": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Runtime.Numerics": "4.3.0", + "System.Security.Cryptography.Algorithms": "4.3.0", + "System.Security.Cryptography.Encoding": "4.3.0", + "System.Security.Cryptography.Primitives": "4.3.0", + "System.Security.Cryptography.X509Certificates": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Timer": "4.3.0", + "System.Xml.ReaderWriter": "4.3.0", + "System.Xml.XDocument": "4.3.0" + } + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "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.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.AppContext/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/System.AppContext.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.AppContext.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": { + "related": ".xml" + } + } + }, + "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/System.Collections.Concurrent.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + } + }, + "System.Console/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Console.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "lib/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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.Calendars.dll": { + "related": ".xml" + } + } + }, + "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/_._": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/System.IO.Compression.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.IO.Compression.ZipFile/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.Compression.ZipFile.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.dll": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.IO.FileSystem.Primitives.dll": { + "related": ".xml" + } + }, + "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/System.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Net.Http.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "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": { + "related": ".xml" + } + } + }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Net.Sockets.dll": { + "related": ".xml" + } + } + }, + "System.ObjectModel/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.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.ObjectModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ObjectModel.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": { + "related": ".xml" + } + } + }, + "System.Reflection.Emit/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Emit.ILGeneration": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.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.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "System.Reflection.TypeExtensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.TypeExtensions.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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/System.Runtime.Numerics.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Numerics.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": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "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": { + "related": ".xml" + } + } + }, + "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.Encoding.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll": {} + }, + "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": { + "related": ".xml" + } + }, + "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": { + "related": ".xml" + } + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.Threading.Tasks.Extensions.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Timer/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.2/System.Threading.Timer.dll": { + "related": ".xml" + } + } + }, + "System.Xml.ReaderWriter/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Xml.ReaderWriter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.3.0": { + "type": "package", + "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" + }, + "compile": { + "ref/netstandard1.3/System.Xml.XDocument.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Xml.XDocument.dll": {} + } + }, + "xunit/2.4.2": { + "type": "package", + "dependencies": { + "xunit.analyzers": "1.0.0", + "xunit.assert": "2.4.2", + "xunit.core": "[2.4.2]" + } + }, + "xunit.abstractions/2.0.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/xunit.abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/xunit.abstractions.dll": { + "related": ".xml" + } + } + }, + "xunit.analyzers/1.0.0": { + "type": "package" + }, + "xunit.assert/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1" + }, + "compile": { + "lib/netstandard1.1/xunit.assert.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.assert.dll": { + "related": ".xml" + } + } + }, + "xunit.core/2.4.2": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.4.2]", + "xunit.extensibility.execution": "[2.4.2]" + }, + "build": { + "build/xunit.core.props": {}, + "build/xunit.core.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/xunit.core.props": {}, + "buildMultiTargeting/xunit.core.targets": {} + } + }, + "xunit.extensibility.core/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1", + "xunit.abstractions": "2.0.3" + }, + "compile": { + "lib/netstandard1.1/xunit.core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.core.dll": { + "related": ".xml" + } + } + }, + "xunit.extensibility.execution/2.4.2": { + "type": "package", + "dependencies": { + "NETStandard.Library": "1.6.1", + "xunit.extensibility.core": "[2.4.2]" + }, + "compile": { + "lib/netstandard1.1/xunit.execution.dotnet.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.1/xunit.execution.dotnet.dll": { + "related": ".xml" + } + } + }, + "xunit.runner.visualstudio/2.4.5": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/xunit.runner.visualstudio.props": {} + } + } + } + }, + "libraries": { + "coverlet.collector/3.2.0": { + "sha512": "xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==", + "type": "package", + "path": "coverlet.collector/3.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/netstandard1.0/Microsoft.Bcl.AsyncInterfaces.dll", + "build/netstandard1.0/Microsoft.CSharp.dll", + "build/netstandard1.0/Microsoft.DotNet.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyModel.dll", + "build/netstandard1.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "build/netstandard1.0/Microsoft.TestPlatform.CoreUtilities.dll", + "build/netstandard1.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "build/netstandard1.0/Mono.Cecil.Mdb.dll", + "build/netstandard1.0/Mono.Cecil.Pdb.dll", + "build/netstandard1.0/Mono.Cecil.Rocks.dll", + "build/netstandard1.0/Mono.Cecil.dll", + "build/netstandard1.0/Newtonsoft.Json.dll", + "build/netstandard1.0/NuGet.Frameworks.dll", + "build/netstandard1.0/System.AppContext.dll", + "build/netstandard1.0/System.Collections.Immutable.dll", + "build/netstandard1.0/System.Dynamic.Runtime.dll", + "build/netstandard1.0/System.IO.FileSystem.Primitives.dll", + "build/netstandard1.0/System.Linq.Expressions.dll", + "build/netstandard1.0/System.Linq.dll", + "build/netstandard1.0/System.ObjectModel.dll", + "build/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "build/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "build/netstandard1.0/System.Reflection.Emit.dll", + "build/netstandard1.0/System.Reflection.Metadata.dll", + "build/netstandard1.0/System.Reflection.TypeExtensions.dll", + "build/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "build/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "build/netstandard1.0/System.Text.RegularExpressions.dll", + "build/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "build/netstandard1.0/System.Threading.dll", + "build/netstandard1.0/System.Xml.ReaderWriter.dll", + "build/netstandard1.0/System.Xml.XDocument.dll", + "build/netstandard1.0/coverlet.collector.deps.json", + "build/netstandard1.0/coverlet.collector.dll", + "build/netstandard1.0/coverlet.collector.pdb", + "build/netstandard1.0/coverlet.collector.targets", + "build/netstandard1.0/coverlet.core.dll", + "build/netstandard1.0/coverlet.core.pdb", + "coverlet-icon.png", + "coverlet.collector.3.2.0.nupkg.sha512", + "coverlet.collector.nuspec" + ] + }, + "Microsoft.CodeCoverage/17.5.0": { + "sha512": "6FQo0O6LKDqbCiIgVQhJAf810HSjFlOj7FunWaeOGDKxy8DAbpHzPk4SfBTXz9ytaaceuIIeR6hZgplt09m+ig==", + "type": "package", + "path": "microsoft.codecoverage/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netstandard2.0/CodeCoverage/CodeCoverage.config", + "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/VanguardInstrumentationProfiler_x86.config", + "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/amd64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", + "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/arm64/VanguardInstrumentationProfiler_arm64.config", + "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", + "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", + "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "build/netstandard2.0/CodeCoverage/covrun32.dll", + "build/netstandard2.0/CodeCoverage/msdia140.dll", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/arm64/MicrosoftInstrumentationEngine_arm64.dll", + "build/netstandard2.0/InstrumentationEngine/macos/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libCoverageInstrumentationMethod.dylib", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libInstrumentationEngine.dylib", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/x64/MicrosoftInstrumentationEngine_x64.dll", + "build/netstandard2.0/InstrumentationEngine/x86/MicrosoftInstrumentationEngine_x86.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.props", + "build/netstandard2.0/Microsoft.CodeCoverage.targets", + "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", + "build/netstandard2.0/Mono.Cecil.Pdb.dll", + "build/netstandard2.0/Mono.Cecil.Rocks.dll", + "build/netstandard2.0/Mono.Cecil.dll", + "build/netstandard2.0/ThirdPartyNotices.txt", + "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "microsoft.codecoverage.17.5.0.nupkg.sha512", + "microsoft.codecoverage.nuspec" + ] + }, + "Microsoft.NET.Test.Sdk/17.5.0": { + "sha512": "IJ4eSPcsRbwbAZehh1M9KgejSy0u3d0wAdkJytfCh67zOaCl5U3ltruUEe15MqirdRqGmm/ngbjeaVeGapSZxg==", + "type": "package", + "path": "microsoft.net.test.sdk/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "build/net462/Microsoft.NET.Test.Sdk.props", + "build/net462/Microsoft.NET.Test.Sdk.targets", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets", + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "microsoft.net.test.sdk.17.5.0.nupkg.sha512", + "microsoft.net.test.sdk.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "type": "package", + "path": "microsoft.netcore.platforms/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "sha512": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==", + "type": "package", + "path": "microsoft.testplatform.objectmodel/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "microsoft.testplatform.objectmodel.nuspec" + ] + }, + "Microsoft.TestPlatform.TestHost/17.5.0": { + "sha512": "X86aikwp9d4SDcBChwzQYZihTPGEtMdDk+9t64emAl7N0Tq+OmlLAoW+Rs+2FB2k6QdUicSlT4QLO2xABRokaw==", + "type": "package", + "path": "microsoft.testplatform.testhost/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props", + "build/netcoreapp3.1/x64/testhost.dll", + "build/netcoreapp3.1/x64/testhost.exe", + "build/netcoreapp3.1/x86/testhost.x86.dll", + "build/netcoreapp3.1/x86/testhost.x86.exe", + "lib/net462/_._", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/testhost.deps.json", + "lib/netcoreapp3.1/testhost.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/x64/msdia140.dll", + "lib/netcoreapp3.1/x86/msdia140.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "microsoft.testplatform.testhost.17.5.0.nupkg.sha512", + "microsoft.testplatform.testhost.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.3.0": { + "sha512": "9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "type": "package", + "path": "microsoft.win32.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.win32.primitives.4.3.0.nupkg.sha512", + "microsoft.win32.primitives.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.dll", + "ref/netstandard1.3/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._" + ] + }, + "NETStandard.Library/1.6.1": { + "sha512": "WcSp3+vP+yHNgS8EV5J7pZ9IRpeDuARBPN28by8zqff1wJQXm26PVU8L3/fYLBJVU7BtDyqNVWq2KlCVvSSR4A==", + "type": "package", + "path": "netstandard.library/1.6.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "netstandard.library.1.6.1.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "Newtonsoft.Json/13.0.1": { + "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "type": "package", + "path": "newtonsoft.json/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.1.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "NuGet.Frameworks/5.11.0": { + "sha512": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", + "type": "package", + "path": "nuget.frameworks/5.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net40/NuGet.Frameworks.dll", + "lib/net40/NuGet.Frameworks.xml", + "lib/net472/NuGet.Frameworks.dll", + "lib/net472/NuGet.Frameworks.xml", + "lib/netstandard2.0/NuGet.Frameworks.dll", + "lib/netstandard2.0/NuGet.Frameworks.xml", + "nuget.frameworks.5.11.0.nupkg.sha512", + "nuget.frameworks.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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Security.Cryptography.Apple/4.3.0": { + "sha512": "DloMk88juo0OuOWr56QG7MNchmafTLYWvABy36izkrLI5VledI0rq28KGs1i9wbpeT9NPQrx/wTf8U2vazqQ3Q==", + "type": "package", + "path": "runtime.native.system.security.cryptography.apple/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.AppContext/4.3.0": { + "sha512": "fKC+rmaLfeIzUhagxY17Q9siv/sPrjjKcfNg1Ic8IlQkZLipo8ljcaZQu4VtI4Jqbzjc2VTjzGLF6WmsRXAEgA==", + "type": "package", + "path": "system.appcontext/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.AppContext.dll", + "lib/net463/System.AppContext.dll", + "lib/netcore50/System.AppContext.dll", + "lib/netstandard1.6/System.AppContext.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.AppContext.dll", + "ref/net463/System.AppContext.dll", + "ref/netstandard/_._", + "ref/netstandard1.3/System.AppContext.dll", + "ref/netstandard1.3/System.AppContext.xml", + "ref/netstandard1.3/de/System.AppContext.xml", + "ref/netstandard1.3/es/System.AppContext.xml", + "ref/netstandard1.3/fr/System.AppContext.xml", + "ref/netstandard1.3/it/System.AppContext.xml", + "ref/netstandard1.3/ja/System.AppContext.xml", + "ref/netstandard1.3/ko/System.AppContext.xml", + "ref/netstandard1.3/ru/System.AppContext.xml", + "ref/netstandard1.3/zh-hans/System.AppContext.xml", + "ref/netstandard1.3/zh-hant/System.AppContext.xml", + "ref/netstandard1.6/System.AppContext.dll", + "ref/netstandard1.6/System.AppContext.xml", + "ref/netstandard1.6/de/System.AppContext.xml", + "ref/netstandard1.6/es/System.AppContext.xml", + "ref/netstandard1.6/fr/System.AppContext.xml", + "ref/netstandard1.6/it/System.AppContext.xml", + "ref/netstandard1.6/ja/System.AppContext.xml", + "ref/netstandard1.6/ko/System.AppContext.xml", + "ref/netstandard1.6/ru/System.AppContext.xml", + "ref/netstandard1.6/zh-hans/System.AppContext.xml", + "ref/netstandard1.6/zh-hant/System.AppContext.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.AppContext.dll", + "system.appcontext.4.3.0.nupkg.sha512", + "system.appcontext.nuspec" + ] + }, + "System.Buffers/4.3.0": { + "sha512": "ratu44uTIHgeBeI0dE8DWvmXVBSo4u7ozRZZHOMmK/JPpYyo0dAfgSiHlpiObMQ5lEtEyIXA40sKRYg5J6A8uQ==", + "type": "package", + "path": "system.buffers/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Console/4.3.0": { + "sha512": "DHDrIxiqk1h03m6khKWV2X8p/uvN79rgSqpilL6uzpmSfxfU5ng8VcPtW4qsDsQDHiTv6IPV9TmD5M/vElPNLg==", + "type": "package", + "path": "system.console/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/netstandard1.3/System.Console.dll", + "ref/netstandard1.3/System.Console.xml", + "ref/netstandard1.3/de/System.Console.xml", + "ref/netstandard1.3/es/System.Console.xml", + "ref/netstandard1.3/fr/System.Console.xml", + "ref/netstandard1.3/it/System.Console.xml", + "ref/netstandard1.3/ja/System.Console.xml", + "ref/netstandard1.3/ko/System.Console.xml", + "ref/netstandard1.3/ru/System.Console.xml", + "ref/netstandard1.3/zh-hans/System.Console.xml", + "ref/netstandard1.3/zh-hant/System.Console.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.console.4.3.0.nupkg.sha512", + "system.console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.3.0": { + "sha512": "ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "type": "package", + "path": "system.diagnostics.debug/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.DiagnosticSource/4.3.0": { + "sha512": "tD6kosZnTAGdrEa0tZSuFyunMbt/5KYDnHdndJYGqZoNy00XVXyACd5d6KnE1YgYv3ne2CjtAfNXo/fwEhnKUA==", + "type": "package", + "path": "system.diagnostics.diagnosticsource/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Diagnostics.DiagnosticSource.dll", + "lib/net46/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.4.3.0.nupkg.sha512", + "system.diagnostics.diagnosticsource.nuspec" + ] + }, + "System.Diagnostics.Tools/4.3.0": { + "sha512": "UUvkJfSYJMM6x527dJg2VyWPSRqIVB0Z7dbjHst1zmwTXz5CcXSYJFWRpuigfbO1Lf7yfZiIaEUesfnl/g5EyA==", + "type": "package", + "path": "system.diagnostics.tools/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/netcore50/de/System.Diagnostics.Tools.xml", + "ref/netcore50/es/System.Diagnostics.Tools.xml", + "ref/netcore50/fr/System.Diagnostics.Tools.xml", + "ref/netcore50/it/System.Diagnostics.Tools.xml", + "ref/netcore50/ja/System.Diagnostics.Tools.xml", + "ref/netcore50/ko/System.Diagnostics.Tools.xml", + "ref/netcore50/ru/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/System.Diagnostics.Tools.dll", + "ref/netstandard1.0/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/de/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/es/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/fr/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/it/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ja/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ko/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/ru/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hans/System.Diagnostics.Tools.xml", + "ref/netstandard1.0/zh-hant/System.Diagnostics.Tools.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.diagnostics.tools.4.3.0.nupkg.sha512", + "system.diagnostics.tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.3.0": { + "sha512": "rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "type": "package", + "path": "system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.IO.Compression.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/netcore50/de/System.IO.Compression.xml", + "ref/netcore50/es/System.IO.Compression.xml", + "ref/netcore50/fr/System.IO.Compression.xml", + "ref/netcore50/it/System.IO.Compression.xml", + "ref/netcore50/ja/System.IO.Compression.xml", + "ref/netcore50/ko/System.IO.Compression.xml", + "ref/netcore50/ru/System.IO.Compression.xml", + "ref/netcore50/zh-hans/System.IO.Compression.xml", + "ref/netcore50/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.1/System.IO.Compression.dll", + "ref/netstandard1.1/System.IO.Compression.xml", + "ref/netstandard1.1/de/System.IO.Compression.xml", + "ref/netstandard1.1/es/System.IO.Compression.xml", + "ref/netstandard1.1/fr/System.IO.Compression.xml", + "ref/netstandard1.1/it/System.IO.Compression.xml", + "ref/netstandard1.1/ja/System.IO.Compression.xml", + "ref/netstandard1.1/ko/System.IO.Compression.xml", + "ref/netstandard1.1/ru/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.1/zh-hant/System.IO.Compression.xml", + "ref/netstandard1.3/System.IO.Compression.dll", + "ref/netstandard1.3/System.IO.Compression.xml", + "ref/netstandard1.3/de/System.IO.Compression.xml", + "ref/netstandard1.3/es/System.IO.Compression.xml", + "ref/netstandard1.3/fr/System.IO.Compression.xml", + "ref/netstandard1.3/it/System.IO.Compression.xml", + "ref/netstandard1.3/ja/System.IO.Compression.xml", + "ref/netstandard1.3/ko/System.IO.Compression.xml", + "ref/netstandard1.3/ru/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.3/System.IO.Compression.dll", + "runtimes/win/lib/net46/System.IO.Compression.dll", + "runtimes/win/lib/netstandard1.3/System.IO.Compression.dll", + "system.io.compression.4.3.0.nupkg.sha512", + "system.io.compression.nuspec" + ] + }, + "System.IO.Compression.ZipFile/4.3.0": { + "sha512": "G4HwjEsgIwy3JFBduZ9quBkAu+eUwjIdJleuNSgmUojbH6O3mlvEIme+GHx/cLlTAPcrnnL7GqvB9pTlWRfhOg==", + "type": "package", + "path": "system.io.compression.zipfile/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.Compression.ZipFile.dll", + "lib/netstandard1.3/System.IO.Compression.ZipFile.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.dll", + "ref/netstandard1.3/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/de/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/es/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/fr/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/it/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ja/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ko/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/ru/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hans/System.IO.Compression.ZipFile.xml", + "ref/netstandard1.3/zh-hant/System.IO.Compression.ZipFile.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.compression.zipfile.4.3.0.nupkg.sha512", + "system.io.compression.zipfile.nuspec" + ] + }, + "System.IO.FileSystem/4.3.0": { + "sha512": "3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "type": "package", + "path": "system.io.filesystem/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.dll", + "lib/netcore50/System.Linq.dll", + "lib/netstandard1.6/System.Linq.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.dll", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", + "ref/netstandard1.0/System.Linq.dll", + "ref/netstandard1.0/System.Linq.xml", + "ref/netstandard1.0/de/System.Linq.xml", + "ref/netstandard1.0/es/System.Linq.xml", + "ref/netstandard1.0/fr/System.Linq.xml", + "ref/netstandard1.0/it/System.Linq.xml", + "ref/netstandard1.0/ja/System.Linq.xml", + "ref/netstandard1.0/ko/System.Linq.xml", + "ref/netstandard1.0/ru/System.Linq.xml", + "ref/netstandard1.0/zh-hans/System.Linq.xml", + "ref/netstandard1.0/zh-hant/System.Linq.xml", + "ref/netstandard1.6/System.Linq.dll", + "ref/netstandard1.6/System.Linq.xml", + "ref/netstandard1.6/de/System.Linq.xml", + "ref/netstandard1.6/es/System.Linq.xml", + "ref/netstandard1.6/fr/System.Linq.xml", + "ref/netstandard1.6/it/System.Linq.xml", + "ref/netstandard1.6/ja/System.Linq.xml", + "ref/netstandard1.6/ko/System.Linq.xml", + "ref/netstandard1.6/ru/System.Linq.xml", + "ref/netstandard1.6/zh-hans/System.Linq.xml", + "ref/netstandard1.6/zh-hant/System.Linq.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.linq.4.3.0.nupkg.sha512", + "system.linq.nuspec" + ] + }, + "System.Linq.Expressions/4.3.0": { + "sha512": "PGKkrd2khG4CnlyJwxwwaWWiSiWFNBGlgXvJpeO0xCXrZ89ODrQ6tjEWS/kOqZ8GwEOUATtKtzp1eRgmYNfclg==", + "type": "package", + "path": "system.linq.expressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netstandard1.6/System.Linq.Expressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.0/System.Linq.Expressions.dll", + "ref/netstandard1.0/System.Linq.Expressions.xml", + "ref/netstandard1.0/de/System.Linq.Expressions.xml", + "ref/netstandard1.0/es/System.Linq.Expressions.xml", + "ref/netstandard1.0/fr/System.Linq.Expressions.xml", + "ref/netstandard1.0/it/System.Linq.Expressions.xml", + "ref/netstandard1.0/ja/System.Linq.Expressions.xml", + "ref/netstandard1.0/ko/System.Linq.Expressions.xml", + "ref/netstandard1.0/ru/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.0/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.3/System.Linq.Expressions.dll", + "ref/netstandard1.3/System.Linq.Expressions.xml", + "ref/netstandard1.3/de/System.Linq.Expressions.xml", + "ref/netstandard1.3/es/System.Linq.Expressions.xml", + "ref/netstandard1.3/fr/System.Linq.Expressions.xml", + "ref/netstandard1.3/it/System.Linq.Expressions.xml", + "ref/netstandard1.3/ja/System.Linq.Expressions.xml", + "ref/netstandard1.3/ko/System.Linq.Expressions.xml", + "ref/netstandard1.3/ru/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.3/zh-hant/System.Linq.Expressions.xml", + "ref/netstandard1.6/System.Linq.Expressions.dll", + "ref/netstandard1.6/System.Linq.Expressions.xml", + "ref/netstandard1.6/de/System.Linq.Expressions.xml", + "ref/netstandard1.6/es/System.Linq.Expressions.xml", + "ref/netstandard1.6/fr/System.Linq.Expressions.xml", + "ref/netstandard1.6/it/System.Linq.Expressions.xml", + "ref/netstandard1.6/ja/System.Linq.Expressions.xml", + "ref/netstandard1.6/ko/System.Linq.Expressions.xml", + "ref/netstandard1.6/ru/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hans/System.Linq.Expressions.xml", + "ref/netstandard1.6/zh-hant/System.Linq.Expressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Linq.Expressions.dll", + "system.linq.expressions.4.3.0.nupkg.sha512", + "system.linq.expressions.nuspec" + ] + }, + "System.Net.Http/4.3.0": { + "sha512": "sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "type": "package", + "path": "system.net.http/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/Xamarinmac20/_._", + "lib/monoandroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/net46/System.Net.Http.dll", + "lib/portable-net45+win8+wpa81/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/Xamarinmac20/_._", + "ref/monoandroid10/_._", + "ref/monotouch10/_._", + "ref/net45/_._", + "ref/net46/System.Net.Http.dll", + "ref/net46/System.Net.Http.xml", + "ref/net46/de/System.Net.Http.xml", + "ref/net46/es/System.Net.Http.xml", + "ref/net46/fr/System.Net.Http.xml", + "ref/net46/it/System.Net.Http.xml", + "ref/net46/ja/System.Net.Http.xml", + "ref/net46/ko/System.Net.Http.xml", + "ref/net46/ru/System.Net.Http.xml", + "ref/net46/zh-hans/System.Net.Http.xml", + "ref/net46/zh-hant/System.Net.Http.xml", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/netcore50/de/System.Net.Http.xml", + "ref/netcore50/es/System.Net.Http.xml", + "ref/netcore50/fr/System.Net.Http.xml", + "ref/netcore50/it/System.Net.Http.xml", + "ref/netcore50/ja/System.Net.Http.xml", + "ref/netcore50/ko/System.Net.Http.xml", + "ref/netcore50/ru/System.Net.Http.xml", + "ref/netcore50/zh-hans/System.Net.Http.xml", + "ref/netcore50/zh-hant/System.Net.Http.xml", + "ref/netstandard1.1/System.Net.Http.dll", + "ref/netstandard1.1/System.Net.Http.xml", + "ref/netstandard1.1/de/System.Net.Http.xml", + "ref/netstandard1.1/es/System.Net.Http.xml", + "ref/netstandard1.1/fr/System.Net.Http.xml", + "ref/netstandard1.1/it/System.Net.Http.xml", + "ref/netstandard1.1/ja/System.Net.Http.xml", + "ref/netstandard1.1/ko/System.Net.Http.xml", + "ref/netstandard1.1/ru/System.Net.Http.xml", + "ref/netstandard1.1/zh-hans/System.Net.Http.xml", + "ref/netstandard1.1/zh-hant/System.Net.Http.xml", + "ref/netstandard1.3/System.Net.Http.dll", + "ref/netstandard1.3/System.Net.Http.xml", + "ref/netstandard1.3/de/System.Net.Http.xml", + "ref/netstandard1.3/es/System.Net.Http.xml", + "ref/netstandard1.3/fr/System.Net.Http.xml", + "ref/netstandard1.3/it/System.Net.Http.xml", + "ref/netstandard1.3/ja/System.Net.Http.xml", + "ref/netstandard1.3/ko/System.Net.Http.xml", + "ref/netstandard1.3/ru/System.Net.Http.xml", + "ref/netstandard1.3/zh-hans/System.Net.Http.xml", + "ref/netstandard1.3/zh-hant/System.Net.Http.xml", + "ref/portable-net45+win8+wpa81/_._", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Net.Http.dll", + "runtimes/win/lib/net46/System.Net.Http.dll", + "runtimes/win/lib/netcore50/System.Net.Http.dll", + "runtimes/win/lib/netstandard1.3/System.Net.Http.dll", + "system.net.http.4.3.0.nupkg.sha512", + "system.net.http.nuspec" + ] + }, + "System.Net.Primitives/4.3.0": { + "sha512": "qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "type": "package", + "path": "system.net.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.0/System.Net.Primitives.dll", + "ref/netstandard1.0/System.Net.Primitives.xml", + "ref/netstandard1.0/de/System.Net.Primitives.xml", + "ref/netstandard1.0/es/System.Net.Primitives.xml", + "ref/netstandard1.0/fr/System.Net.Primitives.xml", + "ref/netstandard1.0/it/System.Net.Primitives.xml", + "ref/netstandard1.0/ja/System.Net.Primitives.xml", + "ref/netstandard1.0/ko/System.Net.Primitives.xml", + "ref/netstandard1.0/ru/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.1/System.Net.Primitives.dll", + "ref/netstandard1.1/System.Net.Primitives.xml", + "ref/netstandard1.1/de/System.Net.Primitives.xml", + "ref/netstandard1.1/es/System.Net.Primitives.xml", + "ref/netstandard1.1/fr/System.Net.Primitives.xml", + "ref/netstandard1.1/it/System.Net.Primitives.xml", + "ref/netstandard1.1/ja/System.Net.Primitives.xml", + "ref/netstandard1.1/ko/System.Net.Primitives.xml", + "ref/netstandard1.1/ru/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.1/zh-hant/System.Net.Primitives.xml", + "ref/netstandard1.3/System.Net.Primitives.dll", + "ref/netstandard1.3/System.Net.Primitives.xml", + "ref/netstandard1.3/de/System.Net.Primitives.xml", + "ref/netstandard1.3/es/System.Net.Primitives.xml", + "ref/netstandard1.3/fr/System.Net.Primitives.xml", + "ref/netstandard1.3/it/System.Net.Primitives.xml", + "ref/netstandard1.3/ja/System.Net.Primitives.xml", + "ref/netstandard1.3/ko/System.Net.Primitives.xml", + "ref/netstandard1.3/ru/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hans/System.Net.Primitives.xml", + "ref/netstandard1.3/zh-hant/System.Net.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.primitives.4.3.0.nupkg.sha512", + "system.net.primitives.nuspec" + ] + }, + "System.Net.Sockets/4.3.0": { + "sha512": "m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "type": "package", + "path": "system.net.sockets/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.dll", + "ref/netstandard1.3/System.Net.Sockets.xml", + "ref/netstandard1.3/de/System.Net.Sockets.xml", + "ref/netstandard1.3/es/System.Net.Sockets.xml", + "ref/netstandard1.3/fr/System.Net.Sockets.xml", + "ref/netstandard1.3/it/System.Net.Sockets.xml", + "ref/netstandard1.3/ja/System.Net.Sockets.xml", + "ref/netstandard1.3/ko/System.Net.Sockets.xml", + "ref/netstandard1.3/ru/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hans/System.Net.Sockets.xml", + "ref/netstandard1.3/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.net.sockets.4.3.0.nupkg.sha512", + "system.net.sockets.nuspec" + ] + }, + "System.ObjectModel/4.3.0": { + "sha512": "bdX+80eKv9bN6K4N+d77OankKHGn6CH711a6fcOpMQu2Fckp/Ft4L/kW9WznHpyR0NRAvJutzOMHNNlBGvxQzQ==", + "type": "package", + "path": "system.objectmodel/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.ObjectModel.dll", + "lib/netstandard1.3/System.ObjectModel.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.ObjectModel.dll", + "ref/netcore50/System.ObjectModel.xml", + "ref/netcore50/de/System.ObjectModel.xml", + "ref/netcore50/es/System.ObjectModel.xml", + "ref/netcore50/fr/System.ObjectModel.xml", + "ref/netcore50/it/System.ObjectModel.xml", + "ref/netcore50/ja/System.ObjectModel.xml", + "ref/netcore50/ko/System.ObjectModel.xml", + "ref/netcore50/ru/System.ObjectModel.xml", + "ref/netcore50/zh-hans/System.ObjectModel.xml", + "ref/netcore50/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.0/System.ObjectModel.dll", + "ref/netstandard1.0/System.ObjectModel.xml", + "ref/netstandard1.0/de/System.ObjectModel.xml", + "ref/netstandard1.0/es/System.ObjectModel.xml", + "ref/netstandard1.0/fr/System.ObjectModel.xml", + "ref/netstandard1.0/it/System.ObjectModel.xml", + "ref/netstandard1.0/ja/System.ObjectModel.xml", + "ref/netstandard1.0/ko/System.ObjectModel.xml", + "ref/netstandard1.0/ru/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.0/zh-hant/System.ObjectModel.xml", + "ref/netstandard1.3/System.ObjectModel.dll", + "ref/netstandard1.3/System.ObjectModel.xml", + "ref/netstandard1.3/de/System.ObjectModel.xml", + "ref/netstandard1.3/es/System.ObjectModel.xml", + "ref/netstandard1.3/fr/System.ObjectModel.xml", + "ref/netstandard1.3/it/System.ObjectModel.xml", + "ref/netstandard1.3/ja/System.ObjectModel.xml", + "ref/netstandard1.3/ko/System.ObjectModel.xml", + "ref/netstandard1.3/ru/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hans/System.ObjectModel.xml", + "ref/netstandard1.3/zh-hant/System.ObjectModel.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.objectmodel.4.3.0.nupkg.sha512", + "system.objectmodel.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Emit/4.3.0": { + "sha512": "228FG0jLcIwTVJyz8CLFKueVqQK36ANazUManGaJHkO0icjiIypKW7YLWLIWahyIkdh5M7mV2dJepllLyA1SKg==", + "type": "package", + "path": "system.reflection.emit/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/monotouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/netstandard1.3/System.Reflection.Emit.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/netstandard1.1/System.Reflection.Emit.dll", + "ref/netstandard1.1/System.Reflection.Emit.xml", + "ref/netstandard1.1/de/System.Reflection.Emit.xml", + "ref/netstandard1.1/es/System.Reflection.Emit.xml", + "ref/netstandard1.1/fr/System.Reflection.Emit.xml", + "ref/netstandard1.1/it/System.Reflection.Emit.xml", + "ref/netstandard1.1/ja/System.Reflection.Emit.xml", + "ref/netstandard1.1/ko/System.Reflection.Emit.xml", + "ref/netstandard1.1/ru/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hans/System.Reflection.Emit.xml", + "ref/netstandard1.1/zh-hant/System.Reflection.Emit.xml", + "ref/xamarinmac20/_._", + "system.reflection.emit.4.3.0.nupkg.sha512", + "system.reflection.emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.3.0": { + "sha512": "59tBslAk9733NXLrUJrwNZEzbMAcu8k344OYo+wfSVygcgZ9lgBdGIzH/nrg3LYhXceynyvTc8t5/GD4Ri0/ng==", + "type": "package", + "path": "system.reflection.emit.ilgeneration/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "ref/netstandard1.0/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "system.reflection.emit.ilgeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.3.0": { + "sha512": "oadVHGSMsTmZsAF864QYN1t1QzZjIcuKU3l2S9cZOwDdDueNTrqq1yRj7koFfIGEnKpt6NjpL3rOzRhs4ryOgA==", + "type": "package", + "path": "system.reflection.emit.lightweight/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll", + "lib/portable-net45+wp8/_._", + "lib/wp80/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "ref/netstandard1.0/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/de/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/es/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/fr/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/it/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ja/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ko/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/ru/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/portable-net45+wp8/_._", + "ref/wp80/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/_._", + "system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "system.reflection.emit.lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.3.0": { + "sha512": "rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "type": "package", + "path": "system.reflection.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "type": "package", + "path": "system.reflection.metadata/1.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.6.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Reflection.TypeExtensions/4.3.0": { + "sha512": "7u6ulLcZbyxB5Gq0nMkQttcdBTx57ibzw+4IOXEfR+sXYQoHvjW5LTLyNr8O22UIMrqYbchJQJnos4eooYzYJA==", + "type": "package", + "path": "system.reflection.typeextensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net462/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net462/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.3/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/System.Reflection.TypeExtensions.dll", + "ref/netstandard1.5/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/de/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/es/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/fr/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/it/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ja/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ko/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/ru/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "system.reflection.typeextensions.4.3.0.nupkg.sha512", + "system.reflection.typeextensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Cryptography.Algorithms/4.3.0": { + "sha512": "W1kd2Y8mYSCgc3ULTAZ0hOP2dSdG5YauTb1089T0/kRcN2MpSAW1izOFROrJgxSlMn3ArsgHXagigyi+ibhevg==", + "type": "package", + "path": "system.security.cryptography.algorithms/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net461/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net461/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.3/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.3/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.dll", + "ref/netstandard1.4/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/de/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/es/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/fr/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/it/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ja/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ko/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/ru/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "ref/netstandard1.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net46/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/net461/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll", + "system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "system.security.cryptography.x509certificates.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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": [ + ".nupkg.metadata", + ".signature.p7s", + "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.Timer/4.3.0": { + "sha512": "Z6YfyYTCg7lOZjJzBjONJTFKGN9/NIYKSxhU5GRd+DTwHSZyvWp1xuI5aR+dLg+ayyC5Xv57KiY4oJ0tMO89fQ==", + "type": "package", + "path": "system.threading.timer/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/_._", + "lib/portable-net451+win81+wpa81/_._", + "lib/win81/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/_._", + "ref/netcore50/System.Threading.Timer.dll", + "ref/netcore50/System.Threading.Timer.xml", + "ref/netcore50/de/System.Threading.Timer.xml", + "ref/netcore50/es/System.Threading.Timer.xml", + "ref/netcore50/fr/System.Threading.Timer.xml", + "ref/netcore50/it/System.Threading.Timer.xml", + "ref/netcore50/ja/System.Threading.Timer.xml", + "ref/netcore50/ko/System.Threading.Timer.xml", + "ref/netcore50/ru/System.Threading.Timer.xml", + "ref/netcore50/zh-hans/System.Threading.Timer.xml", + "ref/netcore50/zh-hant/System.Threading.Timer.xml", + "ref/netstandard1.2/System.Threading.Timer.dll", + "ref/netstandard1.2/System.Threading.Timer.xml", + "ref/netstandard1.2/de/System.Threading.Timer.xml", + "ref/netstandard1.2/es/System.Threading.Timer.xml", + "ref/netstandard1.2/fr/System.Threading.Timer.xml", + "ref/netstandard1.2/it/System.Threading.Timer.xml", + "ref/netstandard1.2/ja/System.Threading.Timer.xml", + "ref/netstandard1.2/ko/System.Threading.Timer.xml", + "ref/netstandard1.2/ru/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hans/System.Threading.Timer.xml", + "ref/netstandard1.2/zh-hant/System.Threading.Timer.xml", + "ref/portable-net451+win81+wpa81/_._", + "ref/win81/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.timer.4.3.0.nupkg.sha512", + "system.threading.timer.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.3.0": { + "sha512": "GrprA+Z0RUXaR4N7/eW71j1rgMnEnEVlgii49GZyAjTH7uliMnrOU3HNFBr6fEDBCJCIdlVNq9hHbaDR621XBA==", + "type": "package", + "path": "system.xml.readerwriter/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net46/System.Xml.ReaderWriter.dll", + "lib/netcore50/System.Xml.ReaderWriter.dll", + "lib/netstandard1.3/System.Xml.ReaderWriter.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net46/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.dll", + "ref/netcore50/System.Xml.ReaderWriter.xml", + "ref/netcore50/de/System.Xml.ReaderWriter.xml", + "ref/netcore50/es/System.Xml.ReaderWriter.xml", + "ref/netcore50/fr/System.Xml.ReaderWriter.xml", + "ref/netcore50/it/System.Xml.ReaderWriter.xml", + "ref/netcore50/ja/System.Xml.ReaderWriter.xml", + "ref/netcore50/ko/System.Xml.ReaderWriter.xml", + "ref/netcore50/ru/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/System.Xml.ReaderWriter.dll", + "ref/netstandard1.0/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.0/zh-hant/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/System.Xml.ReaderWriter.dll", + "ref/netstandard1.3/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/de/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/es/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/fr/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/it/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ja/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ko/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/ru/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hans/System.Xml.ReaderWriter.xml", + "ref/netstandard1.3/zh-hant/System.Xml.ReaderWriter.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.readerwriter.4.3.0.nupkg.sha512", + "system.xml.readerwriter.nuspec" + ] + }, + "System.Xml.XDocument/4.3.0": { + "sha512": "5zJ0XDxAIg8iy+t4aMnQAu0MqVbqyvfoUVl1yDV61xdo3Vth45oA2FoY4pPkxYAH5f8ixpmTqXeEIya95x0aCQ==", + "type": "package", + "path": "system.xml.xdocument/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Xml.XDocument.dll", + "lib/netstandard1.3/System.Xml.XDocument.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", + "ref/netcore50/de/System.Xml.XDocument.xml", + "ref/netcore50/es/System.Xml.XDocument.xml", + "ref/netcore50/fr/System.Xml.XDocument.xml", + "ref/netcore50/it/System.Xml.XDocument.xml", + "ref/netcore50/ja/System.Xml.XDocument.xml", + "ref/netcore50/ko/System.Xml.XDocument.xml", + "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/zh-hans/System.Xml.XDocument.xml", + "ref/netcore50/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.0/System.Xml.XDocument.dll", + "ref/netstandard1.0/System.Xml.XDocument.xml", + "ref/netstandard1.0/de/System.Xml.XDocument.xml", + "ref/netstandard1.0/es/System.Xml.XDocument.xml", + "ref/netstandard1.0/fr/System.Xml.XDocument.xml", + "ref/netstandard1.0/it/System.Xml.XDocument.xml", + "ref/netstandard1.0/ja/System.Xml.XDocument.xml", + "ref/netstandard1.0/ko/System.Xml.XDocument.xml", + "ref/netstandard1.0/ru/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.0/zh-hant/System.Xml.XDocument.xml", + "ref/netstandard1.3/System.Xml.XDocument.dll", + "ref/netstandard1.3/System.Xml.XDocument.xml", + "ref/netstandard1.3/de/System.Xml.XDocument.xml", + "ref/netstandard1.3/es/System.Xml.XDocument.xml", + "ref/netstandard1.3/fr/System.Xml.XDocument.xml", + "ref/netstandard1.3/it/System.Xml.XDocument.xml", + "ref/netstandard1.3/ja/System.Xml.XDocument.xml", + "ref/netstandard1.3/ko/System.Xml.XDocument.xml", + "ref/netstandard1.3/ru/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hans/System.Xml.XDocument.xml", + "ref/netstandard1.3/zh-hant/System.Xml.XDocument.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.xml.xdocument.4.3.0.nupkg.sha512", + "system.xml.xdocument.nuspec" + ] + }, + "xunit/2.4.2": { + "sha512": "6Mj73Ont3zj2CJuoykVJfE0ZmRwn7C+pTuRP8c4bnaaTFjwNG6tGe0prJ1yIbMe9AHrpDys63ctWacSsFJWK/w==", + "type": "package", + "path": "xunit/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "xunit.2.4.2.nupkg.sha512", + "xunit.nuspec" + ] + }, + "xunit.abstractions/2.0.3": { + "sha512": "pot1I4YOxlWjIb5jmwvvQNbTrZ3lJQ+jUGkGjWE3hEFM0l5gOnBWS+H3qsex68s5cO52g+44vpGzhAt+42vwKg==", + "type": "package", + "path": "xunit.abstractions/2.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net35/xunit.abstractions.dll", + "lib/net35/xunit.abstractions.xml", + "lib/netstandard1.0/xunit.abstractions.dll", + "lib/netstandard1.0/xunit.abstractions.xml", + "lib/netstandard2.0/xunit.abstractions.dll", + "lib/netstandard2.0/xunit.abstractions.xml", + "xunit.abstractions.2.0.3.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.analyzers/1.0.0": { + "sha512": "BeO8hEgs/c8Ls2647fPfieMngncvf0D0xYNDfIO59MolxtCtVjFRd6SRc+7tj8VMqkVOuJcnc9eh4ngI2cAmLQ==", + "type": "package", + "path": "xunit.analyzers/1.0.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "analyzers/dotnet/cs/xunit.analyzers.dll", + "analyzers/dotnet/cs/xunit.analyzers.fixes.dll", + "tools/install.ps1", + "tools/uninstall.ps1", + "xunit.analyzers.1.0.0.nupkg.sha512", + "xunit.analyzers.nuspec" + ] + }, + "xunit.assert/2.4.2": { + "sha512": "pxJISOFjn2XTTi1mcDCkRZrTFb9OtRRCtx2kZFNF51GdReLr1ls2rnyxvAS4JO247K3aNtflvh5Q0346K5BROA==", + "type": "package", + "path": "xunit.assert/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/netstandard1.1/xunit.assert.dll", + "lib/netstandard1.1/xunit.assert.xml", + "xunit.assert.2.4.2.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.core/2.4.2": { + "sha512": "KB4yGCxNqIVyekhJLXtKSEq6BaXVp/JO3mbGVE1hxypZTLEe7h+sTbAhpA+yZW2dPtXTuiW+C1B2oxxHEkrmOw==", + "type": "package", + "path": "xunit.core/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "build/xunit.core.props", + "build/xunit.core.targets", + "buildMultiTargeting/xunit.core.props", + "buildMultiTargeting/xunit.core.targets", + "xunit.core.2.4.2.nupkg.sha512", + "xunit.core.nuspec" + ] + }, + "xunit.extensibility.core/2.4.2": { + "sha512": "W1BoXTIN1C6kpVSMw25huSet25ky6IAQUNovu3zGOGN/jWnbgSoTyCrlIhmXSg0tH5nEf8q7h3OjNHOjyu5PfA==", + "type": "package", + "path": "xunit.extensibility.core/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/net452/xunit.core.dll", + "lib/net452/xunit.core.dll.tdnet", + "lib/net452/xunit.core.xml", + "lib/net452/xunit.runner.tdnet.dll", + "lib/net452/xunit.runner.utility.net452.dll", + "lib/netstandard1.1/xunit.core.dll", + "lib/netstandard1.1/xunit.core.xml", + "xunit.extensibility.core.2.4.2.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.4.2": { + "sha512": "CZmgcKkwpyo8FlupZdWpJCryrAOWLh1FBPG6gmVZuPQkGQsim/oL4PcP4nfrC2hHgXUFtluvaJ0Sp9PQKUMNpg==", + "type": "package", + "path": "xunit.extensibility.execution/2.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "_content/logo-128-transparent.png", + "lib/net452/xunit.execution.desktop.dll", + "lib/net452/xunit.execution.desktop.xml", + "lib/netstandard1.1/xunit.execution.dotnet.dll", + "lib/netstandard1.1/xunit.execution.dotnet.xml", + "xunit.extensibility.execution.2.4.2.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.visualstudio/2.4.5": { + "sha512": "OwHamvBdUKgqsXfBzWiCW/O98BTx81UKzx2bieIOQI7CZFE5NEQZGi8PBQGIKawDW96xeRffiNf20SjfC0x9hw==", + "type": "package", + "path": "xunit.runner.visualstudio/2.4.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "License.txt", + "build/net462/xunit.abstractions.dll", + "build/net462/xunit.runner.reporters.net452.dll", + "build/net462/xunit.runner.utility.net452.dll", + "build/net462/xunit.runner.visualstudio.props", + "build/net462/xunit.runner.visualstudio.testadapter.dll", + "build/netcoreapp3.1/xunit.abstractions.dll", + "build/netcoreapp3.1/xunit.runner.reporters.netcoreapp10.dll", + "build/netcoreapp3.1/xunit.runner.utility.netcoreapp10.dll", + "build/netcoreapp3.1/xunit.runner.visualstudio.dotnetcore.testadapter.dll", + "build/netcoreapp3.1/xunit.runner.visualstudio.props", + "build/uap10.0.16299/xunit.runner.reporters.netstandard15.dll", + "build/uap10.0.16299/xunit.runner.utility.netstandard15.dll", + "build/uap10.0.16299/xunit.runner.utility.uwp10.dll", + "build/uap10.0.16299/xunit.runner.utility.uwp10.pri", + "build/uap10.0.16299/xunit.runner.visualstudio.props", + "build/uap10.0.16299/xunit.runner.visualstudio.targets", + "build/uap10.0.16299/xunit.runner.visualstudio.uwp.testadapter.dll", + "build/uap10.0.16299/xunit.runner.visualstudio.uwp.testadapter.pri", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "lib/uap10.0.16299/_._", + "logo-512-transparent.png", + "xunit.runner.visualstudio.2.4.5.nupkg.sha512", + "xunit.runner.visualstudio.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "net6.0": [ + "Microsoft.NET.Test.Sdk >= 17.5.0", + "coverlet.collector >= 3.2.0", + "xunit >= 2.4.2", + "xunit.runner.visualstudio >= 2.4.5" + ] + }, + "packageFolders": { + "C:\\Users\\lucab\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj", + "projectName": "UnitTest", + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj", + "packagesPath": "C:\\Users\\lucab\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lucab\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.5.0, )" + }, + "coverlet.collector": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[3.2.0, )" + }, + "xunit": { + "target": "Package", + "version": "[2.4.2, )" + }, + "xunit.runner.visualstudio": { + "include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive", + "suppressParent": "All", + "target": "Package", + "version": "[2.4.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/UniTest/obj/project.nuget.cache b/UniTest/obj/project.nuget.cache new file mode 100644 index 0000000..98084cd --- /dev/null +++ b/UniTest/obj/project.nuget.cache @@ -0,0 +1,98 @@ +{ + "version": 2, + "dgSpecHash": "ChShqMscd3Gflc10RXH+XAM33sR6+jdMQXp2RenE+uBuewPUtcWeCk3urFPV1VIR2XOxTEKLtajzb3KC94ww6g==", + "success": true, + "projectFilePath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UniTest\\UnitTest.csproj", + "expectedPackageFiles": [ + "C:\\Users\\lucab\\.nuget\\packages\\coverlet.collector\\3.2.0\\coverlet.collector.3.2.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.codecoverage\\17.5.0\\microsoft.codecoverage.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.net.test.sdk\\17.5.0\\microsoft.net.test.sdk.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.5.0\\microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.testplatform.testhost\\17.5.0\\microsoft.testplatform.testhost.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.win32.primitives\\4.3.0\\microsoft.win32.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\netstandard.library\\1.6.1\\netstandard.library.1.6.1.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.debian.8-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.23-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.fedora.24-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system\\4.3.0\\runtime.native.system.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.io.compression\\4.3.0\\runtime.native.system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.net.http\\4.3.0\\runtime.native.system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.13.2-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.opensuse.42.1-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.apple.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.osx.10.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.rhel.7-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.14.04-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.16.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.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl\\4.3.0\\runtime.ubuntu.16.10-x64.runtime.native.system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.appcontext\\4.3.0\\system.appcontext.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.collections.concurrent\\4.3.0\\system.collections.concurrent.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.console\\4.3.0\\system.console.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.debug\\4.3.0\\system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.diagnosticsource\\4.3.0\\system.diagnostics.diagnosticsource.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.tools\\4.3.0\\system.diagnostics.tools.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.diagnostics.tracing\\4.3.0\\system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization.calendars\\4.3.0\\system.globalization.calendars.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.globalization.extensions\\4.3.0\\system.globalization.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.compression\\4.3.0\\system.io.compression.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.compression.zipfile\\4.3.0\\system.io.compression.zipfile.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.filesystem\\4.3.0\\system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.io.filesystem.primitives\\4.3.0\\system.io.filesystem.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.linq\\4.3.0\\system.linq.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.linq.expressions\\4.3.0\\system.linq.expressions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.http\\4.3.0\\system.net.http.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.primitives\\4.3.0\\system.net.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.net.sockets\\4.3.0\\system.net.sockets.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit\\4.3.0\\system.reflection.emit.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit.ilgeneration\\4.3.0\\system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.emit.lightweight\\4.3.0\\system.reflection.emit.lightweight.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.extensions\\4.3.0\\system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.typeextensions\\4.3.0\\system.reflection.typeextensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.interopservices.runtimeinformation\\4.3.0\\system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.runtime.numerics\\4.3.0\\system.runtime.numerics.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.algorithms\\4.3.0\\system.security.cryptography.algorithms.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.cng\\4.3.0\\system.security.cryptography.cng.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.csp\\4.3.0\\system.security.cryptography.csp.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.encoding\\4.3.0\\system.security.cryptography.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.openssl\\4.3.0\\system.security.cryptography.openssl.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.primitives\\4.3.0\\system.security.cryptography.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.security.cryptography.x509certificates\\4.3.0\\system.security.cryptography.x509certificates.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.tasks.extensions\\4.3.0\\system.threading.tasks.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.threading.timer\\4.3.0\\system.threading.timer.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.xml.readerwriter\\4.3.0\\system.xml.readerwriter.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.xml.xdocument\\4.3.0\\system.xml.xdocument.4.3.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit\\2.4.2\\xunit.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.abstractions\\2.0.3\\xunit.abstractions.2.0.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.analyzers\\1.0.0\\xunit.analyzers.1.0.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.assert\\2.4.2\\xunit.assert.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.core\\2.4.2\\xunit.core.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.extensibility.core\\2.4.2\\xunit.extensibility.core.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.extensibility.execution\\2.4.2\\xunit.extensibility.execution.2.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\xunit.runner.visualstudio\\2.4.5\\xunit.runner.visualstudio.2.4.5.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/UnitTest/GlobalUsings.cs b/UnitTest/GlobalUsings.cs new file mode 100644 index 0000000..3244567 --- /dev/null +++ b/UnitTest/GlobalUsings.cs @@ -0,0 +1 @@ +global using NUnit.Framework; diff --git a/UnitTest/UnitTest.cs b/UnitTest/UnitTest.cs new file mode 100644 index 0000000..000953a --- /dev/null +++ b/UnitTest/UnitTest.cs @@ -0,0 +1,28 @@ +using Assessment.Controllers; +using Assessment.Models; + +namespace UnitTest +{ + public class Tests + { + private TimelogTypesController _controller; + + [SetUp] + public void Setup() + { + _controller = new TimelogTypesController(); + } + + [Test] + public void GetTimelogTypes_ReturnsTimelogTypes() + { + var result = _controller.GetTimelogTypes(); + + Assert.IsNotNull(result); + Assert.IsInstanceOf>(result); + + var timelogTypes = result as IEnumerable; + Assert.IsTrue(timelogTypes.Any()); + } + } +} diff --git a/UnitTest/UnitTest.csproj b/UnitTest/UnitTest.csproj new file mode 100644 index 0000000..881fc7a --- /dev/null +++ b/UnitTest/UnitTest.csproj @@ -0,0 +1,20 @@ + + + + net6.0 + enable + enable + + false + true + + + + + + + + + + + diff --git a/UnitTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/UnitTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/UnitTest/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/UnitTest/obj/Debug/net6.0/UnitTest.AssemblyInfo.cs b/UnitTest/obj/Debug/net6.0/UnitTest.AssemblyInfo.cs new file mode 100644 index 0000000..d63f95e --- /dev/null +++ b/UnitTest/obj/Debug/net6.0/UnitTest.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 +// +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyTitleAttribute("UnitTest")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Von der MSBuild WriteCodeFragment-Klasse generiert. + diff --git a/UnitTest/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache b/UnitTest/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache new file mode 100644 index 0000000..f92f554 --- /dev/null +++ b/UnitTest/obj/Debug/net6.0/UnitTest.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +0c97fe570797a1cd76b87c5a51214fd1258453eb diff --git a/UnitTest/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig b/UnitTest/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..4d559ca --- /dev/null +++ b/UnitTest/obj/Debug/net6.0/UnitTest.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = UnitTest +build_property.ProjectDir = C:\Users\lucab\OneDrive\Desktop\LeuchterSchnuppertag\UnitTest\ diff --git a/UnitTest/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs b/UnitTest/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/UnitTest/obj/Debug/net6.0/UnitTest.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/UnitTest/obj/Debug/net6.0/UnitTest.assets.cache b/UnitTest/obj/Debug/net6.0/UnitTest.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..e6fc033e1b1e3be6a67380602759059f6eb5a53e GIT binary patch literal 31925 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 bW!qq{uo-Z5^gmXl-ATQ|4!(2DyYc=H3iEIM literal 0 HcmV?d00001 diff --git a/UnitTest/obj/Debug/net6.0/UnitTest.csproj.AssemblyReference.cache b/UnitTest/obj/Debug/net6.0/UnitTest.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..11b99ce7ea779914f1af69663236f6b17f003e9f GIT binary patch literal 9368 zcmdU#4NwzD6vuN2LO}(Qw$u?ORz(rW?7WMW|lxwu8BA(P@azY@c28)e@1@Y-} zr2tbX0Dw}!<9j_%Z@caS0Khb^gZ0wsv8G0Uk^VQ2dgHjp_#q#V$rX462!i4WP;Vrt zHxe`$37U)q*^LAZMuL=)pqY^%SDktzbv&v~Hptpcy&dUb_`EEB4#ab$r2;(X3q32E zYg&HWBPclNUh`sfSLch2d!_52jmTEy$5xg59-et;d&}k4#+%zOhK`%)Q0At78V^-XOOXT~!~=bLu0)b4L{P`W zk5+x@-dq{!H=)Q=jC=EyCn`b~C10!nTqsSoQSao9z3dtRD7e}e$WNrmkrS#&h@yf1 z3FM2l3R0`aBUQMTRHKSO{t~T3A(t-1-(OB-;;KlA5SEE#VKNB9L_!ossS8sLaLo>( z#=}Awn!y9|0nSvCxQ5J9prnjYD+Pok1DBFYiZulnLYGrxmzc(iDTWhBxk66LaScOf zKvH!3xEnN`lbKnuK9D1s8wXCNHAA^jYF)3L5}M9sEo?<+(J;_y!gP*AL)}$UlDg;m zK)SMMo)OXjD-**uo+GQ}!^kR|Y&%7k7{JQdirkW+A=fPOoB5u_dI!CTcF=4t)>>e- z_8lAvt{hr|xtp(}L!Vux1{#K9PG;JQ0csjvU?EO0-I_(^}+8BXlZQ4?wX-zmo>HR8TZ(T?0=cs zZWumNEv>XW_ezHYs+n(wJ|1#hs13h{&b*>kX>t|L1nL_vJvRd5XYEEZAIj0W6%89Q z=5p=St7ULo3|qOg^+V04)lGr^IEe|wHrNZ54i~9bZPw8a!=6$|S})biecbB7o%fis zngM5X|Cqq>t=vz&gE+dig5iRtSE!vjG_1b`u$3!YHw3QC`nHMQAP_1h+%oyubY?>O z8_to|D-qACnkW5HDUIF9MLfa=N6(b{l4uj?9Jb#u4q1B|Bcv_6f!^owzX z#6l}*&}u6A_R$Jj=->>;BlM@Ks}*i<X<_?UUqehadE%U19a& zUk>l9`4xz_FryD6^eSZrHKm27#KW=^;6$l%Gh*UOy|QB>&vWE~ zZFRcdok`RS))jcPG<0;Sb&fZ$l;1klGkf9QB;SG$ivLJyn-CN>>DVVZ$+Ei5)pskk zVd`CNd*{{7Kf7X|o(RA2vree<+`B-$g&7PG2FtlT{1F@qhf6V`C=?Qgg@oV| + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\lucab\.nuget\packages\ + PackageReference + 6.7.0 + + + + + + + + + + + + + C:\Users\lucab\.nuget\packages\nunit.analyzers\3.6.1 + + \ No newline at end of file diff --git a/UnitTest/obj/UnitTest.csproj.nuget.g.targets b/UnitTest/obj/UnitTest.csproj.nuget.g.targets new file mode 100644 index 0000000..6753c74 --- /dev/null +++ b/UnitTest/obj/UnitTest.csproj.nuget.g.targets @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/UnitTest/obj/project.assets.json b/UnitTest/obj/project.assets.json new file mode 100644 index 0000000..47c7644 --- /dev/null +++ b/UnitTest/obj/project.assets.json @@ -0,0 +1,1069 @@ +{ + "version": 3, + "targets": { + "net6.0": { + "coverlet.collector/3.2.0": { + "type": "package", + "build": { + "build/netstandard1.0/coverlet.collector.targets": {} + } + }, + "Microsoft.CodeCoverage/17.5.0": { + "type": "package", + "compile": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {} + }, + "build": { + "build/netstandard2.0/Microsoft.CodeCoverage.props": {}, + "build/netstandard2.0/Microsoft.CodeCoverage.targets": {} + } + }, + "Microsoft.NET.Test.Sdk/17.5.0": { + "type": "package", + "dependencies": { + "Microsoft.CodeCoverage": "17.5.0", + "Microsoft.TestPlatform.TestHost": "17.5.0" + }, + "compile": { + "lib/netcoreapp3.1/_._": {} + }, + "runtime": { + "lib/netcoreapp3.1/_._": {} + }, + "build": { + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props": {}, + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "type": "package", + "dependencies": { + "NuGet.Frameworks": "5.11.0", + "System.Reflection.Metadata": "1.6.0" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {} + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.TestPlatform.TestHost/17.5.0": { + "type": "package", + "dependencies": { + "Microsoft.TestPlatform.ObjectModel": "17.5.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {}, + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {}, + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {}, + "lib/netcoreapp3.1/testhost.dll": { + "related": ".deps.json" + } + }, + "resource": { + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "cs" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "de" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "es" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "fr" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "it" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ja" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ko" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pl" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "pt-BR" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "ru" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "tr" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hans" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": { + "locale": "zh-Hant" + }, + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": { + "locale": "zh-Hant" + } + }, + "build": { + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props": {} + } + }, + "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": {} + } + }, + "Newtonsoft.Json/13.0.1": { + "type": "package", + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "NuGet.Frameworks/5.11.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/NuGet.Frameworks.dll": { + "related": ".xml" + } + } + }, + "NUnit/3.13.3": { + "type": "package", + "dependencies": { + "NETStandard.Library": "2.0.0" + }, + "compile": { + "lib/netstandard2.0/nunit.framework.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/nunit.framework.dll": { + "related": ".xml" + } + }, + "build": { + "build/NUnit.props": {} + } + }, + "NUnit.Analyzers/3.6.1": { + "type": "package" + }, + "NUnit3TestAdapter/4.4.2": { + "type": "package", + "build": { + "build/netcoreapp3.1/NUnit3TestAdapter.props": {} + } + }, + "System.Reflection.Metadata/1.6.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + } + } + } + }, + "libraries": { + "coverlet.collector/3.2.0": { + "sha512": "xjY8xBigSeWIYs4I7DgUHqSNoGqnHi7Fv7/7RZD02rvZyG3hlsjnQKiVKVWKgr9kRKgmV+dEfu8KScvysiC0Wg==", + "type": "package", + "path": "coverlet.collector/3.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/netstandard1.0/Microsoft.Bcl.AsyncInterfaces.dll", + "build/netstandard1.0/Microsoft.CSharp.dll", + "build/netstandard1.0/Microsoft.DotNet.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyInjection.dll", + "build/netstandard1.0/Microsoft.Extensions.DependencyModel.dll", + "build/netstandard1.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "build/netstandard1.0/Microsoft.TestPlatform.CoreUtilities.dll", + "build/netstandard1.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "build/netstandard1.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "build/netstandard1.0/Mono.Cecil.Mdb.dll", + "build/netstandard1.0/Mono.Cecil.Pdb.dll", + "build/netstandard1.0/Mono.Cecil.Rocks.dll", + "build/netstandard1.0/Mono.Cecil.dll", + "build/netstandard1.0/Newtonsoft.Json.dll", + "build/netstandard1.0/NuGet.Frameworks.dll", + "build/netstandard1.0/System.AppContext.dll", + "build/netstandard1.0/System.Collections.Immutable.dll", + "build/netstandard1.0/System.Dynamic.Runtime.dll", + "build/netstandard1.0/System.IO.FileSystem.Primitives.dll", + "build/netstandard1.0/System.Linq.Expressions.dll", + "build/netstandard1.0/System.Linq.dll", + "build/netstandard1.0/System.ObjectModel.dll", + "build/netstandard1.0/System.Reflection.Emit.ILGeneration.dll", + "build/netstandard1.0/System.Reflection.Emit.Lightweight.dll", + "build/netstandard1.0/System.Reflection.Emit.dll", + "build/netstandard1.0/System.Reflection.Metadata.dll", + "build/netstandard1.0/System.Reflection.TypeExtensions.dll", + "build/netstandard1.0/System.Runtime.CompilerServices.Unsafe.dll", + "build/netstandard1.0/System.Runtime.Serialization.Primitives.dll", + "build/netstandard1.0/System.Text.RegularExpressions.dll", + "build/netstandard1.0/System.Threading.Tasks.Extensions.dll", + "build/netstandard1.0/System.Threading.dll", + "build/netstandard1.0/System.Xml.ReaderWriter.dll", + "build/netstandard1.0/System.Xml.XDocument.dll", + "build/netstandard1.0/coverlet.collector.deps.json", + "build/netstandard1.0/coverlet.collector.dll", + "build/netstandard1.0/coverlet.collector.pdb", + "build/netstandard1.0/coverlet.collector.targets", + "build/netstandard1.0/coverlet.core.dll", + "build/netstandard1.0/coverlet.core.pdb", + "coverlet-icon.png", + "coverlet.collector.3.2.0.nupkg.sha512", + "coverlet.collector.nuspec" + ] + }, + "Microsoft.CodeCoverage/17.5.0": { + "sha512": "6FQo0O6LKDqbCiIgVQhJAf810HSjFlOj7FunWaeOGDKxy8DAbpHzPk4SfBTXz9ytaaceuIIeR6hZgplt09m+ig==", + "type": "package", + "path": "microsoft.codecoverage/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netstandard2.0/CodeCoverage/CodeCoverage.config", + "build/netstandard2.0/CodeCoverage/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/VanguardInstrumentationProfiler_x86.config", + "build/netstandard2.0/CodeCoverage/amd64/CodeCoverage.exe", + "build/netstandard2.0/CodeCoverage/amd64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/CodeCoverage/amd64/covrun64.dll", + "build/netstandard2.0/CodeCoverage/amd64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/arm64/VanguardInstrumentationProfiler_arm64.config", + "build/netstandard2.0/CodeCoverage/arm64/covrunarm64.dll", + "build/netstandard2.0/CodeCoverage/arm64/msdia140.dll", + "build/netstandard2.0/CodeCoverage/codecoveragemessages.dll", + "build/netstandard2.0/CodeCoverage/coreclr/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "build/netstandard2.0/CodeCoverage/covrun32.dll", + "build/netstandard2.0/CodeCoverage/msdia140.dll", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/alpine/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/arm64/MicrosoftInstrumentationEngine_arm64.dll", + "build/netstandard2.0/InstrumentationEngine/macos/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libCoverageInstrumentationMethod.dylib", + "build/netstandard2.0/InstrumentationEngine/macos/x64/libInstrumentationEngine.dylib", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/VanguardInstrumentationProfiler_x64.config", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libCoverageInstrumentationMethod.so", + "build/netstandard2.0/InstrumentationEngine/ubuntu/x64/libInstrumentationEngine.so", + "build/netstandard2.0/InstrumentationEngine/x64/MicrosoftInstrumentationEngine_x64.dll", + "build/netstandard2.0/InstrumentationEngine/x86/MicrosoftInstrumentationEngine_x86.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Core.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Instrumentation.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.Interprocess.dll", + "build/netstandard2.0/Microsoft.CodeCoverage.props", + "build/netstandard2.0/Microsoft.CodeCoverage.targets", + "build/netstandard2.0/Microsoft.VisualStudio.TraceDataCollector.dll", + "build/netstandard2.0/Mono.Cecil.Pdb.dll", + "build/netstandard2.0/Mono.Cecil.Rocks.dll", + "build/netstandard2.0/Mono.Cecil.dll", + "build/netstandard2.0/ThirdPartyNotices.txt", + "build/netstandard2.0/cs/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/de/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/es/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/fr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/it/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ja/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ko/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pl/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/pt-BR/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/ru/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/tr/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "build/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TraceDataCollector.resources.dll", + "lib/net462/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll", + "microsoft.codecoverage.17.5.0.nupkg.sha512", + "microsoft.codecoverage.nuspec" + ] + }, + "Microsoft.NET.Test.Sdk/17.5.0": { + "sha512": "IJ4eSPcsRbwbAZehh1M9KgejSy0u3d0wAdkJytfCh67zOaCl5U3ltruUEe15MqirdRqGmm/ngbjeaVeGapSZxg==", + "type": "package", + "path": "microsoft.net.test.sdk/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "build/net462/Microsoft.NET.Test.Sdk.props", + "build/net462/Microsoft.NET.Test.Sdk.targets", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props", + "build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets", + "buildMultiTargeting/Microsoft.NET.Test.Sdk.props", + "lib/net462/_._", + "lib/netcoreapp3.1/_._", + "microsoft.net.test.sdk.17.5.0.nupkg.sha512", + "microsoft.net.test.sdk.nuspec" + ] + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "type": "package", + "path": "microsoft.netcore.platforms/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" + ] + }, + "Microsoft.TestPlatform.ObjectModel/17.5.0": { + "sha512": "QwiBJcC/oEA1kojOaB0uPWOIo4i6BYuTBBYJVhUvmXkyYqZ2Ut/VZfgi+enf8LF8J4sjO98oRRFt39MiRorcIw==", + "type": "package", + "path": "microsoft.testplatform.objectmodel/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "lib/net462/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/net462/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/net462/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/net462/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/net462/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/net462/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netstandard2.0/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netstandard2.0/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netstandard2.0/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/de/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/es/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/it/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll", + "microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "microsoft.testplatform.objectmodel.nuspec" + ] + }, + "Microsoft.TestPlatform.TestHost/17.5.0": { + "sha512": "X86aikwp9d4SDcBChwzQYZihTPGEtMdDk+9t64emAl7N0Tq+OmlLAoW+Rs+2FB2k6QdUicSlT4QLO2xABRokaw==", + "type": "package", + "path": "microsoft.testplatform.testhost/17.5.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE_NET.txt", + "ThirdPartyNotices.txt", + "build/netcoreapp3.1/Microsoft.TestPlatform.TestHost.props", + "build/netcoreapp3.1/x64/testhost.dll", + "build/netcoreapp3.1/x64/testhost.exe", + "build/netcoreapp3.1/x86/testhost.x86.dll", + "build/netcoreapp3.1/x86/testhost.x86.exe", + "lib/net462/_._", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll", + "lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll", + "lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/testhost.deps.json", + "lib/netcoreapp3.1/testhost.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/x64/msdia140.dll", + "lib/netcoreapp3.1/x86/msdia140.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll", + "lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll", + "microsoft.testplatform.testhost.17.5.0.nupkg.sha512", + "microsoft.testplatform.testhost.nuspec" + ] + }, + "NETStandard.Library/2.0.0": { + "sha512": "7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", + "type": "package", + "path": "netstandard.library/2.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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" + ] + }, + "Newtonsoft.Json/13.0.1": { + "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", + "type": "package", + "path": "newtonsoft.json/13.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.1.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" + ] + }, + "NuGet.Frameworks/5.11.0": { + "sha512": "eaiXkUjC4NPcquGWzAGMXjuxvLwc6XGKMptSyOGQeT0X70BUZObuybJFZLA0OfTdueLd3US23NBPTBb6iF3V1Q==", + "type": "package", + "path": "nuget.frameworks/5.11.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net40/NuGet.Frameworks.dll", + "lib/net40/NuGet.Frameworks.xml", + "lib/net472/NuGet.Frameworks.dll", + "lib/net472/NuGet.Frameworks.xml", + "lib/netstandard2.0/NuGet.Frameworks.dll", + "lib/netstandard2.0/NuGet.Frameworks.xml", + "nuget.frameworks.5.11.0.nupkg.sha512", + "nuget.frameworks.nuspec" + ] + }, + "NUnit/3.13.3": { + "sha512": "KNPDpls6EfHwC3+nnA67fh5wpxeLb3VLFAfLxrug6JMYDLHH6InaQIWR7Sc3y75d/9IKzMksH/gi08W7XWbmnQ==", + "type": "package", + "path": "nunit/3.13.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "CHANGES.md", + "LICENSE.txt", + "NOTICES.txt", + "build/NUnit.props", + "icon.png", + "lib/net35/nunit.framework.dll", + "lib/net35/nunit.framework.xml", + "lib/net40/nunit.framework.dll", + "lib/net40/nunit.framework.xml", + "lib/net45/nunit.framework.dll", + "lib/net45/nunit.framework.xml", + "lib/netstandard2.0/nunit.framework.dll", + "lib/netstandard2.0/nunit.framework.xml", + "nunit.3.13.3.nupkg.sha512", + "nunit.nuspec" + ] + }, + "NUnit.Analyzers/3.6.1": { + "sha512": "RKP9tpKfl3DmRgUDGgh3XM3XzeLMrCXXMZm6vm1nMsObZ6vtQL1L9NrK7+oZh1jWearvNsbMis2+AIOY3NFmow==", + "type": "package", + "path": "nunit.analyzers/3.6.1", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "analyzers/dotnet/cs/nunit.analyzers.dll", + "docs/README.md", + "images/nunit_256.png", + "license.txt", + "nunit.analyzers.3.6.1.nupkg.sha512", + "nunit.analyzers.nuspec", + "tools/install.ps1", + "tools/uninstall.ps1" + ] + }, + "NUnit3TestAdapter/4.4.2": { + "sha512": "vA/iHYcR+LYw+pRWQugckC/zW2fXHaqMr2uA82NOBt8v4YK4wMJrQ7QC8XLc7PjetEZ96cPbBTWsDDtmQiRZTA==", + "type": "package", + "path": "nunit3testadapter/4.4.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/net462/NUnit3.TestAdapter.dll", + "build/net462/NUnit3.TestAdapter.pdb", + "build/net462/NUnit3TestAdapter.props", + "build/net462/nunit.engine.api.dll", + "build/net462/nunit.engine.core.dll", + "build/net462/nunit.engine.dll", + "build/net462/testcentric.engine.metadata.dll", + "build/netcoreapp3.1/NUnit3.TestAdapter.dll", + "build/netcoreapp3.1/NUnit3.TestAdapter.pdb", + "build/netcoreapp3.1/NUnit3TestAdapter.props", + "build/netcoreapp3.1/nunit.engine.api.dll", + "build/netcoreapp3.1/nunit.engine.core.dll", + "build/netcoreapp3.1/nunit.engine.dll", + "build/netcoreapp3.1/testcentric.engine.metadata.dll", + "docs/README.md", + "nunit3testadapter.4.4.2.nupkg.sha512", + "nunit3testadapter.nuspec", + "nunit_256.png" + ] + }, + "System.Reflection.Metadata/1.6.0": { + "sha512": "COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==", + "type": "package", + "path": "system.reflection.metadata/1.6.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.1/System.Reflection.Metadata.dll", + "lib/netstandard1.1/System.Reflection.Metadata.xml", + "lib/netstandard2.0/System.Reflection.Metadata.dll", + "lib/netstandard2.0/System.Reflection.Metadata.xml", + "lib/portable-net45+win8/System.Reflection.Metadata.dll", + "lib/portable-net45+win8/System.Reflection.Metadata.xml", + "system.reflection.metadata.1.6.0.nupkg.sha512", + "system.reflection.metadata.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net6.0": [ + "Microsoft.NET.Test.Sdk >= 17.5.0", + "NUnit >= 3.13.3", + "NUnit.Analyzers >= 3.6.1", + "NUnit3TestAdapter >= 4.4.2", + "coverlet.collector >= 3.2.0" + ] + }, + "packageFolders": { + "C:\\Users\\lucab\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UnitTest\\UnitTest.csproj", + "projectName": "UnitTest", + "projectPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UnitTest\\UnitTest.csproj", + "packagesPath": "C:\\Users\\lucab\\.nuget\\packages\\", + "outputPath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UnitTest\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\lucab\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.NET.Test.Sdk": { + "target": "Package", + "version": "[17.5.0, )" + }, + "NUnit": { + "target": "Package", + "version": "[3.13.3, )" + }, + "NUnit.Analyzers": { + "target": "Package", + "version": "[3.6.1, )" + }, + "NUnit3TestAdapter": { + "target": "Package", + "version": "[4.4.2, )" + }, + "coverlet.collector": { + "target": "Package", + "version": "[3.2.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.401\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/UnitTest/obj/project.nuget.cache b/UnitTest/obj/project.nuget.cache new file mode 100644 index 0000000..76d1d1b --- /dev/null +++ b/UnitTest/obj/project.nuget.cache @@ -0,0 +1,22 @@ +{ + "version": 2, + "dgSpecHash": "di919m/Kc7e6HF47Fc47nBndJKd5gYi2GujCe6HplUULHlLMmWuhcVmADLk3zuAhr2OtgTYSwahSVdK9wgZ3Dg==", + "success": true, + "projectFilePath": "C:\\Users\\lucab\\OneDrive\\Desktop\\LeuchterSchnuppertag\\UnitTest\\UnitTest.csproj", + "expectedPackageFiles": [ + "C:\\Users\\lucab\\.nuget\\packages\\coverlet.collector\\3.2.0\\coverlet.collector.3.2.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.codecoverage\\17.5.0\\microsoft.codecoverage.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.net.test.sdk\\17.5.0\\microsoft.net.test.sdk.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.testplatform.objectmodel\\17.5.0\\microsoft.testplatform.objectmodel.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\microsoft.testplatform.testhost\\17.5.0\\microsoft.testplatform.testhost.17.5.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\netstandard.library\\2.0.0\\netstandard.library.2.0.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\nuget.frameworks\\5.11.0\\nuget.frameworks.5.11.0.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\nunit\\3.13.3\\nunit.3.13.3.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\nunit.analyzers\\3.6.1\\nunit.analyzers.3.6.1.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\nunit3testadapter\\4.4.2\\nunit3testadapter.4.4.2.nupkg.sha512", + "C:\\Users\\lucab\\.nuget\\packages\\system.reflection.metadata\\1.6.0\\system.reflection.metadata.1.6.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file