From 5f4731ecfe9450bc3d937a8d2b3afa67a06f3ec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=99=93=E5=AF=92?= <823756726@qq.com> Date: Thu, 25 Jul 2024 13:45:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E5=BD=92=E5=AF=9D?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=9B=B8=E5=85=B3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../safecampus.metadata.v7.bin | Bin 672257 -> 678308 bytes .../safecampus.projects.v7.bin | Bin 35902691 -> 45597961 bytes .../SafeCampus/DesignTimeBuild/.dtbcache.v2 | Bin 1062521 -> 1062521 bytes .../.vs/SafeCampus/v17/.futdcache.v2 | Bin 22488 -> 22488 bytes SafeCampus.API/.vs/SafeCampus/v17/.suo | Bin 621568 -> 658944 bytes .../.vs/SafeCampus/v17/DocumentLayout.json | 993 +- .../.vs/SafeCampus/v17/fileList.bin | Bin 52877 -> 57782 bytes .../DeepelephManager/DeepelephManager.cs | 97 +- .../SafeCampus.Application.csproj | 2 - .../SafeCampus.Application.xml | 386 +- .../AttendanceService/AttendanceService.cs | 22 +- .../Dto/BuildAttendanceSearch.cs | 22 + .../AttendanceService/IAttendanceService.cs | 7 + .../BuildingService/BuildingService.cs | 46 +- .../BuildingService/Dto/BuildingInfoDto.cs | 47 + .../BuildingService/IBuildingService.cs | 27 +- .../CameraGroupService/CameraGroupService.cs | 4 +- .../Dto/CameraGroupInput.cs | 2 +- .../ClassRoomCallService.cs | 2 +- .../DormitoryService/DormitoryService.cs | 107 +- .../DormitoryService/Dto/DormitoryInfoDto.cs | 30 + .../DormitoryService/Dto/DormitoryInfoList.cs | 37 + .../Dto/DormitoryInfoSearch.cs | 17 + .../Dto/DormitorySetPersonInput.cs | 13 + .../Dto/ReturnDormitoryDto.cs | 17 + .../Dto/ReturnDormitoryISearch.cs | 12 + .../Dto/ReturnDormitoryList.cs | 18 + .../DormitoryService/IDormitoryService.cs | 49 +- .../Dto/PassengerFlowDto.cs | 3 +- .../Dto/PassengerFlowList.cs | 42 + .../IPassengerFlowService.cs | 2 +- .../PassengerFlowService.cs | 4 +- .../PersonInfoService/Dto/PersonInfoDto.cs | 3 +- .../PersonInfoService/PersonInfoService.cs | 10 +- .../Business/Warn/Dto/HandWarnInput.cs | 14 + .../Services/Business/Warn/Dto/WarnInfoDto.cs | 63 + .../Business/Warn/Dto/WarnInfoList.cs | 14 + .../Business/Warn/Service/IWarnInfoService.cs | 2 +- .../Business/Warn/Service/WarnInfoService.cs | 14 +- .../SafeCampus.Application.AssemblyInfo.cs | 2 +- ...ampus.Application.AssemblyInfoInputs.cache | 2 +- ...Application.csproj.AssemblyReference.cache | Bin 83614 -> 83614 bytes .../SafeCampus.Application.AssemblyInfo.cs | 2 +- ...ampus.Application.AssemblyInfoInputs.cache | 2 +- ...Application.csproj.AssemblyReference.cache | Bin 83977 -> 83977 bytes .../SafeCampus.Application.AssemblyInfo.cs | 2 +- ...ampus.Application.AssemblyInfoInputs.cache | 2 +- ...Application.csproj.AssemblyReference.cache | Bin 69365 -> 69365 bytes ...ampus.Application.csproj.nuget.dgspec.json | 30 + .../obj/project.assets.json | 16042 ++++++++++++--- .../obj/project.nuget.cache | 24 +- .../net6.0/SafeCampus.Cache.AssemblyInfo.cs | 2 +- .../SafeCampus.Cache.AssemblyInfoInputs.cache | 2 +- .../net7.0/SafeCampus.Cache.AssemblyInfo.cs | 2 +- .../SafeCampus.Cache.AssemblyInfoInputs.cache | 2 +- .../net8.0/SafeCampus.Cache.AssemblyInfo.cs | 2 +- .../SafeCampus.Cache.AssemblyInfoInputs.cache | 2 +- .../SafeCampus.Cache.csproj.nuget.dgspec.json | 10 + .../SafeCampus.Cache/obj/project.assets.json | 12728 ++++++++++-- .../SafeCampus.Cache/obj/project.nuget.cache | 24 +- .../net6.0/SafeCampus.Core.AssemblyInfo.cs | 2 +- .../SafeCampus.Core.AssemblyInfoInputs.cache | 2 +- .../net7.0/SafeCampus.Core.AssemblyInfo.cs | 2 +- .../SafeCampus.Core.AssemblyInfoInputs.cache | 2 +- .../net8.0/SafeCampus.Core.AssemblyInfo.cs | 2 +- .../SafeCampus.Core.AssemblyInfoInputs.cache | 2 +- .../SafeCampus.Core.csproj.nuget.dgspec.json | 5 + .../SafeCampus.Core/obj/project.assets.json | 13727 ++++++++++--- .../SafeCampus.Core/obj/project.nuget.cache | 24 +- .../SafeCampus.Plugin.Aop.AssemblyInfo.cs | 2 +- ...Campus.Plugin.Aop.AssemblyInfoInputs.cache | 2 +- .../SafeCampus.Plugin.Aop.AssemblyInfo.cs | 2 +- ...Campus.Plugin.Aop.AssemblyInfoInputs.cache | 2 +- ....Plugin.Aop.csproj.AssemblyReference.cache | Bin 62939 -> 58293 bytes .../SafeCampus.Plugin.Aop.AssemblyInfo.cs | 2 +- ...Campus.Plugin.Aop.AssemblyInfoInputs.cache | 2 +- ...Campus.Plugin.Aop.csproj.nuget.dgspec.json | 15 + .../obj/project.assets.json | 12766 ++++++++++-- .../obj/project.nuget.cache | 24 +- .../SafeCampus.SqlSugar.AssemblyInfo.cs | 2 +- ...feCampus.SqlSugar.AssemblyInfoInputs.cache | 2 +- .../SafeCampus.SqlSugar.AssemblyInfo.cs | 2 +- ...feCampus.SqlSugar.AssemblyInfoInputs.cache | 2 +- .../SafeCampus.SqlSugar.AssemblyInfo.cs | 2 +- ...feCampus.SqlSugar.AssemblyInfoInputs.cache | 2 +- ...feCampus.SqlSugar.csproj.nuget.dgspec.json | 10 + .../obj/project.assets.json | 15623 ++++++++++++--- .../obj/project.nuget.cache | 24 +- .../SafeCampus.System/Const/BizConfigConst.cs | 4 + .../SafeCampus.System/Entity/Attendance.cs | 7 +- .../SafeCampus.System/Entity/BuildingInfo.cs | 25 +- .../SafeCampus.System/Entity/DormitoryInfo.cs | 14 +- .../SafeCampus.System/Entity/PersonInfo.cs | 9 +- .../SafeCampus.System/Entity/WarnInfo.cs | 87 +- .../SafeCampus.System/SafeCampus.System.xml | 149 +- .../net6.0/SafeCampus.System.AssemblyInfo.cs | 2 +- ...SafeCampus.System.AssemblyInfoInputs.cache | 2 +- .../net7.0/SafeCampus.System.AssemblyInfo.cs | 2 +- ...SafeCampus.System.AssemblyInfoInputs.cache | 2 +- .../net8.0/SafeCampus.System.AssemblyInfo.cs | 2 +- ...SafeCampus.System.AssemblyInfoInputs.cache | 2 +- ...SafeCampus.System.csproj.nuget.dgspec.json | 25 + .../SafeCampus.System/obj/project.assets.json | 15995 ++++++++++++--- .../SafeCampus.System/obj/project.nuget.cache | 24 +- .../Application/Business/AlarmApi.cs | 30 +- .../Application/Business/AttendanceApi.cs | 9 + .../Business/BuildingController.cs | 57 + .../Application/Business/ClothApi.cs | 2 +- .../Application/Business/DfieldApi.cs | 2 +- .../Business/DormitoryController.cs | 216 + .../Business/Dto/ReturnTimeInput.cs | 21 + .../Application/Business/PassengerFlowApi.cs | 2 +- .../Application/Business/PersonApi.cs | 3 + .../Application/Business/SubscribeHub.cs | 20 - .../Business/VioAnalysisController.cs | 13 + .../Business/WarnInfoController.cs | 94 +- .../Organization/BizUserController.cs | 12 +- .../System/UserCenter/UserCenterController.cs | 1 - .../SafeCampus.Web.Core/Hub/SubscribeHub.cs | 42 + .../SafeCampus.Web.Core.csproj | 4 + .../SafeCampus.Web.Core.xml | 184 +- SafeCampus.API/SafeCampus.Web.Core/Startup.cs | 10 + .../SafeCampus.Web.Core.AssemblyInfo.cs | 2 +- ...feCampus.Web.Core.AssemblyInfoInputs.cache | 2 +- ...us.Web.Core.csproj.AssemblyReference.cache | Bin 86256 -> 86355 bytes .../SafeCampus.Web.Core.AssemblyInfo.cs | 2 +- ...feCampus.Web.Core.AssemblyInfoInputs.cache | 2 +- ...us.Web.Core.csproj.AssemblyReference.cache | Bin 86619 -> 86718 bytes .../SafeCampus.Web.Core.AssemblyInfo.cs | 2 +- ...feCampus.Web.Core.AssemblyInfoInputs.cache | 2 +- ...us.Web.Core.csproj.AssemblyReference.cache | Bin 72007 -> 72106 bytes ...feCampus.Web.Core.csproj.nuget.dgspec.json | 35 + .../obj/project.assets.json | 16077 +++++++++++++--- .../obj/project.nuget.cache | 24 +- .../PublishProfiles/FolderProfile.pubxml.user | 2 +- .../SafeCampus.Web.Entry/appsettings.json | 5 +- 136 files changed, 89791 insertions(+), 16701 deletions(-) create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/Dto/BuildAttendanceSearch.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/Dto/BuildingInfoDto.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoDto.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoList.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoSearch.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitorySetPersonInput.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryDto.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryISearch.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryList.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/Dto/PassengerFlowList.cs create mode 100644 SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/HandWarnInput.cs create mode 100644 SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/BuildingController.cs create mode 100644 SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/DormitoryController.cs create mode 100644 SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/Dto/ReturnTimeInput.cs delete mode 100644 SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/SubscribeHub.cs create mode 100644 SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/VioAnalysisController.cs create mode 100644 SafeCampus.API/SafeCampus.Web.Core/Hub/SubscribeHub.cs diff --git a/SafeCampus.API/.vs/ProjectEvaluation/safecampus.metadata.v7.bin b/SafeCampus.API/.vs/ProjectEvaluation/safecampus.metadata.v7.bin index 349831b361feee9f484c8cd765d7576051f49413..b2c4efe5e8d208b193133b84ad2717e78c0c88ec 100644 GIT binary patch delta 3922 zcmdT`X;4&G7UsQP?!7<^G-(vnC%9x3N_;?fgNYj;Bu-R75X7_*Xj*J-yS2NC!Hl9& zOpK+tpQJ3tm}Mj~DTt0fDr1aGQZu8*!7^i|Y8(g6kC@aL*K&+bbk4iIL2D)c4L@#i z?)koR&OO`fRcl7Qzkd{odQ*zRKlu1Z&8Ss!vn({rVzaDimbJ~Yu36R}kO}K*`YnQ3 zVNtJ&>w@vu zA-4pc>?Db4y;NLdRf7y&hJ!4XVB$t%bcR$R+mZM(dyU67A3e;#=yDz-x+#%1kz1x_ z6!H#|;YKx}61&Iic7>xUhtfSH5jysf_+%b&7!YzlQ-aNN^tlkXg-G!cxvP+%=0}}h zXN=IP_9`VP-5umchBph2?jx0nk=H7(N`j+p$m<@$hCt^&5~o*hXG^f#9k51&-r(qF zViaGL;K(jg5xyb1lKPI!eb#noS~T`MZv{nHnZ2g%F(=p_t(FrGkH>=@-j7u zb06h*M}@{HR!6!mRY;Op^GLTUK~wv%SCyi%_3=7OAqKGy^PZ+lq*+-RPItXsf{w5> z5A&L?8x+vhOEBS&x&cjo$B!Nmf=719Q9npc5t9BvC!pn_!>jwr*;FX z7O1pDNr zdJA+H>xaQV+jI*>FHYcUVR-*w17U7_9=FqJ_n)2$Q++xuT%Gkjo0FphqU!hcWsT+uWbxg zJzK5%vS8J@^lGr`T>72A>cg_Qv>apOCCZj9nOQ4PqD5x8Fe^(gYLejUTg2G($h^+5 z`x-p1kP4>^AG8wblOAK^Ale#XU`l9jtU@E>dl`Xg8wrs^o_ZHI!bYGSUPA*D;mrFa zJ+Y+5>$SV;?Vcj1duc$unwM&1e?Ph0vB(}Q`x+#Ug^R0%)WH=Fcb==p+30n6`;@X7 zAwyNjfLMe$YkUs3%epq0dy|^`*Mqs|(i_3tb7`GF_auu;lecc(Hg>CgF-BR@MQqQ& zjDHgYbehG{P;3!pSbUWX+*&ec5=iMnGL+mR3@+Xv>y@foBZJ_`I&DhWAE3V^XxV`7qa}J=XyTk5d$n;e<|Y{eU8TCG;6gNI%Fs-D zuiTiMA;b9%qWUA|1fIul?8yF8J1lvQ=E0^vW?u`(rD>v~ZuPXO zxHI`dT>mY!D8^{Xkk?0V=BO?_%jNAVDzz|(TDq2+V_^`*-sED=t$P*hCR$HLrE z`X|6~nNC%%4PXu}9NR_8`+Q21l~2E;77biwth|>Q{9q0#HpEvi3Xh^cZ%gr3db7v)A3E>5Ecpf_t zYxvup_c-J?;oTD68YjH$V65Tpx(_(yE}r>S+d{eGYYHJ}1!eDRY&>5=#|G}<*x_i7 zWb9S3d}CnXXJer_7q{7igKZr0XFLOYO5J7(Le}(|9GKY5*1)E2HR-dkfYpD&1@O*z zngAt#We(-SHddrJoSm_kTa(eDz3ao?nOdS;-pOiWA#1Q^By|3rWy6I7jIX|yYwi9h zarxf9(7u0pyMn!45o4JC%|~2;AKoasstpx|MEOK$ZNR)#FQBbTM;==vz{YC28d}y)^2Ftl7sO;|G;#2hII^q%+fA@y(F|IU4XzvuUR ze$Vs1Cq9neyDwTXtzB$lKWw>Yj^3-+=|Y_@*6HRtU8>XNI^EK$E2K@xY&ddsd4v9o zje5RSwxr;@W;lp#-zyqM*g;1}qY#BvL4txy%uq#RB=}swxId(a(cuwvjJcwy)T2Ox zfVFAB|9pa`6G)eZow)utX&t7$CPm_<>k7fz1lWi-?63&y2b2ITJ1eDNO|>j}qd>wN z2PB=2*g+AnM1^OBjo6Y5sooDH6+awRWN(2iVMo0r<4pj9pT&ZPHHnam9ZN(zUhs!% zyyt*&6yA_{<#bg2!Hp>btUxtiwqSR!MCf4+bSH{GDw?-aPR3;@C18~s!munJHsMs1 z7>uizLbZ_3#qoR^MBzFDE4BuGpq>SQ`btoJIe8X~F}UVU;c*c{G%`-V9QGQlekmN=*2{tTQ7904XBCX+ zIul*GJ$y_srgztBGIb3)^q-nBvJz2xpb{Z z=GqC&Vf3;4GoeuCaM}MO>(rVX6|R}YG~c^CIj!l&FK&@i8cs-vNF#=zLHduo-XWsf zP4Y2jH8_pfPd-Pu4HvU9V4rQ>H{HIIM8e&9B%j*1lMIUxO>btComT4DP0B@7^VkyZ z*KC|Wz{b{;GdA0XL8Xj(d>-p%5hI=gr*^y3kFx@pYU;q8Dqr0h>L~%6T1ge%nn7Nb z9@HKewOh4zULc4SaP?2jOpM#6o2p2=pLTSC${{HXGEz39kwr@ml281!3#a_~>4>pz z1#<=XQf@m)t_t+&x5$$=V?7R~1aNEttMso0W^VV1lo{P()rxupIWU6(4>Zl(;pwZw zfV;5Zb#f95o5?rS^%c2m^<}uIJc!eV=4VJ5qsI@6Zd(elcLy66dnGnHf;n`9Y%&$* zj7EIPUkNv5TO-<{0y2wVd}V8;yR;(1lUG?xCH+Qw3kCW@H^~&Ke5l=CaI)Qp91Lm~!szy{hpO5O<*guemuIZ$~3 diff --git a/SafeCampus.API/.vs/ProjectEvaluation/safecampus.projects.v7.bin b/SafeCampus.API/.vs/ProjectEvaluation/safecampus.projects.v7.bin index 27abb1b7e53bc111644670104b150916fb62710e..b683f1926dcbb97e987bd221c73ba994d10fe9e6 100644 GIT binary patch delta 18627 zcmeHOX+Txg7Vg^&7gY2rf{K7BCeJZ2&8ZY$S(%F9l(RTCsE9ULJyXnOPAfr6uV#6m zo@OSBW?|}c(^Iq2v{yEOibFP;f|g~bzJ2aF7cP1(VyV@8{Nb?AxqF|r*IsAsZ+&a+ zLocURoi%%ZPzr$rd675ykT2QDkNl|uRisK3K$WQq*{Ld3qd=-oK@?0is3z5-5UNd~ z6h`4xha#vh)uTwNPuEieilVt1gq?@P}wWc=ImfF$H zbPKho4irlr>F;za-A0}0cDjS^q|S5~b)l}*jpC>~#ZvQ4h` zAPu6yG=vgqC=H|GG=fIbD7uI4rTgf98ckzpEG5x6N~ZBNfgYd-=^=WUCekDHC_P61 zph@&NO{OW7LR0Apnnpy^=}DSFGieshra8p)6wRenN~3u+pPr^?XaOxG2Q8w-^eio* z=jeG_N*bk82E9Np(m!b#EvJ`g1-(ow=@nWH}oxiM@Q*<76(a&_6 zexWn;E1jitbbclnU;*|5dxL$zzF-^J59|-F0ImqG1P%aK23G;w!BxT4z=7cE;2>}? zxCXc;xE44BTpJt;4g-gS>wqJ`b;0$(k>L8^>%k4cQQ*IU8-g2w8-tsGn}VBxZvaPw zW5CV9H-cM$TY_%_w*t2Yw*j{Ww*%h{z6IPK+yNX5?g;)n_*U?3;7;J%!FPb~1a}7C z1?~dw3hoAu19u03#z&*jez`enJz;}cDg8PB{g9m^If(L;IgNJ|Xn0A3Pd720Rv=1Re)Y29F0%06zeJ5d0AMVemxoBj88DkAeRIo&{tkQ;{5|*>_&B%#TnIh^J_-H-{3G}j_$Tns;M3q=z-Pd}g3p4_ zfzM;6URQ|6dvdzr-trDoGmpyECDh-tOuS?$u9UX_N1Sdvi=NgsOcP|qgK#c zh*HPc<|XqNH^*ErHA(^&2}j~odrWHd)-#aNTYtsy$>y-pFZEEv204cvq1iJ(z{b)< z+vb&;C?`QC%Ez%F)o)uZC3LTVaHG4-KX?uegyo#Jd1a?BKexkM9!s2tA#kKD92TQZ z9ySd@Ytm0nL40aj)GElds7%xt=vAP!&%H@u5p=w@EyjH~=` ziJ$1^hwkR>c=MWIUVE57TY5*9>Z~O%^Aju4(|p*=d>FFaPvqHrJH3D8@rf(7jG;hJ zvyt8L{T5B4w5*4-;A`G;%sZNwrrG=KE4rg~3~!Do*W>YvZwk^z@9`7Wsu=_3`Kk5Z zQ(66K87?yx80$M|5k z9$KAS)}g<4L!?dgM?bd*a+bO^(px>#hi`%bQokMp2AVep8CNZPOOt$*0K<)2a!ia(+*?b%J41Pf zz8GL!W$d^oF#@vEhj|DVN)Y4eAoFQloK1{?lEisirmL>E*DzHnr;f6TNXRP7d_-H9 z`m^W#JhP*pOncQw#0N`zvleLUj{vQ%@(;tbse85A9zCSKjVQmZJ2BW*%vuZ*vii;i}8vmE5whuj=p2~*T`Q>-ep+ULR^ zqNNWS4%_o}Z5Zivej8-Y20!I)y$TOlfg}^)umU7Y@)aOiasc%*vCIuOQ)k)(q-C{`S{sS?fWYXc;iGzmy}9}Iqc;cT8BAO zAG*z~)LF;LuGBTiSuDL;j|q72 zsSyPdGNK>{pUv|rJYWmxQex89?{tFbVgRfU;R3+1odcB?J69J+ra7f)@2~ATQK#mFHPT@N-T$Khe~{{o>E7EIDw_BuF_P@1sZ;bvg4C@I}V?fFwI>x zx_i=fv1!I14ikB^6dU!5{)o{{)yMsjn@Q}Ir3e>i zlkr>L!SdO1XHtaNaoN&L?3bN(q|@{YPHDdBAqy5n3a^`FR@V%}nSSCFWQ5ec-X%VM zry%Of)t%^;CS8y)OJVolqp5wTme}uxk9KnTCFXDsIroEi5a=INjsAh)iYVy#lHkj`YGX%zBVAgkipssN@{dpyV$h*QLTm zgL?Lj2~}U68A&;rehd63xr9yMG^uzu*2R`2`- zh0~+Y^jA!HDO$NYAxnt_nN1#u{0iZ4<;KRk!i6L~Tu3q*hvMAWqEv511K8xeW{ogI z!0P9ovwUKaP3~S%RfJvQbuL>dHN$69Il2P8VTe*2(#)lKkfJ4?Bt>An)+(V+h!Ce>aJ#L zubcxHeJ?-R_q#dp8X;n{O=eW~79OqD^tB}u%S-?NEVMlNd^M8KV!QIl3v9x}j-~jp z-&(`)7j}j+qdY5JhH{51!I>Sk%lvnIL`#1o7bspg@P|SzMX5k5++uFxX4Y*&58DJC zluZcF-hH6)eKr~W@N688Mn5@kXn;r_iwBHNRVD^k5kuDylIWdQr{wQCj{CUj&%99J_n=oh1t@Ru-Ep z<6&o6icuUR_b>ECEgwuYN>#SR4#n+0c*HC@$?5BdCZXz~Q9Tm9a=KDf=|85mJGiJI9=h$5u(v_!@({B2@HNa7@r&)cu z`o5>|Z7p$JZNuH#V2ZWgtf&B$G_EM-cQ4Z0&@PFn(HecPk>0YE(N(Ib6%4cE2AOr2 zAJ%&PKE<60EK<)$huoBv@nR*>FWi|l{>4w^8y~1gxMD^q7iOK~r-^S|*nf*Sj3iH} zzc}kXa1QL69)opo<)<(31SRs*>0&Hw;#1cH1HJm{2XIvkyjHoVC3`1naDAy)tHP@u*c!8jo4! zrtuG}95p5t=c+wsbrVhA&qG$%YD#6!>i#iPEt&OwGp?w7V7S3fx=1wZsW~jl2O|HF zCHu|g1<`R@hc)l1n&DvQ=jbX$Ht8AbX}gGuYeZTBF1DsrsmxgFO7m9VeQz)jwltjz z-dW^HN|EIn5LoXTwaZ%Uw#LQ9=a0KstjRiHntTz9^;{|%Ii~Jx*jS5*+=P=Z^2@rL zYmqJ4sD3k44Z;Sgm$rr$v07H+Sg~TRGV^1`9Hc&n&H`55FP|v#b@F3*F40V)%W7;T znj1Z)YF5rVMP6V+DGs$`*p)mv0xrd?qUV2S~Kkz!t_ znpcy(()1$q-gv^etKD*bEzXxxk^aX~S>@4NnTpk~MD*rXQ#`2HYqW8=r=zW`w+tL? zdbxF5p1~+5YX2aj7X1wi&(BaNd|YRNtc}}*86_#(7s?IV(xA(E-7C-Qy680gWZ;zx ztLv@J)(Ph>L8%QaE4y)4V449H9NiyS(OZlEBtV=88Mi#JZJ$;ed;ga%w#{giVB3sa zI@?B$_)~Ly>P!y@6pZ~iL|k{>b;i@;^J>$>bzfQWim^%;6LZEJEr~hvkxtAdMB$(l zYlgUynpP`t86;Dg$+8Bg7^{2B}w`dkz@QbK9jITTzE-q74ahIt^BVxwQo5WG>`4KbcoVTDfYI&C0I} zW?=TWBCVn>leEHG7ac>fR*+V< zV<-*&%sMlVvAh{)R4^I^#YSPIMFpdk9xke2{BzFNimUGL;xvPdkIG=XOv27;u4c%p tSG`@c6Fgq-E~gaPt_GQSvb~nxI|KS*$USa*Y0*IX_BUCmgZ@Z zmT8sNX_K~Tm-gw9j_H&w(m7jZt8ATZvTe4@_UV$Y*&#b-r*zBC>7HG(Yj(@-*&};q zuk4+D(jz^yZ}!XnIUon7R}RX->770~Bz<#e`sJ`3o+EN(`sb(&$k7>?V{&Yc%keoO zgEBZnGBm?-Vou7*IVGoNct+&3oSri>GH2$joSk!WZqCc7oSzGFVJ^zWxg?`=X)eo{ zT%NJHB3EWylB;rcuF3dJ$i!S5b6qB7a<0z}xiL3oN~UI7rsw9|l3Oz)x8?TSkvlUp zvvODN&ONy|_vQY~&YaB6ygZNxGd~aI;Vj4_c{GpZ@jQ_y^HiSB!Ys<-EXgx@HqYhx zEX}ek&x*W|7xPkH&MSE}ujTc;kvH>J-p%$PxDzm z&$_J7hJ2AP^HnzH>wJ@M^Ig8r5BV`a<>&m8U-Mgj&!+s5Kl4}q&OiA#oAcjz1PfNc zidYFNV->85)v!9&z?xVKYhxX(i}kQRHo%712peM)Y>LgWIkv!-*a}-?8*Gd1uswFb zj@Svez|OcOZiQRpHn=TrhudQp?20?!j<^$c!=14^?t;7GZn!({fqUX!xHs;DJ+LS4 zi~HgJcmN)Vz3?DB7<*$MJOumVq1X=(!^80iJQDlkQ8)mP#({VY9*f7}@pu9b!ofHM zhvG0i5l_OC@f182hvNu54Nu22a3r3IXW`j+4xWqW;V3*GFTe}&BD@$c!O?grUWQ}v zavY0S;FUNIgID3zcnyxn2{;k2Me#bEgp=`lya8{-n{WzF#c4PlZ^m2jR-A#i;q7<_ z-ib4D7T$$-<2`sU-iP<&Y@CC0aUMQ^58`}$2p`4;_y|6VkKyC^1U`vR;nTPf7vW-D zg3sWy_#8fuOK}-4#})VjzKAd3%lHbuim&18_y)d-Z{gdx5?A4BT!Zi6yZ9cyk00QN z_z`}LpWs^j6hFhyaUHJ54fq9qiC^JH{2IT(Z}B_)9)G|e@hAKlf5BhzH~bwp;UD-X z{)K!q*#g-iWQ5Mij|91idBo%iq(rXiZzS1inWV%igkPiVcg6 lij9j+icO2nip`5HiY<$+imi)nifxPSitWqd4rSfy{{dvKESmrT diff --git a/SafeCampus.API/.vs/SafeCampus/DesignTimeBuild/.dtbcache.v2 b/SafeCampus.API/.vs/SafeCampus/DesignTimeBuild/.dtbcache.v2 index 0a23cecc95f0f2f26dc6e43a8b31b3e6d22d28fc..9d66f36e99bc10bfcdd5b657579de1b60051c37a 100644 GIT binary patch delta 241056 zcmeF4349aP+W$#PlT5a@K(Q1k;8H~d(rj%Mq^ts>fViN@(zJ7ndvg|2>&J4L#TEcD?s~|MyKkpVRZ5Gv7HgnM{(I zIZvK`x2OEOJ>`}yi!7%Mi-dyFXs99(jf4Zy(yEGRuq;+m5)VcKAzwwb)L#|$MdERP z)K?kt2Lpk4MYN>KUmEpA0~J-#5?@uL{GJt+qhmv6jISI$dBXTH=fx)XoKO{OWG(T} zS$FX|%LD7I(UF$08Z^q<&e3D)m~mBO#-F7&#jJ;`8!D`Z>hO}yRnvWxwU0&RR9O#c zGGX#LW2Q`)Jfr7?@lz&G7&k69S*?y*kF2?;!aCoYb5d-|)XC#d9&=8t-}s4BrzlsI zb%$y;%6f3&sbeN|A73$UM)jEL^rD?As~efCuIU=HUYecPwC~jDnM0;Vt1BmuiN-Kd z^Y~cnd`mB%KM)F)mIW$Hd_ljzDiVpsBZ1OTC>kuSC<|4D%KWjCU}Z%(=&LM^lm!A6 zn2Lr=N@D?EBw8BfryII@V)lubygSZX^X|B;mizmZMf@>eI1nlg_#>t9cu6Q!=?hf( z!l5w!mic1AQXh6=Bpi;!D=Q)urQvv$KO8F!M@m95U%aveU6wUks1}X04!Gpg zN@KxT$QLe)MzL@stG}dX&_vqVsq*yt)>Fz%}g;aCcnmijA8LVjN? z?k}wh1cNvN1HM>AI8+kD{_vNog-dJ|3jLj^UUc_8A7*_vNCK%RU}jq3x+GI@FItOejh#`d}Wb1wym@>5DGWS zD)R+vj=I-2+1@J<41|59c%?&uV7Lq~d}X|>iZ?bCz#$net%yba!IBbRNu(r#BQx&9 z`wLx0Dl4lZ@e*_ujzns9Jz)FV+PlnO5)a{X3Ws+I-h|;`q%s(aMFN!-zOX-xH)Sv$ zkCw&Df;h@b;~~u8F3LhN9K}_!cqKNgB&_BTbVCj<_qCtJy;p6!ZBP{>W|>F9eQP?1iK}U_bLvHlAyV|y)9^S*1u@LreNu{qMg7=3%R1u5^g1)jw)=+7q-fHj+TPwA5p2e*;?6MWr zjC|Jigw0Z}CcS7oB0Kq!q`cd013LtV#3oN0QyHtq=T!BW@v&+K^P40!r+!-Xf5}!f zM4#Jh%7l7@KjJXWUk#yO@3)_HrQUuWTR3sMEoAE${>SBd$@i9QP<=yk!J_)f`uW(T z`bIVQ4O`J+^^-sA@OBRvQ>`lgYAZPS*HyLl6Dm{I~1@JVR~ienVmvlPgE7jxX8{I-|bN1D~$80G{v^ex*u(!}|Kwcc@0Z zZVRYw*ikC{imj($XlO6yOsi zjt|IqELy?m3pi!MH(Xg&JW^KC$Qll)IrA)oRPGLJN84StAvK^;)?WS!AHErVm6egI zig*a`-B>&jz~@T{EA&NUfzlw}K>>WX;*-}O@bOn=B<>GKOUwNDJPnkhXP?<~@{K!k zC%zo_Z?z3H-^Xos;LyEcmn~pDF6^%;^Z80jgTV+s8-r1NoceI)6RwQ=qB!lt$6&zk z$M=&z6vs(mFkDg@5BRIf@O>S^mwf=A7-hcFM!n2;u6MVsea(muZ6{^-j{5l&pdy45 zm$IrrsHzf6mf~x{kCVz6zSLtud>KalWhMCNDZ^eWt*pe?Z&g`58mx*2%93A&ewFtT zzTT5xh1+-Iv~a@bwuh{}afal>$BRFX&$viMAmR^10^ummGQwpMd~f3;v=m=0CDBM( zC|VK>#&Mcj2Dt=J0^eeOA3o%KsjibdXJM@^r)KwF+XL1r zmW1)ij?Za-RS2&_pc4B$5)b0_tn$TtAzvhhv)_2BAFo!RB-+Rth%_3g<{V=0R#Qy2 z;yyj2r6HUR;Hx)+@54w{0AKmRK)foBy;mA4!_g5c3HvK?z7WF$CuaeC=fnbhB2*EN z;ESq}HCVH-)P9hw51)Bf_$z|wA%d?y?9EUZC*7r?pdV*^IH!zOVm=o1m13vjRNNPc zm*BguGKyoVsssmHFx050%4?t9R_#2*Zc`7H+Rv^@^t3Al)0(ti%?&TG7qH%=3jz(KFXyim!Vvaas|qjC|98@Kv{^g2xT$K)hJ6)xZkBH z*PtjAtRvCrTEKNE%TRcQ%TZRKv`(#PC74&X3gy5RUXN*BsjTc*R#d;98?el3lp9fQ zYMS`R72B}ln=z9+zXgT2`c@R#8@GXZ@7#`(3-=DxccQS*d+08dyHV~zxff*(%375B zPqmo_h%MA4YLvd0zIP zEw=&l2Fot@Lgr`jyPpA;DZsLipyo$G&Eg^U(&H@Os_suYi)ubyX8()bN6l^JbP!4b zN()>0?AfdrVo%?DQlmyxXq#JWskPQ-QA=BGHnp;;w$q#)Y^`lQ>!`IFJk434uAJs9 zJeb;XOFLT~9n5er;1GsG0EaRhs>*M&w`qQutygVn?UA)zsW?U5=y03rywBdxa)f&H zCVOjZwp9%t;cDHnJvQjb#we(dLfsLi6G{i3MkxXNQ35C()yOH{gPfhvd<-VLG_F}Y z!sWFznT&>Nlqo1vQ7&w(wvTj8wylD6ePczp*!wiO3GFwd+=6l|$^(tn>}lRpy^nx5 zqHIEW)TRbq?I=3oG4N)TH?aKUsGmUDg7PHFQz%cPyoY%^QFfs`gXw2cwxT?T@;u5m zlowE5RNba~TejN{dB>etoktBt0rZMi#Ft()#$qJ}Opa&1Ru zV@G7GcDLILo7nB;-COC(wO)yfno8H?#2uJ>0jvbdY?L`D7oyBXxd`QAlzAwBfpF)kK%Kg?H6~jn}JL5G~iM zwlP=Xh#Ty6wAx;KB<;^St`2|b#$-bs6*lG#ILy``tDu|g$?E20Rogu|af{h@tJ#*j z*s`#;=VHtL%Pn-9y?0%0SzTRiZ&k9!ewd}NT6L7SrTS*I`z+@jGH;L?bi1Raa&++= zq86NDzr;m%%B(Zhgu(8X>VexFy`6VSV^nSK;yKJxr8Zj~tyJzDr(ub!U4z|+Sw^cx zXSohd)Q+V!_PW|W$z8(88*WyBwbIWxV7&!o%d7zRi8UTrZvojdE5JIjCIZDWm|0t= z7IpPpVz1_jx;oYFSWizQwNV@GHQk1|9oh9W2Mu-C&$K&gRtJBPY& zz5OW_8|Ln>raxpqq^4$_qe)icOa~2f)YVoe*OmOk(mwYJcxwAKU6o>>7Z#A{;#*LMeG&8z@X(b`$mef>SHiYld{%0V%0 zTPqzZZ-=v!>U6a8a93Q!vmC13D0eH@XlWSZP!rHFbgVRVve4M{CIER8%nER}Xg&+L zeoKL@nH6B1XnwV8l)E?)w9q+e8_2d<0mh3x!2xdgx?no_pot=tS-|yc26A6!1(+n- zWCu9aS0dF18j=sH7ORT|T;CZG4{kBFDWXkv&=l#ceqIWuiBxW(Y3aUzcyJ32=ln%Z z|ETjEG(+nI)5!XY*8Hcx?FH2wQp!wP==Brhe?r_&LEObS>Um*8uR)8y|gEKAQ`ke-3?Ml_|YUkEb z*E#4~t#eE#AGAz5SndEfe3FWbzL^Ce{;T-LAfT%u#H)Q?zZ$$vFBNwFG}mnYT+DL zar0L#v^~91Ks;!B&BV{0<(9-tB7bb5m(muHEwci=EZV0QaQ$urvSwC*S48{V0Y%^EtLFLUgI-nTPddWKd}X1x(meq2;Fjcr-j*KTanQS32XCwU&_UvR z3++mG0OStL3h=&k@PUIq)H--y*7A`^A3Nw1P5MZrPeuC7L7%6kd(&8z_XMQddR*K0u5%nIkESq#?h;)>doNCP^cR|7>O`Wae)|PY0avqVq2IXjyN2FYl@(gOCNx3356{(p) z`H+Iu*!a|gnu^t2tb+_{4lDJ_0`Z{cYVCG=I8kn;mg#vwo@Z8oR?$a_(S}>euk}?TeFa1c8Wb`T z4G-*qSYfeB4Jy;R3X2pG>1czF(WHn-T}0|?(6O4-#Td`e0Gr-Tta5|8YgRYus)tBD z4eF&yJw)m)QXhkk)1=;N&@1-NiN2!rGpN6&^p$>&7ioY&Cuq{~BAqDGc~%;zNhgXl zNTk6AodhXSoqW#8KQu_JA!40u&?#D1Lqs}Nq|*!W~C-=Vk?nO9y8eG+OH*uI8YF#4;<5 zOLqX|4$KO0j&v~Ipb1(B=g4MG6lsz{lQn6gNYx@uF=%R9>X2MtwOG@{nr_g!X)7sB zQ@f_SJNK9&%6SIO)RY<0&-o(FGUx(LI$y0i*Bws$#Yz`qPHN8q`H7nqV6JpRf8jHJY_VEG1oCYtVI?q(oXK(sF}VXwou~R*JOBpzD)T^7-@A ztD}`--5}O#gKpHix2gG{Npc+kjK&15|J!H_snzUY|4I({a z&_+$#fOoUG_cw|4g_R!FtW6?4Cemhu9@nJDM0!G`Ee1WQNlz%6={_~_lqgRd^o*uF zCH*`r(pH0>)1+rbdS0Y$2ECw3&x`b;NZSp136j6seA4`vUKHzPv0gFgRjsR+)vmjo z;e;oP-oTvHhXs&3Fe|{D(!pB>y{&cdrmW>1k=`|EhbFxv(t9H9G-y{^GCwTd6YG7k zJ}~IRw3Xbb_eJ_hq>l~yM3X)e=~IzDGw5?o`c$Od^&b{{4BD$%yT$rKy86gX%PiMEY8!zZtYIDIM@(@wHgri1n>O-)UWaBhvRG{oSA+H0gVh_KWnRK|g8I z{-neo7LA;#PfUxGtj>lfZjGG0?;&N0)YwVcnv^AyO(eUM9GYYk$q=ba7C94|Wr*bx z%k3nOCb>lNij?D|Tut(dlqXUXCpFciJgnb*e$B+ncT#iBY9`V_A{98Pg(e*&QlUsK zozzN`3Poz2k`h$pq&Aw>TCBFxRXZmgtVwM}Iz*&HophKc9U@Y(NQXP=hyx@({-{{2 z_F^6Bqz(sIEVUQuD3LlksgouhB~oXRd`{{NDfRgRzZNWDcmFN^v>Qge6N^ApEO>#Qv5t1Wt*EZR?`{!ThxllqA? zK%^6#bfP8=5NV)DgPb%NQlDzx-{yk`igl7$muAsPY$XLoJW>^4h-jCq`<^w9Pb|!$ z)6zDOZL+pq%_ui;`mFG#hNPCJy|qO>uRb<(?vShNi#HQx=81V^p`A}sdhbQ6r6m% zG(DI_v$W;Tm*p-HDdD8qnsk9kb3}SX?Yhp@Qe8XGeYj_?G;YqKi`1g1w;*w`G;PVE zd0J-|OJ|peG~Y>=YSJYlT_)1jEV^8iE)(erk*;*oRgfB7WnUrI0*>r;JsF?>zuSqv#xcjMW47j;l{e-@S^1+?#!YUnz-Dl zw$Cs+wOJ|7M_IHIPU@`=x}D*6<@>~5V7r6) z4mEhEqd5Og<~uPMJ-jbUUF}FzBh}iSj?M*Zc@{>vF@6oeAT|c70qbf8uW%i1EufAL zOm%eND}tdj?xXI(!h2M^&+X3yhjZI-%pA#p;b08)0x;f-!CU}FbTOC7`+U|5o-GfW4}V8Bo$&Ga(O1kGZYr8a-)C{jIca5c#pVnM?YOC5#|0rS;@SB!ky zmCRSF)vp+loMp_*92lZwSfNJkvG=gu#eA2#Z;w5{#aiaI5bk5R53r75okP(jj_zIV z=ZX8#`XB>F$mlv=<#kx)dTzl07;RwK0NBW|5%3tpV`}zZd%l`G-_f%7lictm<~+rK zu_X*E0iFgt!+`N43=aV?MnumsJO_B50V6^50>cZ+a-*wAjp~j_i+49VoyRY;(+$qP zwAzV^mfPt@Ox)x|MJw!dGbV0vqN0^{x)l?*IZ@FnJKc_nJDjNKdON+y&*nvoTKk2) znfkE1qc28_(1JlBjQ9XB?1M2K00wq2rUQ5t@H)fmfVUVhVuQgNz}tWw3_Ae37%&!t zVHg0$Tj(Q(j{u)CVAzCqGhk?h_A+4jgK7_A!WakDF<=;j_A%^JKW=gsC4OMW&;rH{ z02n;L_y7Qd1Q-|qU<3d+{{a?*Z}0``F}MI81`i;YAs5h;p(&s_ zLvug@Ljjk?O1j7-44h$U(wSA1U8SW}$q7zzu z3_d^!LkS?j5CDW3!hi@v1ki<{3!ocAH$V@D9)R8qy#bS~fJxRm>dP&C(Q-V)@qiN< zP6Q0{GYtX_VHg59mElyt=?td>&SW?fFp^=Udhs(yzAeriR~EA8cR7a{xA-xI!)QLke8A-lmjkY1xC*d{ zVG&>n1MWbPV!&M{TE>7oNw`l0z|A7MfdMy!=q3i-^r2fBaAOCzbO5+_LwBFRgc~%p zh5{$upqCk5RwYZY3*KaY6OHdMyaRZT0T=T0J_9b+=_3YQkkh9Oxag+c z47jeQFBov`OvHfeWBQr_m%#K511@vvdj?#}(tZY9uHr%!fGbkUN-*KFlWYt&fWcq@ zTnsLNm%$6jW5@$EV`v6Ah~XeWApXW>o2Ex4|rZVb3~pdJjkKA_$Vy#dED z;IyCmG4ulrV8H1+PR;>1L&xbi0H@+O{RRvHoUGPA;mk`6Yz z3j=V{OO*^bv86ZzPF`sY!x+Fg2AqS^1O}XE;w%z?Q%Rc2fYU{q&VW-wI*;Kz!1)X~ z*`o`RuM5uTXbv~c0c_%@z6no#F1O4@%f$>hQKL&3a56@hG2n!Yu3*496)j-Ec@r&W zz_}4EWx)9lUCVGS;BD^tZS?#u!@Gdx&K{uUnD;(6y^p4qZ1XvdheHB$7B^aG2Ik(0 z$l--U5SV+XQv!4Eaw0JIZd@1M?m9|!zr%IhA@qQ=C*Drz??HwK0W}OYfb|UPovQmy z_M-fUoDz-uaEiLo2Gwbwy}$Jlr+Vxrdn>Ce6^*;mX-4C2LVaK~?xUD~4CNoAaSu*M z<09%4%Ht?cp!gBh8bAr!l;u6+$0k{>a%zl{jbcMVkZ#^i^{^l6b{An~jgYqoOR+Ln{Zre4k3ssv{ z?gI7Y2Szepx9vVhRE_-5$V~?A=DEwM2})CxW+?e6%~1|QDL`p~B0;-_U=G@CiCPcZ zZH2bhD0}jzsBza#YQ-{dSibn~O7Kv~)u0 zjFOJc^{GW0y@l%dO%j^hWwqO5@vE1Y@%v+RyGb8W<;ij!dSY!AmAmWYng+<5X;y&l zV#k5?7LYBo0^BPxwtr%DZx31Xc(o}!-`w;yHmjPq#(eN}@`3BK)NSQI6wHf@Iy`?t$vTX{wY^skASE_4+S(8)8^VjA|YZoq)8$5_orN6T6=ob z*(-76^b)nVhk9u$rp^BPh;)JK{*kj^1R=ToG#AsR+h1G+cWhb%vSwC*vqgIlKMqK1K-SC(Fiy1f z11y-RUn`J3vjUtW9wL0lL#yW5<^%Im&@jTcb*~As5JG(?Y70$}g(ivgxP>OAHvotS zO;UrOcg<4ek2|KGGg-{-7Mh$kfoz%;pjxz-@q2=_24u~w0Ndp?_}>>rJVlX>Z&~$f=3kbdFdwyv5NTekqE%nefNvQ`vwd8}Ah^553)(rcDycH2vyk47w z>EweRlEokP&<0I53 ztIZ;95$Q<}J*7!oM0#4JXFT+*COs|ER!@2A-10dOJ+E0?#o8uaz2Ko2HEA1uNb5Z{ zv0W6z9>1h1+ohkEMMCWH%aBrg3Wx`{Bp>vOXox+2RqN{&kzNz&uO52cqs1P-Ce|Bb zz3HL1w65L|>1~nT@zA@P^tMPlM0(FdJ2hzs)^Be5F0tPC&nuGu_k>e z(kCK)>Y>jx=@XGY7b&sZL!ZM+?NJ~e++uFl9`W{i=nJj0JtBQ6QmuzblfD$`E0GYT zT$h&2qxdVaz833m9@>|-k{k84NZ*L`t%ttTq;Ev}UZlT!=m$;uUZnl?UnoC%=qJtE zFIFRO>QJ|M$?9$Rf!N5K+EZB~HTF`rCS{3a6Upu+M^ZY?TpWMNCRR)$v3@zM*^thh zUUF$`G}NruUE#(EYtB)dx8fHXxgzIzsfi}%%8Hwc)XYoyn$%RJ<{};Br2a7T z3cb`4lDE44dDc-2ubT9|r&EtsBDMBXk=9cy>8XuKZN1b^liH}rk@#U0VwexZoYWx< z1dIE#(rF3JIz_CZVx8`#Gc;+aNW(-r(@VoO zX_!bOL>lR(QJORY>rXzYLM+5EM>VTLq)L&hycE-oh#Bzkq`rYz9!9tWPS+D66*pl>4(KE>1wt}bG&q+*41p0=8ANY zmoC<%xgyOI=@M^(=4;kGu`U(sGA~`ONtcRrg-BO==_*aSLZk&EE%ef&hEjqSh_zU( ztG%?Op+$>DS}M{tUQ(L0RHSP~y3R|>H0fHAmM10t5Ln@*m729&tX0z0^Es^^*A^NH>dhn^?Dd>5h8Ke4pMX(w!pR<)ynd=}wXE5eXsC z_iEBTBCSb?wbo1bY1SIC)`|2NFWs+6>qL4$qzAoJqe%~lv|gl#y!0?j=JPk7-+Hk& zi1mnVW|1EE(i57rnI&F7Z4v89FFmDMTcoR}MS8|d&uY@s zB5f7vIWIl0Nn1tQCejP|=zdYNwu!Y}te3p>vL&pmJEY_X0XfBT<&aymoYIv?BySGoXp%>yT#@o} zsEH=!iqur3W;qGU*Q};uH5cok94gSH<|4HasW69HYElc4T8V@x>DCRU1ho>YNUSzF z)V85TMIyBm>EIkXM3dTybf`!OoIXsG4i%|5DYeHddUy^Up;^UZwU@3QQFF==T=}fu zINZ}g8WA~tl*(&~!?>d~A#%Et)>%jCtg}eI94gVI&La6mLgaKnll&qDMGECm7*d1t zxu963VwL4kMC+ZVCuAsx&|JC%#oJ%@T|R=L{zi1*Z@ zo}wUTx|gQ(%t^*fx9u$sVy1h;NqxElc_qDb)Q{VY))F**4Tm})5UDFdCXQt|R!#cU z^;?3bw}0wt7U<54AQ%C02!MMLG`)ra>BJC94d8g{9_%1&0HFbZo;BT%aYPVL{WwoO zj^-^4TQI7;CmBy&@}B#d#8=$*6=r_TfPwqp6j;5F<$aKmOO5~V2sr@5vu2-lHJ7Lb(zgVfZRp)nwv0VB|4XRret3>aO;U^2i7 za51<59tIB}ham@$$B?I9+~bNA6fqZ}u`NSeKs$zZs$`ct-&V|Atd801isS^C0}w(C zA(iWP^|19~?xiZ+t|D81=Kku-y{;ZZujVIzHJ<$G+;}>c8peRJ%yfYDaBdlnmQf6& z08s{vI8uxOgNihoVKiV1hyQMIs5$c;t$UB*)-h-u%Pj~U40WFglCaGQTyCdpKkIQ+c&rN-E`cl6fR8-=o{+KvE2Nn6T{ud67r zk{M$u7$^Z?v;-p|01Ss>G2nJSZDznNd)mT)+w$}@18%+3R)(#BZ4BEy zW}x+Up1{3w+z1EYZa8j)18~QiUSq&bZF++NH?HYz2Hc#c9Sl1FyBKhfnLcE|ePsHC z0r!e=9~kgCU=IUs_|lgQxT#BDG2p%}eSHEGZqCv-47dSH-!tGQEA3~%eN<}X1vK&^ z4woSdU}LZWVjQs>L&UDZEr#me&B*VP%Z&Sy)Rdtqpg9BXFXHYYpaq~l?z$DX;D#Z! zVQ8ZUKa11FV&-Brwr6M$=)lkc(21cFpoF0W5M&4fN*Qq1jE-hF8qk%YE1;aA9MF@Y zC!h~QA3#5bet-cC0{{b0U>XQIiQy!`DGa9ohB6EV3}YAu7{M?CP{Dv(HB`w^35YYq zRYkdxk6SF@F=!meFb*(*VFF+>!(_lzhN*ya8O{aFWS9w<#V`vnn_)I!F2h{FJcfCI zOBpT&T)}V!U;)Ddz~ThcV$f2CrGRT0t_3V-SPodlfa_^m&46oWToD6sSxmPv;L?}w zWWePu-NS%OSX#rd2C$A{9pC|m2LS6C)&n+p2Y@z!HgOZK3~4h1uKsY{2fzg$JAE*z-|UygwS3FTxd`&11=_TsQ|$B0_|hi2l$rZTfq0pJ&MzP+RsfmrKg`5 zaMq5KasbZEaUu@D**8wS0XW0PxitVM(d1#ki8AFf;AEJZGT?ldnls>>mRd02ycK7q z0GyiQ%oBjqPimKw0O1^y4&^4CM^Z5ZP8F#=Lwi7dNOlKq>427w3^)U%&I~xqBR>Pq z0&480G>dJrfl^qS*2cB=BNr+ z=WsZ88BNKdsVSV6L;JFlLEbbyht5s59!WED=)4rp%&EC=pDS8g)9FIT_nt$}&*_Iy z*?qXNn8OR;Z(d`Xl|xM%(*-${z-FGWj$i0#Su{H*88AD?tY(_kg=RH3N3H7OKFHeF zj2+Kzk3j5;Y93wa=w`EBoP+eiIcnroXQAa1)kZlw*Njk(Ue@DVmxAlU(IuUrgHSL27c*X(jIH!?AJ%4mI(VLv|PP=g1hh!rM$*L&grd3 z{z`i5>+Q*pf)2UK>L{~HeIj%;r#dC8+WHv!On&Q3ertS(waMhS#xDY@`E0;^@UOO$ z5BzF7b(b`g-}y>$mF-iSu-;BrN%8X`K_@xGWo5| zE2&I=Ya9&!p8VFo7$4N)pk(sv1)1d6ndI01a`NkA{z%g6OrC2*4QBFOXYyQACeL*y z&vhox^>4^?&B48#=X&5N4f0%f=HOmmZaU9(``?h~`cDez4Y}(BdP~v)z5a#)y@6Cf z@2~?>W^+LA|IL)yE%bER|AnctgNU>Zq3ChHk}5lldH*a`wzom5YwN;Op^OqSi1!@7^n)stnfq;9!p zn(Xr2N#Tm*yMETiD7ztays>N>go!pcd{Y%`a>9*oF1WaIyi3)O-jb)m(k>0s!rjQT-uw; zgFZEvrlkV+r{~hSDV$OBSRdogZik$g%L&l;X3=@M1QUOe0DWdICqO?xmu6uvo~N#y zXS6K3zzlp&nAHrknr&8da+3+r)w}bILo658SS~T1$j+XNuf8M!6B?CX|~|9>LEBZb5x3%55mOqvYGveIFT}dfpFy0OdiH8kF@Y520{^ z^oLO=6QuKdjT5B5eL{l-=^OaX_Q*d;ke>Lh3DSS@y_q`n{=i!^L4U@3^N+tZlW76} z<@e?vertvzi!Dp(=a1bLsf6-4A~&Xw-A!`rD$8_dPwS)R?@!dCg+`lW+v8}s5J$sr z$|estgdF{)C=rw{jca~fXjm;xCSyi5$`q8TC>J(X+ef+{Y;qI$W|Uh{Zbf;Zv6?;2 zd#d*l@J5tPD399IpsO8)r#}YXjPeFLejN1^C|gjTM0pD3X_WUcZzswwlxHygEXr1t z=TM$Uc>(1`l--!W2ZeLSzphqaZ8TNurhAvDp-YS-n%I&0+<{`CI8j2`>iU_^Tbl=& zQNk#tD3#geRF$nxTxwjX7TjUaRXdj&*Cys-&P6B}qs&A33#>~}KZtrh>h-7}LU|Zv z1IlCAx0_M)pMFTn_s20$OZiUEV!5l(*K??!N7;t50MiTY4|dm!@{ofb)|B<~`fm{Fzdb8^V!ef) zNq=4d`SZf80ME*Pc-TT)wVm~>?5yWSdelPOH0gPfUJ&VV3%!tDq55LCGgp0@>poF! z?BqJU&34g#{?`!K{KdFA@scd( z&8z^giuPJl2mKXZHP1I6^r|X<(h)x9D+?hPyL@kF(z5TB7eAAhoezpkT6TWBP$n(= ze=se3CnJ#>#~x~>&PKzJtxiVj^UG(Xq+wR_K}!A8WFWs_W(6n_ZMc>ET3;p7S3sno zK_N&D{=0NQtp8L#_PV-p$>-2bwyNBq?%Jkzla1;jQcr_=X;Kf7dW+P@pyM>Dw;J?{ zy>p_kDE$oTuPJ?{pG-b>98v!V^0AwNxYhEqPm^O~xCeT&yb$x-xAgH|lbcGP&9D%4Bl0V<%*CvuAR%<1onNX2(v*S#9N|H+EDB;y z>I?+PotqUPBpv*|T!wBK34q zFGvSh^V2XN)I+S^Vx5;oebnq-_JYK5(ljfJ`f9x&C(HE{DU)g)yEKz(op-`yIVS%5 zQmr4_cyksaMixcA1&NF0X>Q4)dD{CUlUyCgK`Oa=(Q?^QJF{qowxgCi)%F=ir#36a z`6!E4!byGR0{MtqsTM7F6(xRuRMeju6g3uG@;jrV{#j6z83cy@lDXiM!}N&hyUkul zx7z`?E8i#f0^1$Tcc=xQy4oChFY~<+)-YiF9i!_246$PX9e`1EjFbb`)eK(YI^0@7 z9UYkJ=%}O444rY8e@|Z&)$ViqGl}8cHXJiYGK>U_Vn7x^s$i%9L>Z!hN(KxUQ=B0V z7|k#mFqUB~;A{pA@nUorFb;4I1BP)iY74+nE&hQvU?N~rFQ(t0|DBh@fG5pjn58y< z=qOS>Zg4fp8Dc@h5KA4+=Q;D$f>(@u+m*~$s@1O;k(_1B%N%vIf?b^bp{1$7O*Fw0D;Xc4RhII}_mpID0+|LvDqxC@sjMLF|yvpma%JtlWVK~~rfPa8Y z8yPkN9%Fb+&E9LzS99k(T6TSs8=l0Rrx<=E{rmImU^EJYPkZLDS&D4(x!?11V zmhEa+cgNuvTLNPU3FAWm3=&}k2!LTAi~s>%1-#DiI^Zn^4D-<23~vK=Fzf*AV%PVsHUG48JdVd!iLD(+Uf>VQ2$5nBic+VGM@> zj$k+f(1D=?pc4b`H{)h90C$veGZ}!p#uQ+{jbZ$cPCytCVTb^_FmwTQW59h{>M@$B z2dFngZ@?rgU=pHd`*I8JuhQ`h#{*7eI1w<2VGv*l!w|r!45tE4XE+^jCc~M4kqjf% zi=R32ZE@zfvXDJLa1Qf15GFEA1XMHN)*ek`!0kJl!GK$IbUwrRD(`A{eqt^&?xWE> z2HY#7`3$%nMwc_-mKR;ca1~$?!y>>Eh9v;Spa9DlmH}2WtOVS^a0B2bhMNGlGTaKd zgW(Rq-6t^J4O+vn2C$AHldt_hm#@7s_V-b0@KSgFn2-}3a@J89LmA*`23)LA7Y1CA zP&Wo#bl{Q#fa?nC&CnZg90RTxs2@W=zyO8;fPoAH0Vgq>r0#kGpBY1$hoW&9!!W=I zh7o{K45I**43&U5LmV)MVGLj#!#KbMh6#Yl43hy<8KwfJGfW4Z$8a9te1`J@7bKW2 z0L@{T1DMM&7jQ8H&h6+DhD!jKFE#SDu9OBt2|u4T9u@OBp9?JQ2b z4p@$s_qpYLw5)XcKzs`1S!`KYo3psl!r8MqbePkxZ#=O<`t@fyba?9l>DLp#HT`-f zT=*A4`Ro2@B>yjk3;R>)>JcvdTsmC%`G(=b+fw1e^LH3+`fqfa;ljTuS3M$e8-@#) zlOJsXl%P#n-ZOq|lI1F=#wgh+HWWk-=j}93YS$9n3Z*ql5z3WV<|>p0C<{^AsBU+= zUavS6vra=9igG#%2M?ctdKk)?D8o@kpyb@%IzrmcD3+c*LlsK20w%HEXr1tR2*^JHLeR) zn^o>ywQh~;+IVv$Xg>(00Hp;A#}OBz<~ZV(sP#DF7Z8&BB8nbIEGgu-W1f~m9&yBK z?ONBtS_b()FI@N~tdkSXzl=H+F8nJQ;{9fZ_*ar4!St$GrG69fnmP5?WR(sVp31+B zt`8R;Xmzx59xKy*Ro*;r%cVmd|G}`~9Xr$&0 zm+ZQkMC`IB(uvp;78-~BmAZKdtLqr%?m`zBvZ#O%Oq3JBva=%QSy;VrjB>S)AIT7%gNLw zYWO)1J+FP#Y?Y6iZPL{X9(qxewu!V|B*Y)Tq)FRFdRZjIAHNK#Pbz&W7!PhTU%*$y zLjdxtT4%3_^qNS2_0a2@^qNR-i1bg=sha_dZ;SPghu+n?dRw~MA<}yu+Nnu9MA{|N z`yTp0lXi*pp-3Nj67;cVeJIu^VtwkN&ot>1kvD2@(wjCz#h@`bn1Bi zn3>w`Uy4=hA=1|PrAS|ibe@&!H0djmz82|k9@?i#UyJk&q(m}C{#y@yr&-^K^}TfU zcMtubN#BdKU!)&B^phs-7pajq75#odI`!o1&%3G-a_RDevcziarEG7*bImM~Y$Dmc z`rXu~JeCnrF^TwMGY9U>%Inoj4 z=;gyOC$*!1cyLSdLB-O+;a)mI>!4Vq_97vA`AAJ_FH#4QG6~hOgEI-$u@f>0)iVjz zX(m1(%rk;aLUp_+G6~hO6EX?au@n9eB~%Z;sGT)zle30jOsKBr1RP-wetrXsr%qsi zd;()ufH&o|<1H_}t*zxvS<5>jz3ZiS)KNi4L1KqAA^7<{ZMhw?+)j~pdFg#k+9}cp zB7Nwkk2L86k@Q^Y2UjQ0zmk9GW3fJyt`PkExyo6O;LhFBgy82rTJO7MxxFHN;iWG% zX|G7NB9WKA(xh6E>O}h5OMipZU_0x?+9%efS@ezSSl}#3d@D_tXVG_B@88ODnM~<8 zVl$c2u@nAhGo>e^r;k#3Epgy>lw{?Ip6-;>@Y=Lvj`=R7&La78s6>-Gi{uw+YZe7G z$uH9Xr@7HP7xk29hv4a6+OzAKlMJ42+glt2PxpqC`pgF6ffn`SHlt1A_hyv*Q)8#= z>PG*2VyBZa3y7HN>aL?>-GF1&q)%PHId-}SFVX|c_GIW;)BPAn1hLbP^VH*L-omg2 z!_j+^vC}2*xt~dV#cf|<=GP2g1Aa>o^*)v{nvTJ90EW#mJPyFXI0nN3KLUOxFS`e` zEJ%QDWv~JopTN`@l+BP0urt^J4h9TDk(0p*a51<59tIB}ham@$$B?I9+~bNA6fqZ} zu`NSeKs$zZs$`ct-&V|Atd801isS^C0}w(CA(iWP^|19~?xiZ+t|D81=Kku-y{;Yu zPiHxy-mNNlh7W>kgw6Hfr#*-uy%{Gj8fpdj{ON zqYexm0G${*0ZJH306~Tzpp>B$a5TfwfUXQ(0p$$kfSwFJ0eu+y0QxcX0}Nmo02p`z z(?HNk3?~6jVK@aalwl}f7{f5Y2!;`W3Wf?mB|{}3&Jb4>4FdHzJVJ=`E!#u#H43`3~V7LOXfMEe(ae`?v zXeq-|z_kq50+ur@2drXP1z63n8gMhipOQVjCpy}I9yf81n*f^`HUqXWYymvY@HAj6 z!&bmH23&yQpIHI6t3}V@*m#o}*Gu#c!#jW-47d`aoea3zp$`~vMT6@V04`eSGltIq zyBTmfLVFo-$w9RYxU8T$23$GNK8AgOZy9h+K;JWb57?jFk^4bEannx#YYxDggYOlF zY=E7?4sbF!0UibqAeSK*(3GJmpgBWxKnsQzfL08x07VQ%fOZV+0EZ^OiVg)8b5pSz z)Yp-Z6GJf00CDmMz*!#o8E__te{cf`0!kT50Y@_&4d}|C=R`MStb6jTo^a}8tb20{ zpC}y=V*O|;6Z(h~jz2IJ`s*BG{l-6}LSIC0rjjbZmCon=He!n3N#*l?w_!f-Mf7&= z2{;#f%glzoBN_HvM(^d)&J^y-rMgr$?Duo&gH&Abhq?4o3O}y-yo2+l9*2CA%!XZ; zMW5snO#DSQ>`#-~us_SC&#?`ks2$^-EsJ)WL7sce>SMFoYgS+6n%S^BO>iD!`BEVp zc4zg)LWe_bobGhjES=!olAT?PP*XCKV}F%Oj=gcJvtYz`X#XDN?_>4UVmBY< zNAOQ5jq=LLf?`F|c6eLY&O`=Xd?8R5EAmPn_F zpOMRX8=i`p&snWr?rv_pjOhdNIkzq6Na|El=Um&72%GMZt=ipgFZ`DhJU6pmnXMkF zbWJ|t4)k~dav>*BW~0nOxe(>|CV+P02y>}+J>5@mm^P)6BDJ*ek89i zsScU~t=eqozdW6M&@_?CE#UgTfUG4emA}a8A9bFCW@w#Y+U#VebaK9fe*xWKO_(;N zObTdx!qyJ-e0ltxnH134L9#&(l8tgCZF10~nzT`*$3)ufpvNJ#sWuNW{)=C=n-lbe zShuS$A9EC2?o{orbGB9mIqs=LpOks)Ec}Ca`N#rt7iI-`O0@ee{BwBGfUKDn;Aznw zR12Q57oYGaq=0@-y4T@Iv4U2EvNQ=<9+D4ac}TtT#a7DJ zBxHc7s|)jrZDQFCa%dLPLzrC|A{}KVr&==!k%ca4>TD&qwj7d3n9F%Y@*0$*Nk}kZ zN}0^h|G~`9L#*oTt&RbSPV&n9&m@3OG(5dRo)7a__)jH(9-mrYCIR#iIS@`Z=oIZO zii{}c%W|qnrx`R?)H0y4u_m z{FgJxBp=8iliGKg1kl(m3k+JQ9YDyGWA3R%vZodsbhRcSi;gKRsn3GH)SzoL3n_L? zOG#JP8g!i|A^naiEfZP<$ta=zoq%_ zKS}?L++%9)E_;3^19WmHAroElflPF%Gu$(sG+fJLi!61fG(x12PR>{-H|ov1RcJ7+ zQDRj%DVnx;Ca1SErAm>ioD|a}q`otyxJYL?X|yIGEuJZjamtUQ$2#e3%|gyR(;6pT zo#UkOnuL6MrZhpMiB6iNNyxQlO8>sYWo;xGu-+` zPk%`a00h%#1102L~5TKBu z5YU>THJ~j+TfiX{EfMUi+?qj zFp~7HYOLn$G~PP(&rB%H5v*oXVKahtG}e<&Dy%qy_2)7R*9Wssdf({tFJ&1{2D7%^ z=ZLD29~!yIh}Jx$>urM46r~wTKFaS+MO=XJ(H6;w)*{J1T!^OMn0@#UMXt6)|D0*K zRfEV?zk2CAN1?^9=4^8oj{KF>!$C9kaBDM2waBbek*jUYskX@~9l3h(A5J~|ABkYi zWFj^%?Egu?>MzBs79%`W!n({z)qfta+WHqW5v#l<-p+~dBv0@W7WyuoU>L~PpJoO4 zx1}q#sNKp_m`PWh>)~IK%Kfe6&c}4}fuEM9?gI3+fE!AA>ZfbGU5(Ull$&|fur026 z*47@ix|yT!lp0}H4R<(hIX;W$^(!u!A=Q2;BnsKeSll2UX z+We%euywJ_J<~$PS{KD?QNClV)$dW)KjkXy5fC-#;UB&>SR1CzwS`0)XTdLH8%mjU z#dtqv(iO|0l1^7V;9pNy+%Sr@b?<*EeQ|ON`A5>oUcB{B%3l0G83volUyL{2Wgfa* z`#{1E(#=n;D?BnTfT-CkH4DF1H?6DWvu%Ng7HSfH$!K9C%Twn}e>i_Jev;`uHSq_t7xPQ@|JXYZ@F=S8jk9UncgZG%1W4$;gkBUSROwX^ zM2hs@q9P(Jh#yv@J0jhNfJjjYNKr(JAcA7ShG19tWRFoq1^vHg?wphnVgdoa|M$&4 z&&mDm*>~>D-kqJy&fNQ6!?pOb%!^H(XLIddtgk;G%!`d)YjBS+nlqQ~#rb7k9K1yL zVzfTYEc6G=ER1cx1oL8bqdD*H#rb7kEdNmQ>Rzng`sJG!-(pmR_KXt$v)s5BLvNWE z!?MIOFRtg4eYn1l8kjuw;K-uBqt}V?-t|6eXcED#MTu?@(TzT8WD>#2MTt^GWSJM^ zOK6!FTjs@VBJQT-`v%A5oV8Y zWg`s8bP*e-#Xe4yjc$jNt}@YD!OE^@ z>r~LY`_`w5(NxL6%F*By6BCkW=((AcfYtgWV(OL=3QLWnzNU@9XjVK!-QV@+1 zO%P2H%@FJ`+#Dsl3AaG0y9vK$xCtMHZ*vwm;hVUnTVA%C@WnqD-A(wy4ZqNE6Gn5k z%53=7((ut*=b*PqSR12Hc8A{X;y1FJa09%hT)7EDTL*T*^$-mZ4I|S2oaGF=n78nz zy!Z(Z%nv_dqlM z#U{8tQkQ2FoI<(XgF9edYz^EoI>mFT-oOi$H*hEQMeCgH+t)=syIC(XdsvUlvp4WV zmKpGWkr{CHoXvpse>>@983F76hAkuD`uOMmkb@pHxnw@5E$Q#6d&8|ZdNi|JKakG_ zQ~{VFHj(IDJtI>FWZ4X@X7p1_tTF!qIC9dy?8-8>`5w%=rDiq)o!@szX0X`xNd za>4j8`Xh6n0`fkk3cxv8s7M$%W7h++Ocj9hA}baK&X56FrV7BHB1;NmA7IN9*zyF{ zcaXAT0a?yTeMwjFX-(Ik37L~BK~&PnS{BKY3u585E2mz?x+(4^WRs*R%B z3q%z)7dmKiV_!7>B(#s_mY12+B@T{$=4QmJYc{P!Yu zz}l1(_IS$+SZ^WA3mChJ+0m*V@IjvKA$ku=DWPD2=m0ERIP0}N*v4j92O0x*(cBw!T7D8LwoF@Ukn znDTD=%S%nf@{<@QX*<7iBxy~SxdZ+#+!?tGIwL>GuRN&DJmM@AHG_GEw)}{*f&WQn z+=atUH^3sT?`y^uETK}XSsdGh=cx(3X<^H0%^6>pzf6)}mrJ--he>C*f8ol8DaAbaZ`6?gZ z?7c_D&vztzeO2$#3)%VJd|4L0Pt?h)JMXRd0D5M3=e-T7i@5W4s0dfxN{GscDu~>6 z8102R*^#$5$_3~+`b{|Z0MC;nZw=+h+edW`?VGK?=;Zy$UC$u082!MPN_>WWk8mx0)us6xhk;nM`S1O6-Mu2 zCr>p#Srm9pJ)!qS^nsT?G>LL;x~tZo53ak$M&;FXH<(|pyO(IX%e~6-#dVk8Km8=1 z&Cl}L{NklErq2e(68eLFg(#R`uDgb@RbEYZ_0OL-y@0r1g^Nd4gpVRkj-}xuiV~6C zM-G!HPo}#iuxiV7*K*y(ZeY3Y^1-OBe6!m5sJ-c%)mFZK9Yoa8N1aTf4kGF-qAotV z*(B;LqOKycTz4(kUCVVB{|PPET|PUZXXFTBx$dGhEZ1E$!nJbU4d&>&EBon{^WDwX zL-re4-}myL^PX_}LGy3+#aphs*?y>6uDkfo6cqp77;#69^#`et$sRRERB@sz?5B8> zC{9EPA}Zpiq9##-h>D45O*kcH7X_)9sFFlg+)pL4t0+lC*Vc7c?_z8D>|QgU-3xZI zy*p>0-GAz2dkq|Re`jOe-(jqKj^P~OPli7Me=+<8D8Rm-1>j+7W5{l&t9yd}@A~OB z%#)w4$wpT@@r5U;?1f!)Q@N>eS1XI1Zh6a2H;bKakQ?Yy?R3$sy!c_X@4F1R!i)>Z z09-}J1!MrO6w^_LqkvBsJ^>tKI0iW34T3JiOP4FUEGu1nF9$mLA|WbrYKGt`*@*I=kC zLsvj|hVFo#3_St88F~Y5XRy3`tK7Ueve z>AuA+fAGRix&x?WR8#CkQR!5Qp%kDrLuo)6hB8s<>~K6Qr2FMw_#=DL@XN&q@pk4% zc1S)lty9q3H0-eI{v1|NHEdOO%pH$y&y{1Y*5?jiVOKRQay>o|80N0)?e<;FFn3(k z5{Q;YX!NYTMIOv^liKBndG0}Mq;8T;rXub`T*!d;WoRG3YnxC$h;lQ^Er?eTTM_Tz zqkC8HJKb4Kc#j};xhA|<`&;xLwwcX*-$yBZv**)7dkfr8IML1%r@i%p-D_KvBEi?yolJw^PBv*woAwJ~mAf^SLIR9w)wgc2r_3R_P$TS9iB+tgcrL~z|?GLzVm0jI;4&A1W z?&K+|ZCv4K?piI$e%j84-mf0P96H3Yeh+vPuiWgE2FH+Ubgr}7hgY$b2> zHg)3j!-KZl(;9X0I3hD%?AYCt@uJ<4wtTH)mM!DOKFu?iEa}kJZ?^Bz2KMx{*2ZtK zmrhID@L%L6oRqVhuoivHRZXjQovXataunA0B+F6Qauim_lr_?Kce1vAqPt0pb@Kc^ z8;_cnp20vq0;vM9US#*%cucj(fGk_D^=;~_sy*1#`GdB^>nX1_7~=8RUezH(s{X|m^w zU{PHJMTyGpB!@{AB~>{^R3(gD+S;+6_@G--$zkL%E$5cyydv^B$!`)_p2GZj(N*>o z?h>XA-|uJ}tR|n#wXqfsX8%uo)vbj`aoeNyEo))RT3Fu^uDZ2wWqq}|vliA)jQ1or znIK=;dz>`UbTFMDN8EcwG|5SmO`?0XC3k!3244!J`|yhKGatxb1XTd0Nd@;i>0hP_ zrpa2Si)eEgJzx?|7tw6 zg!!K}m2(+K%!)4KB3LCCRd!`Rg|8^0Dk7@tqG~2l6%i$isJe@iAu>)zfV@Ig0BUGw zk2Z7Mf5Y4WwU+=#Jv6gjvdjcvj9P#GQ^i z$`x8=N0+NrxEbB6B_ci42Sp!k-El{9{5pOKceru?8i1SFxKRz*kk)CDyL?zYRb?yO zst){%U`WQ@np0T#lveTw`@Y(j;zq1>oMn#<=9?oiZxwELQYu3#;0}g60CzFm1sKmT z9x#Dn0$`$#=~_4vH_j(V;^ujBBtF1z_W<7bg{+CSzKtD4TP}08q~$JJ=0blG%4Syl z3|@KGMbEfsv7Mg7lNBx$w8T!&t}i=q?6K@I@jb zr7ld21;FJjdW_*Qz-)%ufO!n_02+e^c#`2sz+#5QfMpE05JXQiVD2b-j^R1LN(M{; zMK82t!aPs#HU?M*$JfB%nEMjrHx7Ql0Ft#%^RZXt;B-7H9I{d2>6E{g$Jl@_ya8PR zH*1@BxuXB`{Ev6=Ti=1Ve&vjiKjT$=hE*(dH3lt2Yka{eWr++hIU;i>V0J{F*(IAJ z^2gi<_>)XWtNh0eVjQQannO@K6pG{9zt%{Y(xr+&ZH4c}w*`~5Vt-|uJH`~4m> z`u)Zk{eIc`nEUfDET6R{s* z^b9Vs)_tE=e2FJsJN>0o?-^X;jH92{=PPGHy?bype2N2z7(^_h5aL3%%G^D;2wvmv z!9`J;y9a-cPxyFtYvmJ2UBp^B&TOrGwYvd-fo)@p<}XoZb_1^A!LJ0>4Y=WQkJqLw zoBcHn7hV0ALoJV1t-U9~S1W6>wpQ|YM-hMRthqWKZ8C(mI@;8Ot|EQvVq{c3PnLeb z_4S1G1Fo(NpTAOFe!o_QF;L+f_3T@{$m|D$*{%x74Di`-;x* z?ilP^DSc@>Y8{_<6xAFJy*c&=ZX|W|)4bu1GVMbHD8-X;u?xt*pHu;8Eb2kP3>A=7 zssOww+mMevi7kI=ZsYVT?Ju2}qrbEkJLwnz1oxnM^ZuKV%05r zb##kYTfW0lO`EV4U4(mRQhWT0u{*Hnxf7L_JJCjN#H&n`|^3ZDq7B z5D(6%&n(l4y6xpVQD^T>oY?HLoT=4@Dr0Ib<#orMSJ$2TTJ~7B{Hd{vTK?3QKeakY z@d0av9I#f&ac#AiUNHR+SS6x0B0`tv7fqryB3dh=bzZ8w-lSS9stuxg$xAPrL>siJ zAy?gCVJB@iy@KcJ__{?Ff5l5%O`OW9x+(xWME0teUdyaYb<^7+ zmF*PO>t5QGsnV<3DWW$-wA)L2OrkeLluLi=6r-!bCHqrj6tJ&b@Dkmr_4kzz=G3Ns z&bfA{*4Lj8=G6M9hz~ih?$r5ZP93~NcWP{MzL-<1y*Tgg)cIvjEiUVMb*JXfACJp6 zr@lqi!&T+Uof`W8Pv+FV)QtDZCOF#I-@VnE6ceAqL?0!YY=Gg9qd#DhV;pBn_^6~w zR9tIN$)Wd`E{j);Q(Yh)qzXVesi3@%DwryO;f`8MMG>LDbS0ArW;{w%SwvNQR5eqi zc40X6C{;C4CHts)rix!=7at|6A)=Z-s$~+v;YW#Ti>Qu|>Y7Aw|4|~#n;PwJc~fI& zfD@DPRY8C0ey05eE=_8G=`W%IJ{o8e^%v0~5e@dy5R+(-h|Ywm)oDvsxmpB=$|A#j zG~BevP+4Szh(`Kolu0x~M59GC#z$jKqR}E6C!$mz-2qWBRlPs{OXEa!r>O4o(Rfo; zcZ%q45l!&XJtooJBAO^7Z#dm+5>13i9RwzcYO;@lCesq%iRV6x0EC#s6#tG!K|S|7K_->m5@@2xCJ^wPEr zt@B`L-7Tr9G#&b9H#0SQQ@`FnyF_!*pnrCAXpEyf5D#RuKMy(+rGxhToDHmV=%9W0 zJ9liY#%vjl&Iss-0C*7{wAV7gx(wa60o-@{8kk&{`P7`N~@xkZG;$hw;20nTmjn?%$O;QyH0jwA}8bJhwCYe>dfIG{rhH zx_>w444*1_*`C=yr@*W!Q(i~+Z+@h-%<8@U9rynJUU_f-z~0-dOU|W`;j?`*nob!# zw*MVXKN@&CZD%2OS}iTHxHmd16s^^G)D8!(Xf4_8E1WjExOcdx^iR44H>|yXiY8Qo zzp&s=*Dbhzj;3E=!TpnVzOuJy;u+On^;cD#R>fIW{HD8YYwfCdOWS@=gU$Al$jCp? z3HO{b*FLYzwXgpZslN~&^rkKlP{!9bl)CXXziBqU-qao7mAK1QIVzF8 ztP{0Pce&!V8F#sgw9k|A^<0e8Y8I-8-nw|B5dnp0tw;k;D~s!>fcDzc_F~$JTHfL} zvcL83*yLRKTSHq19mwk;8X#bB{pT!a*u@O4H|4?9y2#M{FtyeVt+A0mVB=0AP9enE z+T>=vVZ3ji)_tC{!bQxhpZh1%>Vn$w`OYVT7c!;J$&lKP-NAv_fgb6vB3?u6M2I`J z6R+jLow_B>hAs3Q#9YKY#C$~7{m_L9**e;dQu>U~QP$D=Z0#ej+Pr)7H247OS4K$1^XC zr7VAEy%{WjXUpGNeIc&6zq4iStbgP7$l>Z`8|}$FssZufjQ*g#BHN_R+-ENr%m-`d zx1`G4c{_u#QAU89L(9WnGaleFIUd9xm2pY2K~=POq;bSC+zW-V>36A<=D)P zU^zA$j?HBvERSaF4|(!v&Ubs}J94&Xp81`-c%>YA_FjT3bMR7JnfcZ#dgu&tpg$_Z z5Wp~oVSwQb!vP~0MgT@Kj0B8g7zG%^Fa|KT8B^XZnR%&e;mBM+pB$MR=E;%yLPpFb zFYdu?HdiiVnJcs9ZcgUP!Amh$W>00*n;*u?L%5>6J1g^2muakAD>uf zyPe);cvq`259YxiG2>@8eae8J()2k4el61%3||1gX80QL9m98klME*TKQjCXAO-^b z%WQA84>{{7)k(2Gn59DW5Dkas>p!pWZax5*v3I#MQkWbP`;_Q+b>Z1%_nxvOY&K%?i~RkX${-8Z$*lRxrY4EV_C z9vaB(9vYLqduXiDJ+wn_ck$M2gUsDSb7h14x9*|2_C7B8kKV^xqZiyC2F3O`KP-=x z-EsELqGEfTVRekR^cy;n{*L$~B1Ky}*BN;s&*Pgf;&Xh@KN%bs)HbYjKQZV+-o-ij z78gQi&Nzg*7ikjAfp?)dX<@u}5fkH}*~B<&XVG{p#|Fa*C^I{Y>ITF5&rGAUD6{^+ z;37esZ`WiaVt&xydXHwB5o-@0bVdJ@uW&8pD_lhN7%iHu8)-51EYZ}Bbo?dz3SXJ- zq?XaI+7&L+do-ucqvi6@do-A%(XX+0UO5k6(oSjK1k1zM^6c^8`Sx-~9ryBV-y6Jq``*j4>$U4!PRg(M>RR<)yUwSUQ7?{L zmQk-|)T@qK_-h&Uq7D8-je4cW=_MQW%0H(|wCYv;NAkg|H~W0Xxwh(6>(2+TUgLjs zUafkA`Q_DniB`RM|M}z9%kQ7^Zq*yiFRxysKVV+1diBqrH@$!uYlVxkR)mitO~zW` zB8n1`-A4|SC`v>Fr8Cr=FdCTIM+?X+R7DApQz~=$$Ze|3sZILOT{q&%F!F0V_j}@l z1w|a~qku_VP}UqHqF5glGKpeD6eps>K8iPq;zX1nq9Q&j3ehd8yz%M*uU-QzvtC@P zvdntZ=_VhwH0??)WG87QyHaZ(wK0iW=^{QDwG~x6AGJ5B+DcU&MAXqoolK$*BI+!n zE1BL#C#J zQIu+`9L;*KpbKv>M;Bh%x+~|yo2}#QH?qELM!cGTvoGFq;SHs#U4{R$b(j92zvL@c zz)v>VR%NrJ|4US1;sYA)rwEf*XqXtZMv5rPPmv}Oo~!lQMda|4(ncU=mp_yx0>i%Y|3(d29LZ=D~M2IsbikC*Q?L6(orawkCwK|(KdHRwz~`?+hCV&S)FW?xT9|Iz}fgvojJC1>!^g@!?r$^ z3{WWpO9!Zofn@_!&gg<$K0p-=tQZL0qY2#r*9eIPViQNuv!UPU(qLVFb57ziELDM*b1p;IcE5}+iT!o~qAVqlX16*I7D zfJzwHEI`eThG-F>@<#Ti097`yWq>Lg*eXC(4Qw5tWCPm-sGhA^P;Z#F0jgo7+XbkW zf$alyy@4G9)X2b&0qSI|xpRPSGO}F))W*P@1JuR9t^w*{V7CDEH1L)H4L7iRFhElc z?h&9#2HqN=X$JNT&~3)*dIjhKBilPb4;k1eK#v&MH$XECygfiO4eS@7*#`CxU~U4{ z!UF=Bi=bI3$Zo&`1GK_O4+_vq0|y6awShwdw8p@p0a|O|umG($aCm@TGH^tIHX1lG zKxqb!3eYwKM+a!9fnx$e+GX(A0PQt!T!3~Pm>Qrr4ZI^j2MoM3KnD%HD-dd<-qH8~ z9Ws)42SPnmazcRKF_QNL=!k(61N6SaAl)0F4~_Js0DWZOkc44e|6&kdX! zpc4k(7oaZ&@t48>CcxU#GF{B(dGH1L@KJ#65!*sl$IE&%ItrCkvSbyD;^J~tz|5}%uas{-&F zSAx|6`pUo;uvcqar~2xq-S&>Rt8L^j#yM-mAU1|#BB)Rd#bJS%7_HqAZ{euI zF^$thp0xF6-2LilZ@GMbM8(Ho(FEs(H%2J5ZFkjiF2fXI#x)}aj zBw~*3akQmwNPT^bUNlsNLlrlu;zqsDx|Q@LHRb>7?A5-jM>enaMltxmo)U95PSqW< zv!y++E9B%=IeCR4*BskyY8;~-`o-Nn=3M;W-Zj71Qh#%L59Y?{{c_u;Hg6xFlC1yR zDaqhaeZo0O6MYA+PdF!OYV6C{0h<|EF+k574)c|8h%oTNXC<`Kc=_*VC9%O(#%o#6 zN@%r_tP`LY46KW;Pp6Y8Q3sD+YP)SKz4_| zSdeZEP)WtvPf%_*k~l%>V<1jY`WlE6lzs+Y^aN#yA;1aBAOl+kFqm3xZ)={(l|jGVIWRWMjD6{lvD$8f^wIEI6;|YAkIpr7?}O68xazu{xZUykTH&&PsM0TAY>aF%V}Zdkw@{$vy*dR&u~VoRz$7 z;8i&*Ib^Kto&X&-@M@oxyko2vXC?0%h_jL-KshV<*hu57iX8aGzepb@i$l|P|i-9;Rxy8UsJ}X&lRFH92qT#H>?P_5h zT5pQc#=hh2;c96-Zxy2rz0Ws5tN*TdRIs&?Y!gFm4Qv-f?G5Y@LwPy1>1Zt0DJJWw zO=lz9C5CP`u&bQfl&nNJx9Mi29WkM%b8P1y$@8=grL~z|?GLzVm0fj=2;HWQ?&K+| zZCv4K?piI$e%j84-m@lP(g*!(cWIM8w9AJ{9}dW*58JiRhkMGE%iY`$+KH2{#I&>f?9sMd z&i9Zu<_A}b&6@GSn(+arL)MHB>KJRy_<)_kn(-m~=(NgWm)s>x8@}JsHdswY3SFCt zAA;F8@2XGyFiQWfq?0xAgEjGkezJ7cCw{1`uQqoRKWHb$dy<=6{1t;rs& z$sSh9(SMbbR%cr4>$~Ji`B(9Rh}JmiMU&_S5v>)`Iw!3+iPnl}gNR;o(#t`UYJ;dY zifWUS(o7<2vWGXNnck9SvL<`THuwS7mihzMmd2R1Z=Ce4X+Qc}MBj<%dnf&162THv z)pRmrdaP4U`nO31zf7h2QK~xaq>xDjFHI#P5&h((bdv}^n@aSvh<8C{e)G>T0) zmFibfS(82BOy8R90gZ6QCVSxhFFz-Ha2fk>vdj36R(DadE8`XikXNV*Kn?BeQAgE| z1H&o*Cx=MNd2$GiYB{O}uiV@asj4OP_uE98rMWcAJ>k>>&7w^^VJ~FO4xu+vcWI=a z(nzDzGMAqyO#_SM9wI`-~%6q3tTUm2O;Bc9z zxgxY#Qyt}VGhsyXVrk^B!*!Eq2j8nDB0baxMIUY5aYu6eI(`W^<8dDzupY31VMAJ{Meg!p@l=(kgsAGke=~+; zOly4#3!lxPZM1<&(lN~2l(wCz=wFD z885WHjU7d`&$hc<-Ji76#ize`#?_LZbyJ1}~QW5tJT+PWX@vD#OS9WAXXGkCgz7z|B|W56WN6weS3D5|~vox@T4Ql`w% z4i9z3;%Yc*%8zL?xSqVvno*M%yUb}b8s=u&j1^&6(TcEivgXgQ=Fhmm{24qdtqNw+ zNaoj)^@%isIZUK6Djc#=;XH*Npdl7)#Lx)PgaN;6s5wJ(z)cJ{0a`J%0<>jl3+TYm z0nnMDGoTAY7r@Qh=3TDn|GeoncJN!@fwz9;=Gpj+SMeEEvCzfCE=@CTAcHe6V`M;6 z)%(APDsEMUF*2a1dUl(3Ce_!lYDJ85D1vbgl~7i}gb-B`)ex2WIid!*CZZOis@CTY zUtw1@q_4-*h7oD&db@qLz&IpQ5qBW&MBEpl9q!{E7qtYUr4brEYi|*F8u@1s&mx{f zY>d#R+~w=$+Xmi_*nxO8O6xe+k<{)r@J_^0EdM&nU5GajyAgX3dl8@Gwd05rh<$ke zCSpJ00OBpgLB!jLLt3NpzM^Fh1K&Zsi#URK5Ai;t7vB0ARPh1$Lv8t73~VWp;=u$K z<9+kA?(>`lqbgwlN##hbanJew_+Kc_&1;b`UYTNp|#|2m7)yYr=5mOLT5%(dcA?`=~3o#w> z5_B&k9sqAb`5?;8D7PS9L2O0z#{1}lNJ6}d=dU4lA|8R3=g#2aFntj-@Z1;<6Qn(O zVJ~7I;!VV3c<}(rw-5&rGx2;DVm4w9VlHAHVm{)Z#?ai3m1)rRLy1W@rcB|{Cp`Vj zL>_&z$~7%i(-sN~g;ReXelj38!%qgv@RNiK4?odoj|t{x_LzJda`O1ahMWx2`xWa$ zP6iuYj4|Y7h=CY#a-%V84ThZDU|@a?Ica3nhao2^24cubV*_(Dkyx?Gt+>I~|8lyfhb%^Q3 z2Xk=yV}$8F#x`Os$CCzP0LMZDA4U5wG8iK`78{5W97_zu2#%!&Vg$!F1G5d=$U2tv zT|-n_Bo8&$TEPmtj`#7a?!CGS%!@sh4}A-GA?Z-Xmh`+3u7*{SEl;v zsUa6bjYG>YW5~sD zSq&p!_E80(v8V?DGgLrUsRHn#Y(qW{$*|^2;x)5>fh)t30plLYi6aZFtbwI%b!^(`>>3}W|uY7Qr3xZQ+2 z>x2EKTHi4deeR{>CebmhU#aps+fsf_wiLX?*_QC`PsuwxE$=YoB{IFk(<1swME8VI zdZtKqoXY!bOZhd~l60KP>ugKvW4rvxmToaBLVHGue|m0aTY~=o(_~A&)QtC;j>(p^ zvA=t(HL>PevgTUSzsJ^GOZYllb1kVu1dWzSCdT+^tZ4?5(Q=F&C!$mz-2qXynJC7I z>P}JJ<)iVYs_qog-6ERcqkBxEyG1lnMBZ?^*Cd(GDsakVsUJP_;j%me=qdO1}&gc(gpi6aa_I6(pt<4S@=hASw z$7`#pz4M!+h`*+OW7yEw@@UoCdlG!LvL?N_Da(x414k&}EBD z4RooCNn7f9vJ7;oZzR+}7cJ+hq;eSOa`-!UY^}x~^fg7d3G|o%yoiA=YZ>5HiQz8* z9s_d?rkg6uBP7b&_+CB$H}rA09)Mf+xE~L|O?ljp2mA^6i{URo0q){lz>B%3`Y>gm zfr>N#FD9VsK9}G8T)g=!F%wnuJk3OvF+}D9Q&Kh1X22eHXmt-=d}^w;{+86vPi_5F z%R}w)q=O#?)%H+FJn7^|L3KPd4x?jIV^Gi*7v(gaRU2zMt1Q!5HROGI8}|1d3_Acj z8Fm8RV0Z(tmtikpKf`{&L571~H8|$7r?f&{mocN2J}um3O=zq4BU2HOF^r}%XDTC;kCR~CtY*Q=7)NvQ>9CApG=tSpnLAW*XSQK9cd2LNwSfmQ zjApw_4WrqCGV3s!SMmHc#NUU}l*$}NgP|IbypGs~sEMH{wGg$VG~4ISKLg?J6pBDZ zBBBr&T@!uW*|}U%a4|$8A_*}A%RGjdiI{~bj@*(6ZR&C7$G3I^--37_LtVO~?1A9X zHMgSdiMS2X3(*^49$nK1xxR?o5&aPT5j?tP0Lp=GEoHo~NZCQ)!H6Mt5)5%Guwgp9T+0_M>+MNyhZ+f2aQx(8t%ZIcA8jJBDG*Gu5JG1|s&8f~Mk zTjwqntO!9RL}f%3#6OLyxfhjIgKiQ^eN;_4o%OU%50%8v5%fe2!@ug$;p$fg|HX^O zPmV~hp>lc2lcAEE*pYIxH%4TIy_Aq4GwO&DRS8j*@ltuSs)VR2iK?oXs+m=lbX6g2 zVoj0N^-_IZrmg=HLvT|h-^@$R&5NhVN?M7kofjiNOz*yxs7AyY@4jGp8WD$Mk7^@k zZY5O!x=3xec!M~THdWU}s_QMXAztbYl~f1j>Qn(3DY~&?QA1e85!Q7Ur05lR^V;?wE z2WFir0L?{*d!?;2)+%4T=CazhBJ1FzwppqJb9Jf!bP-)QA9c^Djy3v=2J{lu?LHb{ zR`o)a+URw@$lilRHq1wZ%`znP2X5;b%{xxNW0$?%GVbe55EbsA;XW5sT8Rz5*uW!_ zpXH<3D!)E}ulHQZYd%_FUiVyC_YzTU@X^a=)e=#qiRu*}Z8NLVMD?1ecKK-c-*$l4 zM7B?4hkW#oxw3ttdQVhGee{u8^`59c71aqJeVt9E)vxXF)c;;yKkK7&*?af^)bguZAJW) zq_0K2z<()DYAYwIWIrY~Gt0_}te(iO^AoPhW#6=VqG~3pR{V3{q-rLr4x+l*Pu;Sp z)ScT7BI_ZtA$}U3MW%0m4^fQ~RjQxvG^@slYJ#XH`DwCQHNj8?X`09$@Y7>v*)*wa zuBhhwX)aW9L;-WtssfM@ZhTPxiU()vz^qdRV3AQ@ke>3>v*y(7>)prG8_eTW=&^kdNA|=^kV1*=*Q3xFqmO5UI8W6-^%xy{02DBa2{ae_OzjeA{in9 z4h9Fn%iskB7y^IhGalZhG0!l9i}>f1`G`V4H+5&8Zk5i zG-YTCxQXE=Kr4n;fOZV+0G${*0d8iv8PJ`fJD?XsFTm{#w*v++3;mj%*b6woZ~$epZ_;Z-yn68;Us_<2ym9+EZ`i&IY3w>AS^PS>253IRe83`xMSy1*o&l_5SO-XBNCWI( z*a6tjupe-k;V|HRhW7y?IfzygK^fMpEJ04o?)0M;?A1Eeve0d_F#0KCQU7T^dV zh`;Id1*g6M5FeQdN9J!i^DQzzGW-bmh2a;#9}Is0!t8)B+$XX#*a2<^Hz1lJ8W6`2 z2S{W{1e9ec3#i2qtOaVo)BwlTL3lybUP6B-JPB4rL0|Z38lFtAh=M#7=pJ6lJy^*UhADuD7#;%5WS9w<&oCdbfMEgP zDTb$lpkyy78NZ(zGBgCVVQ2%mjo~)H^Q?Xz;&lvsb8a)kX25oa?SS13y8-Vrybt)4 z;ZuO0zrlWdgOeGO0reQ_Ik5kwFr^^XnxQqIGec)U9|lashWSDPg8-u$Mg#6w5hWdae3~cEYY{S$B)SIC!`K8Ht=`n`K0P`8<1C}u?1H8ZhCv~`;17LYhuQR+3*vGIB@D9T} zfRBSrAA`PO_y+JJ101I5EW=qqxC;;tTOdD!9}v$F4=BY@3Q&ci3ZM={9YAA-#(*{q zZ2+Aa*oUbHLk~cI7a#v%cS>V8H3l$&VFF+}!*swbhFO3G3=06q!T`r$IJTTK%aK{h zuoAF=VFO@0!*;*{h68{j3`YPTF?<9#;o{@p3D7A{odW#A@C)EP!+Aio8xZY=DH1~w zKxu~3fGP}C0JRxv0~#?j0<>Ug0qDZe1<;G37ho{MV89qa5P#EYBBv$-?q|3k@G!%} zfVm8F0Z%YI0a(ni81O8^vw#;EUI4tr@DgAv!&bmvhP{A842J+m8IA(N`2Z9Q_uwOC z@&jTSVgaQYN&_l0R0h;!KnDc6j^R2$6NV;$E(~1&w=vuX7{)LRFq&aB;4X%{0FxOe z1Ew=f=i}cjrdfa|8J+|@#qbnhEyG&C7KSZ=T@1SbCmBux&NAQ{B}MYV3RfX1h9L$} zf&teOsS*P&7ve%8pe7)NAq69Fs1*~g^5F^|fUoRz;Y=4~dNc6FxseRG*oJFs0KULB zjR6_&w9|#53!oPRuEyZn3qZdB!+=XFG=X6P;1PyL0CO2| zU4)h};L-;L)0l91gI;661q}3z1mGG4y~lvd5cDa-r-1Jna7lq|et-=>^xO=%On^%O z0KPO3#~J+8r*aJVF;Ddv@Ozz_G2kaTZpH)fqnmmJnefA!#xUTwGfiN?&tv>B2H*!U ze%u21M{ffED8Wxy{CWl8M=E}R0{DmNItKpbxi_AFOdgD%Q()GVDO;)*DA21wfdV&n zg&a;#AJmu#KYO|{PiwDn@Z;UhD@_2I<0JaL)p%@|o zZU#5N%ismXF~k9iF%$zNG9&_uGZY7uVkiYD!%zlLmZ5Bg^iTq?J86z>K2@mDG*lu~ zk}3x)P!)sgSD@>3bkPkJ=tcumDo{HEJ5~r)o?}}Ws?sb}HB_xxC^=NUS*S*+X0uSO zQ0-=+I-$C3@lwB8s6ptuW})jt4V#5-2;JB$)F_nFEYvvEgePO~R{>+#nuVH!LoHf_ zZVHB4@6 z#J#5qDM6Zv>|Dfr#1n``i02S15vvhv5Ni?Z5gQOMBQ_znAhsc1MZAu91F;9O53wKd z7UCe{5aM0L2Z*DHuMpoOP9aWL2&Pav;0)p{;x|P7iYe3$(F4&F(FbumqCa8~VhCas zVl-kbVjSWQ#GQxe2oXROLL?wo^W8a=jSzQ3a}Q!7!c{tjyodl|0A3q{7==hh+=I9u@epDf zwEsd(M?8Rd$QDeY>#)#Gh}MYqh)40l48$zNMl7@iu?_Jm;tj-`h=YiC5g#BvLVSk! z9Pu6E-v~ndia3Y(3lUuc9|@ueA_-9vQ4Ucdh(DDO)etohbr3fqnj%^u+95h3x*%>r z^hESUe1Q%93NZ{k3NapWFJcPfKE!myqlnpvd58swC5WdH>ku0en-Rfn__GtS2XPSb zF5+jr^UqLzf%p#bZv-LEAbv*_D2aR92s^@s@FEH#3L)YV#SoF2x7>=kBh8ygNiQvhIM-Vd*vk~(VPaqZ`mLQ%+ zgq6aEA$*7cA^}knQ3g=~Q58`gQL9uig&F{EM5G{^A=)51A-W=ZBKjf*B8DNxAnri~ z5z`P4ARa-?LOhOm60sDqq%3w;lrJLIBhnDt5U(P3A$BA7Ar5dw2NCZeK16(iIEMHd z@jc=c;ztA_(h%2v8{&7wABb~^^N2qYe<2D~#=d|EM?@eZ5m5*`!hvvB#^>(>xDg(N4^a>ijfh3W zAqpen5ebMQh@yyMh(tsZqBx=iq9md;qAa33q7tGiA{kKwQ4>)cQ5W%i6&&&rtAhBm z8u0>R4PqT)J>s4+=+l7mWyD6rpJ>`NlqK=5Hlqv=$2)>k|9n~-e-mHw$F=^}?vRUK zj#tk(u{M)&s+gg3hC}C4H`CSam@Qd_J2Qm4;~{)A^EKL;$+)JHp*zC5_cLF^OBox1 zAAT9SW32l;^EJF=+)`yZx$%DHgj&E}zXg36pH5$~ydc}>77VAa^#p!pK=e3H)LQWp z2de1BK~;2A$#>MV_f$~~`dO5OzkIKwrp>rpQz{&c)5D5Jp8`DL3RMB9D#D84V7|Yi zHM-Ri7px+;d#a-AK2D6~wh)+?R|TND=xT=RH&8@}n<=bQ1)#3z8iecjS44+pp19yR$@ht%aak$=^J1z1be0Y37Ovmrk`2NgFV?97&_i@R z!}XhBqQea_)~N!}OX=_#^$FK+l8F#E%vh)j!2Pm;n33uJEE@=Bohkqii*9H*II|_d ztWyPGl6(SFBfwaHwjLjo^v?mZ=^}e50&G$tp+D#`QO%A3n^Z_B)qGKD5i~!$3hPHk z$rg%iX#_3IF2iV5Q9UiHXCvrovkD1S*JIKetFd8OS_6y+r<5+ZR;qg`g4UX=Lqf?m zi|UmK+H6)Kp;WJm>a_@Z)vQ87srHC!Uj%+qm}PrJ_O{3lN6_156%wkl_e6Cxg5EQ$ zkWi}6MD=9^eU?qd-%(_g>^qVD7(w4>q>u*k-V z?CwY!XRZthRoO&Q1#t_)tU^Mm?ibaAk#v7{71oc8lFb&`yhxgzU6#%XrCKPeC6Tny ztU^MmR)}hKB&{&3kWi|ZB7;WrZ;qsw%rYdDY`avpGm^HORY)k+9#I{PL`O{1M~Q?| z9TC;hNIDXUD}32Lab%S2Gm(7}NuQZ3Lqe&(5!DZo^o?1Cgi@Ur)laytWm4e|zsP~K;v{+OW*>IaJ+vX#oR9;cVM3L95LPDt$qFTdasU*H!Nl}zwmLZ{J zrKPfRQB>NjLPDu(iK>1S`Zk+33<;&WQB+N$=tii5*|r}UCA&#vt)u8Bb7e>XZ zj-n1`6%tByi>P`=(Jf|G5E&(#BS-B1Q8XvZ5gUvLr<87(R5vP$hMB8FLaFW))jd&| zFTvCrNGMe>O7{QhQ4}=GkWjK2QrWC1bOAS2hJ;dSqFNY5npuT}QY{zNvr)7>%Dn$0 zqhzZ^_F@#RHdls(Qf(5|_9)t9Rw1EOuZwDT6y|!!zWG7UDA|6I9g4y<57}j$P^u3^ z^>GwtbTFxqP^!;G^>q||ZdM_oRP$}J|DTGY`B^@5Fdm#z!gQ(b*Cv^gfYLl@%3L2|E=vtB_Eta-yner*hd< zSU)mKmMpRwc1q4J!(Cxft&)GNYa;YsFmm3A9x-@uO4ZgxYP-o!P0Y0+p;W>4BI|6Y z_GTFpO4eOex7n$?S%rjB4Hnf%I}J9gkWi{rQH{4#D&Jwxb_hxp*+h{|w$ntj3JF!& zG*LZZ$D|&nx{y$+$3!*Pju|+zs)nJ-kWsQlBE!sJm^Cl^hRHN~^qi_S#xUY#>_lu?~t>`Kf94*g%5hi#aGkuZ)1qOjY6U-?9h9J zl?m_2)#%;BG7CK4EdOJRJHVO05y7le1z@k}<~qRokLBno?zrF%$uD-$jx5WAd3jX; zo{*o}@!eo7=AQ~720xnl$0Oa8QjzBlq4ow4oyP9vbW$X` zir^S9W*@#H1tq^Uk_zg1wE+L+g#MtSqDpdt^`&>d>4@!JPV$wURL;CK5^Cw1qH64< znr0OeO4V9ayCbQ!TF3IO&e&j2$q#T+PxI19sHNYM-C?|w-paB&fbrmz(oL1x9(2-F zb8Sc{)of8c;jBut%`zmE>?x70a?(?3lMAkN#RguM{A*5nS>-!T^u+dlQ}S;+=}mL3 zNT^yr6xFFn`p~RGLaDwI6=tyiO08pd4_|Ek(~`#|@~6#9BcYc5OH_YG(qFpj@fWe- zUY8s&@mm31YOt4dJZ6vWohbRzE=tt%sviE!3H?D8MODoOHhqbZP^!A3YUrZ6Y8^Y* zVckt7-_k`*Ret?G%+uOY@?BiiQRN$dVUMlfP4c~5)Xls$B-Gl5h-$PxF*CoTSzp>? zgX1ONHj2iZmqtP@{eY-uxaa}13JIl}C#r=mnrBuap;XU^Y7OQB4Vq=oh-{ltz_+5C=?3fn?qQSEYrO>KmPQvD)7Zq7#O{e0z&0eyb);FQvRAhmt!4$?7m zbstD|Uy3Xo=YD3@m!di)Dst0LX4NTCoe|Y;`WvT%sN#7Mu~2$UGEEC2Dhtp#V93I z1%!8s@NT=_S6to)`i*missQYk_wlAj?@BJZ-TFJ=l>R{Pa-&_2c=Vp;qISBu6Jq|Av(CTP!)g$QsF|o-sfF(=>N_- zRREq6-7|K5I(N}wYIoMD0+1|2iR*a5aDosade5^^6@Z2!Y~s~B)Qb+C>shA?KpWBB z?A80*lztD{i>*v-|*5tv+PxoEs)*j zC_WXnJ5?Wxjs8>?KklV3%u9bNOMfk@e|zb)S@pH3ei2n|2c0vkei4;ThR#O%&S$KA64he)Kpu0@;;vb~$cxn%Srym~ zo)+Qb4shn~59ZxP6@V3@Tj0!3(Hnz<=(24&9E2&(~|ZpT0Gpjxn z)fb}r&POM8)%@eQPD7IZ#YexI7baQwFH!yEAP2fJXWJ3~5>-JNW?RTl31(G68MIqM zRF(WxjoojuRaQb|4Mo<(Pc3wn278#;U>C^;oYcjw`{`w~YNe>QifWgi_GMA2 zbGoe}J1nvf{Pb}anZEsp|F5<)fseAf`oDll2nb{+fD0&z3PmeY+<5~Eic(orP^^Nu zAmD6GosoST?yO{fp5@jy39V5qnKLAWUwU;SHx*KA?Hv`uEy`R~ZJqvGk> z`gEQBq$lRtZ)2*nQ>Qr9JI~IHsZ*R9;MBl8yD(7UpQPkF8{pVb$42DYsCcrWPNkf> zHqU+^Qz@sWICXQL-5OI<@H1n4jWgHexgk%ut~H@sPQ5+t{_cKb&8Kr zu8gUvPE9ZH{Zc*<`JNb??%1dPtu3l&pJx2p;W-pa4x8&IeWt*ki)Wkbvn_CH4e6x? z@qXz7$Cf+xZh@_iCtL2+hfZxSurFfjL#MVnRaIbL*Q7ZAR>yWa_H%*NE{yKlole!I ziCpreZCGdpF;%xPeP5J1wO64vkEv3p$_qVTpjDx@iLr9W+WBOM7uqo~)y}C-P90xp zC&W}Ir@A}UtI$p>jPnJ$J9egH=M>s`@nmN@HQ1?(3vFmj4R%Vs_>y~UWFg(d``b5~^mt%ma=+?bvgL_F_EQ(@x#(3uX7!PfAq% zHG^_h4uz6~s@3!Z@L2t%g4H>yS@rs_SOC}fY1bFpC-G_56sD=qoZ4DwU&YjCPVI2& zheG=)rgk`$s#BEy-s%|uwb zVyv}e?HoI-$c~Pwc1|7Z)bT}jQcNA|R8OZ)FS0XhP~894)3E`LU07s8YG67$>;EHr*pV@Ih-006vJ;B!#F*;j zR4=E_D7G_Ws+Uuvow~l*ZYYjl|3^DE-LX50?e2K8=}ygZ>XBl5G^S=bHQT9YitV|G zO4)43UUuxYVtYNp>}98xI`ww3t%#|mPOWz8gJN43Q>&f&xY%F+KP|Q|V(eqbw)tdL z#rAbfZFA~7r+z55pJM7er?R~7W4#i~qKrM|uf<%@^Ck?K0tZV=Y)`-%|K}AXFw~F! zuNiGEf6VyT46oV3fNATq9Z_OOX3mzp{kB8&k`i zTI&?;EjVEnwZ(G>P zsWy!*b#RQea;%+Whc&i#F-0Ibtb>q! z<6L%zQ$w5@-q@~)sUc2{acX>Hn;27LoJvi0?8e4+Q;bb^Y`Rl-H@16YYPwSoIz=DM zCu8bCr{*~|zp?!>6=U-pTjbcX#Oa{XGdcfcKP}xcZ;DSl*-!gRyJNQSiaEMtw#cZ`#Ouch z119N?naXUBNv&u`cg$(3812U2PI3#{$fy+bKiwTOMJXdwQ_o1PB8GxRiV-pDj(NVW zQWfG58C4k$lNpBjAG%{s5TnYz$ucV48>^YA#G~*Iqw2eN%w zDlY1^a4OX5E~8qkzA`Ge8Yn~k6y;JF)l7|+QCZXk8C5>rETh_{J7rY9^stO7l%AGR z4bmTFRA#hTW-(@!45dM&FRLS#>VZC2hzcLdcQC5z`CdkKJGImSPo+5xWK@0AL`L;B z`^l(;=1>_`$#jrWAVba9JxV8 z#UV3fW@OKpJG@a*>N#CdWyWhVD!zD2M&%Xn$*6+jV;L1mOw)N(2C+jC)j9kqqf&-! zwTjDT3%fu@^$5*mRB})*Q;s=UhBATb2AQ2w3Mu*jWSNsOr^_gVf1r$#^oPrkbx)E# zMw#~4$|#wBstnojB*SBr5&w|PLzp=-b1*N-D3N`!45{g4qGObf{!vcyXyLw4NGayq zWwvAfCZn|R-P9^hdE&V;N(IlCQSNsW86|tSkWqGbD;cG8|6{Anf9#ZbVO{kvBT2ft zRptx2hn4ueL`Ip-3uG2x9?;avRh}oKbmaLmN;qC3qnzS*WRy0%K}LDPf0j{V@ZV&V z37nQCnep1M&m+l2J?cD={C- zDChAnGJnDRT}GLUb=7`Nxrwc0lzw=aj4}*6%aAfih9E|1f*;5zFK~klS$|~oVU+3j zh0GVVc>K4?DS2;K^UT?rNa=VBWR!8Yt9j;oijX5`n`KCYvu!eDx{=0)A(xFjHH`At z{#El#(#BHche0bztVBjxVa;Te_O*|U^1RMbi#GDMs+(tCr3k54q*Y;*ZuM_8&*bK* zo=v;iu%_0tDeWcfaxRQ)%0PPw8^eXGn=;TR!mj1Qq^1lsgRm)FxTz@v9Un+&;u}y_ z(*PNzG5zxHnfm$vkKHq$R3kVtXzUdka%4z}!6+|gy&~kj*k>}Nw%E5aWUp8)HDV(_ z#Zr67?SU(mA?d{Smf0IqCR2tvScc3IJ6eY15bG*K{)gSIlab#+?gmCV9S_SqjCou} zSsJrt$hjb&0;4>O*}C~`ZoW7rN1}wSl_3|xHpy(lm<$OH_OlE*418iIhBO6hE<+-M z9W8S-<`fxa8}yeUe}LQojB*CXD?$o@&5&W2-yW4=Bj4sX((5mK_4bZJY{%P18Ft+N zN%zb~YNN@nI6K}L?S!{ggpF=Enr zm(5@{dI@O*c!92CL)TWwuw`qTW!ROqf_w}cuk5N~*jlwCWY|5m?lNqUT7Q}Tm|-&P za@sfF+(N%0E*k>~A7T6A%9hf>r7?%94M21y; zYc9jWy|tEUt<~aoa_tBmE5iyq%jX!@&{-kJuuN`4WmpNfaWX7++buFIXWJ|pR;=wQ z85X5&p$yB;wnB!LWm_l1;xQ}37?y|aCmB|NQV5$AJ#-{x^HaMT}(^+ zbNU*qzUCXQ+1b*5PG3{IY}ak-l+n(+EOe-BRHhD<>2FN$g>PZXlXjgWdADAtOo8+S zxNj05eJU;|-9RmAz4U)-nMt3}JF0R!?x@PGs#jH?v3}Kzd)qY1OARaQ$g6ePj;clk z`H0^&k3$+Ww); zZb;jyWp-oQ-c)8cmmQl*nup$7X7{DT_m|lNY5P!_J)E|WmDv+%JEzQEN^Ct_SY}Jo zc4?XYDQ#Dj**j&sT2)$k2JxCE447Zqy6W39-!l8I%)ZT-5U&ZtfT`KLs`@TGE-V9u z0j_qruUVJlt2w;p3j=0X>#Eeh=v~#oCu~%14KgOgYr-&K@|`Oz$5)>iFD?w2xOLU8 zEu*-1)!shgzU8)e#)NoH7zWJ#&i$$!UwvY{xG-SaI(Jw(eixV01%Y9}9OWRrtd6P% z<;8^o)6qG4S#`|d@Z!RN>FOM^X2kB+iJp;sR!Z2V?agJVAr(|$= zabdum?%bK>_-M(PKysw4pJV5i<0Fhfa@atpE-J@I6oEhub!ud}4UH)Rfg0`9)#a8N z9b*InHr}y`no55E`7g$?M;v>y+#adM z!W;yGnd8*Fa+?!V1OoMfQ-3VC7h;Nl4*m%LIttcPQ#W#OYcmOz;7ET;x! z*;z3~AW#=NbxD?87*hlSb%j%-vMhB)j1dUfILEHdvT-p*AW&1Bnwn)(Vv0bZraN_e zmQBy3l7E7T1ZBh*M8w+aobWAW-w1dM4ZE#T0=+&3EdRY@45ovH6a@ z?%0xSdmYLjb3BJaVY=nct<2_QnKPf;Py_} z(Y-++P>r41GnHeFV~jw+_H%6i9NRCZ2n6a^P92nEzltdWfokW}VL8^Wno90}mMK#g^3Tu#cy#u$NsUFX;za_qX8A`qxbr)K0>WlRwW)ICnk%&~hi zsPOzJ60nCIdpyS;&cJl70)cwUspoR+shA=VsF$63HOF3#DFVrHge`IGtsH!G#}WvW zt#E2}j;%Gnv9i)}i&I}GOE)1C3-m)mGuH~>%StGrsc3r_x|JX|E0KX!AeR7e- zH=mAHQu^>gidg%-kW-Q>_xOQztvrc`+v7PD3YXhD_nW%bHiN^93j?NubF`A`kip@_ zg#ptoaQw2-O{!Z4h!+?JOmCm?oGg6x1BDkC2F&@+(NOCA3=S_Y444tljjoI5{59^_ z5eW@8-Z45%jn9}4uj#^ond01yb@9<`1d_vMI7R=d85y(9V3%Ce5ewi<2Op|yGn46N z%o{~xt0z593#uoR31-Y)lv8r{3m#uUhp_nc1j4L~oLW)W7R3~SK&^G^!@9OMoO@*- zTHt-^ahgtjnw&fEcn*caVzzQ8J&9%aqA`qzNPVJX#&0~r{ptksb&NP+MCtHTs1fC*X;7AXc_CDRwx%lW? zBM_$R>{Pd0>l{-A0(GiWbeTF8%3p}^9E8H(Lq5yP!QHd*)gWGA7%*d<`$H~1`sN5E zhu!Mb-MRRPA`qxYq1q+2MK9*sqcKJxV6XUOujkq;2{ogCANp*)GkZ?aO?gb)-6g6@c0GwY(RW#0^!!fouc>Da45gK@Ei&S zZh~`@>)C{OHUfdFbn33`lvQR-hv!fzfcH5_|Ec>jIJ~$pVCFjaN@+~(}$BV(Q8<6|{n7%=}`%c?!S^sGgF z+mmdU8ZVLr!gq6kQ-{>I17eCmpnhq~s^fjO?zF7x8Bce-PuJHmT2`GKQ+=Hp?9^rT zZA45BcIs-UUaoJiW>DdO)vFy_P_iRVx#{G=l+LMCe^?}dRR5c0PzCDfGKf~9#$n899~=)F#9;Co>mzg zUR)S3Lj%WsM^mejfO@Rt{#nTnj;Yzks`@AX4|lOj{n9R0gS}Z3U91L^-R6%JUiWMmFjqN8SF5WsIJ~$p zV6F=sk2!6vuFC-N0>glr<`dr5!0v*p@wZ@F0z*CE)T0gT@tAtRsb`#`tJO2fIS#3)|Ny*Ub+^xqJ7d~9;dZcha{eSGvPZr%)1sH z=hO)e?WCAG&Z(YGoz~FK2R@f4)h)!YmaFE9+41wJ9I zt`=l)cyVFCEOU-lSIaUuytpu6HaJJ8t4|wp{u~}HN%dvhw*?Em@U`+LMYM4`3HnL$cMIbqBqEk~S9BM>nK#jX> zqGPu^)*{z#XEJ|U;yDxw(>>wboJRIke9|YJdeNy@8`+{7l>Y3z=-Atit!ZRyYhX}s zJGH^7&5i8SnA+gfmrhkRvK=w?rBgdoj{V%o>W~9lUJ0uHK!1W7G2Nwivt7C!6WiBYF0C zOwDxab6-2ymTRA9tR3KWsxV+)53}+6zckO5$J4#;)2;TCuFJEJV`{ZipF2gvtL-uM zxl`uU_j&eXn)3Ufw}Xyl<)@z<_4BPE*?Bddl3CvTsMx7J^Q}cp6+6|+skZsnKBihh zCFi$}j-8NiC&ySvpRA8lXXo2FG1bSZK~4?Lx8X50$f>K+RLbahbrqODxAA(M!hpHX zr<h^rQE2gG9b-zILNwC|;9<0dtmf=M>nv|Ip0pET3+W zWAwbbBtGdNr-nNUpP9iyT{8Xv<=3kz=cz`k>H0im6pjec{x$Li4!Hrs$XOcDQT(kBD#Cgj^wanr`i|Ukug>5R7a<}6xoRxRQm6) zV?7+}U1WVTFrCVJICYLw=NH+)m^#O)i=Dc>$i~Ff#c3*K6C9gVWK&{nf=^cI)Qlp# zJ*Fz1n(5SoMfPY+&2(y>Q!f-*YJQB(bL=(8-Yl{|#nfv~z2nrXB6}~U-f`+9r#2SZ zXPK1lfBVR>t&UX{*^W$1)K;f{aH@8(Wm8yG<9YFeQw_bj5q+wf#8ks#J)%sSYT;OU zv9*q|7LK)b>WE@HI;Pq>)!C_&imgXXb#|(cQ@<;=eyJGid$ZV<#j`E)*;YD52ddOcFnD2aO`!c2oB!_+L6dkC3tfrFJA4)(R`(-VtsHgVkMomj>Zwl6G z{01)!8xC+o|)M zN)0TrK{0loW0yKMyu>b#sY{(2?bJ0THZG<{J2lBEI#5l53J*H}e{z8%Jz#EjkS0_& z?*bK1xG=!o<=o5?yFWhdU4Gg}ouUiXqZzZ|b=FiEanCyVVu{UbI z7CQB|Q>#jBbxghO)ca7Onem1a`#8qlcWkpywxz_j#?)q~%&Bim?5{CpPVIE+=MvkE zvc{UtjCVS=yLVNp+t^MJmJ~qg4&#p6-McEC>{Oq|);Fe3c4~lAbeOs{rUuYVD$F|4 zv8(Cu6=Nfvn&i~RhIT_tO>(NzDLPEu9#fT0%@mb1^M0VQJse{*9h>8m(P8TOn406% zFYPe3#AlqjmSokEvfA`BtBE&vnpkR0GMYQ#ITT6`JIYT>OQ}xrX^-;L z{_~bnyo@~@P8$a1J;kS^r_?D-=ieS)rwxOCo$6H9y45ajb$t5UII(_JJ$oj7I*}JA ze`M3wo>%HzZXLLK>2E&yGjd+_jo4?}HQ^hjfJ>{dmSv@ua*HQ^5oFts)d@QlE)Aj!5ltOzm=2SYo=?;ca{ag(#Gy2oggjWOYxh zy%kY)it58!e-9yYVvPF;iqzGB-@MOtBZ^(vwFy=_UbGdl~-LTqYA1kWK<(H zPKK%{ikvX2beb+h=@NxW7?mqMA)|_<=VVlL^lH)*OLav{6;kQYY8h1rt&^eLhw2`T zN_@7;sEQ{m8>2#-IQXQ-CJ?2l<9LkSEOFBp}*RLH2X<*aN~*{gVE zphA?RPSoFGGz6^%oe5FetIW zsPJNqjA|>^%cy!{3nrCRNNiU~MG%kaQRHK=saU|Mj-i2!N);N*s2E{C8Pyy7N=79G z?POFnaEy%V0*;eW>VFRzW%u`&QU3lA88Y%oz{jMNhCfzLiT2mYD3`ucM(OhR$S5QJ zVHxGTKP98I_LpUpxxPe3x#=rplzzTWW*ugej8e+C$|z@ihm3N+@%Tr{Ok~~93 zS;sSFW-90TNjc>azaXQ;;YBiwFl%L${`;v6$-U(AVwBMPcNyjE)>Vrt<>VI1DDAen zj52Gt=n1Rj+4hPkIkvNm@?TGtA+0q9d~N$tbI{sZ3K$xr{P350yC-(?O;KCe=-@8}3w@Q!xW%lr%Y9 zW;kYo%mhrOOeN+%8Rag{m64Qu#3C^O>d8 zk;>>uwWoSiDQoWl871cJ>TGqqBBat;Um3FHY_JRoadx!~DQ~2+VU*^!Qbu`fd+GVL z7f-J;89pzO&qc%>im9a*RpgD45~eO6$`vb7NXcOP$SB)usLW8zSQ({nO_G^}xlKkX zSpQyUt8-g-v-4ZqxvlvNowA`#Xmizs!OknS3%P1=YX<(-+C^NrtTh9FYe{tCoMbkU zwS-YN(>8q{p3SKY`}(`5LFJU;#o!)M@;7=$4^=)dh{l_E3bcj`U$JIr7irRiKH zqdc7JWRzz!O@_P~Qf4ru#*qAiQ98_GnZ=lQWk_csRRyCImMt=*q?pN&bYiUSsphiqBM?~GRo7KE2BJ&1u{ysSSF)P ziVZR(MvxPMA@{*{%8=eb?gEAch7|b;IFc0X5E=3itfLI62G&c4WCH6aL%sm%0T|^7 zOq5~MpACJCHu|5CVdI`%c??_gY`kOGeYXuVY_QvxGVGz-P8oK|>GGu}QhYuXTi_Tz z|H%%LVJn+$YK*q8yUMT~&0aHx4QIBKG3+VZNEx<`ZM+OS!|VxT*!#7aGHma%b&JuK z?(2%MLu;#L*o3vulh#*kw6cpzh^Fmo`X- zy-BtmG1`v2PKND8n=Zo+BAbI4?HbOOVH40^m0_RHmgnpDZ#izALhRO6_psWc2s>`p zPOYcdQ)4>~!?qb)Vi;|eoh8H0mkp9(bIXRyuz$to6owrt_Mb3pLfH*6>@(R68Mcya zR)PNhvs+}d6=Flk7Rs>aW6NaN)v>iQY~0uu8TMw_c)_syVmaz2#Rdy|D;V}r*gnCu z#2hMfD5gS&y$(B3hV2aNEyIR|4Zx)M`p;Td-7ScX1A9z{y#ae(hUI@-B(n&!N@f-2 z3mKN_S%JrVjoG~j!%91g>=+i)t)omwOb;1W#O)lJ6sz8Lu^bEAENNp{y0%IgR;O*I z3=7aUPlhFCdrgK_WP3-3g<@8LF)RhM(2HTU*M5*;LDw3phZJkJ)8xecK5{Id+66MKklIig7C~9z#IVfCA|{5FOuJWx#Y%fzhV@8$UWOG%RueH=Wn82P ztA;EHVzf}WL577t*7-16?E6;c+hQL7-PJp4cUC?MWmtlmg>oza+1oO# z@!0z^tm4>a85U~HWLS%_oiePpu$F>hLB&p%Va>z_$PB=Ylwsk+Cdsh2VU;p0U)W3; z7AS0v3~LaUdQt90+!7hq5p0zVO9i$`hSdPuCd2!E`(B2(^p>SYQ(3%s%a`G8y0wtu zow&7<;m!6xX-{>OuHp@Gb$hB)QVQu^Zc($!S~uIkHoxWF;Y(#0wJ+l9ie`3U8+*5z z4QgY9+wf0%8(Y`R);F^a&FqtAR>-@{>D-{J-jWV!lMEMyVMPdD94=jw3{{;uOI4RH zRmWF#bDhDCs$N;uc+!#VV~?%VMCf$*w%e2s!pw_I<2Cr zcZKaFxLfmzsxvC8`c_n(Sz-Hf;p_@)&CsvH^7pK$>R(}}{i?#+5jm&AdSm;b)6vn* zE36Yb9-V|vM!lL>kj8=Oi_Ss=&;@7+x)cpZSE8|K9GZwGqnprlbT^uX9zu_yC(%6g z9C``8f?h{&qCcS(Xf;}k)}zhMQx*1S%vMx|zCqukA5pCq6_$;1QGL`16`;nb8ES#b zQEPM%Is~;tN1$U+N7Naeh`OU*s85TEs`o1FZ0rDZK?}}52y+p-1YL%%Kv$wsD1|1V zNoX><5#55Oqr1>7^e~!@o<%RB`REn25G_KB(VJ*FT8UPp_t84EK_~bGeTqIuThN#2 zD^!KPML(ef_vME~hoE+-Jvs&*Sc@N&u?y;sPDOpu+2~v}2wjRUM^~cJXdIe|u0yG* ze7Ob9KzE^;=wb9Env0%AFQV?8s3$rFor-#+)6pk;^RROLDs&c?-)CHh)}v3*X0!zj z;<~};B2>lYuhBRA^8EW7<_Gi>s=Z%@WuYs9MxoKD9+w-S0yKmtaxvpYj2EM;xqcYq z!Nexwe~%`i>(Pve%AQ6=N8Xa>3+-G%N!v(TexHhLO8i(W)8qXlRY zdJ8Q_E77}XHCl_-q4j73`UGu8U!X71Ur_R$?7;jD{eXT%yOmd19h8IWq57yH%0mUH z2))AHcL2|aruf(JEg9cnT#VjCZ=p-uaBraH_!a0Kv=ViKUBh@8*QHM4!a6Q|h(1Ce zqtl3OV%&^AL+5b$Jha!o6}C4jL#@$a=ty)lIv#aJzeT;#8K@r`fG$8o&?V?HbOjoV zuF>!R1k4}M&1f3B4c&?ELl2;b&|~NcGzUF}omAzF-W%v9_y256KXfh{hz6lc&@eOxU4yPg6VN1d9h!`8KsTbB&@E^hnt|>> zccFXH{pdmT2znCDM)S}!Xf66szyBYhkI_c-Ir=l&hPI;}=&$H|^fRi>uhQ-)2h~OO z(H^J~%0mUH7&S&s(4J^-v@a?{2cm<~uTeXcI*czzqN7j;)CqM#UD0n*Pjo8kjryYg z=o~a0jYOl+7<3Jqh$f>O&`szTG#%ZJ?nL*X`_TR90rXJIihb=-%oFIR+T1;i!+2I! W@?;y%IJ>;!nrohKa%ZFdcm6-#U9Um_ delta 238189 zcmeF4349aP`oBpENhWP3Whp|TEkyxEq1l?Yg6x~9xUZ~Dn+md1aX~Pss3@W=$^lfs z1zbQcC|X67O#~4^l&kmR2JQ<=U#ebL{D0p}-Y!SI?$_V{-sJN+ooCKGb0#^NOlIc1 zdHdD=ZeQ*1W?MPicIKe`!f0tI9P$?jL%ymE%gN>{?bq|5{~*xiUax4(qK`@ zUl{Zkg+q~|{IcTWV5GP(5)B6nB9VF-J&Q|*M^C?WOv&&GW5Y-zM!ia(rx z#j2}U*&bPCj|^3FqW0Dmqlei~wW*8}d)tbvh<&?5(mu`BJD49RDGB+@qJeIf@d&P&NQ~v&K zuRtgi$qxkmCBDMakUvn89|?z}f#RZ2K`>MnDE5_>=9d%(BGEEmp}!=A%@q`s6crbR z3xmGmP`Py$g{AqC z($YwNQAsEqDMOQm!C)vFj7Ec{_*+zlH=z(s76mGrjCVYeTCs1kV{?<LD6ovB(O7e?+MgB5h82wNbK#zoi;gX0i6vdkq#XDJ4To@<_mKKMKeB5H8 zvR&%vqHdVuI9#oqfQd$s-7MJE1`h0JF7=fb<>T3vm4$uLNT4K8SQZSGgt_Vb>ZU#F%_AE$jkmARet&Cr7;kRp zEe@}}S2!9hEROo3{-Cd*tT^Zo6bFlZz9O_#TH=r7NBspMAD(o6q^u<13l)`?l$8`k z!-a*xa3tg}iWJndhl3S|&vz_I?-jsPi-d~`^ZmX6zeABoVKj=Jvou-|DGL=96c&ZU z=xAR-BwUJ3L;^)6L4QG6K_rwPDhL&X>)C@rwYP1`V72~1M}2kcVn;vKg{!@h87K}lgz)E6ub76*MLfqY+40lzBjs6lMp#~VLhd5>)1RbwB-Hfo-R z)EO0c8sFG@73CKM3XA-~!jg!;urwMdDf0#JuJ{9iU=*L#f}+CWK)4wF7sA#fp>ScS zpd?h75Agd+Lp~pRt*FBNH^&5LPxPW6{f~FB)Q1-l^82Gm|b;mEM}Dhd?`O7jb%h5m3TKjaj>*~0T~vNcd+ z*WsmO_sLMFY{1^$^=ZfX_C95NAoBbCf&7Ak06vW2vS?vxNyry1!ZD;YKZySI7nKHz z^TR~}h-JQLewp7FDv1QKq0&eZHsb%mM&dii)U6Ijd`k*jO6)}Oy4#<2G^%)Ni{oFm zz9D~UG#}j(Eh)g;h#i7I8zn_01>q9@Q2Fti!=?E+PzC)syhZV`zz5!k!$E$es1R>{ zy%fyV>#b(r>u9O|_Lif4MfYuvO%By(m!ng~kuN&>In=Ft9NpB_e|I#l$a~fCid~(! z*Ws=>?hQvMrFVf3+b)eC)qFU-M)GkSjReZVCH_FLxS+6x||)zoWjr&yo4H?Og!DKve0&1^;GyN=%W zK1C6H;T4ql3$gRyxL=H2G~kc=Lq(A&4tgaxe&gK?`GQ6HAso<)Blv7a@a{$Z(IS7O zq!0(GU{SqZDtEu5o$_68bEt0*I+|5%_`q>mgI@XJNH`EKC@RP=4hBMn_$~{C_+{Yu zS`_w`6_;=ipz{O%kk9YOdxwL4DUP!t-WS7#`S<_^RPJ@QV(Sxk3OT&$l!K08*6hl5 zDXD7PK}RF?-~mTw^~R5mAG#C{U8xF+w_^JN$9h|@Kv}4yptP*WkDVftABltlL3{^9 z3-SG59Ejl4k4ZEi8!il#M#_o`{e{?7OM)f&`GxtV!F)WIKtaVW;&(e5!~rNDM~Yx^ zX(=Dm@tx<77GnbeeEb8x{L<2J1g93ofncBj$E#>*kq^CwUB09wS`^@~(flISeXgyO z+Iy7KQE~m}j<$XJhH=~}@CQr7{sJ7Y{Grmql6)U_o=8EsI9P)A14RYCa0o3$@uW&i zN=nPny*MuTBc<3Q%Ft>!P_L&d&Pi#d#`SfMuei3e^D1{=e`#@kStMABw!`7lvOpN$ zKgD>D0|nT#@Pte9{b;7Fq^t~Iw%E_$m4u2T*!OVY4d+Mr*@n^Xz7w5oRm;xKkrn&; zI-l{xE@)h@-bfT%y?XUVVVZ*JXiUeTj7`js!*o2#1eE4jUXJO7C=*dGLb({_5|m3( zCZSx0G8ttG%H=3Al&L7(?iDCkqFjZ7ZN%zL16+-A4GM4YT9oN1S&0o@2j-1kk5YSs zGceB^m5u$(hN`!71J;>|awE!3jblIDumc;Og@xSsY!rUhb5Nu==7PC*ZbnImdkd!X zP}t`lQYiCL7N9IdxfSI$l-p5wy+tUCQI??G!Ck{$ekZ22-wJ+)-b4@F1?I-@M&Vb> zPpIyzsM~W(v3wbd8|(ABKegUHSazy(xe1wH#jkz^Sf?4*y%$q{xGFw7+gZ@p_L;Ix zcIQ-_u-N&Kv(?n8ytpZPcF}3|>QPh2Rh70%du0k8=BR8y%^d2AvyBJm>z>^2b7K|?J$2NiXR+638EaOR$Xcy zmf0TFoiN)O&;7%1)FQPrmFC zY(Tjdb(=7qj_GwM&w#g}Y(;q%<$BaThv{~d=TT;0{sxqpC^w?qgfa_dwzDG3?sD4> zn}eCTC^w_rg7RL<9NRpar|uYGW_ss2tEwNQoGNXT+1ymME9Wa>aenQ(1x_`H#Rau1 z7pm?Tn3?K{5$0iP^(M2S`napdqXw>Wnz7rQRdlZZJ9~Y8F1e2W zcoMYO8J{ePPb#~|XYR1-?zHOC=h$Xd_MBt;ZibESa`vvOEUc=k>=S<(jNFtp z0o=`2bJqHSt2H2NcPraN&M`SlrKwYBX^jJ9XQ@-=ew(_o6)h8M5U{!>AY03vil(_w zaNi?RMA2#-li(+!qj|Qxf+({ZKBro_dKR5j&-+I z7oXtiU(xqoqj5^Cg^dQfs(S~B2iL?OG{|MWX_RFHS8G7ltO;PSXgM};wFYF(ngE7~ zmTLpYH9rgBnhEBIiZ{$f#qi2`vGt&#s%tm%tkj4oB`#HbX==+rsZ>N=R9f>CfOv3C z{6S@+b+oA^-OQGO^QFRPqw{Ol1M+&-1Tb8*fKBb1>u!102&o9!Xhh9=Kwi(904@-1 zqzhd4rC>h(piv?fD(_lX+t?Tvjn-VuTkcqKJKJb%&31u!aE+yn6K%YU#%XO~-jXJW z)Xhc{YT7ytj0aa)Ub%P|x~N=h4D*&WQKXApG*Oc#s=Oy%;YdFlU0SmlARb&}H84pU zxXeY9v<5J5Ns~pI;-bklZ2|G1$%=ZI$H~V;b)V-Bs_9R;+Np~tr}pnNUDiF%M$>E7 z1@gMq1aO^bgKXgHof*j5b!y*cXSm5s7u}#e#~W1Fb*^p0M%ie7&00WS%bEZdNaG7# z;JW(*=Hm~#RixWo;JVVSYVmycf!O6Xy02y{K;DWq0o*SQEO&wHHh_6+D=S30(nc$4 z+5&Q0)&%f?Xwz)qM0cn?eawQ2b2hpf+Ok%Pu*yX%wT-P*#S7gX)Yfgzc51{XS6b{* zO;|0@rb1d-Y@^3CsY0a3MOx#cCp77Ck=Bazq>G-?q?6Z*wN9*iZL|(n;z$eRS8q)K z>qWcY2CmkCtgTm-&5bGNY!K-o8*QkOfGk-Pz(&zl+rZUr0a>#qfK8%3s`j4aX={5- z`Ey)Zd7Gtrjg6kc+U2~K^`Oo1Ca~@nk)Bj^uBUD1bvAldbGM4SP27z(+E(*)fOw!r zRkm`Gsw{W5b3Z5Qi>l%C&bCc=+h}{u8bDrSd&RCD&TcmU^CG`zqvvZZAY0Z1utT&D z)ZpixS?--O|B;%y#npD$E*HJ1J@pslslO!dZWsMslU@?(Wswfr=;fN{0p#cLvO4(= zcevB5E_zLCV2?ELx-{^$jb5*50LTrzuGXW0*jp}oTWesSH1Liz@UDyA)1-GqdS9dl zcKSe*-WTaZkv?+K$F-#xp2>$|?HB747kygWg0x?x10q$rh&1VdNC!o#a?xj+bWo(v zA;tKVj+)r%b6APb5Rf~_ngG6##+ur})f$jBYXbO}XwB^4Y7NMmH357nTBaR*c(wPX zem?^=nHd@r4Pifmp}b$x+*a)IgeYij-$3mnJzyGDLD4l&bb#m)b0r zCRHATOl`e1Saq$5OXV^G`L(ouLO zM~KxO8RmVg(HfX-x%0$`>hYP=O}pi&Q95kwM35QlT-HUjd$aC$Tyk zbev{&lBT+d)YYJFn$$(4?jrRtsHY}%H`MH$w2lLNiPPJlKAO`@8tN-jKZB0fq`o5c z7ip56PGD(Xy0=N}M5#T=paI&dC(5cPi*$-Xr)tv4BAq7E=?0ylNvDZ)rbuTQbT*_| zdAw8Of9OoH&JpWegU-{MI!B~|A`LQVuqF)@X^2Qe4H~9NLm(Z&Tc%>M=Gej2J1sE2 zRQX?Yg*%lQbiUR?R5mkQ8dzwj;WZ5axq;!T<4vjIp`#5Nqct!}8W<}Lj5BDwCXE$o zf=J~CU8qSD4CU?U>KL0S&P4`YtT_{%@pfKgKnyAL7FMjERkj#G)I$Wi8NQFn+>`}lje#v50Z8EpbVO?S@XnNAWbba z=vGZyAku9j-EPn#O}b5_#Ud>+=#GTcn%@gNXt7v#iglMkceAC|^TA-LR4+5=9&HOt zW!-y4y3e5dHR)cFmW#B)pa(Q*xkwL+^f!Z6LaK8xcu=fWVm)Ng!&+0TL|QG}HlU^0+ z4Uyh7Xs;%{A<{mP-ZJRz+7cfh_KEe5SnnG2UTq7~J0iU=(gy~8s7ddO^pQv(8?;}O zJ`(8@NY?S;Q-cm@)+b_BN>gOeK~1U@sY;~J4EkJ?szmxiq<YPFj zO==*LQzVz03{7&1|MQo2ZuMQY-v z3{7f`?Z>xHO~pFQP0ci`sWjDGq)a!p(4^)fwG=7KP1%~%QluP_TE*Oyt64c>wHE7e zHyxo#twm}hQd>8*)1)>c9VyaLZfajgidE5(VjV5kF>X2WB27u5UXWUsThE^V zQctmZi`B`kHh znxfRc#i@BY3q*N0g%&_be5Qf?j25W8C8^n&v&fDy^Y3Q!0C>OnKsUy<0e3sq75mZ- zb1dbVrRs%`oo$PjG4ojUV0`iiS5*$hWM~!L!`1g-1pZ!zdja<`+y}Uy;eMwYGSbX* ztm2tf6=T-A+u55{?#Igeam;t2vV*IN@)+`5YWAnjt+|7EW)NxzGYkd{VZcBv244X~ z)th6?jLs3}2r5e%Fo=rrQ$QKud zJYrN4fT2Za1St9T`|_oZhyKBe7dcQrg7yoEWL)| z8o+dh>457Pu2bvBni;D8($uhb0asv14I^lPTh$Ad&K}cB3#~Co{L~9u^u!K<~0EUh*QUqA9 z#`kt*dp9s+3ZIE+bGsW81b@&X%q(_eLi3%p1T%NIF`)%cx)U>ZxiO)IPP!X2OWl~ztxnp> zFKDMt`8T?osKbv<>zDpKZxF*W7?A<&Ks3R!)F$m;;u(ykVCV#ZK@)m~;T6Ch28@zm zPz3P0T6IfW#@X*MV^D+MXTZP(h9v+Po50Wm0OJpIfB|C+bdUk#2pA&(V4wh_000aH z;66V9H~VpKAMmAGd{1ijuFaIRkE^ z(1V?saI1t?G2nIxt!BV252|3mZ4Fw(fIAnomH~GsXdMIYKy>TxYSMWl&)`-AZDzpj z1lr1gTL$zT1MUjY4hCHL(=G;F-Q&_7uv^)#Kp(uy{3jxKzo2t5~XHz?CYlLjkxLrLP!p!AajT;G&YgXTXIcE*Sy1HlzkI zCR_lLlK~fbxP$|^0UibqAe|u{(3k<&T)5f-;IfLEGc*UZWWePS!I z;7SJ9DF9ro;7SC5%Mn~{ct9OMKCbeqm0R2yu`qKOm19x>V^Z*;;F?0zbYj5iKXqZi zDL!>)z-c^A(g8SAr``;`0sR7Jde{_oY4Ys>WULn0M1Tv@(I8hC`B1?mPx}Ia3)D38E~>lV;FEkNaGoB(uY$z z0M6^^A_knh(IpHxKch(ulK@i~rU0Hgi(mRvcbeZEw^L6?sOvJfgu342MyTt(ZgtZGsmHXw&)pMe8EEN#hWi1_8I}W9FsyK^hKO91 z@YbgEh+D#2A5BnKs!%JxcJ{YF=2p8RsV(i!M0o4tZY#WX4W_ljTc5!ET9hA#w+3p5 zw>}BwDU@|69T5|nhvGw7kNFKK8&NjlWxQ=1ibuVsq;{kFC=E~$tH1ai3ouGSSfc9+X`*iooyk8(6hO&shoYCwuB(>x}v*2#YdmAc8yG&|I; z>!`*ag4eNjU7i}qUS91wpIQe`4Nq}dQLr|@^4E7|#sXS7_B$hrrIVQBj(8GY=uKMQPR73qWqlngEVvD-i;FY>ftF?O3() z2G1WE0(({`c~%kXRI@oCZ_b(kI*U~btbXo5wyX)@II+s+eQdOJ|FWRjmhLXH+8DL7 zz6-&%U8Q22>Kc!u?Vd*6u-S6nob}-O_=9>RWa^m)t}FFWCqI_DLPBLvOjGG8Mop+} z!{uoms^e(qr>R-4S_@~dOq*qsH6Kb-hhB46uc=n8Pkkm4OS>Vpf5ozg)ACYc10{as zuL-JcUmaD8e)&OA?Lq0Ksx+qL>!>W{S1=QZyvkX!jYP0{Am#<4GI zmH>H)H357n4SbabuHH3(tXUJl*P?Z_f$P3Yn2$f`8<7x=`%Nt=!cC#Vvc457V54tq zSuA1RlD-oO0lMF566P)GkVxOBslji%Gu`z(iTmw^YJ5}I5q7&rb#G{7`ckAGVYexs zy3Zc-R%`V|YT!}(nz}N54yizZtwUQ2^VV8Ukz5`%>>YPzmLU~x4;k88hVnNu!uEbP z)oqa{vzIBV*F&bJV&2+7x=0N@lnyCzp8|*nrK?lkb=Snq7B_QUV?V>Dvfp!Oo|z?U zW_u`0Yaa7f^Eo25@=%T@VcwE*MLN%>W}@k=)>45e+t%7zt<~c9++llLkFu>z%T!I@ zcW<l<%RCCWVx(h3kO*a+^B!skF>9dWzc1Lp?PW z^HzJkMM9`-Z%x9yCG`<$ni}_^`}n5)J#;+WL~jG}pyO4SyFAShoquBsMCa#xv(KSy9hzE^U2U@ufjvgb@3pN^4BLP{mCV;V`y@;s) z8V$&rH34jwFQ7j^KsRf|IC)OvJv2ez!Yf!k-C>_(iD+mB2D$s6`B+i=}M8V^3b%}5|3V7Dc03uUE`r^ zYg>@67HPUj2<*L1lctMwy+|`Wbb}^cFVaj%*678J9=b`hW{NdSnwssQIhr&}q`4y9 z?4esUX|71~L_%EeJV^Y(slEc*gIsoCmz^)JJu?XHx~axw@K5BWR=ApTB1pdM7l#H z1oqykNq2~Jmq>SeXlZSU`{ypPmWg$bhwiOyL0Tr#eIg;S_kK;fPo(7{t?2{U*vh&2)c99YC`@AM^7kP(B2>IOsDbZy>ehJnDuv0XI z{Jx;IwNu*KCDMx?ddZ`O{O%HKw^)Do(92p=yG43Mqzdc#9+YS!!0)LxPHdFU-o+AGrABE93GcQxs4k=_$2_P&SSgO%t}Aor*>0em3d zhaUP!YwQDQ>|>Gkd*~BQ`dFk-MM7-wff~u$2|pF9QY`Y&!5S<6q$)+K66rG!eXdDW zB7Gs!zdZD%CVe5&SDsknD&=breWO`liS?~C^__r=mkIcpSYe5KY9Ng{Omb>lY#?p9L^4crYmy66JaCgz#X@j#s%E9C zU9YBwhoqa-P+Q`ajWm+g8=KTblNyPXAyQM54%4IzWp;Gs#hQuI+@wrRX(sKo5UHg} zS(?;Bq->FLOlqY`*&^kNgvjDtND^5L=C>hN#X91236aHZwHDe)3+<$ZBTYI=liG>Y zUZkTRmav0R2eEu&`ArJcwjlXL3W^jmDPNOvolOdx+H2q+XiTL!{m!^)ab$ zd;^uQn@wW514KGiq|;0~9a5dR)>Fkg zL##7RI!kNn43W+j=^T^J)ugjUI!~m5CJoZ0^B|3m@1%ppLMZVN%^ECC4HapaNyVBp zRHTSVB_@?>QpB`EiKF6_nRLG9M5UqOB8@QV0!q_HNAgVeU1 zU$ga~F=CAuYl2DT+?1*ufk^WUrFx=C7in9#P}aRzBm@s%qDdEvbg4*_Ou9^yE){9A zNK;I@98#U#W3pH=v8I}Ih1OI|q$@?b%A{$UbfrjFi*$`i*J{$$kgPA(>0(`H()F4( zU7DI9(hVlf)T9|A-6+ycCe6~M8%3He(i}5Jb2V$WST~Dxi%Ih|>1L6XNb^lvph-%k zg(BT*(rtC67%dd*cCi+jw79NCw~Mqyq&rNyQ%@W{6l;}O51I6EwH5y?(JGNv zi}Z*|k809tkt#%b%%sOPsY0YR)qDCACau-1HDWy}O+97OI!$^~r1c_gFlnPEtruyN zNKc!znI-G>Td!}ESkH*H#iXrTQ_qO>tVr8TdQOv`6=}Oj&zrPEleV+OzvZKyV!dF3 ztIx85)>588+a=nICcUIJwoA6STO@=U@2+VJ$W824;{!&x=$|J2Lu&x@@dxdZ1`uKV zswVAG`}U;ed0rFcb(7vuOWwnM(Kn@PuSxr~wceDb-xBFvHSa^Iv*jtPjQd$fS?e;s$u0`=#m=lRnj2-!JPO5UJ86(xd|-9TW)> z##NehP^8a9LVWS(`t$rutS`j+mx&0hD_SDf^DC*El|o-@t$!u!eIwGhCVi(#--vWb zr0-3t=dF9iaY!VaH*v*b_mT}#ov$TS#2=I*R(&ru(3(mS$sv-{OD;`vh-8T5_EM@Q z8IY{6r8KcTUNSW+O`7tGlZ8fQl zNKd8ko}e!GrRC`ph#hn3cOSZ>FjcAx8=VS7OP0CW4+W#YpO`3&LSP>r7oJ( zSru>eSCQRe1vIN&n>~%ygm==mV6+`ek*NxC%zz&cW zAwWGQMmF`>LP>W`TdyqJ(LjZVbONnT9IpN8Qxv_A$L8q0uD zG7OLbw!2jBv1$E-df+ooe0cFr7XsCJg>hJ+oB;z>7?%QEr2HSIWyGd1PeEmjAqKdT z0mDNW{Q+DJn9eXAa6JQta%d*QOu#ILS%A3=7f>s zum@lv;8vC2IJIGH5zk}rg6?3z00o900CxeFF)Rbz$AGZ}TF$T>@F2s3fK?2*?T@?s z0Nm=QM;IOfJjQ?<`m}}tH|^<32Hcp(ZFd0fz0;;1ZHBi2?=idw z_<#X-bLnFS+_9xk89oJ64rRifSE^#b-BtR60e4X8D+b&orEeKk2M96*0bzzPpopOe(3zn#pesXHKo5oI z0Zw2z0Wg4J0N~V4Os9g*U^oMCHUnqB~y0oQ=Eo&nc+w21+ia`X%XF4yQ; z23(TSb_QH_;UWuw%PU+`0d@g)GwfEoUcgSWhj|Ywt3#$=k8%1=hqwx- z=r|(>;4B;`-~gOyBUv^8XVYXb;Eb8l7;sWdUIv`_QX>YO+)@Su&R?k+1I|$?lL6)uQ&2TiJBLhzA$j5*a zHwrS~iFsIT*IeIwc@AmOJov$?UZ`; zD(gx3^Z+lyr%zT_oaAcU{1oqr@iVGZt&_M){Bq(nw0gQ%eY40F%C2?&>bMM^yI zn##R&VSG`0n&_pA5_qw<;^c2qBLx-fuW^0tIs6ju@d#`E0(TC*yaN6Ul*>PK>uXnc_&vF{ zsTHT*;_B*fT;c6TS9;a@zG<1ZtJJDnU3um-R9%g74a&9NiZ^a`^|2Q;L}YaH^lp@i z(wL*MG0kvvn>v+ynv*h*IHOKd=9cN`>a6tNoRm4I(%}C7_wQ1R%KSODMfB4>pL46T zy63agEkw`fB=BN2?lV_Ud#iLS`2CDpxt*ut#s7Ebc5bfcb^bq>(>a!lovbyA9<(kw zoe#&d-7(oH?Z^|2`Rh=w_jarJ_*Pumw31!_2yBfLKexeD0^V=_!;(DzveeGE zI^&=Dw(0RnJ8P2o=pSj#9TlHcrvIkg&YAHP(8=7+$=uG#+|GP@fCuM#wji0?8Mpe- zA<5j%_qnQX%mH~Pu_l0IZfD*_lDVCext)1GK*Tt56Ua?$Ab(bpxt)`_oq0#Vu8_>_ zjA4ajZs(ex1ssK)0vSE5y(5|1nRAjPhT4<4o#RIgq*k$Zj%04=()0&PV~3_)1OYcCK>(MRF_agObecjF7@)ZfEQa z$=uG|3CY~f)`5Zla^ko61Bu@fhtXtiXRAlz$?UAYN#=G&Mn0=6lDVDhe90zrJ134B ze|m0bqi(p)Q4+3`h}uRdAqT|Vl+65$@Tp|x=U<=sxzle+_MFV`oXqc>%CX%wbPG)Kz*Pp64)uBV9p|1dpt9%5R3D0-x=q=)un*)L2F{iE^YITA!0Ktr50I*4ga z5bYn6A=;yktM4*@E;Y2@%Ksd)qGj{zgwTeqxdJVO_E+VGmJnJbgqFA$ARfuw(AFIR z^h7c@bbN;xBKbgblewX>S0r;oCq5wjljHaUzdKIcElK8v#txFq4PEC}B7OjF?Ip?F z(8=7;*c14_gjqYp4*6pFKn;H0ndROo^B<|HTU^Q9&>Wha%ncp?F-I~tbUb%9@-kQ- zon&t4DoW;tMoNstiB~c=bo?-p%ncpyhGcH&csC?-LtEb#@zgQa_eL@|G+&@4b3-GA zPvV;+nHw5=L^3zDb$CEpB@2?dp|Mvab3>yOlDVPL3CY~h=!9f$Xk-&i=7z4KWNv7D zNpi+I>$@_U8ydZl%nhB)4gG6!Lu+BrNB(%&^UcZ3(aFrw|GCW3C;gUW(aHSKocTDJ zA3B*II+-6DX^oTlp>Z@w=7;`6@i@$fCtykJ z#B@68hl>Va(aGs_N@B^WHO-xdC8wv;8Hpul)+{*-OU_QGa}rC=tyyv&mJCd%K|kEi z;20JSNvENSMZ;=VD#nsXI+Y}rl-4YXVo6y#ou61Tyk^M=EV&@v%Bejvy-rT;+tIC@ zQ#;Ympk6#5qeLg7qF-D{bRFhT(B=nd^QXn<6MX~!toVGQM=(EF^NZv2iI<4wQOt+% z-!!b}kBSj-A@O=J-z`3$c>ghfUVQ%Cbk%Br>#l-ZXjD9EzK}+z)0hN~O{Y&1S-{7o z)A&SK{e*NXPvC_WLryU6?|S&ebWZ>MNeWF&Cz$w)^xqeybNcU#)9Dg)ls?_|IHD>}#wahp4<;jGP{Aus2M>-tdcZsKd># z-;D}TicmVEbaYfaaj(;~HM$Zr6CjkMT!=E!p_a@u9&Pjp>hHq*-6%^@mO0d@PM)(= zu!-61+_k8966GI|p2Bn;%6gOyC>v2Wp}dJ@dr|hGJdOFyD9@m5LD`D34dpqMkFk6| z3a3YZNi}>ZwXwMy)qh8M8RZp+I%U4`RHOU`-N=dT;4Tyc#qCsg-0kYGEF`cIN#mvUBC(wm!QS{$sNCxyL zvF!I|K>y(Z0J;Cs?zQRN)Z?>_;$L|r=ootnD|4dsb(qR;JZ8~XDRXRd@V^N9;-5IB z&~5lOJFda{9eK|ECmJ`V;y-0sW4)Eb)iA%=A{GBED^YQQTC~E| z#x_b-`pq`BG3xt=oo#I6)GC{C#Idx}Nq@uBE4Q8x|K<7kgH|P4pog5`y3#7OYxVy^ zX7XO#BSWlYvDO6hLnVgw$1;;k;A=#r5|=8zG__@*R4Sq_Dy_*x3*>EB6F`}09c^k! zH?w8ne5vr+==_@XfV`eH0Sp%{U{ky1x?7$#LMlQw8d0+zkk_*&fD1$$=>pe%moXoI z&?u1#m3OVHZETE-bCK8CZIZdkt*)9ZU6ssDj!fk8yE7mj|LNT1>YRHo4Mbk7~kd`3O`=$d3M@?FC-`p{4dB9U~HcT5t@c#DNybd!aP}bTDFxK+?f>>Zmo=K^n`G#(W0(H7QS|fJi}u zLYfp1DPN?pK?QNC=AYeDzF7Z09XY=OJoQe}RA+;Z)3(=1TIwQFSA)7~QkS@ti>A7Z z)x)5kn$_JRBagr1#mfKUACQhbHrk*uS`UwsH)pK84dVoMlv&bGBY{o%lC<+MKUva z{FI}qq@O;_P0if3PTSE{O(pqobCELL)IyV*i_}u2EH`CqQcIC?L~0dtQ?6#^h}BxG z!`*a*Cbbr+jYw_X)J~Jyh;*b#N4cqe9qHsMI#R3-Vs&&=UL6Y;5F+_Ril&ecQsVRj zhzI%9uCbnQQNEi(S_7DmKPW5>j7p&bO$w{rN8C+p$12;x)Ml|xVs>`Zahlmln(HD` zS2uOjq-1vS#6{n!ZaPitn^U9%li9`phqH^HF-1N;Yg6cQZ5Np$yGTr=4JkBLlVT!W zA=1<8ju(t0>Q8gi)oSnK?q;!TWXZM^x>j5L8d-h1NY}aPdQF-x(hQMqaMMgpnjzAS zBHiSsS&+^yw~jpgmu?hmwperAG*@eCwn#UN^rQL3Z7&*mSxS_>DKuYeN2z^_Q}c2b zi1Ka3FhSYQJzu;HhXT!WD? zs$jrq7d_5^5iMHFuoke6VI5#S!+JHow=3Jbfq4TeH!@g>&6{mz-i*qv3>fvnkPcv* zdhVY_wsSl4c9+UMHmz;?^E`ub8rs3I!=-jDOKsBrC7!{k3jU!h0RPIBUSW6zu!ms} z;B|)A)v8<4GR}U7`5jcg&+tCrLxv9l`x!72K?fKP01h%71boi$Ip7P1F982y_!r0Jy(|+eZN0L!wy>xKBiL8Ri1! zG0X!jU|0aSjo~)HVur|UhmSHVm9m6_9b?fhH(s?7#Y((v5hRuMj3|j%uF+2y@!LS3ci(waFH^Xjay8?ai zD)XzTe1qW)z&?h3fOi<)0ld%fKHwt;T<_8+44(ih87cu)3{`+H7`^~}#qbs2TZV4| z-!tG!5&yjkU`K}W1~H}vASZ(p;AU_GJPdzI8uAX@GOj>y!NI$cPp#bI&KMEq+AwMh z843ZN7;t5Pe=7vQ*+2fR5THAtCqqv_Z-(B0ehmEpCor4<7{D+9a5BTmfKwPwQK!6V zWXH~9J`a_H7zP1`G7JSo7$SfuLliKa0q2!8l3^rZ48s_}c!u$Sa)xriMGO}KE@8L? zFo|IjUt$W2M@M)gq|pg2<1;&+VGvaf@GJ<1G}8&FzcSr$q* zN=~ZUx7*xvD#zoVh555l&OtdB2B8c_8GKg^x?8YdE6TGd z+fvn`uMnU+?Q7Q&YUT&Vv@#CRZHnaO9H4s`rjKFzILaE7Cs3Y6!0R>?Jz7_?s6U5g zzc7pX9~73~F}5Asfn=_{Wnqb_P?k=*$F=}Uh7lL-X zO2s(UH6EYaJ&iMz*9o*tW-O1tZNDR9`Innh(_&xL>K5v&Q|%f!1tU!{SoFS&uN zSrfq5qII-^>%K{tk3Z-ekr2K6O)V+HO`*cFz7;EA{G)$BJ$1{*$FhcqU(YF_9eKSHjaHL3xz8$4WBSji55~6QMLrUCm1oB%r z+7pky?K4KK7i=`9#sacsO#uJ7_}pYF@nkA-B|Bv@m3T6hI3I{`1X?5e#D8Zh@$DXo z%|)Q^^V%_eyByR1yd2_Hm9g@8N5}urF4^L4>Gr>S=w3fmtnPfBTp5cBkl3g+yrwW+S_ z=!(Y^x7D`SMz+^Zp45>h9i>U_L~1Y6(Iy?EN$o}IAW}z@@@h-m2_3}piRCvbP}_p! z6DcTCGM_kxIixd^`NXl0B=d<|UvbHN;@BCc%K;;qPaM6G%qNacNahnqC;Tz_#QX7i z+b;R`dC{bowD0R(^6}d(5(12OLrR>F0J(|XYJ9*55BR4^|Iix1eEdOsqyYpNzp6=l zM0!o6WU6rVYBE(g?_0@K;pl{Bk}v)L-&Eo4ygXQZ6kZJCm5=n+y_RbyukWb11?g#J z+u%8({xM$aps4eId4BNhuJW=GuiQ=Ro36hmHTYj0v3vpEx<4giIUa6+04PKiAfNzn ztjg``YF0a7xpg978G(Tuth^kt%_|sI0J`uhUDDK&r_Cmg9z4^dVnbI~k=@#4EXUl=7ZeAK|GZ&7%;$%(Q5#PurXo{z%Vrip#d0)#=tWG zqs{ak!*_r~42RT#%G8VjDVza1#ZyJ~8R`QZ3=V*k!3i)J3_vPFD!{|w0hkOXAe|vy zUB1Orl$*tzg~}X;96&BZE}%6-YqfKWCqvn~8ewmMD*{*&VhAbk!PFk!p3FT_*_)xa zy0NQ~t?tDswEcKKXhaxRoX3>ZtKAq*HVM9y(QF`$&86i_R6xj4#|QB;;OlmX6X zI3F;aVK`s}1BTaVBm;)fFg^yrSQ%~R;OWf>p5DT+1yG$tymp9lP!DmgqMiJH?sOqo zoZA|Qw#pgG0T(e`r2HSIWyGd1PeEmjAqKdT;Yz^O3|9lDGfW3u&u~3pCc{j?EQVQt zxeRjw^BCp<6oUfHXP6IIz_0+YkYOR?qb0IFr{S-%K-N= z{5iS9<1c*^w($&a;~BuS49^0#GvEd|{(mN52Vf_|PQWe(+^MGB47eLjuQ1?_Gwor( zU1i))2H?gq?Pb^tc$?vEzFA#V70Jz6o1sQ^XFhdwn#83q2%+MLom7y!32SX1)Z-(B0ehkT^;pmA! zA!+!T=-Uc3y@oq^4d6+JCjsjj)&n*%Yyv#P@C@KthGzlW8MXsV1ev1EM1IPqqF=PQ+F|-1-W@rs) z5kJX zL{7&fbb5IrKln)})Xoq7A_q>tl>TMYN+(BIyZ8?h63?dHiImrWuSt3RGLrPZl1O>| zkGd(ZXVc5^gwY8bv5y?D&B2q(H^4O)38eoS5AZFdJ?Zpn0$)p~szd_m*VE~ZL9jY2`zogU+`D=l{#HDJbX5wyl}<467YU@_jwg_QC!OBK(|SuyE_b)cdd~{oeBYYv zvnC%{lMmJEa(5@&M-@mQ?Q}RkM)2tVMDFNMz>+)qQ}6+lN)$pln64hU(w*7gK>RP~ ziv9|9U!#13@-51DD2GruSM>Lo#&bn;UvsYLjU1)k)Nxg%t06~Cia;P)VPJl1p9pr)ZT?g+aF7V+@K-i%u)2fYDt6a#IoO;2Kk5kayP2Nd-@sD zAU}GgyJ7I(?bI$j0Zw^rU@B48vuVDf5oV@szB+l8Gc)!xDUTOA<5AY`hVejZmaKK`HyB6YKYtJ^va%#B$SK)HAqy1;cC!@SklM3F9X(L_y}sPdk4 zg(LlJbZO0IfV>rJ0+=KXT;>AT-3sQdtt2xatHtx(2V$4oIM1=X`#|nWYXZ1mx^lS- zT(>JRZ*}Dgk*>7Sikh~7+?F)~JRsUM8#u8^wWp6+kj#9nDw`Wq&e)z$VciReR6zw6#5^{5h_yykC_0c#Ew2q{8i}ww-@p0_5Y} z^mDn7E0FuRn=P6Ac%OWz-jR3UT^GHFH@TeOThi1YF(2|ew<8xTqpT4kHsO;h4rCoC$XJJ z8g!JFo3EWpf7y9f?2k=-oH!i(^32Eh&q(FgljXmhbtC>j){R6{zb^H$wKlheY#mlh z|335a*o5^5r9Q@nlbMg}2Du}XiSxAlz7HA@sPNUJ!=9uMZ9Dd zc3ecZI;&qtLb84lI?7F>H4CZiENhH3HP%hzG--@T<3)NPg(hecQs7xFm5X$tnYHH&cWzlpxJvIwg;$Cw$N zlZk}?@I=C`s}l)t;fUESt{-F+cB$A*S6`z=7xW@{uJ+wbQ*YGb%H9V9z|0m@dM$5@m!^u>` z*bSN^t!+!rW{ZElLOBfh?<&-q0sldT+Ay>M9LaDb;73yp$Es5ek4b?yCgso1IgF=r zIzOk=0cWVeZyF8%;snG`#rUN^g_r&pWg>1{or;)aJUJ8b-6z+{L~L@5r&rzhKx&89 z_qh?gc^~@jeun!2%NdpfRxqq^tA<}YkN-V!oxVgmUBq>!*Ti);)Z#iDaa?ET4xC4q zV>*9P9^H6MXJ$u)P5y?|xov+ebuNd0wnP?MEro8M-;+X@!#u4tx>lHHDcZNv=yI6n z&!o}4UP3+(yoZp~-;+%@9`bqF2Uf`E#~&DNe>SmhV}w;ULDAzsC9!S>mi^Mix<8Eb zjK?hh+wjh&XrGhl9)@X6cxOj7_K+*n)=~NEyE0=xlSJ2-)*sh0)Xa+HY;H{w;hmY* zT#NXmCcN`%NunDM@BEn@x)R>`o0I7Nrtr>WHeJ3zO~ifvj_}X+)$yO)oF4vpP!iQv zrO{_9XLD*Z)wi43uGQyKf255*uSuB;@ep;Eh zr`o`y_BC~7`W#Y$P*8`q7Ur$BoFchAYS=sO%q&AH+#dc(W}TP>L-`vSVS7KD>bA&} z*~=8w>*1eh)=@EUZ6IBwh93Nev--Xo5D)yI^OSep$5m&3EpFzz#(suPWxwanJTpty z%=Yk)J?k`&d8_#xky?59hoE&N%v(~fNaxwqOf;R9?>{UD@3ucE2k##lCz?#cn@qx+Ou}39b;9w$cggq3GC6$Qo$l8p{D$88W?C-N3J*P?Ny|lg5K>7zH|O6xv{JJk6l;|<^^k`i)}&P;trn@V zL8~=swOZHO2*)1x&|_GV$hQQBK(%*BgNxLpnu$y~hXjbtufbi)6|T)aiUITx?mw4JI@3;%hLO ziI+R!zaSIuQz?AAU0v==%gwX0^5S(Rlk&#T^!N{TR>d1Vd4E_^-kf$n8bW&wkNqQh z=O;4SR!7kOF==gMzbdV58xH1dgJ90j`59ug`FAC{#p?A`Rb^_!|G8wheSTH4+v;#z zJ?m{e+*Wz|xZI69ru}HX+y2RXw}jj3xQmYc6}Qsq5r#(qk1^neIsRcCU=83&h9?2* z8P)?fHDlTY((~P_*`GO^;Qlif|JgZjv5B8Zc{`Lh|0m|WRr{KxW+b!SB0kwfM-NAG z)R7D$0b>}(0LC+n2VBU2`vG(@!^MD087>7(W|$0!Cs~aFuH>340ar6z4Vcb=D`}d+ zFavO7+`bVso2zC6Zf3X{pcoWjA;Utz|F79@t7CNkqiJvBT^rAP%l-GCPkYPRZmqnx z08V@Rl*H@)XY${+;4HYD`xcu|B*2yYw<}am^VEz}TXKAER>L1Ayv=TSV*F$%r(yiW zsM3y9z76s7g@%=G&WGE&VfU)aG|s3ytJ36(Rt-s?>yj}s{Z$HTWFdzN$G7% z2c%_hD2U85%Cu~ey@yOi5OASr94Mfo4CM-?86r#6uQ(7z!JUs4L`D2R zpL_17Nsk~!3jF@xZ}NIQJx@;FJvTYIH@Uq%=Q$biW~q)bPb1*AtTpDgK9!57^0uuI zPv6=Bw-w{5l07K5ay(VBZPhgc(qfxtm#r4x27#>KMp3nR0*RjpxUC*f2}P(zJZ0i( zR5Lg9jxFJ54DzgN zuDje_BDx-|opsy2K0HT&HbB`B%7Pj}jiDw`Q;0Kfvr%%sZ8MZszU>M--}XPq5)R3? zZO(n$;$P?6_E!0}r+*`?eA`p^vuWqsqW4+``?;0$vl;)myG2B6E8f=pVQ_3lbI!ND z46mm^`LDV`mp5z62&(# zh6ZVQa|0xbFPvK&&aIt@ox>i(1k1b9L=y{I1V=VEo9(J?PFWjM(Y$G5Y}?jTWXI|q zK~sXi3(LQ&3Ye*aVVv^RAO_3WRP*3wN8Q9}G4z18Z$4l)T^F-`;HU_CH27Pv{9CGk znInzQje*ZUm>Ku28$Bk_ycqcW&|~4;TKvTwL$7Q7@~U*+8`61i#?V>~>hy+C>x5bw zLF+)-`w=X^U8;atFW55?@Oc<4W9u(mZtc|t%B|fhPxqVxYXhZXCYpU}$5wQ`Bkk=q z{=cGUa;(1N#HBo^jaAbTJZSV{5$lyrq_lH2`ylJt$idFQhIG^^nW7HC8-%)9s0mKGC6oemvp}~B zG%*}s8;-BFPbIK}gyU<`39rdf@`fBGZ#rqMb|{78YiW=4(?01ZPZXkT^Ui5uaYK#y z+yO@&|3^;RuXW;oq=k>Ag-@LHsRn&4&}RZ2aMI@*^qD{h1^U8CUxq^bA$d@!LqdJ! zq_0CMK!*f6EYJ}reWO8#1^QN?@0|3#27N2g4}erc;g3%GNuz!cDj-dflYZ8qfIztd z{o7)jo5a=&~!tu4(ff8Mm zq-8lKgyU;FS$S2~R}Dg|>{;y>F}}9+YFA=JII;{DsPCGI$oVLCTjn+rRX%?F-m?mtR zz%*mi45kH}7BH>Yw1UZDlLOO^O*@#5Y;fvot*XH5C}0T%)Lda+aln~=kz;867b$%< zFMQU=BQQCA_OD zhqjzK?TB;I8N+A0;VtM6=_55Ie6|N3D`5C+(|;I|nQuU5PqfK_v%OFT2V|aA;B0jj zINMu|z3ih3dk}PAb+4aQ1P5f^bU_1W&t^boIA_+nkla^|kx&Kx$m}O$Br+o4^R8jQ z;>I=B4Ffani%q4^I%oFy=2&+)K~@sR!U?kW9u-cIRYz7U$=YizyT~N-x^G-r&zE?{4IKK%s>C&=mvvLg$WAX^xTvF1;uVs5*3w7eC&BQQHR??W0E zH?C1{_!z-2tNb!R_D_=ox3$(>U zTQ%ryfwl>>-9zta&^Cc~cx3qI#mSS+%|CANg6GNRs%2&`TAu7-kN=|P$y%@fBIe1; zIGKx;Cu_g|d~{uuJlWjbQrL7jPd1zOa^_9mzsiOo=c9t}{E4|bO zJ?0-DLUk6Zt5Ds%)LrY>t^)NCsHc~DX;2S=dJELYOMNw{H=t{+r`J!YA0w&1M)i}X z!g;b<&xG@2v1f<#WYG!XJXv(YD*2!Y=gFcs{x9aqcKp|Qvhvo36J_z%h7)Cj7hBLB zQE}=NhN9!_3l5GriiyiVRWe#2r$DYaiq#+|Aazl}EtDsYyc*?}rs4!D7Dw?K6eo}& zP(mCfYLFpNl0e1d{FJOwNkXLv^=uTSYS4c{qO3}ht&Ddx93z`|QeOBmvZox>dhlWXzZW7bmV+fvlNNiP!(x#^>h|WChZAGt!jZAz$XM)$uVI&Xlk-*IgjvsKJpGVXV_*-7=bd?G_Fy2h> z=~!Nu23ccX>(k(Py2`dg;_0xR{yH?ChS`H+hsVVzQTR_ z>c7s3&E}lg=>aPZ_SF48+fIW;Z@w1n_t&N0RT}IY*0|)zh)A>6BTip+4ul`)jnvD@&3tf*LX z#zb!k-@CZWDY3ht-OwKB7@m$wjNLQQTlN%*v9qJA6vay{YOWj>TjezAu?-`0ikhPu zdqx+(3hWT*GQ_Xef$Bo_9Oj@!F>@oQ6*aG$>l_!ktf=|!hvlPc^Fgtyea%~lZ{5Pkmz zO{gt>BKG-GwAi7pb_Dvu=8YDEttrou-XO(wrHqG{Sj}52YhSP2*26sqU-jTv-x7-c6 z^o)#cT^<9U|3WYBD`OU{}I&6RLoDR>*|qjJ=SV{e21j=Kt(pa)k*^!hSYz&qgOE&ks8&lU`(n&t;*_4n5 z(xrh6CzaBmbb(3>RK`hVHK?>eHLJGY_=Z7G+Chg1iIfz4}?NI6X!mmrU~_+lO77C08JBU zxdjphsWlu%DQX(3bQ`eJd3{zX!~*hx#YErf$^(ShNhTiPl6&>q=Y z_B!c3ZD$Dw-C}162i>9*!a=v_ganDf3;me@M`6Rq3i~E~*-gS%u{< zFjc@5Mjoz2Xx1|KkMUG*P{&1=<$GGWeBZiJU3pfcqNtt*)ipg|IWj%<1!>@-a7b=A zB-h$s2g^=zm5YXG`%O3`7sv69a)jM1J@s-FP0)JkW`X`5lI#1&kX*CY7crTc;fUN* zM&#}p;qC4-rQ1J`qDQrEH_e0dV>2`62=Y}F%>iQng$Iip%`r0<#HOcBSE0Dm&k%~c z`#VR428$gSmBjz6?w14Q1_q!QkV{LrdI|mozm&~Vm}P91!92s}8Hd^b8gFLwD!#L7 z&FD8=6(dsu-{Y6R$M*pbMy(!`OPOpkW6T*pI<}TRV~nnOV6-=>(f>}8t~uZ5b#{E7 z`w0KTq8He_05c~7rqJVbOXtPuZs84W!G=zit7{J2=qiyj&y_=uyJ(&Z13oBU((VF0 z@}!FvxM+@pp2D4{T_|X-gBIe>A{PpJ%t5>OHSCJW3*^lS2lCp1yrs_=$ZO8{AtnhI zc+rDZ5YAhTO*NS6Y^uX#vcV-+x|GeOFm>4A(kazvQy(UaO%_ZOHceofv1tY~wjhzb z1DI|Px)YmDFjum<5~dp)TppyJY;XyX`mn)eKI+c~m-2Ao4hEO(XfT_>Fhkkk8XYdl z!Kg^yMq}8ILFG6$<6xHXlUsr%>2Kf~TqMJ)PcS#b+{)%wnA_Rhj`35TB>yD#xHLtR z+2HaME-t~~3KK3M!Qd(qO=p8EMKp^It_IO;Hn`wJbJ*ab4hG`D;KB_q%fR5;3_Zo> zDVRlUaK(j|vRMkVoXv8Wm5tb~gj>aC70gR)UV>S}W(~}1Y;duH-e7~3cW51(bxt$8 zZA@aLa5gVGG-rJ>1zVP0+d06b0vkLD$^HA7oc0@0R!fp)?h255aDC~AM6xLx6 zh2@l99tvBalwNBn?4_YYVc*2BuZ7k@H88w16RHWV$Nde^Mrf1EeCSK(N#iaIJ&i&@ zZV{*`6dh~MKjgf!!l?p#dDLu4F!_Uf_jZ0C^<7cl4LX+)UmhuI1^Jrs$74$Pu0nI1 z;X4!>1`UTsKq}9dN6MZd&-XqVHT%=o&hBO6F=})Xetj{t1X>C$gPwtwLl`~Vd1}b$ z*)6Es3T=b7$C@X9Q=?~ZJ)%a>es{!K;c6K@TO7H%JbE@6B6;Wg}{twTi@~`7gzUy4voL!LpZG6*5@1no1Aet;WUfQH4EN zcCWhko>c?~%i?c^25x)oYAe{hzbs(+FAG(`Gz66vK)7BY2R;vjWvrq3`~#lR8H;2j z>lL&pI1Cn+nMDq>;DcqmXUVe~Oj*Ir!E#fofN3Pu5ZJsY1XZGZ1#7~lCFXc zuMMXcTb+2$!*9`}K#n`0Bg8OM^17tT25{Q`SN zIOACL!#QRg&og`QFj~h#PqA>?v9)6jwW20T71+^+$)WdB1bp6C4=nG7s(=|T*vk>{ zc^E8Xs(=|G*ehnOU9rB*0;L`2AAsv?Sy<`EKVR7N_foP3C7IqDF`51pK~lYxrXeZPP6>fZdda6jB?L+rD8oyoG$>u5(gN8L z$T9}Gv;|OU(_aIVEieYTg4RNLX`!ODP{~V`HK?LMRRpT)rD_^fMWE^e)$megD8yff z)rG1lR4p%E8cG4GDNt>JF7r|y4XQ0rU4g>M$DD3#Pb%r;r7N@^3nw3A-x};Sn^kak z^ADAd8s??pT1O3)U2B9uBfWIB28|Ht8i7W6=~@lCMxfCGjq%cTfGUjVGb44Q(L#+C zYMhtGb5mwuB*vs)FV#1A=|*h};pAhyso~^fbV4}!7@ZJKK1L@X9L%~EQt~m+`lDU) z8MNCApLZz@Ry}HMki*C9@1MP1dQbbPLNJ+iLpqra4UK}&YYP@P#FmY{)LFN|zYa(? z5AJtodcyI@=*n}W(RC|E) zBmW$b%;TH8o@RV=7RM1|_y7h6z+i*`1_!`2hOx&tV}KuzZC;KM&nwuhfN8=^6SukG zEpK9UbH3Aj&4#8i4I-n}&}VbcW>11S?vQ(n|EwaF%kya2@)7(GZ5aG>8~MsG|1xA5 zzkZ3C8;Fhn|0`&@x?>i1!>kDN^QO+kMtP&4d-3?bUdTA^%La?2Qhzr6VFs}o1T%!q z5SaBmwt2ldwpC1e>$6H-&Knec%J^k#RCMo_$Y5?2M=j&1x*JK%A%V;}xYH(%a^fh{ zO>J?fT^tIk>8AF$(;*H8)pBFKP&_*<8j8qf7%jKCZ8*32TymRJxJ$95Aid27%LdXm zHrqVrj9(myxFn7{J5alm%}$tIY<9uyVS|g*w2#d`m=D=}2(zEfewa_$;F>Wm7sKGX zFn!4e*M4!O7v^i2BWz9+-8_IF!^Kw0WrGW** zHl@uOI}y=akv*=mQ5810l7{PKFt}KTYhf_BAV#&>;G!4RWrHQXr~#V>FpbzWf@#X8 zDNJ)V&0$)xX$6zRCI_Y+n|3fA+2EQGbsaM(7$gxcq^O8!))SL1WpBg}I&$u3OMeY;J;?z-9u> zL^cy)tkhsX%w1e_7tB3u?tz)Y27mF>{cP@sdC;OCgqy)tGhiNO^DvCb#)O&6W-iR* zZ1Bf2Enu?%=4m!h!z^aA7-kupWiZRxEQeXiW+lujHmhJ>V)GKr8gGBNHE^$S)oU>S zF1~pe|2qDnIzx_g-r(vB8t82Gv6bk|&+@_tI*-6sRiZNt2Rg5nf!2kb>}*c|IVQ1h z(>QFVDK?Wg(z+Sf@YzwwNb8k$rgL^qXr}W%9%%jk=`x)^uri&WDLsnCT_W(?O&=e`cjSmkX$L=P%Sy)Gt->u__L!;wy7TNHeB?tb5H%ic=Wk%`Ea!&b!hZ)jF~IqIl$_E014=8S znY)NHnpd~Wm(lzq_t8)PI-|KtUPkjQOo?h4sE1*>c=dr`H~fU2wk=Um+{QL#k2Vi`W}+x8TKb@zfbHzN-rqXuMT^_gs^VCz^d~#}+in z*hG@?!f=rBLHTYvB=5pkG4wUw=<)mps~a5>=&(RVBk70+9Tw;tfxeBQ??NFS2K0?k z-wX9a4E-2N0s3B`p9BiT5NXg)0{tvdZVdgRK|c$06p)G{OpGMN7RzaYN-*Xc>qg-q zs!a5XGNKwY6(f{Er_z_Z>H+@A!9CUu!9Di3#tTk*QQILA>Z72S z1X}H+mo*51KMGnS&?`=QRf7-)lzS~>NCUFB_hTfzu2JDw<8Z7o?<0q0A35TrZ?t{n zu?#hOrq2Gn~zEm=SD7z>H)w66R_)SDSa<;z_D9hW!{+ zUdQG-m~m{z!Hj1!9_9u%H<-_T=uC>ch5aq4oXBRPdFL2!dX+9b=Cuok{!Ze`NqF>L zHuu6zVKW70Dx0b1`Z3-lv&f>@x^Z*3Vh$d8jLl=_?tr6t+%xQ-LFEcIE6f>-Vw21v z8(eiSSj2EjUc~UJl7&m3K2%sw3oaK<3%1jO{bx)IMx5+>Ju5gI5u8i!aOb~+onR*$tOrDU*kH{c+Q(*}8F43Kl0RnuF)BY}^BK%RHV0u2 zu{i{Dm<|52#9BEp-@^RB<_DMnn*dBMn_QSvVF#^yJe6Kqbv{Ke)km`F~9jYLLl zQ7eJAD4c_<95606E*K9R4@@yO#b6THB)}ABQyeCh%~?kTSLfeS!N9y5sbt`hdC9=% zI}q5s;(#;#B4+^m3pe@~Z^g$^=*o`~_gk<4U>^^<2N&+Rqio^q#~jb4lmj>Y_YSnpltq~Bx8 znbVFqCk^AVnEw>f8)0NqB%}|_l!)FaJXXMn-eI8wFpJ>#IC{4zN{QZ`iCH?Q9e>Mc&v|_2 zSqI)8-yG`>N7+imR5;3(cSC%fgrjU#Kb&Kf?TT=Kt+hK{&;Z+!1q!e&tiamaE^J_J zA&%G#=hcSuYQuT8!I7Rkr08i0lw2&Q1WP=$R7;&)EYLE6G9&334O%A9a)DNO=vfU~ zF3?IqSMdrL^qhyD*Qk|3t&*l*@X(7Iv`V0t1WItyOB(c&xvq?}uK!gJy@E&VoC{d~ z%2x%*Ci-)vx{a6GYQKx15%s(61ZwZ44jR->pm1m{jBQ)>!oGYYy( zpu4>^NrR9?qo8{Py4OpSH3%s+_9?~`p{9E2K8-?zjcV$CfgbSEGz~($je;H&=pipn z*B~U{C}@U2GrfMArBR5*QPjgiJ>sR=8idFk1(^ap>ZLgvgg6}q%@yb|FU`vj`8jJx zQI8AtgqP;$r^2DN=%R3FEq6j8ht}qBn}wD}+wotg(aJ#(&ZEWq5zeCxUTi^kg!5?8 z3I7Fov?_zPGG0tLgx31X=O1#I^T(}er)43k*~b@ z^O*RGa89>3$2^=E8&~`9xv$~4*Z+yQ*KXLy3L)-w4+p94!5+1b%|3I_ZbSj^XTKkn z7c|_JH)>_OS}Cs=KHL?XSJ|$7WOKM{A!oXVjG+DJU|0Y2K-|nrrr&YLb9S<8m+qm- zt}X)uXk(4zDSyyVIuWjQDDrVbwgAB`7p#*~xZJT5SE?0r2#f?Bq z<&up+8_W4A#Rzmzm8nLclX7WBpqp|fj6e_NN*d&|TTC|seN<(J5g4FcDI+jQxza}9 zD&@);fuYKkH3HWtSI!6wSFXGf7};{Tm84q12wbZwD;j|@%2hG~6P2rM1m0GziV^r+ zxvECsd*!MblpdjMb%WAuTf?A|w#_uCRD>C^$CKcvigsOXgR0v0GJ`7HwvIv7ZClr% zOxxBosGe=>8&u1-4GgMn+lB^Z**43drnYTlP-DBlnizCB*ZL9r+0>wRHj!;$N|1Wy z%?#>g+vW!Kv26>3uCZ-PgYL9#D}!#cZEJ(>w(aEx<=C5RW6)%~wyi-^ZQITu|NXXa zZ_qT`b};B6+jcZ)hHX0;Na$Bj?FxhD*tWAlOKf|kLCb90#h~T3?P}1ow(VxnbGGen z&??LNt56SvUbL%w8noKBy$o7o+ujDfVcR|iZLn=$gErZ=pFvw}+uxwgwjE&5Hroy~ z=pEY*GU#2~4mJYq{OT25Wza6Wc8C$^r7DLSw8yR-X3%@K9d6M3wjE*6hqfJQ&_}kt z+MthZdyPS#+IEyd2W)$-K?iL++HcU8wjW~zx~L6bX9W5wH`bu9?1#r0blA4z4f@8m z*BeB(y}_X0YT?UP{?cLaSY&!`%jBW414rAMU4SK^Gq79RcBX;oZmWNAjoJuw zR$cWl-Z&e01aF*eXB)`hR)A^HA=^HRS7bk(xduIE+j#~(Zrdjens3_$20dxprwn@9 zwhIkfWV9@0eb_BVr`Xj?aTMA185~8%%O7|ii7*FGjwxRh9~DOpv-*ELWv)18bfjYj z{fb^QIBfek-g|?7H|P%olXDC@VbGrjoy5Cbg#I$x;5Q8ehQ9;w6Tfgt0wolohy;pE zz?2=soc|wBa&%Nev)q7tO{YI%2iG&xi+TTuE|P#>Eox@Od+&&dUb7(Hn;8}1ShG9P zTO!I8lYqEw$dzD5+~O*p6btW$He)J)2c;K^GfSm-t5z=t8xI*!0+a|PLB*kDC^Qj);y;OUR)T36z!)Xtd_ww3xlo=9}fcjsR>E>tU zz3u%O>@)D9O0g*gQ<_a_m@;h2z?5ZE7N#7VaxmrDluyXDzIg*NGb5%`g#`YYR%B+x zY;>MAzQ1CERa8>NFRHS#x>v<20_L&`USA9T=H|fhO}+93j#o{es5^bJMo@&O-Xxl{gFO!9V}s51Fc2Ke{e!Q;o;aVdt8wn}mTi0E)WWtn_tXE8F7SI2_}#9ah(B7Ks)mA^Fce_Sr=KbC0Sn_0(|gQPZ~h&pkTYwK(_aWLunj zbg^yl+#}@F!(Whdk2!V=j~2$c$EEgXa_s~@^+>W#L-ccx*&leaU6e~0~B~X3aHb|g`w#`Z~U!Ux)?r&t@Z=68i*{3t#8`Q+EZJI#Ywr!R`WCK4N)ZDK9 z#R#;R8S&@+XR}rTkIx9?;0p$WYSq6y+4H{v7Mc++I7VkIa;Q;Cfh+Lck~i`emYGEk zv-FAB=S$(s#HRYf=25UrEq0hR$<@xaM4-VY&2yHI7-Igg%26T~-!Aqq4>PCN^rGS! zsTg4nti=_}rQ&Myi4`&BBSx8lTHf*zqs_lwbd-;{&RiAYEZ2~pchGa#_;}u^y77JM zMyu===miISerT1s=OxEvr#+tSRfoA}RBQ{G|FXt+ZEQ?Yc`z!*+*98he2`v@nH~|* z+Ptn;TyfKPeQceG@#a8xT%x(It>+bUO+!~1^QLy5wreh5>P(38mx#bOT3+wK;>I=V zDfX2hWZ!vO`JfhW?yOcmFq>w3yT^vtJqWLR5MK8{CLJtOhpj4bKs_Ue?eZATlgan- zgZt{(ULnw35jY3T`v`#LV^S3`&k8mv0^Y{V{jI(A)?nR(_=xbr2Nz`FgUkXge6U5{ ztT#<8xLKjmxvqaeW?;Odpz9y3!TJZ;5#a?8!V4f+pCI7{5b)_4<)k8^$*6&3m}-qK5%sR7w+;0>JJYp`05A#{9o|ry8MB4c3>UB1zi1LjQR~Kq~#CL z`Qg=|O_uKyN!~iw12LXsbZmoU~nowhHu)Ks%iDE}(pKzL3tS-l3gB?Q+s? zttlioDrk>Dd!6*21|ii^LHh*qL?Pxe?~@f4H`JKV9dOj~f8?b7S_}V?7Cx31K5^2g z8ibrkwVBTZI^d+wH3%7!3OXpz7f$*z6yjOC2$)pVA)&r<($}FBAcRjUD7@qWdgFxj z)Spf|sr3}%HC0cAmpnjEg_k@)C!BuC1AoYp2UR6oy_$=vB3s=)pMb@UYt(L47%L-4 zTeZynV?5Q*VTlCKSB^|ieR<*yTohg|A-r6IwZDd!OTa;UK9@`I{o`^8X00z`GBd-A zC7g1xggqm?-3zc-LXA1{!S+=Y%?W-Y!{Wv@){VZ7ni*lzZ1c&H-n6*c_CJ3u#B`YM zP2Ns>-gxu7rXG*4bhP?n$R#!8 zFF`#E{G`&+<`t_Psj2fEx%9XL1BL#Kx;z&@=n1>Re6qGX5u@cWpbJCipGNIMHVYl* zod?~?(Tn)bB6Ih5jtUJHv*&-S_sfBD0|QVD$i-MKR4>6VE@iV6W*M7hF#mETh|*_V z3Bo)u+MCqqe`hfWbH2~(ykILrl+IfbVhb-yu_Y##PPH_IIdG$^#NfHE9D2+}b6qss zL8o6VVgaxxU9`YOa~$*(?mX>6L316n5O)^2P|#xzYJq{HEfY{+&&8;2Y<*XRS!<&! z(Jb50ofBSQ!d_sa^cfeJFlYP_lZ30(=)o!o^{>XJ8ccOI)nPK(;JPtg$_7j0QXMw9 z{!8`Q)Q8DplLga+O%s@AY?{H0EyxlR1DHNfYfPYJwZufDzb`SdgrD4!NWRDigDZV> zGn<=XZe?>T%1?LM%wjVOW;UDIFmu?< zftkl<9?X0;^I@K1^AyY?Hj7}EvRMkVoDDAj(8@;au&N~%w1mORmGlxDtWHU5*kA=p ztUU>XMJDMDHgCYJV}mOv*==JI8*St}xI{vm+2Aq=ZDoT?9pSYmctMFWSOlRwoANM~ z*i?e4$_9T%VZ8~S_o-H$fKiK1`12N>7|qKkjE=%V!M{)+zmUZy3#JL1CNRy|G=piu zrUgtZHmzWC*yO;pW77_%Bb$yeo!E4Oxq{6VFkRSmf$3`YJK&7J$V*YI?anWKEna%z zu1R4Ye9WEH>h!Bo*kkuI)%g5Ys%WhWd+h$@>RyhSGr`-adU?!1h{gu7_@j zHW$ox4vu~T_4A9&Hl5v#)v!_d;jubUU8tVJ9JDBAZsfG0=5=$O<06+8H9w#0tPsyDNW28y4d!K( zlkmCfP4KtHvuX#qpmnHT4{d-Z1KWg>XPvZ%rsBTLI(ZxQTcEAbHt0S)_72J&(7Vw6 zxc>k&4SEoI2$~MffV8P9L;p5cr2{rL3t&f-SaCv4)8vItZso}yi(PjIA_9?tDC)$M zJ+3IoWRK1=*(3F|lRe5Tb72<8G91#+uz3b%Ih*A$E7+`Xneo3n+7{XbkJ+c0;Bloj zK-Ze!(ZwFCi#bJIZOaop8rmzgV1h>j+n%2Z9$9wlnBdXKwmiY3vF!^o!J~=IR>TZ9 z+hT%8d)s1y$D_8z1dkVN`)?fp<6GQD^!_1OJ>?`y3`ogv`n; z?NzlrGvbt!GDBu!?z7qaQy}cwmBASfek#Zehh}kV!-X=#p_~1o)I9++9Ez)kPdUS( zhYj{rGaOvK?EAg#xeR^m`+f7xWeAzI(9Z_!Sqsz8W`!Sn)(ySyjL^5^4x+-jjo6N)<4Tg&H>dJ7-B(!KOQe7aFoU z@xm`Oba}S7VyUC{TSk>4=xFerh2?klsN1B?u?gYjh$O*3yc`kl7uYkx%Mq!5ILGCP z=9xXVJ1Uxvg`Q$EG0QBq(39>NZ#A#B(Zehq<;wK*lAW-(hx(YAJ7ZJ)eWhxC1ohKa zmgp2@a*rGXQ)Krp8c9<%Xo^7h33R`Q9?+os1eylOZ{>|Y=%I%+YMM~frKuSn znyEq41)3$$!ybA>gJuadTcE^9{4t^qOdiAq&xfxnV8SaE1?R+Z|Abd6`mbN9s7s`o z_JO0le}^0*7iYmDZL-D%U$6*!yY*4$bSF%+u))sSX9Q^`_8;zQUCM1V3Fyq z5tHdZ?Q%uvoeQv9k<1B^<%&#yjTmcANO+N=@FGRjS(ZAv(o0>i)JeV>37usvh^|6) z^HO(hL6oin^$@71mwIVX4}p3M)W=JGHK;eBYpo-=*-|BPAUrKK9RSg2*PQ#FdB zXEbP;K+6SM;iYFaXt_Wu1$xd)&*wqv#DZ1|wMwWLy!2uo#h)R$;YEtL6AF2eBA$g! zyQI^1d*Smg%)zQhxd2vZYZ*28*J~M>2lu-(J>iv%@NR@xG74UdL3e~#GD0W(7p!Eo zHj4k$HE*x!E}f}XHNxu(FKVPdg85UpkvV9iC)2zm&Rek{D;w2l7H3~Ozz~1Dn^fJ5-Q-R4Ru8SKVU9Tou108GrrC$N%+R`;<~nfZ zh^QDf+oVdZ&_`FhPCM&lwac1yQv6bPF4cC2%sRP@E6nt_FxjPn8v{!l;6BFn9nQoHBI0iak7y}H(GGG`3OkK zgE`LTILz;Ceuw#k%^xr)*qng*lg*znC)u2Yxx~y3#K!;swU$$L$1LuKSrO*vO`VD7 zzOYm4vs&0GZ;r|-S9r1}srZ}6{ zJ??afLqWCN)E|>n1|*=M)h;^iI#Ib;Y5=|RK6VbXT0?i!@RCvIvSd`s>6VN#XZ+$w z#1(#Y_4!^l3Y$31s!;>Z^RiLq!Nl04Mt@&0DsQ4oc;%@7iIt=JV;3xhm7{j?dQJEP z5q}iIoOTJRylF2NbS)`s2`OtaDSmPnel4jH*s5Ag3WnE`S}Rjv3VBf}bNbIQiLFk* zo|HWYri+^AGEfzRRAJA78LaMI#dBbM=Dxk&jOwqt)I^xqP=-!~c^&uPfc`!a=F-rK zFmD1`3$24{VCG0BR1;c{`x~H*&?cAp(3j4W*8G^L*la2S6@{W>&H0C%S5}w`{yyk_ z=mDq%9^*MPB~kjIbSNX%Jh;!hxAXg`?~41~Af6}F9c2%wC)5k-4e9e_`k<~a)DP+p z4S;x_%s`Zb%=qImCCU$my$Tuv4TXk5!}&fYevCjl5>oSI(n9CST#f2$pi$7ZvF3)8 zj{9WJ%uioCyO)W_+>u3iY%#P1S_&F8}AirGI{^i*`>jtOl z`0#nz+n#^m0Q36c*1~P!sx2_P+3bed&xY5tJH+M?%nxjSfH}tI7|bPcFqhy+b+B>3 z#IcEkNnwLOtf?%UvM|-yRD-F*rVdQwxb_HLX$;qbt6IRcW77_%E1Rw`{n_+~8OCN9 z%(ZN;g}I*1^)M6JOoW-lW)e(?iZC52=FhbskkWCg$ zFE+hkMzR?Ra|4?jVD4gb7tBL!9)byQ%K^0fE1O?oR`Elt;_?2c6^BbJjybbjwH0*v zWM0kZfyx~ME;1{^1j^zEy`N0eD$|F_^k8LrsB$h>eVk06B-5wK^jR`p8_kOjnHAgd zAL!F7Tg42k2&lT5s&1C5YmRLMTKHQ9S_WEU(S)NBfy=W4IoW|W*@3p%fp*z}_Su0B z*_4}{9q5!zf1>D|9k?<(&;_&SQgE=RWCyxu2YO@&dS+7^?)1(M^vMqN%?|X-4)o8a zPby{y24)8aVWMG0OfrPNgi7N#%Ru#^22evkeq=$7p{7tXs5#UEY6V>mwSn3}?V*m) z6;NlW3)B_r4)uU~LH(hD&=6=SGy=K?8V!ws#zEIZH$XQ+{s-`5HZ%vC2hE2TLeD`j zLaU*dp;w{Tp|#KkXgjnM`Ud(A`X2fb3P1$qLcc)2LBB&Mp-WP;DGDl*njKhknp;V|Oln!M;WuWp+MJs0r>!tMpq*ByIsknReF=RHeFyyr z{R9#83ltfFNvJ4)gNnkRM0rUXIva98F;Fbz#$z7H3mLedl;+1$VlX8jAM_Nus1(X_ zP%@wtC>2VBNje~B4Zh~%w zCPKWeyP!$X6zBoSKOH}2L61O>Li3>c(9_V(c&4{Oi{O_+E1+kgRnTf^4fGoHCbS;f z2yKS8LOY<{&>mDx?;-N$+87cw!pi)p7s612&ssh!3YC^T4x==%?5tI$JD1rBXNF=%s%0WeYs3UX* z)D`Lh^?~|9gP|eNFz9M%3^We90lF2s1G*c!7n%x9haQGzLvx_Vp{Jmw&p>D9frPx8b+aqP#%MRhyH>hOJWa)Vj(Y-2&F@1ph{3Rs1{TQ zst;vBO`zsbYslXQKRQBJKwY5jP%o%2^gT8>0OcU)Drg8a3>pEAgsy?Eg|5fx^CW02 z{4|u~QO-j7Fl0h=peHJ0zk;5EUji+ImKVYMe;45AaAyG?oD9DiemnFov>SQ|bu*zy zphuy(&^+ijJoX2461oIus*zAM6bluD5}!9(_&CqSoWavKV0cbij6M7gj zp*ep1moXp{(?j82RQl$aUu2t`IV5BLJ<6dOri+r~%I`{lXT zg+)l|6WgXo(igTZ7a6EDGvcv8y&!At+x6BPR3#gMLJ~wK`ix=_<((==s zAVpQkrW48dZmAG*hGd|!I4a}}DbUM0LBiQle?BJ)49yM<%MJ|3CltU;s4kS{$B$-E z4%8m%0`-ChLc^d@(0J%3Xp(_F3z`Z&06hpzhh{=1G#8o&&4-?Xo`x1dOQGe^3g|g# z74#Cc2J*j#A8$hIppDQLXdCnnv=iC`y$8JyeF%L7eFA*}9fA%+N1*SZAE5yBGxQ5| z3_1>-fKEaY_=7GALUsn94Dq_3)*pks+9$8{$t!&F%AO^mbf_Fu0jdmDfoedRP;ICl zR3B;zHG^6}IZ!94GunSEJFq!B@OE}!3px{ZW1;Jzo1t4FKXgw5K8&WqOoL`Xk3dgA zPeDte<grFTj3R9*yW{H#Ja~3Dts*fc*~o5h5rT`UN@${RW+Y zPC}O?;T1zsP*KPM`JMO?3wfY8C;>`@ibEMtS*Scz8LA3ZhiXB!p}J5*s1eiz%7&Uj zEudCVC#W;j73u-?g8D-Jph3{!B)tDaVfajD6v{EsIOs;`Cg>LE4(KlE9%wSOAFud+ zln+7=Lnbr_nhQM+&4-?Zo`Rl+7DLOR70^oPdFVyxHE3-T-v13So1nL$?a;f>PG~pu z9`ph9ALtY4OXzFp2=pB!Co;M4N1@-LKcJIPL~(R6VG5DK<6{d>xd| zXdK(P05F5@NN!{Q2fk)BzAG<{R`>X#z#YkX9@kPp&kVF^n;U3Blah1kp5%bvMZ=@p z=HdrUwrX&h3Dj(S@mg0C8mQ|C4OLMt(yGi-_Zq3f4}Ln`iJyOti=ao6k<^%uEl-Pv z&!tDylVQ)#M-?#h6o-o;PekKR5QJw?6);am+YK&?h7WS^%&7uqxp1qZ;e#AJbE<$@ zE!?Zo@YudQ!_^8@1;DieZj6Qxa`4=sDqyw=w<8)p$iXwG3YZUs+aC>Yb3CdNcNkO! z%n<>9h=va~2+y1o+6-zy}+IXHFF`Yh_;;;eZcv@XT>xjq0TJ0*-aS2SIoSRROb6xJ}9MxB_TD zBa1?Xb)(Hfy`2oNQK(SV7K`H7zcrb*=ol&#woMw_o=n?x3KfcaN2ndi^o~xULQ(Gu zwKJLC1%*9Ny?)%mjq4P+OTgX9v`cRe6^hy;)ZS#;qf@9*)O$khOQ!d9>OH?;`vp6Y zO#5{V6{@j=LLEw`gF1x@MSUd{CDT_rg$hOe!jzvsDvl=8FFJ+_g&mW|eodxhI)w^F z9T)1iWIC=>s8H1JLj93Uzgv{m|9Owv=A>YeDRfeA3>B)es1*C~E0RJ{_-iKL&WH*{ z6%{Hvg^KD_(G+|8J%yzJ%yzRbHqHDO6skP@%R@6$Pu50ai>bw%O( zr$!1@*D+KmEK?e*nL?R5g$hO066(?vs-;t?P*iQ9E=!@>HkH@^T%)i$g4Io-I(lQM zP*gpk8l_M@okE48nh2GhLQQlE753*}OTk*FP)i*{g=#EEsJ1DTqf@9*R0p9trBDZ* zLWQEPv?)JzOQ9=)$yoqAZd|3np3+?J6zZurhYCgY5vpGb_0cI*C~A;U!&7LGqVoD5 zt6d2;O0a8FXq4Ua3Yp@(z~6$*P;8hbp29@Z&TDC$X}-b$e-bqW=V zdRwS%DfBide#`mw^POOU`+EfZFa=)wG(d%QqXR;Ho&v8?s8G}wLVcY=U+B~qd7uAB z1p79Hj_4RFRAWB~^-~J{pi`(&)Xzd4O`)H43KfbvW>I+kbUcNQ=@=>$b~U1Xt&_}A zPP!TizjBKG~%)=(O2oJtLK3KfcKE>x>jYOYhLP*gjiI;2uNiwb`JU<`s_R|?iG zm9EqqLxpOrr%=69si#h%LQ(yN8jwo;b*g`=y?q)a*pO6s?HxyjYHWm1qf%*vPN70k zV}%-@N@H~j6^gpiqImzGkV-e|7%CKYn>6N6rQ3806^fc9)V--RNvBYusHsBTpGs2| z73_bmQP_im%}AvO^~O-4sEWvLwhqjyE~aAs{?%T&1|i!ezUtaR>*`oGM@z$;()pN-Ol2vB-WIetK1~*HhtxuLGW&Qw7Wh z;oeGx4|4F#sRCw;a5uT&gB(0_s(^XN;`sf)$AvpV5S~F*z`Q37KH!26a`4Ql0_IcU zX1U;l96WQXfcZ+eBdPQiK7aCmx_xEQz`hp@ix+$!(i}WDrwW*#h5I!XUTX~%){XuU zYNZQ4_~iV!!_BDzCNj<5t%|0>Yt5lTHRl#;y^GwSWaoqD)>HvgT)5OUc&#;5*yn%g zf|W_5bR9#5+Gu&9Dy30*okE48stfg*i>ik_HF(^(N^$ipj^Fd4iyS(B+X@~ zQKOLN;Bn(B#kCf$Z5p-KTSJASItX<|8g*bQ-}fJC6xL0!UTM@#ZwwWRa>!S6nOJg! zd^N-4##M?NCaqnQM#Hq${9L23(SnUnqtP116^fc5)Mc?W0hGM+@VIf6;_ei#Q7qjV z!of4A3jX|=Ea3fV@Y*hd3f0_0LOq;D59t&t6g69@xoI?8r%<7&Cxm(`jr>pO7%CLD zM6hLPv_z*+p{SKYy^uyLbqW=VdR3@(Y4mC+#h?FNqp-IGdn1!8e?L9}?_H8obsRDy$p*AQYv+YZNLJbyTS1X>?SlP@$+l zg^DQQr$2QJ6$&d_!u}|7m7t;}v`wNyQN@HxC_%+^3Kfb<6{?7vQb9@2`f&$0u2W!H z0V|fEvU+oCqg~yrcXf0UJTDKKou~L%PU>rh7WS^%&7uqv0L8%6>i)Kg76Hg z0_J&X@I^O#kb`GV6)>*|_nI3%$iXwG3Yh4U_FLiKr z<{?iAo_|dhFl~kF;DHZr2c9`qz;qU_s|ViN&h6j2iW@zozL$r3sQRW0J;nXEOZ}Z5 zx;>;_cy3n}Fq4J5&x-NPJJ1m6$($-+9ujV*6~CFsA&QeZRlq!{_5gg_E-gvV=sU`j z^8T-s9p(9w^rB9!6zXN6R(R;;klhKMH>wJlSA~16B)x96W`EmQ*sIdq8-l%AlGf@Q zeM6{qLT&QUx{!^+^F~zxvtGCjC26DHnt#1Cw@I+KO44Q>+a%Q6LTxEYTXpJfp|%V4 zt%r8#)OMkEf%01i&F+%4N5^&vwpSW^uO#i$sl7tIFVqJm=|i1*U#R~G^-)RM&s4s% z{r?E|v0x>=^f55`NP_3CRRzo^!j<;I2RV4=Q~~p;a8dl9sRHI3;hK5jgYCgH_l?><+)o0w@zT!#^L@DfBv0=bp?)n% zzv;(;z6&4!5ojJ1fB8VT3x37%hF9lwBC z0ygqdW4*a7p_&NQ*iB7BnuF)&Q~}dexNILa(_3pQtu^=MAe@x{-`m1REp@E9V6CLF z);_vir&BUBq7wbiK{q1p-6!ABiI`Sa~)?F8#2*cCqNtT)z4sBS_f#Zh;i>LyeV zq0-~12Pk<9;H|&5tde`Lr-0?+sF&VcPid~VPIRt?}_cMw%NZ*mxgZpAQ2yPN*A%x-X7y)TtYU zx=E;;eKbL*ZW8JizhD!6beoRdBG~Oh`F(VUPTellokHE^qq}wLPN60Vb&rqk_2K*@ z-y1MVu*rf=@zGShvB^T+C)E8udO)Y{6Y8Bf`y6p+9KC~yfpP@E^XDJeSvQ&{%{}O& zhxF#ANpsVMn&G3FIyGIWSwejiN3%f5M&Wszs^F^~4-5E+k7n!5JuJ$G+)Oa7i@uGPx|O7omwE&(?Tuu(ITCCTByZBE%DLP5X$=g zp~ZqN6D+G3EdwT<2G5NOpEMX=Wed&5U>>eTB(trcpWkJjtd zTA?-y^_Gt|2Pv!nF^o;Hw*}kcqpd-V`xXC{7HXSN+kNzoPHhuvhfweOXs1r?P!#t6 zU4rfQ(HOCLr)2Y2ey)V=UKKf9n-WTdWLVbk&f4`3XN3f3t`@~0|>eR(n<4MAalHKznjKG#F*{feOnBZiQ~}dkxSV+SAP3K!Dqw!Lx9X={ zAN`_l_Gj7bF?n*wee}Cd9TVygq5kyINuBybsK11|B%LDD?e876|Kkb$C0LPk`;|tg zQ;cBzHKHPETrLS+fnB%QK#DodyqLbXn( z9GjB<$0@jA?F8$PPM!3|+6mQJs4nT$U8gz=)l;b6>C{K3dV*5NUthucrBi<$>nn{7 z5NcpLU8Pe4gc>T;uyh)sQ$vLsX;Xf>CY`R;v5|s}md372r?EOUTBvbCjZdc=bZVSX zHw!f`fhGzi{ZBUw<`?YFbebfXwbNsd<-s9*qkDy#l1>lk)V)GY7wX}3GIeS?Q@nk8 zOt8n(X@QPCCXFo;YH2zx*QrH9JuB3zbb3*zo)zj9q5Q9>(^?&SMX-&6ZBD1HI<--# z9YXC&r}uPfhfp61wLhIc&70`|~q0gD%O?PVZ4+-KdC7 z`KfFoMeA4*!JN`qYzBFB$|+Pap^OYl(y3xXB@30BK_!IptLKwT$%6R=Tb)Q5f(hjl zsE9}zfRpO)LlZ|lR;B->Mo%k0Hv<~PS2oOI`)8Iv!$`Q8T7bL%@%5bP)}#jVx3wb z)Ka0YNuuRU<-7j7RIq0SdoF`k>5V-r)C)o_C`PMw>II=*5$et)dPApPK_9AjX`Nsj zGH8>ItrKdqP}7rWi%xA8YMW4tlIR_s+9uQvrmWG9&nD5kI<`Zw-O||J40=zeb_?~s zP_HM^$2#@CP@f8QAcGEClwZAk{z;z-_N8E7Wzb>0u`h)>BGh*o^u10U5sHM$&7fmC zMH%+?={Ldt$e=%U>^EsFkYsFI70X*cI*CwO}@3=)}~?B9`v_G(8-| z_nVp5-;c}Fnf|CJTQ^?F+`wp$fm|OmYJMx6^>=q&;IzJnh4c2F5Kn-G!ijf_g){5k z6i%I6A)Ff5pdN7U+tI?wZO02IuMHN?PFv`{m}|x~GNZqoU-rD4oIv&`;T*9)3ul2X z7Ebh9DxAypvT(ZAE5hkmuL);dy&;@b^^S1b)Ns858GpVkVeH?7;l=r5-*ed{J? zDQyr=MEYJh)o7QNz}ZA~L>*91I3=jQaMn*l;l!RMq6yetI6J4ga01RA!Z|kk2xrl> z1^oX zPJLh@{6@D}>0W0~U@?1rVYzxEVMTg#VbOUj(TZwks>ad&Z0aJc4nIg71P&FJcpoXO z;vOI<%ccq&PpmwazNN4hSa7>kSWx?huwwQ-VM%QC ziK4`n@>O72>l$I*>UYA@)LN~8rKb&r)ukOBb&ZmL^UURv-RKSYUXEu!L~7 zuu5>Qun_PM!dkx<1*Lmb>iPO(z23WSvLx?gVbR@6VO`xf!qT~o!s56(djad;8VgI@ z_7qmJwG~#W6$uN`ejuzg>m#fr`_Q{eWf)aozW!Ja_O+WV_xes)&sEC@*n+KHg#}sH z`ukQ~-6SlkIIHH!w*B^_Fe(xr$ zh@KWtgSxGOWk9wH>^)}XVXDu;p`K;aEFH-Oq2N@;-gH2?N`te2@*0H}VUvISW2 za@l?Z!{z(2VkUfeJM!LH-!i!~uz;nv4Xsc)Qdp95oUrC(kg%v^h_H%eim+_t8bJ{V z1s;GZ4+=a0bsS-?pj3l03}AW29|YAF;n~(c{?DR6y2&bv{}vQQgck&L4`Gp@v>_}J zR4;^A1oa8wbwLS2SSF}42!9vU5l|xltR47=pb~&Ve&Fc;a^dLy$E|(*9l!tFO%Bkn z5{$QpwSpn_uu(8-9_sE5>e9W}NHhX1L<`VbFn%4{35KXcSJ4&p6g|OVf`McPiNWFE zMp1Kt z=pCl#7uX{lHBMMq*7FX$_zBM{IVNM9e|{D{6jK%ZWiF6g$S z!w%3f7w#AIy@f{v-D}}#K?hoRUeHGtUJ`VJ(Z>bo=%O17(3cfH+sD@*`m4ffH_;_U zZxgT=YJ;FxiB2S7Pf~4B8`Kx{{)EPY4jy`M09`m?Z$U3j*k8~Q6FLa`TIgi~^rnO# z2s%vY4Dt1cE)jY=*kmtAe?hMXJr;m&3wkU79TQ==pzndM20-@$Jqv&igfK?XM-cu~ z&f)tAbO}uuO2a$*CmZd@_6_IAshg1ZRaIhyeaaoWZ$WX)tW9{n*6$S!o<> zeYbed^-)XDrao>tqsH{hF8gPi>o)Era@}S(&dGIK+|gXOB^~2jw@qT*YBV8ytp$g*tVQVHxu2Wu=66_OmrjGX?r8x47RP3Shr?e zQCZP$xxu!7Ab0c`7USNYWxbH)1s0><{=~Yh=(o*-ZOe*+i?$~Vt_q{zqAjxEGQqZ$ z$b_qcNH`w<+)OybZMQ8KZUSRB$7RO<#oOZ>m`(rtAajKu)eRqHuaGzL z$@L{Ges8NOf$TpU6SyXGh2PZ;YjUm-dt{OosF_Li+qE9f+!MFQ?UEJkDib^CKv%dV zGg+*8JzRQ)IJwvr?IvZ~9Z(OKw!_KAu4s2@rrimp4YrXUjI9k9e9`=i+txDW{>OTf^bcYu+K}pXCG|x_?H-(;Ie7p7IVe$KM3R_=^Ge zbeGkVcbGo^%LqJ7ZjJ|masK3{MoJc7O(I|J!Y|tW_oyjp6v0Io;0Y;_+1ADZR706Rw zBL6Wf6`05^$V*-#`_J6ttp+A;eq1RgOOERf<|U@j*a`y^^OcvF?!Uso#Q4dOhrC3N zf29HwdHnN|m$>QF1j_c3M|F$9#N7X%)bu5-svs|s`(LTR#C+u?MwJXq%vWAwRLQ`^ zeB~v^&wmRilSj1Nz(g+2OI{-Try?``ceRzkM2eO&t*SIHF{)%>V!rYc)7PI00~7O= zmzeIq!obAz`BCM0iD{22*~)S22D3t1MVCy$hAjRg9`QSaDl( z6{C1GC@#MCq1)kL#mt*IO1HhfWChC0RZL$0sqc=z!l#+%@#hV3>GK$Sb;%0sZ~&v% zX8vNb|LPB5Ozv*$f+&5$>{Ae0Q%{~beAru94@k*rBvKxFW@h_Y z1>ww`1BJa`$qJm4X*Z?-d;d#5sJ&Z@XhLTDMFn9(&hKM?KUsl1B~S9UwQ|vuc}kv4 z|7}+sJ?YU%zMKmYe=!vzeNJtE@+9}aa?z7{N}kO8*;W`mX#hZ|`sB&Y64lC&p3FUO zs>0;SL{DbgRdMoUHc_vl=*h3+Kfo$ap5*mslWsmH zF(t=i^XSPYDbE5aK?UEH3oO!Ue zKgu$mi+9^?%=@E%`R+MG>uxDO>m{^uP1l1K~$)m`Owe)T4PKdHhpFvUBNl}*R z-(7nA*%<=bdFi$ag2%0rc|2kVX z4$T^uzFuM5B`Z(`k(W`0nV0b{nI{>4F;6nRX;lJ!j4I5$%x~nS|9_mLo!rZ^GB1;hXqA`9%c#Q4OZU&j@bo39 zsv|G?|G()82ouiZFD9I)yUc6krO*GZXI>^ZC!XY<+_3CZwkjeovsYGb<|RALW8~%L z=YLyfUgkIQlKoeZd6^vl{6t z4`ve;t1m+{b0?DsP40iFf(*@DGEtAeZXRxFUi$Ka`EpZoWVguL+@$|^)38kk9P*yE znSK6m8Mc|+WWVPzYcqcSmmRj5?7xb$HrHn!sKzbAdLF3k=LhnG_cU37%7=2se^A?- z$r)8LlyiC#!g;e(dC8dB{tV7njox&kYZAs;viQ)#hEX<;bB&ie$+V{Fo6aK5CUjn6 zAL5?>@XqqHJ9+%KDZKMUV-T%9pKaQo#pc@==b1_KjCN9- zXDe>KX`azeit}XmahhiwE4mZnJQ?<`AAg85H>83%&!J`=S`e6zTu+{VRgmlXsW;JD zuWbtWY)t}Z6qii3HH*`ls3Kv}(;JScNg2DV5@C4G&%00ayc-2@j1bl^#0Wn`PDkMvU%^gi-(h9!~P35u@9lF#3HXe#>F?T@CAW*nC?v zM|u8lC3KXb;XG%KMq3RXW%t{cIohl-$HVcvio!>uhuBBO>7#iIA2n9B66vFP3m@h2 zuT1)A-oi(t%B7DQ@tK$K(Wr9iqwL=B(WM=MorT+!LfWYrzh%!`8F8eM*_zvvM_NU3 zq`v-aS03rM$C2LBoPF6tkef@&^KS=(NjJ$QUGF|TxvgwKY1#=Cb}35FxtkRABTKg? zr@_sO!X8CmhkkJ{Y4*|-duN+~Z zo3}eWb9Do=%}y)|gEwzBFw<;kw%PEaaQf!WhGv?LqFLYMzMfMQ&fC1*s7$+yvsX8{ zC|tIAvx|#L`n^@yqs@)kR?~{YjkJ2OX?(0SU#v=g^HyPp-7l&cZf(k=bZb+p3&f*M zOYZ30czD#&Ka-C9nH(Yx0Y``U+}=RVM%^FXf?>p;yGpk|A&LxCs&Ek#Sv zOY{Qc#5gcTOaarxG;n*QZb!4lZ19+P3@i`}z+$l&EECJXC*l*($i9h2oMpEZEkS$H z9`qDF!4cvJ@MG~~FkB1=XT=}zaTc2Brimc#8i>I4Zn+-J5Hr9%;vVp*coaM7FeOINlSrb5lF;L-9kdR9$d)>u=+)swuaRg3T8UO*j+g`Hi}}SU`*{nmxak$P z{6qW$d@4Q#tHdg>UaSYT{J?@*dzIYqZefS0*dL1d^nx?Q8Q?;3A($j4fh)z8V49c) zvY(4E$1QW%@}zhYyeeJ=?}&H67vc-BUaSWVd>7q-lkryZ`{`Dwi<`QDUZNN1EBb<; zil2fr#hGB77zd_^Dd1*tGq_9K1s)a;gU7|=Ap21SOWm@REpNmhQ}70Q-%am>PsOKT zjaUP+pA*o~_uLJ61J+Ws1Z_kcaDX@f6pLbzP4z#`EvK>NT)`)UmuBY^i_c$?x%l^a z*?r(K@fdhcJO}88$8PvL#@dSOz{3eoWvu!q51t<2#Q!`|>tfGz0BKyM0T}?cTUUG|C@Fv2~mn z2PTWj;5u;~$R?Hlms|Y&uLWWO7-SsyAmYG>iD6)r7zIM_fnjZLR-t>-u$~__^kx-$ zHw`mvGJ_`b_N#;D?N{>E`-R<0TJ~tXS9J0IY`J)UUR=c0;5Km^xLe!}9u<#*1!4hs zL%ac2ij`oa*a!;RfPyx>M2q&Im*@rhioRg57z{>4Y6Kc9#)2tg3b;;O2WE*`phsKK zqb;vQqBl5790g7gCxBDMsbH)a3oaFxf``S!V7{0S{?ax=e?fn9)8D{*;yv)C_!6uY zYeDUHpmsZE!in8M8_@=I6Wu_uCDR@h~1(u8DV3k+}YP1J6+VhGi8i75rS>S$gKbRxtMCft# zI9Mnaf<aW9xF=7RZRK6qX{4;G8X;2rS}_)vTZJ`taQe~EvAZ^gHub|+A~6R(D% z8Q4ec1EPb~!RSbFBp4(Hfe~T^7%#?y8^jIZHgOxcN8AG*6OVxx#0%hk@jh59)`EYF ze}m=@Gc{+JX@9x^`Hs4ZuArCb1&$U+gP(|>fK$XN;B;|17%fJFiDDw4v(RrGQZWt8 z6f?o^#P7gU;wiAGv#&pk(7SGW7pxR3!3MDb6m$UvU3hAU*5D!W5STCKgC$}KcvHLy zR*6+$mmTN;18US5RHsIb^?o+RpgLEq-eq;2)%8Nj00N7DJ%G=pXzr&( zbe&Q2&eh%fmNfdb@QS0ShYmGo)VwVm+2Dv!RFhMuaBPEceD;SE8iXd@y=3)qVPb>u zn*pgOHwd?9d}V`@Mk@+`R&!>_=oN+g*8E$^bt?+n)cUSL$s;QYyL6aG@cEN0^H~(f2c?l{{G%xTxB zd(QP8pKW)t?S}p+r{VFr4Nu87yr&Hf?`xC2l5k2+yONhy6&}#5N%sL<9PS}<&+y4)8-JdG} diff --git a/SafeCampus.API/.vs/SafeCampus/v17/.futdcache.v2 b/SafeCampus.API/.vs/SafeCampus/v17/.futdcache.v2 index e3889827cd6b3db863cc6644d91e09384f096801..810f2177c28af9315eab6bbee43a432a19110dbc 100644 GIT binary patch delta 1092 zcmZvb%WD%+6vhe0%R~k(i78rIQSc41P+BrH117Yz8j2kw=&puh5tZtQe?Z#=1fS?! zC|Vzljg@MY7E{nw7FlRPl);TbBF;t%O0yFbq*>J*mw5D)YXD zQj{IrKUFLjc+;U#ZmSV)^r-Aw@h%>jTF$#QQdu7NM|dr!vi>|Z*vS!Ua11{`->tCU zIyH&PmfN>NaxtEwdcEJ$Cxa~;mZSE7-PZA}s?5gji7_VmzVhJx=51dV3RUIu z^6tel{0{LQ(JpQe#!xD}y52dLnZDll3T{@$%FrxV#Qiuz5R0_gC8>y~6IZyyLfq(A z+4#>rpbXj3bPyZR_hu+7`C57wFL2g_wVFJusZC(aBMH^RlupdKn$X2_O``4F>opNa zfh7@=U?WcV6o_v8VSbMJo>Uc=s<@4CgnhsFA8dRyd=}6Nh(~K=5Fr4C$F>Xr)5iOT zDeBO}j1(2wV4?;zE-hG#ce`euzC>Dc-lwUZ=DB_CgkWWgZtWyN!9iCKE9_(QBkVC! z(;^e zs%(9`?zwQKddW7OxBzBC24V(`?le@^shth}*&8S={rWJLg;Tb8sX((%(8@T5+Awn~ zo`!KVZWNV^^||YECvY-UJTR$^ONvISCW~Cwt@wf-o6Lu>~?pLH2h#+x~A) lJBa>Q*%sNKOiz*FrsiJR&;#WCMFb$&4CL01tD$(z{sNmi?!o{7 delta 1092 zcmZvbUr1A77{*(T<53Q}Tq{wF0-?Xdg2F=^c@A51lW@mHiqK+=)Cy(;2jOK&l+Z=( zqaX-eH%%zmZj10P=qgrpG1e}I1VKXJMMV(O_q^XZ?wfRV#`pet-sktetCn2VlB>Kr zq$~`~o~ss_Cz@du&Cjfmrg-nq;3=yYoT!ypWQN<%egrgS-#sd*j80QQ!*a8^v#L`6 zGL0gU+570BS5C$&x;N|d!6)4hKJ9u_?wJXHF4oo5OMjTg&{-px_6^rB51$%X_@nXA z`1Z(muMEwk~pM|$zV`*3m@6#@pCR5@O0#NL@C!}|rhH6zqLXP@TFcD+c=h2jK5TrX z0x@^9-6ST%5w_illQFxal~{E^2nXmy7W#4>J0%N(FbPSv1u}9$@_*Of{a>DL5c-Yh gNm-vnuae;M*iV_61IYP{2tfQYz-80 zL8Hc~MAjIiXpFH&EKy?xW9$VLd*T0^y*t2yn!LX6`~SYr(;riJc6Q1$&-2W)v%34W zb@M#aLxN8enaoZmlRYgdDS;zHP_`AY0bGD1i1-1x0sl0(_uqlsMG4WlS-jmGY z;;l59GbeXBeVqJ-Bwb(qXl^v;snXx&#&b{2^uzh_HWr*rHcG(7_*no?GA2|>JB8fr z#+Hbf46H|ZEATTg8{w8fHt+;_65%QVM}VL(f8_ZRXn}BBfaPh9@O=1d0aie5gwFzv z;NJ;6g5MABZ$K}ZOpx`1r?!5P+%D}QlClu$3*3i41TJe36%Y!j0e4^x&;-x`e*j+q zF~At0FRt@|+Zw0@e|@++;C==dwJWIuSB0uyg4+$SLfSUqh)kw$sBlmKNmmW=yc_;DbN|z}FawGNeJ$1mQ+NAkf&D))Q_p z@E#CijB5(F8K40|SzN}1SVb>`r%GBscw&M6Kpcxi=>y>o0tN#^jB)XBhXM&eqA_k5 z++-ld7*2&d92fzNG{%jFI|djFj5EfuCt$y>Y_hGxxYYq40|zkPwLoY1rvXoZtH1_e z9Pkj>0!#w-0UeOHHShp_CEU7j*8^I>377(`0$L!=2ktLGDEwW3z3?~1{bh`RO+X+C zs0#n*aC-n>0~df;;4*Lz=mNMSPkrDz{O^H!h;Y{e7l9yPIN%KY2)F{9fj@x-z)!fY zF0cgtUx80?e`(hK3^yL&kQfdm0*et&2J(Qzz(Bagm0Kobt4q;dLs{!`#>w!CfC&E|Y zI>2RfwldsgU<6@996kAd!mDJ8j^-LqGW(tty z%1Fz3V#9NYctDQ1mFXI4qO|!fxrhqH^38dX>i%l9Rhy@=28`e`v6Z79uHiAe=cwm{usEY z;abD}32t?QSv?(|0e}l4XTkjem;--4+%|9{0Y_jZ!Z(3iz+)g6FhjgAz*|{iO_(5%?U4GiLCBI|%p?*o{0%#`y2y?+1Tp zW4IyQPmTVLa62J=oH6_eeq!_+s!&og5#d%qhB2P|i0Gddc;2iaZ+k>de+NUnmiaMU8Sn`Z4{S$p z3S3qP)>G^^(-`h*bmt+DA*C#jDeQ(ki-BgqLSz0Axgr181gxJa<4I#83unXsO}X$& zqyL7)nY*P0BfPU*I=jYHIfXIaxm@};s9+w#DRBE6E4v5bUyOOG7~|Ng{2~0!0Xt(H zE4wZ7HA9%C<7Y1Y-G@l9`gZ9g!Say;5SWDSw8L=@frAqiPLMfl$}#5Js0 z0M=3e>JUepmQKI_uZOr^w;KID^LmIZti)CbEWlSFVaa&tGolg2Ccw z8Zbf(*qUIXAMNhN2g#a9nKVvvGizjUGG($DfJ|&j!jG2dNnL%vMov;$RguM}G}}kW z#snTyHsWh6FF=umq`Uf29UJ6$u6k@k-S?83hWW6UOrQ0or{2Aqp+F9Wm7oY|Gz(v0 zczO~2!#O^5shnpy%;Ze)H>74E)st1-hk9P*zS1{$_M^oYF()Ka@z7KX)n4Kv_1igL zp%N}|Avq7X3g+4K2q(1<^>iau4OMX??di`c1al2OGe&m)Dl4NFnND@yY&zvXu1ei4 zd1L)8`Sv_nN@(OT;?4+$!bvHUb)^pwFJD%6c_m(&*%t0dW!wa7qKrX;H%*TataC!H zUsUF}52-0FJ9_O$nAWY4i7~O#qgs3iddF59{PcbeoO7J+UsPo7C7$}Fc20WMUyP|% zmbT1RJg7UNqxTXY5>VRl0@ClBiWGJrkIa~-bZ~HY%RR|%8JH;Yvp_*qU4?qNgpdCi0xJ$FVbXD=oI; zu>#!9BAl+=vsGh+0|T@<9?g*)$^4@^3LLmfLSSpP9qjPxvu zi>Ts5{U~>DWGS6T!V1KyP1CikYngmyReI?yWXd;QYUo;xQ-H-?#4?5eKfPRWj;Lga*OGkUDyoM(JVbP?!~e@L;+Ewc%iCE{K~aVM?h z8%4=y#5tmTHD1Uf3zsq*Dzoq8{?w-V18#iTX_@QI-Jhq%ZQHeA-i0LxJ*)rpSNF-c zx9P3NI#iAsnv|O2(=D!_&j$(Gjxx{iWAxBtoDs)?j4jA^PXCq)@}6zP&W2 zI22ua^(4vlBp&AI1k+dwun52qVNxxAhGAytLe|I)k;Hi9(xkxB5m+7lV`u6ki}#UH zD4(&hlo4eJzZ?5_CWcJ_IYzRrcrH5#tNBRINxiy#SM>)^_pM0yvO|9Ot?Hc*Y`$6K zO*5`#u^R|$3ZCu*~!DF2q}d8pQ(;HjCUz?dt;d@PpYE+fo1EaMz) zNIIADKjsfXu$WW<#lq9~2`9{ob{E~#xsxQj1(8$#eZo{4#Vf1ncbo{IkyrR?mHcEM zKq2dop7WPYq@ll7*z?}6?)lbW^W$VO7&5W4K{6k)M)YOm^lsyWZQQ(Z$Yo)%SC zhSQ|_N)I}+D``_R!Vx+VJP4@)y@y5FVjcsTC{CthwM@&LL)@3ScP3`ky&WeJcf}WY z>MS~{9oJsoqO^I65j3n9?YZgMeTez2OmLHP$YOb1S)Mthvz!Tx#uojOL~{Mh2!q8z zkaH%Y;YSO*38A892sx(|-Di`|gapx1Uyv~tOiG(9Wsz2jI&@96U@Hb`$xcE}vKcjr zs(%!E>NWQRsBIVSdhST#ZmxF^beA*nN4l|I8z@y(Q5%Hly8c09Z@oujiR%^WA;t}K zq=uJ1yK!|DVT|=a({*XHF-*M>V!y7yIzR_}3>-kb7U&HBG~fwv71#ib10DiffJp#T zigiL>wwV15rC8c?S}{Y1O+aD)8KoHH)w-zh65Q}t;8TD}O+UkZ+e)#&P-Z@B9bh#4 z1wi{W1Zn{h2y6sirW9lRZ5+~E;Z_6Qrc$i(QWRVh7>1IYpar4-W-v@l0`$_swhsWxzwGOoR7=B4+ zNA99`OONG)$lfujgExA{cB?hzpj~vY$kx@ShJG1!D);2(_s_9{8SlYzCJ&KT}o+*ogR5M<>63TEcEr$n9A8X3g zsFa@X$F)A-lQt4CsvcyX8Dpgz8e5_+z2iaJ@x;H3JWy>NGQH+t(7iYawT2ZiN*0D? zc`(LbfBa354Wyw5h=V%%&z8;mc^vJ9v`8?g1ujZ+nl+QNuQ@nu$IQC%;}?G+pS8X6 zgPTA6X}2%csl%wj=N_Ky?e+L3E&PT!(B+*~PPQkGIURZWS%)ivLNn@gK>x>&^BF@y zZ{Fiw$Ql~jm>Wm4Msd;fbQhJIgQ-EDsTw^nR9QvcpjF`ni_I~cI@xAKjI-Xp_wt7N z3sftk&Yha{tC#)k3BT!mdsL&62Z19_{sEEBELOuix8zzgfHAvMZ~0r6K6ASnw-RvJSEcYO|FO&0dWmx3`)#W6w;I zH*=}iI^w18zIVGN3$-?;>OJ?(rkirWu@~*L*1NR~tNc8}w01n|qUxV^+wz0y{jvr} z7M7^nPpSNi_4UtZ%q;j~nAsu*Ea_C@fV)Cd?aWpTUn@r_Hxe#)kZtY7#>BOPj z_*nxyM2}p;q*Vt31x+#-9i5&Yma3kQ>g_{AFEuF1F>zK~+ zC%Cr}$95H1vsJ;a5QWd|`8Fs1DM8-c1U~;$SW_ znA|t34zgGeG%));LTJC{LPwU-&8H0rSxTv-Q8~Wm=bo-VGj9*enefJYb)qJ!z8*JMsdB9DhJ_;zYZqRWKq(1e`0%c7>dMsdAcZ#!! z#P3t>B7Dlq49l8j$=#2LSYtjEO`Hf^3gTo%gSy6SW5Jashn62(jx#dJ+ z?^Y40^(T}k(W^|VI(Q6HZeroVu zFDd&h;d1jySE3G#{$t_!gL5C-MJQs^?ma4E;&beNp`4F8Vb$BiP)~ zWS=JjT{l1oq|}cX7ZmG8e=S~I_rS8*OpVocmr@wYFTix=D zF*kPpQh#X19}dS4$ElYVU5T`Hrv)E#>fCCaJ4f9o5_fqo(@mkYCesOZor1;PH=C~~ zYVuJY*+4@z>IsI;ZN^Duxn+Hx%vOwFM8SW%tn$Mo72k!FnFJY*_LU%XFK4e&=;@t72S`JnnXn=A##i1M2hf5ddwo0<1dn+MN)U;(fYV2Rmq7XwRx zrNGw!i(dwJIq;1!EW%v{1c5%RhWj0`23QNQ{5f#H2i60*#<&e|e*iWb!f7Sf;rR*J z3~T}N0Cw>@tS;z}*Y%Glto9-l)t0gbxCTfWyYLnusri{}}KG za2z;c21$WkbP9pfz!{(bU~y;R{t28jhR?&j09*ww0hfU*0Ly#L=-x28H{mj~quX$c zfjh?ddvNaq4}ga(&H)#*0!%1Dq)MfK+PEI|JV&bO!<~Ia?KyDia=ob&Eh=Nc8Yz)j zQj>He>UN`VR{A<{UE<_vuBXk`cAFaC@$RCvwLAB$^1(1cbNG+nB-%@-yOO!o<0^40 zRSrJ55`z=Fm;H9 zc@PUX#=jtti^fnu^p^$78o~{b&1G|AR9Jf~IVs@K+DcsXU?`%xU5R~$ElX}oOJ072%9l)*^akV{g+eoh>beS+ zqRtD|#72|eb4ArRo^KYvphv>dH2BfAQ9@%e(3jgy==O%nR${9_ZUdRs6iiY8XV1~3 z7J?5=8liO5tG@}T++$Vop_Ovw`|3}B+M45iSE89OVPTn`?IqDng219XwTHd)qaAUh z`8o-ePbFV&pK@=~uFP940*;%HyI@KE)SN?5O59A;tsI-uA>u=(9=zM^pxCxe(#)yv zb+PPl=jNnCgPeQ)@XNl)73oVaZkX~5VQr;ML7$A3g;JYTVem_8!7A70)vBOpIfa9% zbD|@LJshiTpA+;#GfM9WwuyTQs@>=U@dTa&rs}U+AJ*$S$%j z+LGzPmL7ZJCT9Y+VYq7T*-||O;mM{rvDltilI#$U%iKU#$$!I?64z`Xk>qcg5iCN3 z?E$D- zDcZQ}(lB%A3VMG%49d|(cebh?s@6=Ar4cEzpnmcMyJdzTu<7k z8zk`2%efuu!r3S__jF&ORQNGp5@258JLhv$9dk@lC7J=x?|zNn)}h z^9c_-g|f|&Ks2kRNz1U2d_{l$kzhY;BOBjLS=16Rj`<%AysKgpn6FLx2hAFYp5}ZO zk#93)vG^Pm=`8vKKe}i?QXnpZyJY6dCFin+#dC`6xX*LX@@unDyB;3y( zA^fQ8Ag;bxZw)!Z_$){?@rk*|C!JXQs9Nf|{3pc=2ae*J%jPz0_-Auz!5Ku! z97of@G`Y9&P-hIBwP<~g+ejF%ZY5d`;%*Urzn*IK)`Pcq+Fbc4c-)}O6j$4GNB8BV zZVnzbp+>FgLF+$0dxMG^fAEc&LS%d@ss?{bB?w6{KONr_l6F<0rjCOEhLTO}F>;CN$we3>l z<7rYjSKp$MmtRAJ@@a`t`E*>~92zJhw+J6FI4-__>x86KE%klMd6_rzYHY}wU7FRF ztYfW8*XM$4 z8dZ!aY1=cSG)fyY+03L*&z{P0WGNf?<7j~wi4u>yL+zI9PTV=seKZ>tt+<^;KFf5m z#TwMlA0ak;CyZ2%qFLJoGf_95)A88{Inyq7Jq~rdhHO_&7gB9K<4#3!J_VRJ#qbIM`8Iyp1u4tjX9;f{`Nq z389Qv6f?EGS8+~gR+n};B>`6t&5i#wc}$b}Kkb27y}ip6MjrH0 ze(ow}v}F!!EPqr13$L2SpY7NLbJGEiwT|?P+Exn=VY~FTFvVVhq<1}}W_&n&x zrv`^?>e;dXwc{7$4t6c;tX#N!kJGl6-6lNfGIGoT*2|_gFDc0!pqkh#ZP5BQ@*=wI z$kg>MyEa`%7RRiLB(*9Xy#7Zz*WTk#w#!v|NfI_)*t{<*VmOw1gWA3|6!*`mZ}o-A z4wb{QyKVh(LB^U{mxm-47o2B{$QQI=g5X8_d?a}2Bj!1kjxdPzVdyoQ=OYAG2FD!{ z)hT8`TyxwoHH8*_rLd=(NL3xP?)#Ym1cob_BoCr_4FpfRbQ*EWY^Bmf=OT$|^$PKa zxxLy$BzJ-EISDq~nC{By5HO)l@=Q0_Z+m1I%s?k&_i-u+sXewpt06sbj$w1}4qV3D znVy(N_aka*yOq~ux^NIohAG|4QH_1N3$tr<={xaAo4DVP%sTf-H{^1an>j(A3->*^ zw0e88QBw`7kxsJ$lmorwIUgdTa!wUF;-tATnwakoDR-x0u6b>`CUPdH!s zpDfSx^(07si}`jw;ezyTkJX|&i7Oy%#Fsn5fuQCp2 zCYtCQxJ>88l&Oc|E=Sx%tR1Y`FIj=HN4TpknqOMNG|RZWMg&nDzyoqX0SJH+FauP8 z1;DCm3AYkpOEWeTJL1fgc~u=;5K|SX0kB-`r!ngJx@YEaQIfWX#nS#c*cZ<~#MxIJ zjm%?!vA{TBJdg(HU^9Kd9YyaQB)EwFb9o5kwmSt7j~y6>**zf;ea82JF3o0Reetu; z_~9gbC&=+cPjC%+g9SG+Fd1TNc0Z2G-iW*!?mWG&;gaZy4B`yaC+6V+H-z zSjB3J)wnNV1gqxSbWf7~J=Vt0BuSn2Y5^*rcN`>F!RkL$%EZ{5bRs08eW6m^s5EQA z_^|V&ke)sQMeeQ1#0ot&goIJci2`(QOS!oujp@320E`1>mOUQ>GT;*+9@viH6u9g* zrXMriZHD-+aM@DKOn1-0WxL)i4^z09er||o{$_9&0&Lg&dyJ$H;6m$>Caa0aO2$m{ z;4TBQfo}k2^vY<+N?;Xm1NatL4SWZz0oDTRfE*wfVCy2gp$K;az^q?c*z{wTu+E78 zNQ(ccq=b#lJVdZ1qCb!V|9-f?z%^a;TRFceZa?A@kgu&VjXkv^{5=t8%EQKcByb$@ zjrAD~>_~#N09CqWyohC-s`u+r)8VEurYCa&$%+>$;`%(S#`J|pVrX=KZn65dRS)|= zQjS+|M!L*a9ay7Wda)}{6J_zR7nm8^mdmG2)PT?LCm42W6 zz(kCU5~`4^KJs3`y!d4q-6cks#Vv*ZYakm~2K*q6u8efgw2cV;2>b-FoSWfp0rG&Y zz&7A#U_0;&umkuN*a_?cb_08Wy}&-;H()=I4;%mv0*3%bB7O&s07rpiz#no9mgDf8 z08Rp@fYZPkpa3WY&H{e|=YYR}^S}k*B5(<~3|s-O0@r}+zzv`XxCz_>ZUe=@9pEl- z54aCJkYm^XAv}+O$G{WdDNq8)AijZt&_J}@Je;=@S8T!-LUucz%Pb(~qIo8{`|MO> ztyj@hV@e1U*i>VA*;HdLn`+EuKbD96n0pH8Y^p5=OjC`eg|PbJhpF~iVhkpf_a zv+2ZK5Oj&sm!C~6o-wa%HZl6}cdX%HiU$E@%j#F4x(=Xmroqa({iSqdO@ttUW41- zV(Yf3@!&LA6;p*l6`Dw_-5^w@E{8cQ_0>nU>lY9CDR`07*gcKH?jCOW(@*w8k2@v) za;T_j1Dh!ve5mX~k(d2NfM|#f?|yVySs>N=6?QbFIy)A%LA+gItAutkgSPnng4s znHd+0FPYD`Ofv`T7miS8xJ)C%jQj|moK!NrFL(nkTfKt8w=n+Yj*Y?X0r6ra!p>lP zp$wCK=3t=x4XPPjE$r(CA>A5eBpWOHCO5nkiSP%tKyJZ`7J1JhEo8w|q2W^KnqR@& zJ(>!^YQ{o-fLy)zYW0&eGw*1yqvDHx$#L~!4@{VqZ?^Vak>`-~4_YsdmipIoDG!54 zEm({`9G5Y{^R4Zjnixnn?ke6p)q?mL_EUps{AS|r^);T7J?S!laeUtZD}a^2D&RZ7 zG?eM4&7@7*&xqL$`~vI%eg$>{yMW!m9$+u95BLq(599*}fP=sx;4ttza0ECC90UFU zjsquvlfWt9G;jte01AP#JQkQg;W-EV1)K*i02hHvz-8bHa22=)TnBCdMZitq7H}J2 zGQ%Clz!TspPy)z6qdAFA3+48TZQ0B-?G-meGOv(M6v#;btlW;V z!8jxDeWfoQpTyUoV{dTb;^ymI7|GrQ_H(gX)rRJEhlmipfXgD;)3G3(<+`W&t!rC% zOij0iE3P{&?`l6wv3ljk#;fiwNOM}!R(-*HKSpX<&oF+TNfS&bP#1pIj*H+h!YYipQ@rXj^# z$V=GV$ezt}vo3k?Cfj+Y?Rts5d=-!aCN4^P7mI(@UY=>nm<7I6npu>}z+b~^Ad)fa z-;>N-;x5_qml;TFk;$Ztl}z*vM(nJ*qmUFp^fsOi^lHzlG<+Y~^o+{$rL>u5o#5np zxow^qni>0i#>(Ur+d>&G$!bl9*R9I+q_{hxf{5j z@d`LI_rjuQ81a(z9s<&jhCU+I$ol8HicVjpbbYQn7eANBA}o1u+<;DTG0CxmBt3aq z&p(&dEwct+3)O?7ODYgk>m>3=PrkjL*uQwAcqoVOs%h6Z^**l>cSfR~Vk(x0&!h-Jd46q@TsZwynl8g*jdE z2j|IS+|%f%T<`kfiODA8!Q|nCW8rpyjigzBZ~>fOLu#{+>rI=TQrOzCn`37q zE}?%+LTnsD()(bdr$2v;XWiz-V|PQ!U$wLtQ`xOcV`#xs&R@~U&#Pf$>iP%Q+p{#q zl=meM*#?a%?TT15^a?Z*1!F7X2^(8KUq*Hi&zVP+#!C0JY|_XpsF9&{mX(b_Ravgy zL%CWs=`OLg2=ezb=3HLdj*Xp7wwN#Cyq`E4||l?@$==5tH^ZtbI0CDSp8*;6o2l}+60;Ir`{71!o&We zqaMn1Ba_46pLE7ydA&}(r92~}hqjmLgxFPx&$;pF(6<}cj{6wpv?j{Hq)%cJhQpuv z^S#jVcYV`5lM!$jQtUpl|H|X3@ZTRefsb0=rOimgn@MkFE{hnRkuF zADAGw_xPG?HW>bk8QVTM+3d=OkKkW-D|v)WxAco}+}Kao$Wo@8zWj6e|EPL+s!Uh1 zZwma;Zt*K*x+&2P@!?^kPo$kX1U}(#C=%}fa185}**-h?(;B6;l;;+b=mZY_kRfS1Wx91ASi%3W==7&D zUGPy0_`BDNca`b(_Bequ&$&naF4G-rbutZsf?&%c@OBFbG7a0YVT(-HZPH1^f0<9} zfe~H#2mBX1Z^@DAA~x=a-|t~;Cv4x&IsZ|3Sc=&KFetId>`VGpmPx(N#{cltJQ~ICg~`cHN$l}sxn^Hf$U;r zZ(1SJB=@)u<7sB*ND1#ypCk{L0vj_K`^fmuOXR_xoRFv z0sblQ888i)4tx&G0A>Q|Kn6#{9&;VZPI@zkOjGPa)FI}rqhiLjzXRq*fnh8&hYcYi zaz=?oO$gpUqi1{a0hO2yY&;e!b_T*?{e-!n(giJ`e?2#VuSPP>*+%$p^I?g{_)De~ zG;nSnDETmA@S}yU%9ga?7rokFKp$_R}rRTon%VPDbBMbVDSSI+HN!CpH6uYy zChI4B*q)}3;FIXtETqvE;;c=Nl8*JAzA5^ejnl{vFD}kstGIH5X;iA8 zFcyCjE>p3d2F?Hlz&2*)l$Oo$ob`$c1B;e;TIbx$Pq z0-}K40M+J@vFx3v-0_$!RD*R()TJ@64&K~YxrU>8AM-jDkr+prOhZ5Yly6QqQ{Ga) zEx--q#jTSpM$}B<@n+&P!mtQoSbC+_ATd!$Ow(Q_$tl>PETa!<@-zRjJjJ%;9q8(A zDhE2Gn<^8WG;d2=wL-9t+^m&rV;^51KVRRdPW?YhiE2AIHu?FnO$SD(zNFV$sqEx! z!-JzT-S}{+E_$@$Y(SFWzyONf-T38vIbn<)OCgCN*dMQ}nxjfUW+<*?33O2=-+=6; z2Qv9@of(^vjLCs_2W4tWN@g$oC(B}J@Z%QS&5Ys%~u7tu^j!?5M@Z@j%s80 z&T?j}DFrQBV%8o+B7R~?OMWYt#>OW8OR{H0O#NGClzgK`!&it-S&a6`^k(va}mq^4+{FY1#14>N_%L%n+ zrMEH3w00JLUj9uC((hNL(r*({*PSPvRak1u;Dor8lqgBDMu&!TK1>TCYF1(6$2B?l z%;=MIn*Nr*$74>aZ_xcs+cg6_U1+t)YLt23{1(eTk*q@L$Zxr+c+*Hu&r^9<8a-cr zlCECK2hm$wvFvZ$2wE^`71*wEV;lK<`3KTf_ec|}`-SwRz9$5^UN_vortX~y?Y&R&15Y2aIx0rBu07LysC~(n!pk(HJ?}vCFDXMvJ|!KwC3N&ryeaXxl`7E& zDk_79E(Qv#6j?_Y1EnkMEltf}QWbhZ3DYpp& zS^b(xW_0!{evY_c1$1g+$QnMAP_J+K04l8Ghm@^odY!k9`VSGhQ=O9Y5$~?!69_%H z7Q0__7R!flwEy?GgpC@}b|bh$k^6xaw|EoZ6;%C4q~+)Fmqo`dd{2_817rCQmd59; zcWCko-b=jy6JLXf8@KXP2%VRQ8#Ud*Ust7rn6ot`U0OrLx!d_9tjs_21K9ow<+k$a znZNR0s)fdE3k})&|H}6xqWKQqjZ|uiB*ri^x1HW~V-*^`hPS74ra|)0TEn~N&gSQE z|7fkE>%No^APO3~lh4rGZ}fyUZOpfPnxYl%#aFm8I>POBijlCDy>C4voK)p`=xD0=20@6ucNoVt)^$E z@jmrU@56*VQ;VjkmEjqf<~l`EuyOR}Z2n`FwRAu1%f4{O>&81Wx9Z!tV>81YZH#xc zdG3z>jMAY2uwf=WDRV>0?mNryq%(%A+qc9+XhF&1pd5*T&!C16!}}D?rEna&ju}{D zIzH132Hu7>fhoN%?qO^QTVu6srD|<2ZF;pnVMGwB1-+Y8E#_*=s?B4fm)DL}0X1st>h2H&A?m`Arn-%=$DtqHi?BC!f>|_^q zlW~TdoUG_3g}?IE>y%$NOeafuN?rNPc~i8(T7HQI+f89VxOA<#vUx>4VOKf7?$ix7 zc441P8)5Y^UFE38E2v+Oa3$-?I!7sWj?CDqTqZ2F^FKgWj323Tq6h!veZaV~r?97f zLxdjXD6s`(2E%Nx@IMB&21vo?-W0qHnUJHCmZxzTZhvA zpYa}S5jaM2&x7*o7pooV6AQ%4Z~!IJ?MGd{3qD;^uP5)QbU6w1-$tdMB?SM6$*V&-@`@$V z@RL}MROyZ7n*Ah|06S)gZRw|C(TqX|v86W#{K2d;uxxmw1@SUg876L>KXSqUN%s>AD54?h2nLr^9dZ zKBCV}-j>koHy{)Q+~)TZvY1ZLk-jwgL)9Wm?(k_;*G84?BAoyHlQj(of78xARfotM(V0`_Uz1nH$_KT^@2A9SdM!+TMiC>#fYEJ1PpR2ai z-!%UT|I&vtq;B~`ZW!A9pwxbJ>s7p!^;NDyMOEJN(PdGl0l(7z`NvO1<;#uyxv$7j zOxOC$m(rvsyvp&JVpthbQbE$dKfxY*_A9eoWqq;CCWXDoJ~S$RFf4DPk`v?O3^RD2 zHKymK>xwBAWDw&U$mbK0x0nA)$OY{Sjkk6xy>+}{P$kD1JcdDFxcRFyu_>BKYud^Mv)CAI z+&~;*MtyAMzHFY3ds+N$2l)p2u)5sR!8G=gVp3A#5(dU44~S13A>ElK5n5!Nyu9 z-R~v$!)s+2RO2K+O?Sp4|KKm5M>P)>J?IP<1b=#6es-D}$RMfb<)zdDE4e)TI-<$orEw&2R4*Zd&P^ zC*tuF@=kALx@fqf6TSJ6)T?i5n@;7d5#Q<^YQ4c7=+?$U7pl1}sOY*R z`Rh59N|m44VQ7~uZ}se+L(LR<^=D&Vo~LZXW`bT3L06Xu=1QkLXY{0(Sa4kNC(n+( zEB!I0A(&QK_nSUCsPHWzPLZ4ZOI-xVmS%(^uF&;Y7!c&U(>|d5j-|%9qXD_A` zL}hnc@JKEfsp2syeiAzEX(dCWl4RkVlN>`!`#5pi|apC^nS~tj-y>Eu{IJO z!$4p(toHLsWd_A%dD}|VtM&`D<++G|RI2lHg_PZ&4m+!8Yr_=ZhF|TxZtx5c^HwTO z;}ab4OYQbrsmaQs8zd^@S+%4cPM4E6w=5UsE*)xHsa#BjnRsNPI=$jUi2~tlI3|!j zBPKmBH*pTF>7r9G841@b4I_`VrX5b5$r}syw*pi6*I)E}X;^An)6>%6_+bbd`DNbisAQO9y3y^ z4TQfvQP|R|OG;d_scFbPh14_-dau+<_ADi;TrwI%!x}@)Qmvm)rGMjMRq4g-A$u6O zFxR_^H&7)6nhQ2GE>RvxvwoJV>|3Swi|UlxFC`WybHyQmI@X~vUUGZu=Tm4*BKrN+ z7xB1=W?2Y*&DrKDgMsD9d4*a+(%8L1Z&Ae_Q;t3FvvX5oK)Sj;KP_I!C~+cQwO*Ug zz>>UifwnIem}w^TQLr6(4>9I};LL+rVOz6|sSJNBS`G)>jz;x}alEmWav;t4N%29g zP6kzsDFfboGAL5Ya=uRsv#?&I?UO6rU!VIQmFrYdxrQ}(JzB!>^UlkI$K#6_Vbg0h z9B-lqv8obj(x0?o`jaG1h^EyJL%(8t{-|fuZ*oGTSEc`}*Rx3}F{|uty6}HZTV`+5 z5t_AU2mc_pFh$ffHg_9I|Mo(zrffx0t6!ao{Eeb)UMPw!K9Tgh^$K&PTOM0~?CI(x z`P`SOyed$ISy?xS#;heYW_UupxCW6glxCe*2$i0Vhj8flviR5LH#3z(zdNt^(4he; zY4~~Pg~KE9e*Z{)XvUg@H9GBkNzuW!tP`S4@zML_9xsdkyZI#scAKf*vbuR^;rF9{ zUnqZkBaPl0s{VW{Jv&K;ey8kBs~(2N&@_pd^zm$-8MPn>zb4PyD#tZP8NnE4OG%(5 zHAL?_3N0_iNYWpZ^o@k})#_TKLiyF17_l|zfy+qf3q;YVF@7=UONniTx&KkQWyJQm zawTHRCZ(l9vYaX#C>1GPp_ToPl1#n|U2_I+zBM_+x8kk(F%=-1lwrBFA3B8oq{JTP z>;jm|z-LK^uM(^*Sb8=YAPbg7(Pl;bR=laoCs$69&a!2D_Cv8x+Mi}baW!e|pL`b! zcD^%qjYrAUGPXOap&IOLQr#XDYI&7+Q}&mQz}w$OigMeZSyXeKy)5{a zw?FexXy#lF^}T^g>*nI{spdYO>(Au4W;&e{_c88+w5t1$lNC+te>HwjwOE(_f&B34Qy)cq5_S04(EG3ZLW>Ty z`I}#8v3v0gE!){yO=D=jpR$HB6g&G`*&w>lPg&E$V6q#oxRKptr$zL}w$>x}u30?e zOY)_n!;(GxwN2F`T{%QlJaPFO)SOo#nk^_oGms`j20->0p*M3cC7d#h_< z=hjtOe6R1su8N%v?k!rcA9mV-7G38ZEt+FTxgkbJD9)waa)Y0sKRe#@CB|v&6!0o9 zoS29~14{%NGlNujZ82+y&4-^1e0u#sN9S9Ymq+GoyB880JGM>zuWq*g?rXdR!p`QM zWhu|SiN^CZo#wt``)->%$1b(~GV`MOkpWGPM=+DioTjp$X8Bybc7T*_Y$~n<~ zH`wm`ZGIEy7~fRZaFAA;6x^UeO6;Jxp)n~wLkGuZ`UrWxIArI|x5DfG!>w>{LQA*C zY5o;O7uxoU;+R+|LVf_I0q-`+-))j(WBh;dCOJ$%LTJnr-c1rBDq7vxmSSb6*3U97 zh36E}664}%Vs4(xu%@X|M5rjkzg_~95)@2x<3;!XsF?Ta{nm+en^NBNok_qulYrOQ z4Y+)!jfonPf{C9J7uUaU%BYmS&urg2W1c)0@58c_Xj-^L(W#OtvlK~h{sg77ZjnMs ziCRdc14qUw@w6YmyIxGpJJ{^8VsS4mVJNR$B)epu2JnGt;@+e8buV$Lw zFUT%TeNEaayLgnc=&^e35%yfgcFXZB$_yRFnZ=Wm*7yfgcdPRav~ zcxU#JVz3Q)XZG9|$vd-;XAbp5yBN$#-kE*8Gy5og3+QF`A^$D2 z4?B+9Tu^-R;yVU=iv>&4g5tv$@0)95lC`Nx7|hk^0UNoUMQPZO!I_3GRk+X@kA$o5 zY)DEiS^h;El4N|fMehE5)6=XwLK{cZ3;j$AV0MuV;d_~h@mKUWFZl%#ou?*_omsl^ zHv}#_<}ds;FH#T(T6m0e;IO%N^MQN-^+kYmpo?w@A(Fqs1Ulv{tTg4gMKv0EQvMC? z@R;|0ow3Y+!4Afy?421A@64>?97|1Yb-sD+QUBJgnf~^hG?rE-OIk@$#|-PT9w}-` z7SQEVFo`tO^^wA-GE?xCOE8$zz48(>(fx&+Ep`48q<&IcG%Em z_WCC2n#Qz&{UDSGfyq-TLRQf2f z`d>9y(4gP{H<~M?`3NJN8sQv-FuV~TAd50tof)j!{%h82uvW?B>b=mFZ_k2)hxrd3 zb(618*?|NK>HCs2<{EEDyWhm=!O|Bd{jc)u3zIqpJI;L_ZT69}uLJu|gukq>^u356 zn0@#nXMeK8)Ni4lpfP{PwS>rldS!9H`C%1R6l7IyHNNy?q#PL1Hk zljC%4hOmq##R#^QTj97Tc4k*MxXC!wGW2`Fj-007%@Pu6`eFfRP7D&PXjUpG(DZQO zFu6=acko*(y=b%os&$5T*d-*2I26cVAgi9Ow!ieb3qSOCV^kX_yj3Y*?fYWMhr%5N z?VKYlufTrgCDEa43Hv+Y3zg}L|&mcdI>Ah1RCo37@uuEJ6Ld3 zQ5$Rd$co->erKKtJK%TbiOc}xe}Q@8>t7oGpKsyuvN!7AZPv#nGmCyn2Kdi!)>nFF zvtC@dS`o%O`e0!){O)gIZxczIf)yPt@HfQ%7xV)EBZN~C!l}r=6Z-y32RZzAg}yqk z6Z&u{6g!WTrk@d7iJBB)19`^;N(Yfr#)ALrOyF!=+CN)}XXime#Be>D5 z2*FG|k}A02bYVZi;{|Dgoh+&-0B^sOhMrVrP~W9oAoZOnWRio7z5aqOSOBIQ2T=Pe zijZqKoiH3HN9ei=mQ?4(*^42Q1f3;4tW#FREc=x|B=kkY@A8LB8@|X|B(e1lU8RFy z+1my&I2d*mM2f+(6w0bg9#PjUVUNDv5-)L0x}de8+%RPVO&`E_2Dg1#bX_d$;&7Jk zTAeV;radl9!BKZ@rQ`2#wk!?3qO>FDXi2P*Cs$J(+WST)F^lW-b)tD9U6jElpR zxF}cB$m#fylQrg>f~=8*O>dKo9DtW1*tZLroa_SyLn_8$JcL}s_ZeDacn`ps%;+f8 zG>Xj+#ReOMj}MK3THR?J@x$*@v!6?xSk*u;fB1I;1WM7h5TSg7U zHJgQP{?Pz2iDD(^OV{INEQAasfMJ8@+PXK+WoK_UtffE4t==p@wuUH7)o<#JeU7C;`VbJ#S-y^TI499; znm3u4Nkoy{p*2ql9oS*#YO3jiZ`~waByQro>dHBeY^};u8OS?M{HE>K3bn}%(Jw&R ztrA@z zE?^AYr46nKp>*=cf_)nM)~p}&gK?mHu{ds)h1qvp4c~h82mK2KU1W;5f6Mo4-9cUr zN4-|`0b6{SSM;l_T4oF7AgbNV*&nrQf{_pey{2JAFn^<$CM<+10 zYLZY-jBcoUXifv_VM)U2=CX$#e$|PxtZwSK-uc=zMOX;TcH-S zTB)Kr>ElTBqC4K$D`<@q-F;i(Ptty3O;@_$rOfLQDqEJtUd-;Q>Pepa08^UrP4`YQ z1LB&;3{6T+$;HbG?I7$I;tz9sVP|ux3s}WT(Ac6KmDn+4A3FC;$Cn(D?va6|6OT1{ z7Cu^rLu>56z(y|81Lxpee5Buj%MPP6eS!<$a4_zay(eoXqY3?pE%o0gObsvJ(5Cb8 z*>Fgb-qJJ-fjc8JFCFcr@*0}>hgpM1eOLRZ96HsziTR`Gu(oGE?R>2xdp%QA{(@<{ z0=_KB)x~Vx*~Y^;D0 zig)Dj%|9spjvT(YU-F+Nho1D-JT6OwXd6xFB5%BxKBKj&_RDAk&2F!Xq93(Z^?vp% zZPxVcHsy4>X0pKyU($pw%yEDz4_WgvkoXVbe*{}jInes zv?vT;^DgR6ti?XR3z6JAN#OsIBtRhv?51I7AyZfm3VU&;bkj+;Eb;`4~NMeKiSqilBWMb9Q1|inj)5X z4VO8S461-VeMxlaM6QZ@;MKwzOB-$7P_lTSd2BA1u`AHGdvwvz&x6{r`7vWc zY@vUHI@rLq7%rf?2$jYPoDhDad}Xp0aOsRd&Y%3IpAgUt=X#LyWSoIp)St<4RsXQ6 ztGng+HBZ)j(|c>k?g2$TKk2ga&gl=jbI!tTS1#jQsyWa5TCg|EnDr5UdeIAv} z@}i>&tB)@3X}7fFmq)%)gv7S4a`f0otwSfMR{!`NP2$l96Z4gU934*!TdAs2-*3Py zUWvdrIoWqM-++~5%f(!(IV=Q-t38!_6?9fH@e!@haR+hKY;&O}*l>5+<|D42=+;1K ztEgCr-CyM$TLp=)F)#rCVx=#T`a-gbf;`3k`av`s0AD}IS+Ug5S!wr}XRsS=k zOud6=eZAUK{TftvW?$50U)ttzVyqmv4dG6Jn*h6FQj^W{o%javT>i}@ws++CKSYlI EA3Zz>sQ>@~ delta 44791 zcmeHw34Baf`~RG~&198LLLn1Us)ICm;;&K$u3L1n2-H0Bu2E z1~V0S7)XXY1ZE%LRiG8{IU;W=EKB!2Ag2b3icgB*3e;8R)#N0$&?cug-17 zBl2I>HmllRchXioovLlc-T!~JRcu|_ig#(=R=k=y$Pgf;v+GM{H}G5szxBYgzy{#@ z*4Ym-LtO(F3`NS@05k9?FcMGc27~~Q!#xW44mbcj0`LZU6Xsl?FT$9B_kbR7kB8Y3 z<|}{+@B@56+XR!xi-7q);09VY@SaXrpz8vH9*)^Ca{&o>0vHZ#0D|F{2J=_o7vMg? zA7};od6;`(sxY?#zOc84ITdIK>;MXYT|i%86)+C?7+4Ry!+m35@k7KtFtdOd*i(Vs zu&)F1fFR(0&^~}E!h8m%Kg_?ud>H0Wz!KOe!HfsG!u}>q8Q{|oM=WS7fimDXfYUDV z+)V+(5wJgS1@>5&y#2m`JsNgTzz6o109V*~#3nH7+wF@%e-!p&z!?|~bOJ7b-Ua3- zFfG6}U^Nf~8j`s2DeMI&@b6Ch0MEdih*#G>z#qo@z_UP&K2X3rfz}6Bz?=>6J|F}C znm&N~e+LiyxAlPnRLv!1;7Iaayz7VRK7Kn>jk*9IH5z!RBemyK% zuDZu;-{jt#xrAX-de|LA1iyGp|G@SUVa2lb6f?ARv3JC#@QMWL+1(3Z=LO`y?y!4X zqK7vqSOni9z-kY*!fx8a-MF#R?#@7r)pq+x*w@0o-tK-D<_6$7;CuKz5Ay|JBk&@y z33v(E3`D_y0Ze=P1vgSaa6F8g55heL0baKU+5s~gwC$L}M!@71lmsjX-hy8{m}gcHz_kNb4|A4(iXqW#AX!3h*o7D`HlHc@6j-xDMO^bb{r2OxX6&nByXu=kWHQ z!vdu#@X^|yOmo;kC&r61$3c^uD>~glnm&g`Qs`XP$cdTYHQV8>guy$8S*|9BQ}JBZ z*s@26c3vvj=0GHSeYS|_S&y^g_n5G)Q;0+%Miy+@9~Dj}BTF)H_K#2cw&#}{*+8BG znVQ3oSM%OVzve7zyRq99Crg0eFr@)Xcy@$khTja~A;EIlZd}za2vI)-?Ez`F| zZVw%BO(f%d(I`zq$?ctczF5N68;7`(F;8e}dsLo)GV{K(r1Dvy**x=wdCX_~uc>-N z(cdtlE;nMf`gzC^)?)f)pp&i-oFg10WecD3P$!8I+e5RCH?UWAvhcK)W_hwB@xelp zWp7lJb1v%8h}h_D*B=!WJV_1R$*!^O#wP`X8nQ?XX3{W68OZd6ShC%?T=1e0KcO-0 z31l%e#ZMS$*oP$k?#Kj{`w1U7>3COszmnEah+1#lW0$_db78uNr-@b1{rX96r%#@mvB>>wHAwXNit% zxZUr{H*%4?spgcY*rq(1(L{()L*HV@8Rk|sRAAR!RAX;pHRFxy5{D+|%Q=4J`LNQQ zR_@XJs_`D|JfqNSEWm(b+<3+DY%*PAhlH0IB~4~VOO)VDrr+5R={1MHoT=C8E?Is} zZcQQaLa@ZS5-rnYibrqNO@w=%gQk|p3$D!CfFW1D?6?@sAH{!losnn#chATS6~U*9 z|I!(mW|`SobxZ(TBbEjVLs`=syZ1b`Yii@CHwK;Q{Y`_@M;}l3`M8yMDrwh~QmaO< z{zj)mg$A@JNLXPBIoQ~VeS@NZ@8}B_(?LvT=i%gwhJ92YOfvA5N?Sts5^phmu!vow z*&f0RbSl9Rq8^$i3}Iwk#nu=&zs$GUJZek&c@-N#-P?+oU{7CgEOVFvu*Y8oCes+&86r8VtWdlBslrppD{KfF=J{*R!;7ujBHcH z#QdCWT01}trQH6a6Z@Mj=$g5To=&;Tde81zsrmWIIXRQMr)FghNzH$d)+UIpTw>dY zN6+k;nw6h1pT}s*wpnJ!-osf#)vyQ?plZxRt+Nc8p3fe3;aiw_0DkI?ivoJUQXzyw zCa`tVI7eZrd;+=--&@*yQYK3hGAbuc*CS|<&uoe4idQgU-FpHBH)MenxSxevIt_QX zB!&B1C1;7I?MI#U?Z9Gb|U`<6fwK6R- zop7*Q`HmP=&S|>2aOYIeOrO}sm&+zFqkNBtpL*jZ#!%dGLYNvhL^#I68FD57A|L@W zpa6Qn05}1BX?6i9yo801Yyg`d&=Bwk8UX=7W1tDp6bJ-@0gSF2&0rdV<^W%HTL7Uz zOQ1Et!#IAiG)@{L6$a9tzFoH-1^fWk0%JLJ9Y$Jb81D_W`*aW-;YzDRfw9`-Q z$3Er(27`xz(QNE#(9Zy00B3=(0Y~Y-f&E+HTou|6u%8Eh1TNa?mtg(`lmkBlmw{h^ zE5M7I1hz@>3PC{G(PI|~wuyItWye?`BpLWl<4^^ud;u?i6jH|ur~q%VdtDU7fm?9+z9gr;B(*%uoid$I0U!=tr3PV8y#R4 z!u=tT1bcg+1Ve2++ySsR1)2kU;f{nkh(Xk}4~`5th5$dqelKtxI0*~^qCh_g^Y1_- z*!iR~5a3O<8MJ$0_6B+Y6X9+EvlQTkN`RRHbOwsx_ckEGE&y-9-k3qu(Grd$aPWCz zD8M6Lh1(1EQ!u;2d>-bDz}G+~+-G5KL&*%VzY9B`$+p1shG_x#9_AikIKTx%FT<}N z?2iL{2;BoWXFiYO`MSZtYrs?x_@rG5`-3pI;sNboegQY%Ck+Pp63f}|uRwbX$c4Ql zz#qbYd=JVe!7t%A0A^3X=41Omr;7VN*di^8W@F; z^MUS^dWvB(@?gJjon4O=pTT-F2OTxEi4Y(ZRCZz2)C8Q6v;k4HCC9BExE1?^tGn!2 zbc3z;8Qd)^dc~^YU$dhUncw0&>0lvHDsn_5Q!qx~MmS%rAe9I6jV90c+Z8lZGX&$L z1rCzS0Sr>!Z}3xZ{J@x0e3=Qw$1nuf4j1F7aGByk=ObhvGMyG%y0i;#6Kh*_7ueQm z*D}#iKjl7CW>$Vm_nh>Mo|$?1Ce5iW)2{8>gtv>c#aLDuBRHkUG*d=)er8T~N}s`# zvj$HYpPJVr+mvaVJ~$&IJu%gkN|R5E;VxL@+u342S{d6d#TGQBTWWqrkK!v#khQ3` zC&tEv$F;G=nP-br!Anr#kFq-r8Hj?!g~!>mW#xeqspKQsn?CO<2GOBmqMwZydDa#m zY)b^4=_)qSyp-su@aXn4tp^3ObZyYpYZ?=_{Gc#_6<=pc(RIw6{}9XSqOq*D7O|wB z=}rlq4bGJ0uXiTb76yMcR}l(D-ksFYUEpYG>_}xIMNKgDR=1531~98ZGzqx^O*M$K z^jFc$miml-Gl;#Nbl2eG9GTYF2SgEUE6jb9J@mVI#b)@974G(h$IN|hT zte4vJN#S)&D;IDnqGBpnmt)Pbh%((bU)_)^YGNOalgf?2@`}eW*sAd9f=iu1u8Tv?qt5k zt3L+SZ+$~ZP!o(i$ERi}L&!Wr2nn3MwbjDEPu<%xwpWieYX=vN-Lrb~MLF-@H%dJ3 zPu;TNsUIy-!+q70BLpKW?j#6g{)l;y$6^*o2b<`<)M3XVpkgJoJ6w2(PHj`-$>&oc zoIX1$7-Tb_`{;|KLOzX{%zVl8k+8@T+zVMKK{geQBY&o1+=NldLdAvZpA|!0V`3@> z^PCz3(>W<458Hq~+2e9-+wa|=&?&3Eay@#lX(Xr z4p)X+W@E!#)+4jAAoI-JAogwRhh7LcQeIZH=28EVD}#-Vo9#`wyx~N%U2Vdsr^^=) zAA6dI;`+p z68KpRmAuZ*2R^YqShx66l)U+qmyaCrzWP?sb@y*dugzTL+MsXGm!3VekdFa6vV%nw z`-npEIjk^;z@~kLlmZKPbb4OD%A@1aj{g_9#Cgd_uQa*8uh&mk(#Bse`Ixn^rfX5L z$#tfLuZ6PWU6_N8Gj}Sxt~gtp=?!Y&IN=lq^&!DTf$uU5#)%k=)|Xj=YX*wO=R1Dt zM@yP1kv#@yn0Ox>oRK#*Gc6+}(Ug;7>rQqL5F*m@Ij@$|ZAyM-c1C`_JwVsoO!&-v zI4UZN%rCQf&G^z)5$4{E>9%yTGqSqpWSjDGva&Mrcvo&n=2w{6ij2{KV!>S-{Di@O zKA`l{6Z;Z>)4zFd{GtK3704CVl+% z(R--ODC{R}6O8IPli*|H|9$ZEP@pFN&!6&-@c%siznuT)9i$Za9d*oSAfAak;{Q1- z&G~;G@f6JeYW{y3YJhKKcwzXjR{p=Zy~ya2UJiAx6iHD@meAU@T}*h4T^hC6wzPq7 zZsL-blRYkTd<_Ygut-NiVfswkd7r`868J)Fli{1nKYUTrcMkm98@so+{sRM)Fj3h_ zNy9MReFWKBRu*#&yp|pJ_|reEJFtHG`UBs0c&e~C`i=be-}rLG?zpG^KEAYMAfGdr zZ59=;#b}tG@hM4pITJI|Oeur<-b-db0VhlCk27nrFhk$!Si8geX;&+xv&l5`IU&*C zIc;6Y=gr3qYB2KL+3y>9m9IP+7Pq`#c=C5ISUhIdryrjaJWGqjJvfYr>TF#qy3?V- z`V`7dR1`JW%K6i=a)NcY80lp)<;F)w=BG`_n3S3yF)1@`4Y3{UF$&C6{F}~6o15D2 z&GhD-b{&`;7M{1NX;8b>ALN}Y{&4xqgtg&)$+Ih~Peaq>jTEz&`BCB9EPzt(R|3?e zy)2hC{j{ZNu663>rX$)n2s%5zUF?PL7A=1>&hN+u{rkSkhD%&>U7yO|X6>o$VI`2d z3{j$}NjOVX%L2s&MhQO(*_J~E9_p+$!W^;q3>KC$VK2Q`Cipd<13B*i)Sck2)6Ilw z#0e^AKW)9^#tm-|Z2S3yNC~@zGV4ijPPy3zBdyH9gJ$#;_60WFaUxTWKYG#U%Yea? zcdOguM!h-a_wvFWai1qlT6^Z31RB#zSYz!env}ihcSnqfCC(7^0$uJY&Jq+b@V&%Y zUY+pFIh@tN&y<>Hnv$#WNA=ov2=8Fq<7gXEHQ}r%u%>%ve!B1ang_>pf4S(9y>G7$ zaDHRg_i8=aKjlfENiEurqd|L7AydB;7yA3;y!_Jq5T2@|M0+6u8V1gUyyC>(G&W8g z!@knwVzg$W=k1H9cSe zoB(IQ1#ku20C%7s-~o67UVt~?1Jnoj?)oJ#RerDs0FGR8voYLF?X*CVW}RZQqy)IF zdxR9jFj$5Il)gvEVrDKni!46QS=Bg>qrpq{S}2@n7V}47pie?< z<}pH%DCupz(emcWShZ*$9#i}tP7+oLLPSP>CCgBa?{F|A)rjPFN{n%i4YzN&H&*br z#;WWx45(j@ zPH2|g{sSd=k*99{H#y1r(!ss>B%_X$#AdANA;UpeR0-FHbfj5T&?yUO;U|Vq%Qr%7#B?T_Q9teJv3tri4AAdsgu9KizfAC zv1-`~AwguzaX>O!9kWTuV|_ne)9Q(!)$1>(jQHhb`vI<>?VY|snD*MroPwhh);C?~ z$LHya>b`MfM%(L&FCH6zGH&3-knm^U9+_lbJwNxX&nE$MC#aT$7kt&2Yr;WhHHyOu zUP;|>c2@swKd$Qf*oHaVID`=H+|v9{To1(_$;Qv4xu*n)SqCE zK_3_%VRLW5&WlGJ7K;rShVzv6HvPJe9dMF@gqmW0;}7~6=5KHxhrn+j+*1-T1;FhX z_Rlux_T4dU$Iqvi2-PD@Ji@poNCU_ z8=fyV4&lK#L&4Rk9*4&w;0fSKU@=e#e2Q~alb9^=VM)th7Xp2@z*Yim1-1d(0ebH} z@Iq%_7uq}Rhw}h%#Qt0lj}PHG3VZ|{18CR|A&OnH`-jth9B|QOgWSxm+GJ-Fwzdn8 zZEIsHwpXk*evNDFneB^?WB#LI(2gO#(I$nr7OhlnhFe=o)#AsD_E9SVl&(o($IcfY_r=jmXs$j zah=g=dNh{Ma}f4%{iAaja?c_NKYXwaIX?s&W%>2oKuVqrO))6PSWG`)v`;{Y&5lrt z5urLU^=ezD2vxX-isOEpP^pU;p@w*|U}jS|^X3Qn*H|=_d$XuzMh0~zK3mkOv~=S| z@n^6TKW`EXSaX{4k~mi|3F_6S#J&t-t=vtrSfVJO5?@l%<_*HxRiLE*pRBvC5vjb1fWtWm49rlUBJ#*CD%*1XaDGj#xrYzw0(z))IpC0mF#qF>9e5?C= z(hwha*oW^MwQo+xribHT|8CF3CZ)#AMH?q1cC(!Q$>r}S5+CB>|8{j~W`~g;8@N66 zgFXk_bzAp&C)llfe(Abw>Kg@*a*w&6*MA=E+t@2Lv0Gc+%R}G!3FG?Xe4gzdjT8Zxbi(>HO3C3a6(W-xTNO75r=-?1zJPTuSfvqM8GH^yt@G zc6-OQ`B%u0M=q_~x_?VS3g}lpnEIm5{Km8scvk7mf*-SW<|m#RF)Fd!ThH~op49({ zAJ5%}BC%}Ph+eas!Tw4AE>mKZxX=*TUu*nDGmH0u;mu*+y6?kFIA<>630+K1KIXln z!OU;)uxSt8+d*eu)ORiDuJKP^-ZrI0pbEOI#`$cfnQgf}>~CK_e*Y8qN3SY?Bl>FE zV5q@GJ%9*vd(Q2PQ$yos*oU9(cmk`0KesOm&RwB1$LP5Ip2MTM;h1vY&tp)U@w34@ zxdo3#0j^{n2!@hF`e=lS_G}9F$Sso74=HUr>C8`SwL9$<;|QI3wPqh)@<|fTH{*g^ zBf{Z!-=5W(b3Shc`*5j$sm@%Y^M}1xqv&QjbNJVdVE?Tw84B*kX7`Rx>~{9Ut*E)O zmR(?fZPVOgh+DwziJd>fQS|bzO<N70xo53UfrO zYRwiWvggdXqCj4ci#X=V75&w+JnXcKe!%Q}NQ5q{cBoq)kJaX0G94C&NZZlvHK%JY zOtMFKrtq_-h-K9VMO`|4)q!)f&R=y9RUHUb2io01ad%MMY*0`_u86~~8PF1Z4r2qy z@iRHFpvsYi@9{B0O#KB8PHxR+$j1|z-oxZ&1>+qQY$p8nnp}nF?P|Z z$oxSKTNNCd^<)3>{ckj1(r4F(CxTf1k2k_BlRv9ZDa4*dI!XjZY!s7eYzCgNoVxY{ zd*tz=c%ig}OXJpoYB9GqTel$-=8a-P@ph3P7h6K&p>_H(s`V#F)owS%FJh%H^H>R6 zk?(^A&=_@O(VZr|A`Vj%O3^?h97IhnbT$O4J*P?Wj4_)1ig=H;6uLr-rc3QfdRG`h z#UT1@yl5g!lHbv#sY;9*vllyfIxYfH?>z-#@g%7Caf|UYG}9T6}OH6=o!6)nY6`pZFmx-02YD zYyhWO4=i62+{<7l!u%ZOP?(FGFXzX*1!{te__7rE*RWu9CRZcqkBf5HXIYN!YJ9%}LxD(2v5>AX`s(vg68t>{#eCato>M0TMrd1AMk zYXA)hll)$Zldvg^`&w+zcJg|fL?_!xvCI6VXKAbm%LQo-6`}vxhL>8%B<%9b^-?TZ zMQI|HxkNT_NE)4`ST)ojO<GE!o-~y3 zFO1Cdqy+cbzL1n6X$$~YT{taySn?&08H%r{uj&$x$yCx`N}^o@C4Wf5B#D$H$)`=e zCa|5V%Y+I=2Bg?2xRX2uW+ryM+|4Nu=~5xo&4w)haIEGL8*u>A5%S6qL|M%Bt);fAXP_igfKG zJy@BJ_aCbz$Kn~-kT&<1l52G5n`SMur__Kvym3uQpuk>|QP^0uX#UBvt6K`%E*qmP z6PQk22TF~!2x?+4sXk*OMfa9M)vSS1xWEf)rig(U?$-X805Px=DR+=mNIPdrt<}~8 z`w4dSCn1O`wp=&v1#qwM8~DI(S1m3XUQv_(sS}AWtwvGrqkqEawL154!4$P zQtl>6U&Bj1@uKtuBm95HC0Elo8mB1{oqkGcMK5iV=KYZxrb;T^2v!u&OsI|I+to(2 z$aGRn&l~&y{Kt&4mtEP|+#S>d9(VLVum8sk+(3)BDGm0(WT1n{>H+fz)!p8lQ zl^5LL#LuTq8L4R#$h<>pO|uS2kJRc>*j{#`7iP&z-Et8lBYS*C-ngushlp26)tao~ zo!VB3)uK7s@{^xo`eWr+c&TWY*O{91ko*awrk_hr)a9VGm~z(Paz{>Xev0js+-^{6 zpd7>Ap^IzfM{nl)E6wg9@AT%CXp76QkYr}(PBCd2=g-*SbrVl@!z=OzM!7vvaPetn zy)DM?AvR}!id?C5w$a?y%B#Jqg{VXZv>rk;*keS#7WNQ%?g%o+BmyW1;K zj%uyV>r=Y;v`kvfxTj7rO-QNuXRDUITD8>Xr9SbD{0^hf4@<9Fn<=s%TBK@!t7r?l zxI>Pk^Q5eFvo*YZRuKfZIijOn&Cq3}efTgq+uC5oQ%`agOQ zQrRVs%go41r>;}v2%gr4DsFaJOOalDPIl7*uurv=DhU;(3aC-4icyr!J7B$+l$eT= z)gfryd$zi2SR>WU8kJR0XsfK-g?nJDZLaWUnUwP^dQtd7S(_Uw2q^g|D%mb|srL}> zK&4mSfuht%r8Rqlmb91W)b4l5R!QBgm~$>Xjm|o~r~EW=r@cj-(<;aO=Pg0DwMR{| zdhD3=1yfIcD9vT`QX| zclwaG)=ABR9Vy=CDJtsY8OA>2V+ZxURB=}vBbC?c+jP1_wp1hiLW7=?(td` z)M)F0)u?=_^Ror3I``NkY7-A%E^iZrrxNhTRJ6(7mIZB~^OWikY{C{vZTQF3GOK1P zyF^-bn=ot%o&G>7ji^?cCfr4IRI`>nJ^~#r%RPy`Dn$_1JtrFel)Q*M)=5sy>y$+C zLTH+C!44%nE|xiIeWfBrduF2Rlu||1)bw=Qx>h|ucbHC@F&hC^YW^E~V zkDQKpV453RuR!!xO@^pKh6thAoe2i%VzD&02FG|ChH`cXCEP2?!GiV#3kqdxHkbw( z|PY18eIvO# zb8V$?An{InwYNv2V^7!z+qNoQsV3dlmAq<_9X+om-QM#m$TaF#c_?|blqKd#tXy7O zZ97(Tf97J>x!`%C)$Vfds%m@}-Q~tr-L?74T6dsSFZo_yuD)gag_re*1!7-a;#@wf zshqRF)kd;n&w7hME*`e7$Md?ZKzV>G7KSWq3vEx$@~CoObqa0VtaSIqv8VkPRmPPF zVt^`{`m>v87oW<^P|`_xw5H}*rM9dmu}9&mk5y=O4;U1n^!LQkqy6Vm#&sWM747+% zz=y2*>k6f#=-bp0z}&eE>T8*Yv~tYB!&-dqqd3+{5x%GAH0%DXxR) zNlU+w+EsDh+IML^xjT(othhS!ylOq-Bl>NH^5RW5xt`vGQ^#d=Po0!IB|kYMe@d2# z*3`#!uP2^Sf+S=olA1oFgx5;rQ;9P_%7tvYVulzJ7oJqbA+KvS`BtsZ=f; ziYFgFrz!VVg<@+a#1c<6}7UgcHmJ*(qQkq-?eTcB3*}934)O8#TT~ zh&xNk^A9PJHorcIV%mN!%N~KHm74O7{JQA7$wAg#cyk}@{7fKOPQj0}6K^k(JhfbL7jY$&2DHR#$(3E{w?x@ZZ@VShn|A*$wbdwf z3PdGL?&HaINgcmvSlaL$zg0z2T2peWcTKd3ReyU=9tA~Sbp8QaMf=w7PiyO%fNRwRh+UVGJRP_E@gm$ed!b)2DhN<^)Dy+lb3uB~2bg!`;WX_0buePyd{>Fn&HrK8E>eGPdl!5$3ZQ5&;6OYl>*P(ClAEN+ND%GYM@}H-|a#xwh zp|W*XnMZW}7bx=#qq5mj2>H*J=BQ=!q_TgWUJfqe-HBdKr4;hd3jFw?sZHxIP1(?(qxKat@FVToV;Sw-ysIBoC7{x^AFIE39x10Q`kS7y8q2nr_FxK08f4=%l<3#g2hw47%n#yT_ei4ZU8?q zPOQ6fdjp?*yg+?){`CCOX_arEWTR}y;89kkfom0dEI;}7p+n1*`fgRobqMZIsOQ~} z`B{PlZy~W#uf7u%#o?wxv;Jc9yGmnP+ul_gB!eR(Q%!rzwLe#UmYjWphUSVO&K7Dv+lHHEiNi^ zyKplPdb^#{-ShW~<>|_sM_>=;nh-ncd^71zq$KVQv~zsNx4yVm#OUB^B!^l=H6mAw zh^d&_f zpy@*2GQ{nZ&XpI<%n6*c`GnX{Aq=nXG<$8D~=Q5~+txz_JfC8K3N^618uZby4n4brK; z9DAD}e@!YC!&2rd@Sa?wWJjH@JKp)_NNAT-pNgOjGNxHIQe{=}TQe1N8`Mi;>l6?v z_Na$$f)~l-zozqfSF7``R;PBKzKXKvU9C>LS|R39n_B2yt8s8CS5^=$|?Bt8uUY&m>Vx zU4rARb6wiP)~PQ4ImyzRm*hTfjnOl0zwolw>JOKs0FE^^Af9vH7ii2^T5{%09>_)0oIRdBeb+ zzLFryt=hn$N!{gb zd!yr;2Ms!+Z^pj>)tBCyB?i;jNqARKS!X5AGgj9DFTZcAYpuO64^ilyZ9)*uSt9W- z186@RW$OV@hJC=_-fs`XDO9!%-)7`Cc9c@P>))nRFY65yK2Z!-pYN`Ci2O#GuHyF4 z?eB5i!7HrpUiq+n#7pn%b+2)=%7Z+4}5zv$n!gs%@% zv;FiYPkaWp>zB%7=tRXEJk)-z^!VPdSA-rJ3d~Z<@DW~o7&Tvi&6$EnD%(`E zSsx?QnFvD`B~8%>s2AqzuS)n*>}(I=1@gEbA7NW#)(5LQpVaSnQVXBb$JHZVI`WvO zceiZ3&_o@(QSUFRW_PC|4@zw!$NxKT!aRLfE#SZ5C2)7u0&K_kwl@j>@tt@78EOIl z{MYT>>g3DKeioLZ9gbNhr#DffnmV0ff&8_9)%>auz!Lp~XJuB`{EDxa*Voah93@%J z-K}?)D0YZp0RKc)7h1DdpQQGFN54;`#CiGwn4_IW(Ybi$t}cB~A11Q-6x2@t0GaiA zFH81uKegXsy#b%uh|oWe$=8QY)x#G!litMlyYK~Mf7SSreyOCEoX~&9*voWyuri6v zi}c3Q&-JhSQn^K+MS%u=do^jUQ)mM^y8o=OG;=mModpdH zXC>-3$uNVW+TwNhYdYfFi%pss7D#ktjA5GUVKj8|rK4v3^B6jU4@EW9H&Jst8!kD~ z;o+k3?%82Q<@2{5q&VL_JFF18{;!-J{>7(}74_qMS1A40$-3_frEgc4w#A_?vhKS= z>CCi@6m89}`dZ#Ubt|Vfp>)@30@a%erTb-SstQ9L?-!hiuRZXOmFRSnY4)f3zY{(a zAD|BDZE(kzn){1EcjebrTT6S_Gk;a^UHP?L#AjnbE8mR#zbn6PQk(o5V`m~>aG0hu z(e7DdvwxxdS{>WRa9ma|B^g2`8mk!mY1K5vi^7^4+|^4x73^5^8XNG<=wo^>+IgQL zfSsbr?;GBsiQ^S~{_%dp7>Sa{D3HhYRgQ>U(C4cLrWoE;)bcb#9HVY6^m$yic&Sph zIVPJmA)!CM%{4Z|5bVsJryy7Tqoh0|1gpn#4c8@gL9!w!w-9`~A*as@A@p^b*jvq! zM9(|;jJzwC*sp`4>+kqZF1cP}rwTfO(i!Li+yf*4U4d>ucOVhy0rUiV0lk4fKwscq zpdZj57yt|el7K-#GB6kz0^A1-1?~ri0mFe2zylIKh@Jw=NMIB&8W;nl0%L(RARWj6 z#sTAj2|y+=5qJ>D0ww|3K#oMOe=hW-F|LLXH9cL~=k;GMB);nVA0SAX5%A}?s0KHA z4jSfnlFtbb#yim`=*xcJ zI=ddD`DH@9^$j6K-5hOLWvFEr{H`Y-)n7?9M{Jl2ADe|PH3!}qJ#{lHDHSIH0X)qW zWbUe%pG%nJgx9LiG?>{snr&vIX^cf$OS@+p3dp=vD)t|AaeGYpBgVjfkAHI7GUH&G z+ptl)d`u^f?g~&7mPx)WaMIOl0pE^~e|gmFbCj-cwNG5>;l1qFgl z^A8ZxLaTIHO?bqRz}RKW?AUusM+)KiPQt@VASIpB$8~8E7jb;|PmRvLQLk^k(D#S_ z_(+Ep$DIfHeem*mVZV8`cN{;8Lp5r@tN4K8M%0_bjlpg%!zU%bqTRu486^c9!f91~ zLx`pCNVYqr~W>^v}B-`!{;~R z+w7^&3N85D(-3DTY&d&_%O%FpXD_l~>sUF#x?7A4GMRGYBO~+i2K7m)`4N*c)9#xw zBr<8#=xIK~g07`JFujYK^oSuB?*bmEWYeh`m~a!m(ub+DrW)b}^}RuuX7ASfKeOHo WXBc!0j#o diff --git a/SafeCampus.API/.vs/SafeCampus/v17/DocumentLayout.json b/SafeCampus.API/.vs/SafeCampus/v17/DocumentLayout.json index 0f657e2..8e2f480 100644 --- a/SafeCampus.API/.vs/SafeCampus/v17/DocumentLayout.json +++ b/SafeCampus.API/.vs/SafeCampus/v17/DocumentLayout.json @@ -3,208 +3,160 @@ "WorkspaceRootPath": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\", "Documents": [ { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\dormitoryinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\dormitoryinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\dormitorycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\dormitorycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\cameragroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\cameragroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\personfaces.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\personfaces.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\personinfoservice\\personinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\personinfoservice\\personinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\personinfoservice\\dto\\personinfodto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\personinfoservice\\dto\\personinfodto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\personinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\personinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\classteacher.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\classteacher.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\passengerflow.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\passengerflow.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\deviceapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\deviceapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\personsetinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\personsetinfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\attendanceapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\attendanceapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\attendance.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\attendance.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\vioanalysiscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\vioanalysiscontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\warninfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\warninfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\services\\ops\\config\\configservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\services\\ops\\config\\configservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\dto\\configjsoninput.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\dto\\configjsoninput.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{EE1490A5-0311-4985-9D78-437C9192C564}|SafeCampus.Core\\SafeCampus.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.core\\unifyresult\\safecampusresultprovider.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{EE1490A5-0311-4985-9D78-437C9192C564}|SafeCampus.Core\\SafeCampus.Core.csproj|solutionrelative:safecampus.core\\unifyresult\\safecampusresultprovider.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\dormitoryservice\\dormitoryservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\dormitoryservice\\dormitoryservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{EE1490A5-0311-4985-9D78-437C9192C564}|SafeCampus.Core\\SafeCampus.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.core\\unifyresult\\safecampusresult.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{EE1490A5-0311-4985-9D78-437C9192C564}|SafeCampus.Core\\SafeCampus.Core.csproj|solutionrelative:safecampus.core\\unifyresult\\safecampusresult.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\dormitoryservice\\dto\\returndormitorydto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\dormitoryservice\\dto\\returndormitorydto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\services\\ops\\config\\iconfigservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\services\\ops\\config\\iconfigservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\buildinginfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\buildinginfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\const\\bizconfigconst.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\const\\bizconfigconst.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\attendance.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\attendance.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\services\\auth\\auth\\authservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\services\\auth\\auth\\authservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\warninfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\warninfo.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\alarmapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\alarmapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\personsetinfoservice\\personsetinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\personsetinfoservice\\personsetinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\attendanceservice\\attendanceservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\attendanceservice\\attendanceservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\personapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\personapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\entity\\cameragroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\entity\\cameragroup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\keypersonnelcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\keypersonnelcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\attendanceservice\\dto\\buildattendancesearch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\attendanceservice\\dto\\buildattendancesearch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\dfieldapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\dfieldapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\attendanceservice\\iattendanceservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\attendanceservice\\iattendanceservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\passengerflowapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\passengerflowapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\attendanceservice\\dto\\attendancesearch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\attendanceservice\\dto\\attendancesearch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\personsetinfoservice\\dto\\personsetinfodto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\personsetinfoservice\\dto\\personsetinfodto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\organization\\bizpositioncontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\organization\\bizpositioncontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\personsetinfoservice\\ipersonsetinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\personsetinfoservice\\ipersonsetinfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\dormitoryservice\\idormitoryservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\dormitoryservice\\idormitoryservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\personfacesservice\\ipersonfacesservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\personfacesservice\\ipersonfacesservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\attendanceservice\\dto\\attendancedto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\attendanceservice\\dto\\attendancedto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\web.development.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\web.development.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\hub\\subscribehub.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\hub\\subscribehub.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\subscribehub.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\subscribehub.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\organization\\bizusercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\organization\\bizusercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\classteachercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\classteachercontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\organization\\user\\userservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\organization\\user\\userservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\warn\\service\\warninfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\warn\\service\\warninfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\startup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\startup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" - }, - { - "AbsoluteMoniker": "D:0:0:{C73AA21B-C978-4096-9489-4F10B848AD10}|SafeCampus.SqlSugar\\SafeCampus.SqlSugar.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.sqlsugar\\extension\\isqlsugarentityseeddata.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{C73AA21B-C978-4096-9489-4F10B848AD10}|SafeCampus.SqlSugar\\SafeCampus.SqlSugar.csproj|solutionrelative:safecampus.sqlsugar\\extension\\isqlsugarentityseeddata.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\system\\limit\\rolecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\system\\limit\\rolecontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\seeddata\\sysconfigseeddata.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\seeddata\\sysconfigseeddata.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\seeddata\\json\\seed_sys_config.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", - "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\seeddata\\json\\seed_sys_config.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" - }, - { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\manager\\deepelephmanager\\deepelephmanager.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\manager\\deepelephmanager\\deepelephmanager.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\alarmapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\alarmapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\attendanceservice\\attendanceservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\attendanceservice\\attendanceservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\services\\system\\resource\\resourceservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\services\\system\\resource\\resourceservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\classroomcallservice\\classroomcallservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\classroomcallservice\\classroomcallservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\services\\limit\\role\\sysroleservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\services\\limit\\role\\sysroleservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\classroomcallservice\\iclassroomcallservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\classroomcallservice\\iclassroomcallservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\services\\system\\relation\\relationservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\services\\system\\relation\\relationservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\camerainfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\camerainfocontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\const\\categoryconst.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\const\\categoryconst.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\camerainfoservice\\camerainfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\camerainfoservice\\camerainfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\passengerflowservice\\passengerflowservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\passengerflowservice\\passengerflowservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\camerainfoservice\\dto\\camerainfodto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\camerainfoservice\\dto\\camerainfodto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\passengerflowservice\\dto\\passengerflowlist.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\passengerflowservice\\dto\\passengerflowlist.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\camerainfoservice\\icamerainfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\camerainfoservice\\icamerainfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\seeddata\\json\\seed_sys_relation.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\seeddata\\json\\seed_sys_relation.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\classroomcalltaskservice\\dto\\classroomcalltaskdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\classroomcalltaskservice\\dto\\classroomcalltaskdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\passengerflowservice\\ipassengerflowservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\passengerflowservice\\ipassengerflowservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\classroomcalltaskservice\\dto\\classroomcalltaskadd.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\classroomcalltaskservice\\dto\\classroomcalltaskadd.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\passengerflowservice\\dto\\passengerflowdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\passengerflowservice\\dto\\passengerflowdto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\deviceapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\deviceapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\startup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\startup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\attendanceapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\attendanceapi.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.system\\startup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{F30B20A3-D33C-4DD0-B37C-3BCBDE89C153}|SafeCampus.System\\SafeCampus.System.csproj|solutionrelative:safecampus.system\\startup.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.core\\controllers\\application\\business\\dto\\classroomcalltasksearchrequest.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{AD0309F7-C56B-472E-871D-362C0337EB7F}|SafeCampus.Web.Core\\SafeCampus.Web.Core.csproj|solutionrelative:safecampus.web.core\\controllers\\application\\business\\dto\\classroomcalltasksearchrequest.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\warn\\service\\warninfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\warn\\service\\warninfoservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\classroomcallservice\\dto\\classroomcalllist.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\classroomcallservice\\dto\\classroomcalllist.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\warn\\dto\\warninfodto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\warn\\dto\\warninfodto.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\classroomcalltaskservice\\dto\\classroomcalltasksearch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\classroomcalltaskservice\\dto\\classroomcalltasksearch.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{1EF2D216-7C7B-4128-A0FE-675D73D8EE32}|SafeCampus.Web.Entry\\SafeCampus.Web.Entry.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.web.entry\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}", + "RelativeMoniker": "D:0:0:{1EF2D216-7C7B-4128-A0FE-675D73D8EE32}|SafeCampus.Web.Entry\\SafeCampus.Web.Entry.csproj|solutionrelative:safecampus.web.entry\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}" }, { - "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\cameragroupservice\\icameragroupservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", - "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\cameragroupservice\\icameragroupservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" + "AbsoluteMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|f:\\project\\qjkj\\safecampus\\safecampus.api\\safecampus.application\\services\\business\\personfacesservice\\personfacesservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", + "RelativeMoniker": "D:0:0:{670ADCFC-790B-41E2-B6CC-103EDE9CE573}|SafeCampus.Application\\SafeCampus.Application.csproj|solutionrelative:safecampus.application\\services\\business\\personfacesservice\\personfacesservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" } ], "DocumentGroupContainers": [ @@ -214,7 +166,7 @@ "DocumentGroups": [ { "DockedWidth": 200, - "SelectedChildIndex": 6, + "SelectedChildIndex": 2, "Children": [ { "$type": "Bookmark", @@ -226,649 +178,492 @@ }, { "$type": "Document", - "DocumentIndex": 7, - "Title": "PassengerFlow.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\PassengerFlow.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\PassengerFlow.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\PassengerFlow.cs", - "RelativeToolTip": "SafeCampus.System\\Entity\\PassengerFlow.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:19:22.145Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 2, - "Title": "PersonFaces.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\PersonFaces.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\PersonFaces.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\PersonFaces.cs", - "RelativeToolTip": "SafeCampus.System\\Entity\\PersonFaces.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABAAAACNAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:19:18.567Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 1, - "Title": "CameraGroup.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\CameraGroup.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\CameraGroup.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\CameraGroup.cs", - "RelativeToolTip": "SafeCampus.System\\Entity\\CameraGroup.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABoAAABCAAAA", + "DocumentIndex": 0, + "Title": "DormitoryController.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\DormitoryController.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\DormitoryController.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\DormitoryController.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\DormitoryController.cs", + "ViewState": "AQIAAKsAAAAAAAAAAAAtwM4AAAAFAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:19:07.448Z", + "WhenOpened": "2024-07-25T02:14:05.809Z", "EditorCaption": "" }, { "$type": "Document", "DocumentIndex": 6, - "Title": "ClassTeacher.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\ClassTeacher.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\ClassTeacher.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\ClassTeacher.cs", - "RelativeToolTip": "SafeCampus.System\\Entity\\ClassTeacher.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAYAAAAsAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:18:58.698Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 0, - "Title": "DormitoryInfo.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\DormitoryInfo.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\DormitoryInfo.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\DormitoryInfo.cs", - "RelativeToolTip": "SafeCampus.System\\Entity\\DormitoryInfo.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABIAAAARAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:18:46.009Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 5, - "Title": "PersonInfo.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\PersonInfo.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\PersonInfo.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\PersonInfo.cs", - "RelativeToolTip": "SafeCampus.System\\Entity\\PersonInfo.cs", - "ViewState": "AQIAACkAAAAAAAAAAAAswE0AAAAYAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T01:25:06.898Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 4, - "Title": "PersonInfoDto.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonInfoService\\Dto\\PersonInfoDto.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PersonInfoService\\Dto\\PersonInfoDto.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonInfoService\\Dto\\PersonInfoDto.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PersonInfoService\\Dto\\PersonInfoDto.cs", - "ViewState": "AQIAACIAAAAAAAAAAAAwwDsAAAAyAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T06:31:32.158Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 3, - "Title": "PersonInfoService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonInfoService\\PersonInfoService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PersonInfoService\\PersonInfoService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonInfoService\\PersonInfoService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PersonInfoService\\PersonInfoService.cs", - "ViewState": "AQIAAAcAAAAAAAAAAAAQwBkAAAAFAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T05:02:32.617Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 9, - "Title": "Attendance.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\Attendance.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\Attendance.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\Attendance.cs", - "RelativeToolTip": "SafeCampus.System\\Entity\\Attendance.cs", + "Title": "ReturnDormitoryDto.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\DormitoryService\\Dto\\ReturnDormitoryDto.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\DormitoryService\\Dto\\ReturnDormitoryDto.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\DormitoryService\\Dto\\ReturnDormitoryDto.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\DormitoryService\\Dto\\ReturnDormitoryDto.cs", "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:19:06.107Z", + "WhenOpened": "2024-07-25T02:38:05.155Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 13, - "Title": "SafeCampusResultProvider.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\UnifyResult\\SafeCampusResultProvider.cs", - "RelativeDocumentMoniker": "SafeCampus.Core\\UnifyResult\\SafeCampusResultProvider.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\UnifyResult\\SafeCampusResultProvider.cs", - "RelativeToolTip": "SafeCampus.Core\\UnifyResult\\SafeCampusResultProvider.cs", - "ViewState": "AQIAAB8AAAAAAAAAAIA9wDkAAAAEAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:04:50.683Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 12, - "Title": "ConfigJsonInput.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\Dto\\ConfigJsonInput.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\Dto\\ConfigJsonInput.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\Dto\\ConfigJsonInput.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\Dto\\ConfigJsonInput.cs", - "ViewState": "AQIAAAQAAAAAAAAAAAAtwB8AAAAYAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:04:53.14Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 14, - "Title": "SafeCampusResult.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\UnifyResult\\SafeCampusResult.cs", - "RelativeDocumentMoniker": "SafeCampus.Core\\UnifyResult\\SafeCampusResult.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\UnifyResult\\SafeCampusResult.cs", - "RelativeToolTip": "SafeCampus.Core\\UnifyResult\\SafeCampusResult.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABUAAAAWAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:04:54.684Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 8, - "Title": "PersonSetInfo.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\PersonSetInfo.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\PersonSetInfo.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\PersonSetInfo.cs", - "RelativeToolTip": "SafeCampus.System\\Entity\\PersonSetInfo.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABIAAAARAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T06:44:46.021Z", + "DocumentIndex": 7, + "Title": "BuildingInfo.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\BuildingInfo.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\BuildingInfo.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\BuildingInfo.cs", + "RelativeToolTip": "SafeCampus.System\\Entity\\BuildingInfo.cs", + "ViewState": "AQIAABgAAAAAAAAAAAAYwBkAAAAsAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-25T02:05:11.235Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 11, - "Title": "ConfigService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\Ops\\Config\\ConfigService.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Services\\Ops\\Config\\ConfigService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\Ops\\Config\\ConfigService.cs", - "RelativeToolTip": "SafeCampus.System\\Services\\Ops\\Config\\ConfigService.cs", - "ViewState": "AQIAAGsAAAAAAAAAAAApwH0AAAArAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T09:09:59.87Z", + "DocumentIndex": 10, + "Title": "AttendanceService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\AttendanceService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\AttendanceService\\AttendanceService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\AttendanceService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\AttendanceService\\AttendanceService.cs", + "ViewState": "AQIAAAMAAAAAAAAAAAAAABsAAAAPAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-25T01:45:14.155Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 10, + "DocumentIndex": 4, "Title": "WarnInfoController.cs", "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\WarnInfoController.cs", "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\WarnInfoController.cs", "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\WarnInfoController.cs", "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\WarnInfoController.cs", - "ViewState": "AQIAAKwAAAAAAAAAAADwv8YAAAA6AAAA", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T02:37:26.186Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 17, - "Title": "AuthService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\Auth\\Auth\\AuthService.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Services\\Auth\\Auth\\AuthService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\Auth\\Auth\\AuthService.cs", - "RelativeToolTip": "SafeCampus.System\\Services\\Auth\\Auth\\AuthService.cs", - "ViewState": "AQIAAAsAAAAAAAAAAAAYwCIAAABuAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T03:35:18.298Z", - "EditorCaption": "" - }, - { - "$type": "Document", - "DocumentIndex": 16, - "Title": "BizConfigConst.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Const\\BizConfigConst.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Const\\BizConfigConst.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Const\\BizConfigConst.cs", - "RelativeToolTip": "SafeCampus.System\\Const\\BizConfigConst.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABIAAAABAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T08:35:50.231Z", + "WhenOpened": "2024-07-25T02:14:05.755Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 15, - "Title": "IConfigService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\Ops\\Config\\IConfigService.cs", - "RelativeDocumentMoniker": "SafeCampus.System\\Services\\Ops\\Config\\IConfigService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\Ops\\Config\\IConfigService.cs", - "RelativeToolTip": "SafeCampus.System\\Services\\Ops\\Config\\IConfigService.cs", - "ViewState": "AQIAACUAAAAAAAAAAAAkwDoAAAAGAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T08:42:13.444Z", + "DocumentIndex": 1, + "Title": "DeviceApi.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\DeviceApi.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\DeviceApi.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\DeviceApi.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\DeviceApi.cs", + "ViewState": "AQIAACQAAAAAAAAAAAAYwJ0AAAAzAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-25T02:52:19.16Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 20, - "Title": "PersonApi.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\PersonApi.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\PersonApi.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\PersonApi.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\PersonApi.cs", - "ViewState": "AQIAAFMAAAAAAAAAAAAawC4BAAAEAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T01:18:05.595Z", + "DocumentIndex": 14, + "Title": "AttendanceSearch.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\AttendanceSearch.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\AttendanceSearch.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\AttendanceSearch.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\AttendanceSearch.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAIAAAAdAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-25T01:41:47.606Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 23, - "Title": "PassengerFlowApi.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\PassengerFlowApi.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\PassengerFlowApi.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\PassengerFlowApi.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\PassengerFlowApi.cs", - "ViewState": "AQIAAAkAAAAAAAAAAAAAADEAAAAzAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T05:55:08.524Z", + "DocumentIndex": 3, + "Title": "VioAnalysisController.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\VioAnalysisController.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\VioAnalysisController.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\VioAnalysisController.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\VioAnalysisController.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAwAAAABAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-24T05:33:08.721Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 22, - "Title": "DfieldApi.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\DfieldApi.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\DfieldApi.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\DfieldApi.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\DfieldApi.cs", - "ViewState": "AQIAAGMAAAAAAAAAAAAYwLcAAAAuAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T05:49:20.911Z", + "DocumentIndex": 2, + "Title": "AttendanceApi.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\AttendanceApi.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\AttendanceApi.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\AttendanceApi.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\AttendanceApi.cs", + "ViewState": "AQIAAEIAAAAAAAAAAAAYwHcAAAAVAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-24T07:50:35.643Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 18, - "Title": "AlarmApi.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\AlarmApi.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\AlarmApi.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\AlarmApi.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\AlarmApi.cs", - "ViewState": "AQIAAFAAAAAAAAAAAAAgwAAAAAAAAAAA", + "DocumentIndex": 12, + "Title": "BuildAttendanceSearch.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\BuildAttendanceSearch.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\BuildAttendanceSearch.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\BuildAttendanceSearch.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\BuildAttendanceSearch.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAoAAAAPAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T07:53:51.2Z", + "WhenOpened": "2024-07-25T01:46:36.802Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 30, - "Title": "WarnInfoService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\Warn\\Service\\WarnInfoService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\Warn\\Service\\WarnInfoService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\Warn\\Service\\WarnInfoService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\Warn\\Service\\WarnInfoService.cs", - "ViewState": "AQIAAEEAAAAAAAAAAAAswGgAAAAVAAAA", + "DocumentIndex": 11, + "Title": "CameraGroup.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\CameraGroup.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\CameraGroup.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\CameraGroup.cs", + "RelativeToolTip": "SafeCampus.System\\Entity\\CameraGroup.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T00:58:07.407Z", + "WhenOpened": "2024-07-25T01:55:48.607Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 21, - "Title": "KeyPersonnelController.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\KeyPersonnelController.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\KeyPersonnelController.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\KeyPersonnelController.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\KeyPersonnelController.cs", - "ViewState": "AQIAACoBAAAAAAAAAADwv0cBAAABAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T06:43:04.229Z", + "DocumentIndex": 5, + "Title": "DormitoryService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\DormitoryService\\DormitoryService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\DormitoryService\\DormitoryService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\DormitoryService\\DormitoryService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\DormitoryService\\DormitoryService.cs", + "ViewState": "AQIAAD4AAAAAAAAAAAAlwFcAAABmAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-24T09:24:34.445Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 19, - "Title": "PersonSetInfoService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\PersonSetInfoService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\PersonSetInfoService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\PersonSetInfoService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\PersonSetInfoService.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAIAAAA1AAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T09:55:07.259Z", + "DocumentIndex": 8, + "Title": "Attendance.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\Attendance.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\Attendance.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\Attendance.cs", + "RelativeToolTip": "SafeCampus.System\\Entity\\Attendance.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAUAAAAPAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-25T01:55:51.01Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 29, - "Title": "ClassTeacherController.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\ClassTeacherController.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\ClassTeacherController.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\ClassTeacherController.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\ClassTeacherController.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAMAAAAAAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T01:52:46.329Z", + "DocumentIndex": 9, + "Title": "WarnInfo.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\WarnInfo.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Entity\\WarnInfo.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Entity\\WarnInfo.cs", + "RelativeToolTip": "SafeCampus.System\\Entity\\WarnInfo.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-25T02:03:55.607Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 28, - "Title": "SubscribeHub.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\SubscribeHub.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\SubscribeHub.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\SubscribeHub.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\SubscribeHub.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "DocumentIndex": 13, + "Title": "IAttendanceService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\IAttendanceService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\AttendanceService\\IAttendanceService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\IAttendanceService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\AttendanceService\\IAttendanceService.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAABwAAABbAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T01:52:35.407Z", + "WhenOpened": "2024-07-25T01:36:23.045Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 24, - "Title": "PersonSetInfoDto.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\Dto\\PersonSetInfoDto.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\Dto\\PersonSetInfoDto.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\Dto\\PersonSetInfoDto.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\Dto\\PersonSetInfoDto.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABYAAAAnAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T05:53:22.834Z", - "EditorCaption": "" + "DocumentIndex": 17, + "Title": "AttendanceDto.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\AttendanceDto.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\AttendanceDto.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\AttendanceDto.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\AttendanceService\\Dto\\AttendanceDto.cs", + "ViewState": "AQIAAB0AAAAAAAAAAAAswAIAAAANAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-24T08:02:28.479Z" }, { "$type": "Document", - "DocumentIndex": 25, - "Title": "IPersonSetInfoService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\IPersonSetInfoService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\IPersonSetInfoService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\IPersonSetInfoService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PersonSetInfoService\\IPersonSetInfoService.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABkAAAAvAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T09:55:20.308Z", + "DocumentIndex": 15, + "Title": "BizPositionController.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Organization\\BizPositionController.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Organization\\BizPositionController.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Organization\\BizPositionController.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Organization\\BizPositionController.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAABEAAAAQAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-24T05:37:48.873Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 26, - "Title": "IPersonFacesService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonFacesService\\IPersonFacesService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PersonFacesService\\IPersonFacesService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonFacesService\\IPersonFacesService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PersonFacesService\\IPersonFacesService.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAIAAAAvAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-22T03:40:25.007Z", - "EditorCaption": "" + "DocumentIndex": 16, + "Title": "IDormitoryService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\DormitoryService\\IDormitoryService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\DormitoryService\\IDormitoryService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\DormitoryService\\IDormitoryService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\DormitoryService\\IDormitoryService.cs", + "ViewState": "AQIAACEAAAAAAAAAAAA7wDMAAAAlAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-24T08:17:26.809Z" }, { "$type": "Document", - "DocumentIndex": 27, - "Title": "Web.Development.json", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Web.Development.json", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Web.Development.json", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Web.Development.json", - "RelativeToolTip": "SafeCampus.Web.Core\\Web.Development.json", + "DocumentIndex": 20, + "Title": "UserService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Organization\\User\\UserService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Organization\\User\\UserService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Organization\\User\\UserService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Organization\\User\\UserService.cs", "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2024-07-19T07:50:12.505Z", - "EditorCaption": "" + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", + "WhenOpened": "2024-07-24T03:51:14.704Z" }, { "$type": "Document", - "DocumentIndex": 31, - "Title": "Startup.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Startup.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Startup.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Startup.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Startup.cs", - "ViewState": "AQIAAAsAAAAAAAAAAAAAwBUAAAAlAAAA", + "DocumentIndex": 18, + "Title": "SubscribeHub.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Hub\\SubscribeHub.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Hub\\SubscribeHub.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Hub\\SubscribeHub.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Hub\\SubscribeHub.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAABIAAAASAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T05:17:04.356Z", + "WhenOpened": "2024-07-23T09:16:12.429Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 32, - "Title": "ISqlSugarEntitySeedData.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.SqlSugar\\Extension\\ISqlSugarEntitySeedData.cs", - "RelativeDocumentMoniker": "SafeCampus.SqlSugar\\Extension\\ISqlSugarEntitySeedData.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.SqlSugar\\Extension\\ISqlSugarEntitySeedData.cs", - "RelativeToolTip": "SafeCampus.SqlSugar\\Extension\\ISqlSugarEntitySeedData.cs", - "ViewState": "AQIAAAEAAAAAAAAAAAAAwBIAAAARAAAA", + "DocumentIndex": 19, + "Title": "BizUserController.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Organization\\BizUserController.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Organization\\BizUserController.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Organization\\BizUserController.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Organization\\BizUserController.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAgAAAAmAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T08:18:16.928Z" + "WhenOpened": "2024-07-24T05:31:47.758Z" }, { "$type": "Document", - "DocumentIndex": 33, + "DocumentIndex": 22, "Title": "SysConfigSeedData.cs", "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SeedData\\SysConfigSeedData.cs", "RelativeDocumentMoniker": "SafeCampus.System\\SeedData\\SysConfigSeedData.cs", "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SeedData\\SysConfigSeedData.cs", "RelativeToolTip": "SafeCampus.System\\SeedData\\SysConfigSeedData.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAuwBEAAAAiAAAA", + "ViewState": "AQIAAAAAAAAAAAAAAAAAABMAAAAkAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T08:18:11.672Z" + "WhenOpened": "2024-07-24T03:47:48.222Z" }, { "$type": "Document", - "DocumentIndex": 34, - "Title": "seed_sys_config.json", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SeedData\\Json\\seed_sys_config.json", - "RelativeDocumentMoniker": "SafeCampus.System\\SeedData\\Json\\seed_sys_config.json", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SeedData\\Json\\seed_sys_config.json", - "RelativeToolTip": "SafeCampus.System\\SeedData\\Json\\seed_sys_config.json", - "ViewState": "AQIAABgAAAAAAAAAAAAAAAAAAAAAAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", - "WhenOpened": "2024-07-19T08:17:58.373Z" - }, - { - "$type": "Document", - "DocumentIndex": 35, - "Title": "DeepelephManager.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Manager\\DeepelephManager\\DeepelephManager.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Manager\\DeepelephManager\\DeepelephManager.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Manager\\DeepelephManager\\DeepelephManager.cs", - "RelativeToolTip": "SafeCampus.Application\\Manager\\DeepelephManager\\DeepelephManager.cs", - "ViewState": "AQIAAP0BAAAAAAAAAAD4v9IBAAAiAAAA", + "DocumentIndex": 24, + "Title": "ResourceService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\System\\Resource\\ResourceService.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Services\\System\\Resource\\ResourceService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\System\\Resource\\ResourceService.cs", + "RelativeToolTip": "SafeCampus.System\\Services\\System\\Resource\\ResourceService.cs", + "ViewState": "AQIAALUAAAAAAAAAAAAtwMAAAAAmAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T01:35:31.704Z" + "WhenOpened": "2024-07-24T03:20:41.586Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 37, - "Title": "ClassRoomCallService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\ClassRoomCallService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\ClassRoomCallService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\ClassRoomCallService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\ClassRoomCallService.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABcAAAAJAAAA", + "DocumentIndex": 28, + "Title": "PassengerFlowService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PassengerFlowService\\PassengerFlowService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PassengerFlowService\\PassengerFlowService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PassengerFlowService\\PassengerFlowService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PassengerFlowService\\PassengerFlowService.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAwAAAA5AAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T05:26:14.834Z" + "WhenOpened": "2024-07-24T01:47:55.673Z" }, { "$type": "Document", - "DocumentIndex": 40, - "Title": "CameraInfoService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\CameraInfoService\\CameraInfoService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\CameraInfoService\\CameraInfoService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\CameraInfoService\\CameraInfoService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\CameraInfoService\\CameraInfoService.cs", - "ViewState": "AQIAAEIAAAAAAAAAAAAYwE4AAAAFAAAA", + "DocumentIndex": 21, + "Title": "RoleController.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\System\\Limit\\RoleController.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\System\\Limit\\RoleController.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\System\\Limit\\RoleController.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\System\\Limit\\RoleController.cs", + "ViewState": "AQIAAAQAAAAAAAAAAAAiwBAAAAAUAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T02:37:26.207Z", + "WhenOpened": "2024-07-24T01:12:31.969Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 41, - "Title": "CameraInfoDto.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\CameraInfoService\\Dto\\CameraInfoDto.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\CameraInfoService\\Dto\\CameraInfoDto.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\CameraInfoService\\Dto\\CameraInfoDto.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\CameraInfoService\\Dto\\CameraInfoDto.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAwAAABIAAAA", + "DocumentIndex": 27, + "Title": "CateGoryConst.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Const\\CateGoryConst.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Const\\CateGoryConst.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Const\\CateGoryConst.cs", + "RelativeToolTip": "SafeCampus.System\\Const\\CateGoryConst.cs", + "ViewState": "AQIAAC8AAAAAAAAAAAAtwEQAAAAPAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T03:36:27.5Z" + "WhenOpened": "2024-07-24T03:33:51.349Z" }, { "$type": "Document", - "DocumentIndex": 39, - "Title": "CameraInfoController.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\CameraInfoController.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\CameraInfoController.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\CameraInfoController.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\CameraInfoController.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABoAAAAFAAAA", + "DocumentIndex": 25, + "Title": "SysRoleService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\Limit\\Role\\SysRoleService.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Services\\Limit\\Role\\SysRoleService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\Limit\\Role\\SysRoleService.cs", + "RelativeToolTip": "SafeCampus.System\\Services\\Limit\\Role\\SysRoleService.cs", + "ViewState": "AQIAAMIAAAAAAAAAAAApwOIAAAAxAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T02:37:26.199Z", + "WhenOpened": "2024-07-24T03:13:27.983Z", "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 36, - "Title": "AttendanceService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\AttendanceService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\AttendanceService\\AttendanceService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\AttendanceService\\AttendanceService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\AttendanceService\\AttendanceService.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABEAAABMAAAA", + "DocumentIndex": 29, + "Title": "PassengerFlowList.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PassengerFlowService\\Dto\\PassengerFlowList.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PassengerFlowService\\Dto\\PassengerFlowList.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PassengerFlowService\\Dto\\PassengerFlowList.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PassengerFlowService\\Dto\\PassengerFlowList.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAIAAAAeAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T01:27:57.722Z" + "WhenOpened": "2024-07-24T01:49:58.065Z" }, { "$type": "Document", - "DocumentIndex": 42, - "Title": "ICameraInfoService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\CameraInfoService\\ICameraInfoService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\CameraInfoService\\ICameraInfoService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\CameraInfoService\\ICameraInfoService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\CameraInfoService\\ICameraInfoService.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABgAAAARAAAA", + "DocumentIndex": 23, + "Title": "AlarmApi.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\AlarmApi.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\AlarmApi.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\AlarmApi.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\AlarmApi.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAHcAAAAbAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T03:33:42.239Z" + "WhenOpened": "2024-07-23T09:58:19.482Z" }, { "$type": "Document", - "DocumentIndex": 38, - "Title": "IClassRoomCallService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\IClassRoomCallService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\IClassRoomCallService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\IClassRoomCallService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\IClassRoomCallService.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAkAAAASAAAA", + "DocumentIndex": 26, + "Title": "RelationService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\System\\Relation\\RelationService.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Services\\System\\Relation\\RelationService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Services\\System\\Relation\\RelationService.cs", + "RelativeToolTip": "SafeCampus.System\\Services\\System\\Relation\\RelationService.cs", + "ViewState": "AQIAAAQAAAAAAAAAAAAtwBsAAAAIAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T01:28:04.378Z" + "WhenOpened": "2024-07-24T03:39:10.053Z", + "EditorCaption": "" }, { "$type": "Document", - "DocumentIndex": 44, - "Title": "ClassRoomCallTaskAdd.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskAdd.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskAdd.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskAdd.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskAdd.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", + "DocumentIndex": 31, + "Title": "IPassengerFlowService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PassengerFlowService\\IPassengerFlowService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PassengerFlowService\\IPassengerFlowService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PassengerFlowService\\IPassengerFlowService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PassengerFlowService\\IPassengerFlowService.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAABEAAAAsAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T02:58:49.049Z" + "WhenOpened": "2024-07-24T01:50:28.015Z" }, { "$type": "Document", - "DocumentIndex": 43, - "Title": "ClassRoomCallTaskDto.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskDto.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskDto.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskDto.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskDto.cs", - "ViewState": "AQIAAB0AAAAAAAAAAAAswC0AAAAAAAAA", - "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-19T02:54:39.969Z" + "DocumentIndex": 30, + "Title": "seed_sys_relation.json", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SeedData\\Json\\seed_sys_relation.json", + "RelativeDocumentMoniker": "SafeCampus.System\\SeedData\\Json\\seed_sys_relation.json", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SeedData\\Json\\seed_sys_relation.json", + "RelativeToolTip": "SafeCampus.System\\SeedData\\Json\\seed_sys_relation.json", + "ViewState": "AQIAAHEKAAAAAAAAAAAAAJAKAAAFAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", + "WhenOpened": "2024-07-24T03:11:31.804Z" }, { "$type": "Document", - "DocumentIndex": 45, - "Title": "DeviceApi.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\DeviceApi.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\DeviceApi.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\DeviceApi.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\DeviceApi.cs", - "ViewState": "AQIAAAkAAAAAAAAAAAAAAHAAAAAOAAAA", + "DocumentIndex": 32, + "Title": "PassengerFlowDto.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PassengerFlowService\\Dto\\PassengerFlowDto.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PassengerFlowService\\Dto\\PassengerFlowDto.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PassengerFlowService\\Dto\\PassengerFlowDto.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PassengerFlowService\\Dto\\PassengerFlowDto.cs", + "ViewState": "AQIAABYAAAAAAAAAAAAkwCsAAAAAAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T10:03:31.272Z" + "WhenOpened": "2024-07-24T01:44:15.506Z" }, { "$type": "Document", - "DocumentIndex": 46, - "Title": "AttendanceApi.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\AttendanceApi.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\AttendanceApi.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\AttendanceApi.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\AttendanceApi.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAhwAUAAAAAAAAA", + "DocumentIndex": 34, + "Title": "Startup.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Startup.cs", + "RelativeDocumentMoniker": "SafeCampus.System\\Startup.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\Startup.cs", + "RelativeToolTip": "SafeCampus.System\\Startup.cs", + "ViewState": "AQIAAAYAAAAAAAAAAAAAABwAAAAcAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T09:35:10.721Z" + "WhenOpened": "2024-07-23T09:12:51.654Z" }, { "$type": "Document", - "DocumentIndex": 47, - "Title": "ClassRoomCallTaskSearchRequest.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\Dto\\ClassRoomCallTaskSearchRequest.cs", - "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\Dto\\ClassRoomCallTaskSearchRequest.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Controllers\\Application\\Business\\Dto\\ClassRoomCallTaskSearchRequest.cs", - "RelativeToolTip": "SafeCampus.Web.Core\\Controllers\\Application\\Business\\Dto\\ClassRoomCallTaskSearchRequest.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABQAAAABAAAA", + "DocumentIndex": 33, + "Title": "Startup.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Startup.cs", + "RelativeDocumentMoniker": "SafeCampus.Web.Core\\Startup.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Core\\Startup.cs", + "RelativeToolTip": "SafeCampus.Web.Core\\Startup.cs", + "ViewState": "AQIAAFQAAAAAAAAAAAAAAGoAAAALAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T09:35:54.591Z" + "WhenOpened": "2024-07-23T07:34:00.672Z" }, { "$type": "Document", - "DocumentIndex": 48, - "Title": "ClassRoomCallList.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\Dto\\ClassRoomCallList.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\Dto\\ClassRoomCallList.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\Dto\\ClassRoomCallList.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\ClassRoomCallService\\Dto\\ClassRoomCallList.cs", - "ViewState": "AQIAAAwAAAAAAAAAAAAYwCQAAAAoAAAA", + "DocumentIndex": 38, + "Title": "PersonFacesService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonFacesService\\PersonFacesService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\PersonFacesService\\PersonFacesService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\PersonFacesService\\PersonFacesService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\PersonFacesService\\PersonFacesService.cs", + "ViewState": "AQIAAAAAAAAAAAAAAAAAAAQAAAAcAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T08:25:28.624Z" + "WhenOpened": "2024-07-23T07:50:01.295Z" }, { "$type": "Document", - "DocumentIndex": 49, - "Title": "ClassRoomCallTaskSearch.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskSearch.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskSearch.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskSearch.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\ClassRoomCallTaskService\\Dto\\ClassRoomCallTaskSearch.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAABYAAAASAAAA", + "DocumentIndex": 35, + "Title": "WarnInfoService.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\Warn\\Service\\WarnInfoService.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\Warn\\Service\\WarnInfoService.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\Warn\\Service\\WarnInfoService.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\Warn\\Service\\WarnInfoService.cs", + "ViewState": "AQIAAD4AAAAAAAAAAIAwwE8AAABJAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T06:25:50.491Z" + "WhenOpened": "2024-07-23T08:30:32.323Z" }, { "$type": "Document", - "DocumentIndex": 50, - "Title": "ICameraGroupService.cs", - "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\CameraGroupService\\ICameraGroupService.cs", - "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\CameraGroupService\\ICameraGroupService.cs", - "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\CameraGroupService\\ICameraGroupService.cs", - "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\CameraGroupService\\ICameraGroupService.cs", - "ViewState": "AQIAAAAAAAAAAAAAAAAAAAIAAAAwAAAA", + "DocumentIndex": 36, + "Title": "WarnInfoDto.cs", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\Warn\\Dto\\WarnInfoDto.cs", + "RelativeDocumentMoniker": "SafeCampus.Application\\Services\\Business\\Warn\\Dto\\WarnInfoDto.cs", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\Services\\Business\\Warn\\Dto\\WarnInfoDto.cs", + "RelativeToolTip": "SafeCampus.Application\\Services\\Business\\Warn\\Dto\\WarnInfoDto.cs", + "ViewState": "AQIAAG4AAAAAAAAAAAA0wIwAAABDAAAA", "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", - "WhenOpened": "2024-07-18T06:02:28.201Z" + "WhenOpened": "2024-07-23T08:32:24.035Z" + }, + { + "$type": "Document", + "DocumentIndex": 37, + "Title": "appsettings.json", + "DocumentMoniker": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Entry\\appsettings.json", + "RelativeDocumentMoniker": "SafeCampus.Web.Entry\\appsettings.json", + "ToolTip": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Web.Entry\\appsettings.json", + "RelativeToolTip": "SafeCampus.Web.Entry\\appsettings.json", + "ViewState": "AQIAAA8AAAAAAAAAAAAAACQAAAAEAAAA", + "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|", + "WhenOpened": "2024-07-23T07:33:49.861Z" } ] } diff --git a/SafeCampus.API/.vs/SafeCampus/v17/fileList.bin b/SafeCampus.API/.vs/SafeCampus/v17/fileList.bin index 41f5e17e960f701a24c021921db1b1b4c88c2fee..dc86ec7b8dc0270951a521709eb3116106bf5997 100644 GIT binary patch delta 1030 zcmeC3%e?I{GcN-e7&;teWMGJxys^!Gqt61yiA}BoE~!bS=`ltIMkcxj=DJ2k6BA3A zK&0ZtACVBo}N7v*M_xF#2ztN@uSjo~0qxX5IXqf@=zCT}QU z*}T^0x!&XokI>29)oM(T;MqK-I+v9T6vP3kMaB7fu<)I{AWDc6EV@WJ!Qtm$&Okfs&Fyn7(-L;Ihnsk4HRW+#HfaN0hksO zC6YNICWU0?PCnQpHaVfv4V?Pi`Z{GM+n%v!_9#u-thbs|3K-D|++msdj(LeWmBpFG q;MBM;-E6Xgwjvi$JSVXvGe3`Ua-*2clWMG(laJkjw2|R2YeHJio?qQb|*(@dVjA^p#9kaIgV8OFTHjPmiD-S%=w WO+E{>H6dScvcXN+%|~v0;s5}-??-C@ diff --git a/SafeCampus.API/SafeCampus.Application/Manager/DeepelephManager/DeepelephManager.cs b/SafeCampus.API/SafeCampus.Application/Manager/DeepelephManager/DeepelephManager.cs index 9b8cf69..ad42d5c 100644 --- a/SafeCampus.API/SafeCampus.Application/Manager/DeepelephManager/DeepelephManager.cs +++ b/SafeCampus.API/SafeCampus.Application/Manager/DeepelephManager/DeepelephManager.cs @@ -2,21 +2,14 @@ using System.Drawing.Imaging; using System.Net.WebSockets; using System.Text; -using Dm; -using Masuit.Tools.Systems; using MoYu.DataEncryption; using MoYu.RemoteRequest.Extensions; -using MoYu.Templates; -using NewLife.Caching; using Newtonsoft.Json; using Newtonsoft.Json.Linq; -using OfficeOpenXml.FormulaParsing.Excel.Functions.Text; using SafeCampus.Application.Services.Business.AttendanceService; using SafeCampus.Application.Services.Business.ClassRoomCallService; using SafeCampus.Application.Services.Business.Warn.Dto; using SafeCampus.Application.Services.Business.Warn.Service; -using SafeCampus.Core.Utils.TXYSMS; -using TencentCloud.Nlp.V20190408.Models; namespace SafeCampus.Application.Manager.DeepelephManager; /// @@ -214,6 +207,23 @@ public class DeepelephManager : IDeepelephManager, IScoped var body = json["body"]; if (body != null) { + var model = new WarnInfoDto + { + TenantCode = body["tenantCode"]?.ToString(), + PoiId = body["poiId"]?.ToString(), + AlarmId = body["alarmId"]?.ToString(), + AlarmType = body["alarmType"]?.ToString(), + //AlarmTypeDesc = dayEnum.GetDescription(), + CameraId = body["cameraId"]?.ToString(), + Tick = TimestampToDateTime(body["tick"].ToString()), + SnapshotUrl = body["snapshotUrl"]?.ToString(), + Rects = body["rects"]?.ToString(), + Tags = body["tags"]?.ToString(), + Extend = body["extend"]?.ToString(), + //PersonType = personEnum.GetDescription(), + WarnHand = 0, + + }; PersonType personEnum; if (!Enum.TryParse(body["alarmType"].ToString(), out AlarmType dayEnum)) { @@ -223,9 +233,42 @@ public class DeepelephManager : IDeepelephManager, IScoped if (body["extend"] != null) { var extend = JsonConvert.DeserializeObject(body["extend"].ToString()); + model.PersonId = extend?["personId"]?.ToString(); + model.PersonSetId =extend?["personSetId"]?.ToString(); + model.ClothId =extend?["clothId"]?.ToString(); + model.ClothsSetId =extend?["clothsSetId"]?.ToString(); + model.Gender =extend?["genderScore"]?.ToString(); + model.TrackId =extend?["trackId"]?.ToString(); + model.SpeedLevel =extend?["speedLevel"]?.ToString(); + if (extend["clothSimilarity"] !=null) + model.ClothSimilarity = extend?["clothSimilarity"]?.ParseToFloat(); + if (extend["count"] != null) + model.Count = extend?["count"]?.ParseToInt(); + if (extend["duration"] != null) + model.Duration = extend?["duration"]?.ParseToInt(); + if (extend["faceSimilarity"] != null) + model.FaceSimilarity = extend?["faceSimilarity"]?.ParseToFloat(); + if (extend["maxAroundTracks"] != null) + model.MaxAroundTracks = extend?["maxAroundTracks"]?.ParseToInt(); + + if (extend["genderScore"] != null) + { + if ((float)extend["genderScore"][0] > 0.6) + { + model.Gender = "男性"; + } + else if ((float)extend["genderScore"][1] > 0.6) + { + model.Gender = "女性"; + } + else if ((float)extend["genderScore"][2] > 0.6) + { + model.Gender = "不确定"; + } + } if (extend["personType"] != null) { - if (!Enum.TryParse(body["extend"]?["personType"]?.ToString(), out personEnum)) + if (!Enum.TryParse(extend?["personType"]?.ToString(), out personEnum)) { personEnum = PersonType.unkonwn; } @@ -240,25 +283,13 @@ public class DeepelephManager : IDeepelephManager, IScoped { personEnum = PersonType.unkonwn; } - var model = new WarnInfoDto - { - TenantCode = body["tenantCode"]?.ToString(), - PoiId = body["poiId"]?.ToString(), - AlarmId = body["alarmId"]?.ToString(), - AlarmType = body["alarmType"]?.ToString(), - AlarmTypeDesc = dayEnum.GetDescription(), - CameraId = body["cameraId"]?.ToString(), - Tick = TimestampToDateTime(body["tick"].ToString()), - SnapshotUrl = body["snapshotUrl"]?.ToString(), - Rects = body["rects"]?.ToString(), - Tags = body["tags"]?.ToString(), - Extend = body["extend"]?.ToString(), - PersonType = personEnum.GetDescription(), - WarnHand = 0, - }; + + model.AlarmTypeDesc = dayEnum.GetDescription(); + model.PersonType = personEnum.GetDescription(); + var signImg = Path.Combine(Directory.GetCurrentDirectory(), "Files", App.Configuration["AppInfo:AlarmImg"], model.AlarmId + ".jpg"); var steam = await model.SnapshotUrl.GetAsByteArrayAsync(); - model.SnapshotUrl = $"http://192.168.10.186:8003/Files/alarmImg/{model.AlarmId}.jpg"; + model.SnapshotUrl = $"/Files/{App.Configuration["AppInfo:AlarmImg"]}/{model.AlarmId}.jpg"; using (MemoryStream ms = new MemoryStream(steam)) { using (Bitmap bmp = new Bitmap(ms)) @@ -384,9 +415,9 @@ public class DeepelephManager : IDeepelephManager, IScoped CreateTime = DateTime.Now, TrackId = body["TrackId"]?.ToString() }; - var signImg = Path.Combine(Directory.GetCurrentDirectory(), "Files", App.Configuration["AppInfo:AlarmImg"], model.EventId + ".jpg"); + var signImg = Path.Combine(Directory.GetCurrentDirectory(), "Files", App.Configuration["AppInfo:RoomCallImg"], model.EventId + ".jpg"); var steam = await model.SnapshotUrl.GetAsByteArrayAsync(); - model.SnapshotUrl = $"http://192.168.10.186:8003/Files/roomCallImg/{model.EventId}.jpg"; + model.SnapshotUrl = $"/Files/{App.Configuration["AppInfo:RoomCallImg"]}/{model.EventId}.jpg"; using (MemoryStream ms = new MemoryStream(steam)) { using (Bitmap bmp = new Bitmap(ms)) @@ -443,7 +474,10 @@ public class DeepelephManager : IDeepelephManager, IScoped } LogHelper.WriteToLog("点名webSocket已关闭"); } - + /// + /// 订阅无感考勤 + /// + /// public async Task SubscriberAttendance() { var setting = App.GetOptionsMonitor(); @@ -502,12 +536,13 @@ public class DeepelephManager : IDeepelephManager, IScoped Rects = body["rects"]?.ToString(), Extend = body["extend"]?.ToString(), CreateTime = DateTime.Now, - TrackId = body["TrackId"]?.ToString(), + TrackId = body["trackId"]?.ToString(), + IsAuto = true }; - var signImg = Path.Combine(Directory.GetCurrentDirectory(), "Files", App.Configuration["AppInfo:AlarmImg"], model.EventId + ".jpg"); + var signImg = Path.Combine(Directory.GetCurrentDirectory(), "Files", App.Configuration["AppInfo:AttendanceImg"], model.EventId + ".jpg"); var steam = await model.SnapshotUrl.GetAsByteArrayAsync(); - model.SnapshotUrl = $"http://192.168.10.186:8003/Files/attendanceImg/{model.EventId}.jpg"; + model.SnapshotUrl = $"/Files/{App.Configuration["AppInfo:AttendanceImg"]}/{model.EventId}.jpg"; using (MemoryStream ms = new MemoryStream(steam)) { using (Bitmap bmp = new Bitmap(ms)) diff --git a/SafeCampus.API/SafeCampus.Application/SafeCampus.Application.csproj b/SafeCampus.API/SafeCampus.Application/SafeCampus.Application.csproj index 34ba10b..3a09bfc 100644 --- a/SafeCampus.API/SafeCampus.Application/SafeCampus.Application.csproj +++ b/SafeCampus.API/SafeCampus.Application/SafeCampus.Application.csproj @@ -23,8 +23,6 @@ - - diff --git a/SafeCampus.API/SafeCampus.Application/SafeCampus.Application.xml b/SafeCampus.API/SafeCampus.Application/SafeCampus.Application.xml index d638aae..17e8c43 100644 --- a/SafeCampus.API/SafeCampus.Application/SafeCampus.Application.xml +++ b/SafeCampus.API/SafeCampus.Application/SafeCampus.Application.xml @@ -37,6 +37,12 @@ + + + 订阅无感考勤 + + + 时间戳转本时区日期时间 @@ -304,6 +310,21 @@ 事件发生时间结束 + + + 宿舍楼id + + + + + 归寝日期 + + + + + 是否自动上报 + + 添加考勤记录 @@ -325,6 +346,81 @@ + + + 根据寝室id和归寝时间获取宿舍楼的出入记录 + + + + + + + + ID + + + + + 宿舍楼名称 + + + + + 男寝还是女寝 + + + + + 创建时间 + + + + + 进入摄像头id + + + + + 摄像头名称 + + + + + 出去摄像头id + + + + + 出去摄像头名称 + + + + + 添加 + + 添加参数 + + + + + 修改 + + 添加参数 + + + + + 删除 + + id + + + + + 获取列表 + + + 父级id @@ -891,6 +987,157 @@ + + + ID + + + + + 寝室名称 + + + + + 男寝还是女寝 + + + + + 所属宿舍楼id + + + + + 人员列表 + + + + + 创建时间 + + + + + ID + + + + + 寝室名称 + + + + + 男寝还是女寝 + + + + + 所属宿舍楼id + + + + + 人员数量 + + + + + 创建时间 + + + + + 寝室名称 + + + + + 男寝还是女寝 + + + + + 所属宿舍楼id + + + + + 寝室id + + + + + 人员id + + + + + 归寝查询日期(默认当天) + + + + + 归寝人员数量 + + + + + 添加 + + 添加参数 + + + + + 修改 + + 添加参数 + + + + + 获取详情 + + + + + + + 删除 + + id + + + + + 给寝室分配人员 + + + + + + + 获取列表 + + + + + + 查询归寝寝室列表 + + + + + + + 查询寝室归寝详情 + + + + + 主键Id @@ -936,6 +1183,51 @@ 总数 + + + 主键Id + + + + + 分片Json信息 + + + + + 查询时间 + + + + + 开始时间 + + + + + 结束时间 + + + + + 摄像头id列表 + + + + + 摄像头名称列表 + + + + + 分片类型 + + + + + 总数 + + 开始时间 @@ -1025,7 +1317,7 @@ 寝室名称 - + 人脸列表 @@ -1127,6 +1419,16 @@ + + + 预警id + + + + + 处理意见 + + 租户id @@ -1187,6 +1489,71 @@ 人员名称 + + + 性别 + + + + + 班级id + + + + + 班级名称 + + + + + 人员id + + + + + 人脸相似度 + + + + + 人员跟踪id,同一个id表示是同一个人 + + + + + 服装库id + + + + + 服装id + + + + + 服装相似度 + + + + + 奔跑速度 + + + + + 奔跑时周围人数 + + + + + 人群数量 + + + + + 持续时长 + + 人员类型 @@ -1262,6 +1629,21 @@ 人员名称 + + + 班级id + + + + + 班级名称 + + + + + 性别 + + 人员类型 @@ -1302,7 +1684,7 @@ 预警处理状态 - + 处理预警 diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/AttendanceService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/AttendanceService.cs index c2c49d5..19b336b 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/AttendanceService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/AttendanceService.cs @@ -1,9 +1,14 @@ -namespace SafeCampus.Application.Services.Business.AttendanceService; +using IP2Region.Net.XDB; +using OfficeOpenXml.FormulaParsing.Excel.Functions.Text; + +namespace SafeCampus.Application.Services.Business.AttendanceService; public class AttendanceService:DbRepository, IAttendanceService { public async Task Add(AttendanceDto input) { + var buildingInfo = ChangeRepository>();//切换仓储 + var build = await buildingInfo.GetListAsync(); var model = input.Adapt(); //if (string.IsNullOrEmpty(model.PersonId)) //{ @@ -22,6 +27,7 @@ public class AttendanceService:DbRepository, IAttendanceService // return true; // } //} + model.InsOut = build.Any(x=>x.InsCameraId==model.CameraId); await InsertAsync(model); return true; } @@ -59,4 +65,18 @@ public class AttendanceService:DbRepository, IAttendanceService .ToListAsync(); return list.Adapt>(); } + + public async Task> GetPageListByBuild(BuildAttendanceSearch search) + { + var buildingInfo = ChangeRepository>();//切换仓储 + var build = await buildingInfo.GetFirstAsync(x => x.Id == search.BuildId); + var query = Context.Queryable() + //.Includes(x => x.CameraInfoItem) + .Where(x=>x.CameraId==build.InsCameraId||x.CameraId==build.OutCameraId) + .WhereIF(search.IsAuto.HasValue, x => x.IsAuto == search.IsAuto); + + var list = await query.OrderByDescending(x => x.Tick) + .ToPagedListAsyncMapster(search.PageNum, search.PageSize); + return list; + } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/Dto/BuildAttendanceSearch.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/Dto/BuildAttendanceSearch.cs new file mode 100644 index 0000000..c7671f4 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/Dto/BuildAttendanceSearch.cs @@ -0,0 +1,22 @@ +using System.ComponentModel.DataAnnotations; + +namespace SafeCampus.Application.Services.Business.AttendanceService; + +public class BuildAttendanceSearch:BasePageInput +{ + /// + /// 宿舍楼id + /// + [Required] + public long BuildId { get; set; } + /// + /// 归寝日期 + /// + [Required] + public DateTime ReturnTime { get; set; } + /// + /// 是否自动上报 + /// + public bool? IsAuto { get; set; } + +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/IAttendanceService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/IAttendanceService.cs index 28ee107..e5b8147 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/IAttendanceService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/AttendanceService/IAttendanceService.cs @@ -20,4 +20,11 @@ public interface IAttendanceService:ITransient /// /// Task> GetNoPageList(AttendanceSearch search); + /// + /// 根据寝室id和归寝时间获取宿舍楼的出入记录 + /// + /// + /// + /// + Task> GetPageListByBuild(BuildAttendanceSearch search); } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/BuildingService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/BuildingService.cs index 118e097..8038950 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/BuildingService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/BuildingService.cs @@ -1,6 +1,48 @@ namespace SafeCampus.Application.Services.Business.BuildingService; -public class BuildingService +public class BuildingService:DbRepository,IBuildingService { - + public async Task Add(BuildingInfoDto input) + { + var model = input.Adapt(); + await InsertAsync(model); + return true; + } + + public async Task Update(BuildingInfoDto input) + { + if (!input.Id.HasValue) + { + throw Oops.Oh("请填写ID"); + } + var model = await GetFirstAsync(p => p.Id == input.Id); + if (model == null) + { + throw Oops.Oh("信息不存在"); + } + var res = input.Adapt(model); + await UpdateAsync(res); + return true; + } + + public async Task Delete(long id) + { + var model = await GetFirstAsync(x => x.Id == id); + if (model == null) + { + throw Oops.Oh("信息不存在"); + } + await DeleteAsync(model); + return true; + } + + public async Task> GetNoPageList() + { + var list = await Context.Queryable() + .Includes(x => x.InsCameraInfoItem) + .Includes(x => x.OutCameraInfoItem) + .ToListAsync(); + //var list = await GetListAsync(); + return list.Adapt>(); + } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/Dto/BuildingInfoDto.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/Dto/BuildingInfoDto.cs new file mode 100644 index 0000000..eb4a177 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/Dto/BuildingInfoDto.cs @@ -0,0 +1,47 @@ +namespace SafeCampus.Application.Services.Business.BuildingService; + +public class BuildingInfoDto +{ + /// + /// ID + /// + public long? Id { get; set; } + /// + /// 宿舍楼名称 + /// + public string Name { get; set; } + /// + /// 男寝还是女寝 + /// + public bool Gender { get; set; } + /// + /// 创建时间 + /// + public DateTime CreateTime { get; set; } + /// + /// 进入摄像头id + /// + public string InsCameraId { get; set; } + /// + /// 摄像头名称 + /// + public string InsCameraName { get; set;} + /// + /// 出去摄像头id + /// + public string OutCameraId { get; set; } + /// + /// 出去摄像头名称 + /// + public string OutCameraName { get; set;} +} + +public class BuildingInfoDtoMapper : IRegister +{ + public void Register(TypeAdapterConfig config) + { + config.ForType() + .Map(x => x.InsCameraName, x => x.InsCameraInfoItem.SensorName) + .Map(x => x.OutCameraName, x => x.OutCameraInfoItem.SensorName); + } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/IBuildingService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/IBuildingService.cs index 47aa63e..b585174 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/IBuildingService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/BuildingService/IBuildingService.cs @@ -1,6 +1,29 @@ -namespace SafeCampus.Application.Services.Business.BuildingService; + +namespace SafeCampus.Application.Services.Business.BuildingService; public interface IBuildingService:ITransient { - + /// + /// 添加 + /// + /// 添加参数 + /// + Task Add(BuildingInfoDto input); + /// + /// 修改 + /// + /// 添加参数 + /// + Task Update(BuildingInfoDto input); + /// + /// 删除 + /// + /// id + /// + Task Delete(long id); + /// + /// 获取列表 + /// + /// + Task> GetNoPageList(); } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/CameraGroupService/CameraGroupService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/CameraGroupService/CameraGroupService.cs index 1678d66..9d00a78 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/CameraGroupService/CameraGroupService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/CameraGroupService/CameraGroupService.cs @@ -11,11 +11,11 @@ public class CameraGroupService :DbRepository, ICameraGroupService public async Task Update(CameraGroupInput input) { - if (!input.ID.HasValue) + if (!input.Id.HasValue) { throw Oops.Oh("请填写ID"); } - var model = await GetFirstAsync(p => p.Id == input.ID); + var model = await GetFirstAsync(p => p.Id == input.Id); if (model == null) { throw Oops.Oh("信息不存在"); diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/CameraGroupService/Dto/CameraGroupInput.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/CameraGroupService/Dto/CameraGroupInput.cs index 1541b58..6b9fbc1 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/CameraGroupService/Dto/CameraGroupInput.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/CameraGroupService/Dto/CameraGroupInput.cs @@ -3,5 +3,5 @@ public class CameraGroupInput { public string Name { get; set; } - public long? ID { get; set; } + public long? Id { get; set; } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/ClassRoomCallService/ClassRoomCallService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/ClassRoomCallService/ClassRoomCallService.cs index f08afaa..4706deb 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/ClassRoomCallService/ClassRoomCallService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/ClassRoomCallService/ClassRoomCallService.cs @@ -36,7 +36,7 @@ public class ClassRoomCallService : DbRepository, IClassRoomCallS //var res = input.Adapt(model); model.PersonSetId = input.PersonSetId; model.PersonId = input.PersonId; - await Context.Updateable() + await Context.Updateable(model) .UpdateColumns(x => new { x.PersonSetId, diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/DormitoryService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/DormitoryService.cs index 5a1b22c..9d46853 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/DormitoryService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/DormitoryService.cs @@ -1,6 +1,109 @@ namespace SafeCampus.Application.Services.Business.DormitoryService; -public class DormitoryService +public class DormitoryService:DbRepository,IDormitoryService { - + public async Task Add(DormitoryInfoDto input) + { + var model = input.Adapt(); + await InsertAsync(model); + return true; + } + + public async Task Update(DormitoryInfoDto input) + { + if (!input.Id.HasValue) + { + throw Oops.Oh("请填写ID"); + } + var model = await GetFirstAsync(p => p.Id == input.Id); + if (model == null) + { + throw Oops.Oh("信息不存在"); + } + var res = input.Adapt(model); + await UpdateAsync(res); + return true; + } + + public async Task GetInfo(long id) + { + var query = await Context.Queryable() + .Includes(x => x.PersonInfos) + .FirstAsync(x => x.Id == id); + return query.Adapt(); + } + + public async Task Delete(long id) + { + var personInfo = ChangeRepository>();//切换仓储 + var model = await GetFirstAsync(x => x.Id == id); + if (model == null) + { + throw Oops.Oh("信息不存在"); + } + + var isOK = await personInfo.IsAnyAsync(x => x.DormitoryId == model.Id); + if (isOK) + { + throw Oops.Oh("寝室下还有人员,请转移至其他寝室后在删除!"); + } + await DeleteAsync(model); + return true; + } + + public async Task SetAssignPerson(DormitorySetPersonInput input) + { + var model = await GetFirstAsync(x => x.Id == input.DormitoryId); + if (model == null) + { + throw Oops.Oh("寝室不存在"); + } + var personInfo = ChangeRepository>();//切换仓储 + await personInfo.Context.Updateable().SetColumns(x => x.DormitoryId == input.DormitoryId) + .Where(x => input.PersonIds.Contains(x.PersonId)).ExecuteCommandAsync(); + return true; + } + + public async Task> GetPageList(DormitoryInfoSearch search) + { + var query = Context.Queryable() + .Includes(x => x.PersonInfos) + .WhereIF(search.Gender.HasValue, x => x.Gender == search.Gender) + .WhereIF(!string.IsNullOrEmpty(search.Name), x => x.Name.Contains(search.Name)) + .WhereIF(search.BuildId.HasValue, x => x.BuildId == search.BuildId); + + var list = await query.OrderByDescending(x => x.CreateTime) + .ToPagedListAsyncMapster(search.PageNum, search.PageSize); + return list; + } + + public async Task> GetReturnPageList(ReturnDormitoryISearch search) + { + var buildingInfo = ChangeRepository>();//切换仓储 + var build = await buildingInfo.GetFirstAsync(x => x.Id == search.BuildId); + var query = Context.Queryable() + .Includes(x=>x.BuildingInfoItem) + .Includes(x1 => x1.PersonInfos, + xx => xx.Attendances + .Where(x => x.Tick.Year == search.ReturnTime.Year && x.Tick.Month == search.ReturnTime.Month && + //x.Tick.Day == search.ReturnTime.Day&&x.CameraId== build.InsCameraId).ToList()) + x.Tick.Day == search.ReturnTime.Day).ToList()) + .WhereIF(search.Gender.HasValue, x => x.Gender == search.Gender) + .WhereIF(!string.IsNullOrEmpty(search.Name), x => x.Name.Contains(search.Name)) + .WhereIF(search.BuildId.HasValue, x => x.BuildId == search.BuildId); + + var list = await query.OrderByDescending(x => x.CreateTime) + .ToPagedListAsyncMapster(search.PageNum, search.PageSize); + return list; + } + + public async Task GetReturnInfo(long id, DateTime returnTime) + { + var query = await Context.Queryable() + .Includes(x => x.PersonInfos, xx => xx.Attendances.Where(x => + x.Tick.Year == returnTime.Year && x.Tick.Month == returnTime.Month && + x.Tick.Day == returnTime.Day).ToList()) + .FirstAsync(x => x.Id == id); + return query.Adapt(); + } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoDto.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoDto.cs new file mode 100644 index 0000000..5d28d98 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoDto.cs @@ -0,0 +1,30 @@ +namespace SafeCampus.Application.Services.Business.DormitoryService; + +public class DormitoryInfoDto +{ + /// + /// ID + /// + public long? Id { get; set; } + /// + /// 寝室名称 + /// + public string Name { get; set; } + /// + /// 男寝还是女寝 + /// + public bool Gender { get; set; } + /// + /// 所属宿舍楼id + /// + public long BuildId { get; set; } + + /// + /// 人员列表 + /// + public List PersonInfos { get; set; } + /// + /// 创建时间 + /// + public DateTime CreateTime { get; set; } +} diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoList.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoList.cs new file mode 100644 index 0000000..bdc2cb6 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoList.cs @@ -0,0 +1,37 @@ +namespace SafeCampus.Application.Services.Business.DormitoryService; + +public class DormitoryInfoList +{ + /// + /// ID + /// + public long? Id { get; set; } + /// + /// 寝室名称 + /// + public string Name { get; set; } + /// + /// 男寝还是女寝 + /// + public bool Gender { get; set; } + /// + /// 所属宿舍楼id + /// + public long BuildId { get; set; } + /// + /// 人员数量 + /// + public int PersonCount { get; set; } + /// + /// 创建时间 + /// + public DateTime CreateTime { get; set; } +} +public class DormitoryInfoListMapper : IRegister +{ + public void Register(TypeAdapterConfig config) + { + config.ForType() + .Map(x => x.PersonCount, x => x.PersonInfos.Count); + } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoSearch.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoSearch.cs new file mode 100644 index 0000000..faf31ac --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitoryInfoSearch.cs @@ -0,0 +1,17 @@ +namespace SafeCampus.Application.Services.Business.DormitoryService; + +public class DormitoryInfoSearch:BasePageInput +{ + /// + /// 寝室名称 + /// + public string Name { get; set; } + /// + /// 男寝还是女寝 + /// + public bool? Gender { get; set; } + /// + /// 所属宿舍楼id + /// + public long? BuildId { get; set; } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitorySetPersonInput.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitorySetPersonInput.cs new file mode 100644 index 0000000..5a672cb --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/DormitorySetPersonInput.cs @@ -0,0 +1,13 @@ +namespace SafeCampus.Application.Services.Business.DormitoryService; + +public class DormitorySetPersonInput +{ + /// + /// 寝室id + /// + public long DormitoryId { get; set; } + /// + /// 人员id + /// + public List PersonIds { get; set; } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryDto.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryDto.cs new file mode 100644 index 0000000..1df8d18 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryDto.cs @@ -0,0 +1,17 @@ +using SafeCampus.Application.Services.Business.AttendanceService; + +namespace SafeCampus.Application.Services.Business.DormitoryService; + +public class ReturnDormitoryDto: DormitoryInfoDto +{ + public List AttendanceDtos { get; set; } +} +public class ReturnDormitoryDtoMapper : IRegister +{ + public void Register(TypeAdapterConfig config) + { + config.ForType() + .Map(x => x.AttendanceDtos, + x => x.PersonInfos.Any(xx=>xx.Attendances.Any())? x.PersonInfos.SelectMany(xx => xx.Attendances):null); + } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryISearch.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryISearch.cs new file mode 100644 index 0000000..cf22106 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryISearch.cs @@ -0,0 +1,12 @@ +using System.ComponentModel.DataAnnotations; + +namespace SafeCampus.Application.Services.Business.DormitoryService; + +public class ReturnDormitoryISearch: DormitoryInfoSearch +{ + /// + /// 归寝查询日期(默认当天) + /// + [Required] + public DateTime ReturnTime { get; set; } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryList.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryList.cs new file mode 100644 index 0000000..1df0377 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/Dto/ReturnDormitoryList.cs @@ -0,0 +1,18 @@ +namespace SafeCampus.Application.Services.Business.DormitoryService; + +public class ReturnDormitoryList: DormitoryInfoList +{ + /// + /// 归寝人员数量 + /// + public int DormitoryCount { get; set; } +} +public class ReturnDormitoryListMapper : IRegister +{ + public void Register(TypeAdapterConfig config) + { + config.ForType() + .Map(x => x.DormitoryCount, x => x.PersonInfos.Sum(xx=>xx.Attendances.GroupBy(xxx=>xxx.PersonId).Count())) + .Map(x => x.PersonCount, x => x.PersonInfos.Count); + } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/IDormitoryService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/IDormitoryService.cs index fcf1b2b..cf4e669 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/IDormitoryService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/DormitoryService/IDormitoryService.cs @@ -2,5 +2,52 @@ public interface IDormitoryService:ITransient { - + /// + /// 添加 + /// + /// 添加参数 + /// + Task Add(DormitoryInfoDto input); + /// + /// 修改 + /// + /// 添加参数 + /// + Task Update(DormitoryInfoDto input); + /// + /// 获取详情 + /// + /// + /// + Task GetInfo(long id); + /// + /// 删除 + /// + /// id + /// + Task Delete(long id); + /// + /// 给寝室分配人员 + /// + /// + /// + Task SetAssignPerson(DormitorySetPersonInput input); + /// + /// 获取列表 + /// + /// + Task> GetPageList(DormitoryInfoSearch search); + /// + /// 查询归寝寝室列表 + /// + /// + /// + Task> GetReturnPageList(ReturnDormitoryISearch search); + /// + /// 查询寝室归寝详情 + /// + /// + /// + /// + Task GetReturnInfo(long id,DateTime returnTime); } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/Dto/PassengerFlowDto.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/Dto/PassengerFlowDto.cs index b50b665..07329a0 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/Dto/PassengerFlowDto.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/Dto/PassengerFlowDto.cs @@ -39,4 +39,5 @@ public class PassengerFlowDto /// 总数 /// public int Total { get; set; } -} \ No newline at end of file +} + diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/Dto/PassengerFlowList.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/Dto/PassengerFlowList.cs new file mode 100644 index 0000000..3f8609a --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/Dto/PassengerFlowList.cs @@ -0,0 +1,42 @@ +namespace SafeCampus.Application.Services.Business.PassengerFlowService.Dto; + +public class PassengerFlowList +{ + /// + /// 主键Id + /// + public long Id { get; set; } + + /// + /// 分片Json信息 + /// + public string ExtJson { get; set; } + /// + /// 查询时间 + /// + public DateTime QueryTime { get; set; } + /// + /// 开始时间 + /// + public DateTime StartTime { get; set; } + /// + /// 结束时间 + /// + public DateTime EndTime { get; set; } + /// + /// 摄像头id列表 + /// + public string CameraIds { get; set; } + /// + /// 摄像头名称列表 + /// + public string CameraNames { get; set; } + /// + /// 分片类型 + /// + public bool Split { get; set; } + /// + /// 总数 + /// + public int Total { get; set; } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/IPassengerFlowService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/IPassengerFlowService.cs index 1065fe9..1d12354 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/IPassengerFlowService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/IPassengerFlowService.cs @@ -15,5 +15,5 @@ public interface IPassengerFlowService : ITransient /// /// /// - Task> GetPageList(PassengerFlowSearch search); + Task> GetPageList(PassengerFlowSearch search); } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/PassengerFlowService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/PassengerFlowService.cs index 3876716..725aa57 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/PassengerFlowService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/PassengerFlowService/PassengerFlowService.cs @@ -22,7 +22,7 @@ public class PassengerFlowService:DbRepository, IPassengerFlowSer return true; } - public async Task> GetPageList(PassengerFlowSearch search) + public async Task> GetPageList(PassengerFlowSearch search) { var query = Context.Queryable() .WhereIF(search.Split.HasValue, x => x.Split == search.Split) @@ -31,7 +31,7 @@ public class PassengerFlowService:DbRepository, IPassengerFlowSer .WhereIF(search.EndTime.HasValue, x => x.QueryTime <= search.EndTime); var list = await query.OrderByDescending(x => x.QueryTime) - .ToPagedListAsyncMapster(search.PageNum, search.PageSize); + .ToPagedListAsyncMapster(search.PageNum, search.PageSize); return list; } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/PersonInfoService/Dto/PersonInfoDto.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/PersonInfoService/Dto/PersonInfoDto.cs index 365f46d..d1f31d2 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/PersonInfoService/Dto/PersonInfoDto.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/PersonInfoService/Dto/PersonInfoDto.cs @@ -49,7 +49,7 @@ public class PersonInfoDto /// /// 人脸列表 /// - public List PersonFacesList { get; set; } + public List Faces { get; set; } /// /// 创建时间 /// @@ -63,6 +63,7 @@ public class PersonInfoDtoMapper : IRegister //.Map(dest => dest.CameraName, src => src.CameraId.GetDescriptionByEnum()); .Map(dest => dest.PersonSetId, src => src.PersonSetId) .Map(dest => dest.PersonSetName, src => src.PersonSetInfoItem.PersonSetName) + .Map(dest => dest.Faces, src => src.PersonFacesList) .Map(dest => dest.DormitoryName, src => src.DormitoryInfoItem.Name); } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/PersonInfoService/PersonInfoService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/PersonInfoService/PersonInfoService.cs index e52cdf3..2e04127 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/PersonInfoService/PersonInfoService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/PersonInfoService/PersonInfoService.cs @@ -27,7 +27,11 @@ public class PersonInfoService:DbRepository, IPersonInfoService public async Task GetInfo(string id) { - var model = await GetFirstAsync(x => x.PersonId == id); + var model = await Context.Queryable() + .Includes(x => x.DormitoryInfoItem) + .Includes(x => x.PersonSetInfoItem) + .Includes(x => x.PersonFacesList) + .FirstAsync(x => x.PersonId == id); if (model == null) { return null; @@ -64,8 +68,8 @@ public class PersonInfoService:DbRepository, IPersonInfoService .Includes(x=>x.PersonFacesList) .Includes(x=>x.DormitoryInfoItem) .WhereIF(!string.IsNullOrEmpty(search.PersonSetId), x => x.PersonSetId == search.PersonSetId) - .WhereIF(!string.IsNullOrEmpty(search.PersonName), x => x.Name == search.PersonName) - .WhereIF(!string.IsNullOrEmpty(search.Phone), x => x.Phone == search.Phone); + .WhereIF(!string.IsNullOrEmpty(search.PersonName), x => x.Name.Contains(search.PersonName)) + .WhereIF(!string.IsNullOrEmpty(search.Phone), x => x.Phone.Contains(search.Phone)); var list = await query.OrderByDescending(x => x.CreateTime) .ToPagedListAsyncMapster(search.PageNum, search.PageSize); diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/HandWarnInput.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/HandWarnInput.cs new file mode 100644 index 0000000..af13e65 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/HandWarnInput.cs @@ -0,0 +1,14 @@ +namespace SafeCampus.Application.Services.Business.Warn.Dto; + +public class HandWarnInput +{ + /// + /// 预警id + /// + public long Id { get; set; } + /// + /// 处理意见 + /// + public string Remark { get; set; } + +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/WarnInfoDto.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/WarnInfoDto.cs index f3cbcbe..0b8e02d 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/WarnInfoDto.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/WarnInfoDto.cs @@ -54,6 +54,58 @@ public class WarnInfoDto /// public string PersonName { get; set; } /// + /// 性别 + /// + public string Gender { get; set; } + /// + /// 班级id + /// + public string PersonSetId { get; set; } + /// + /// 班级名称 + /// + public string PersonSetName { get; set; } + /// + /// 人员id + /// + public string PersonId { get; set; } + /// + /// 人脸相似度 + /// + public float? FaceSimilarity { get; set; } + /// + /// 人员跟踪id,同一个id表示是同一个人 + /// + public string TrackId { get; set; } + /// + /// 服装库id + /// + public string ClothsSetId { get; set; } + /// + /// 服装id + /// + public string ClothId { get; set; } + /// + /// 服装相似度 + /// + public float? ClothSimilarity { get; set; } + /// + /// 奔跑速度 + /// + public string SpeedLevel { get; set; } + /// + /// 奔跑时周围人数 + /// + public int? MaxAroundTracks { get; set; } + /// + /// 人群数量 + /// + public int? Count { get; set; } + /// + /// 持续时长 + /// + public int? Duration { get; set; } + /// /// 人员类型 /// public string PersonType { get; set; } @@ -78,3 +130,14 @@ public class WarnInfoDto /// public DateTime? HandTime { get; set; } } +public class WarnInfoDtoMapper : IRegister +{ + public void Register(TypeAdapterConfig config) + { + config.ForType() + //.Map(dest => dest.CameraName, src => src.CameraId.GetDescriptionByEnum()); + .Map(x => x.PersonSetName,x=>x.PersonSetInfoItem.PersonSetName) + .Map(x => x.PersonName,x=>x.PersonInfoItem.Name) + .Map(dest => dest.CameraName, src => src.CameraInfoItem.SensorName); + } +} diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/WarnInfoList.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/WarnInfoList.cs index fcef674..94dd24d 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/WarnInfoList.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Dto/WarnInfoList.cs @@ -41,6 +41,18 @@ public class WarnInfoList /// public string PersonName { get; set; } /// + /// 班级id + /// + public string PersonSetId { get; set; } + /// + /// 班级名称 + /// + public string PersonSetName { get; set; } + /// + /// 性别 + /// + public string Gender { get; set; } + /// /// 人员类型 /// public string PersonType { get; set; } @@ -60,6 +72,8 @@ public class WarnInfoListMapper : IRegister config.ForType() //.Map(dest => dest.CameraName, src => src.CameraId.GetDescriptionByEnum()); .Map(dest => dest.CameraName, src => src.CameraInfoItem.SensorName) + .Map(x=>x.PersonName,x=>x.PersonInfoItem.Name) + .Map(x=>x.PersonSetName,x=>x.PersonSetInfoItem.PersonSetName) .Map(dest => dest.CameraGroup, src => src.CameraInfoItem.CameraGroupItem.Name); } } diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Service/IWarnInfoService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Service/IWarnInfoService.cs index ff790c4..df63119 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Service/IWarnInfoService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Service/IWarnInfoService.cs @@ -10,7 +10,7 @@ public interface IWarnInfoService:IApiBaseInterface /// /// - Task HandWarn(long id,string remark); + Task HandWarn(HandWarnInput input); /// /// 获取列表不分页 /// diff --git a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Service/WarnInfoService.cs b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Service/WarnInfoService.cs index f596861..37ef976 100644 --- a/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Service/WarnInfoService.cs +++ b/SafeCampus.API/SafeCampus.Application/Services/Business/Warn/Service/WarnInfoService.cs @@ -53,7 +53,11 @@ public class WarnInfoService:DbRepository, IWarnInfoService,ITransient public async Task GetInfo(long Id) { - var model = await Context.Queryable().Includes(x=>x.CameraInfoItem).Where(x=>x.Id==Id).FirstAsync(); + var model = await Context.Queryable() + .Includes(x=>x.CameraInfoItem) + .Includes(x => x.PersonInfoItem) + .Includes(x => x.PersonSetInfoItem) + .FirstAsync(x => x.Id == Id); if (model == null) { throw Oops.Oh("信息不存在!"); @@ -93,6 +97,8 @@ public class WarnInfoService:DbRepository, IWarnInfoService,ITransient var query = Context.Queryable() .Includes(x=>x.CameraInfoItem) + .Includes(x=>x.PersonInfoItem) + .Includes(x=>x.PersonSetInfoItem) .WhereIF(search.WarnHand.HasValue, x => x.WarnHand == search.WarnHand) .WhereIF(!string.IsNullOrEmpty(search.AlarmType),x => x.AlarmType == search.AlarmType) .WhereIF(!string.IsNullOrEmpty(search.CameraId), x => x.CameraId == search.CameraId) @@ -107,14 +113,14 @@ public class WarnInfoService:DbRepository, IWarnInfoService,ITransient } - public async Task HandWarn(long id, string remark) + public async Task HandWarn(HandWarnInput input) { - var model = await GetFirstAsync(p => p.Id == id); + var model = await GetFirstAsync(p => p.Id == input.Id); if (model == null) { throw Oops.Oh("信息不存在!"); } - model.Remark = remark; + model.Remark = input.Remark; model.WarnHand = 1; model.HandTime = DateTime.Now; await UpdateAsync(model); diff --git a/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.AssemblyInfo.cs index 55127f2..8ad0058 100644 --- a/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Application")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Application")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Application")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.AssemblyInfoInputs.cache index c6f8a0f..72e574c 100644 --- a/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.AssemblyInfoInputs.cache @@ -1 +1 @@ -70bc5289494d16bc959530194a004c3b74cb88c74bc6afbffd4652a594d9558d +13d08345706d9cc702038fbc16aeea8f054b206dee59f83a95fad54c7fc11d7c diff --git a/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.csproj.AssemblyReference.cache b/SafeCampus.API/SafeCampus.Application/obj/Debug/net6.0/SafeCampus.Application.csproj.AssemblyReference.cache index 4cdc28308272673a94cee4e1032166e0d078c557..1a7e9c0041e9aaba03d05ff90010685813d3b7ab 100644 GIT binary patch delta 22 dcmbQ&%Q~-@bwWN{X!`Ra|22)JTT2-=-2iJ>2?hWF delta 22 ecmbQ&%Q~-@bwWOy$is{+2CEuNx0W($x&Z)bx(ML_ diff --git a/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.AssemblyInfo.cs index 55127f2..8ad0058 100644 --- a/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Application")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Application")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Application")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.AssemblyInfoInputs.cache index c6f8a0f..72e574c 100644 --- a/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.AssemblyInfoInputs.cache @@ -1 +1 @@ -70bc5289494d16bc959530194a004c3b74cb88c74bc6afbffd4652a594d9558d +13d08345706d9cc702038fbc16aeea8f054b206dee59f83a95fad54c7fc11d7c diff --git a/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.csproj.AssemblyReference.cache b/SafeCampus.API/SafeCampus.Application/obj/Debug/net7.0/SafeCampus.Application.csproj.AssemblyReference.cache index 016225d4f86d01206c3497dfe31e5adaa793de43..ae4ee001a04229d0392cee5e496de6bb45443a69 100644 GIT binary patch delta 22 ecmeC2z}h*1bwWOyUGKXh|22)JTT2>ZY^bO-~#}7qY0h> delta 22 ecmex5m*wkRmI?W6${d+n3|2LkZY^bO-~#}03<(1O diff --git a/SafeCampus.API/SafeCampus.Application/obj/SafeCampus.Application.csproj.nuget.dgspec.json b/SafeCampus.API/SafeCampus.Application/obj/SafeCampus.Application.csproj.nuget.dgspec.json index a01bea5..c0a3a68 100644 --- a/SafeCampus.API/SafeCampus.Application/obj/SafeCampus.Application.csproj.nuget.dgspec.json +++ b/SafeCampus.API/SafeCampus.Application/obj/SafeCampus.Application.csproj.nuget.dgspec.json @@ -124,6 +124,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Cache\\SafeCampus.Cache.csproj": { @@ -264,6 +269,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\SafeCampus.Core.csproj": { @@ -536,6 +546,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Plugin\\SafeCampus.Plugin.Aop\\SafeCampus.Plugin.Aop.csproj": { @@ -658,6 +673,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.SqlSugar\\SafeCampus.SqlSugar.csproj": { @@ -798,6 +818,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SafeCampus.System.csproj": { @@ -971,6 +996,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } diff --git a/SafeCampus.API/SafeCampus.Application/obj/project.assets.json b/SafeCampus.API/SafeCampus.Application/obj/project.assets.json index a633b0d..9e3d659 100644 --- a/SafeCampus.API/SafeCampus.Application/obj/project.assets.json +++ b/SafeCampus.API/SafeCampus.Application/obj/project.assets.json @@ -3464,19 +3464,19 @@ } } }, - "net7.0": { + "net6.0/win-x64": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "7.0.0" + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } } @@ -3487,12 +3487,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -3528,12 +3528,12 @@ "CommunityToolkit.HighPerformance/8.1.0": { "type": "package", "compile": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } } @@ -3582,10 +3582,10 @@ "IP2Region.Net/2.0.2": { "type": "package", "compile": { - "lib/net7.0/IP2Region.Net.dll": {} + "lib/net6.0/IP2Region.Net.dll": {} }, "runtime": { - "lib/net7.0/IP2Region.Net.dll": {} + "lib/net6.0/IP2Region.Net.dll": {} } }, "Lazy.Captcha.Core/2.0.7": { @@ -3608,23 +3608,23 @@ "Magicodes.IE.Core/2.7.5.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyModel": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyModel": "6.0.0", "SixLabors.ImageSharp": "3.0.0", "System.ComponentModel.Annotations": "4.7.0" }, "compile": { - "lib/net7.0/Magicodes.IE.Core.dll": { + "lib/net6.0/Magicodes.IE.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Magicodes.IE.Core.dll": { + "lib/net6.0/Magicodes.IE.Core.dll": { "related": ".xml" } }, "resource": { - "lib/net7.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "lib/net6.0/zh-Hans/Magicodes.IE.Core.resources.dll": { "locale": "zh-Hans" } } @@ -3635,14 +3635,14 @@ "Microsoft.IO.RecyclableMemoryStream": "2.1.1", "SixLabors.ImageSharp": "3.0.0", "SkiaSharp": "2.88.6", - "System.Security.Cryptography.Pkcs": "7.0.1", - "System.Text.Encoding.CodePages": "7.0.0" + "System.Security.Cryptography.Pkcs": "6.0.1", + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net7.0/Magicodes.IE.EPPlus.dll": {} + "lib/net6.0/Magicodes.IE.EPPlus.dll": {} }, "runtime": { - "lib/net7.0/Magicodes.IE.EPPlus.dll": {} + "lib/net6.0/Magicodes.IE.EPPlus.dll": {} } }, "Magicodes.IE.Excel/2.7.5.1": { @@ -3655,12 +3655,12 @@ "System.Linq.Dynamic.Core": "1.2.6" }, "compile": { - "lib/net7.0/Magicodes.IE.Excel.dll": { + "lib/net6.0/Magicodes.IE.Excel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Magicodes.IE.Excel.dll": { + "lib/net6.0/Magicodes.IE.Excel.dll": { "related": ".xml" } } @@ -3671,19 +3671,19 @@ "Mapster.Core": "1.2.1" }, "compile": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} }, "runtime": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} } }, "Mapster.Core/1.2.1": { "type": "package", "compile": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} }, "runtime": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} } }, "Mapster.DependencyInjection/1.0.1": { @@ -3693,10 +3693,10 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} }, "runtime": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} } }, "Masuit.Tools.Abstractions/2024.3.4": { @@ -3718,12 +3718,12 @@ "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -3732,31 +3732,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "7.0.15" + "Microsoft.EntityFrameworkCore": "[6.0.26]" }, "compile": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.29": { "type": "package", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -3764,37 +3764,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "Microsoft.AspNetCore.JsonPatch/6.0.29": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.29": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Microsoft.AspNetCore.JsonPatch": "6.0.29", "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -3827,53 +3827,53 @@ "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hant" } } @@ -3884,53 +3884,53 @@ "Microsoft.CodeAnalysis.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hant" } } @@ -3944,53 +3944,53 @@ "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -4005,53 +4005,53 @@ "System.Threading.Channels": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -4085,40 +4085,15 @@ } }, "runtime": { - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "related": ".pdb;.xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".pdb" } } }, "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { "type": "package", - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x86" - } + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} } }, "Microsoft.Data.Sqlite/8.0.1": { @@ -4150,14 +4125,16 @@ } } }, - "Microsoft.EntityFrameworkCore/7.0.15": { + "Microsoft.EntityFrameworkCore/6.0.26": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "6.0.26", + "Microsoft.EntityFrameworkCore.Analyzers": "6.0.26", + "Microsoft.Extensions.Caching.Memory": "6.0.1", + "Microsoft.Extensions.DependencyInjection": "6.0.1", + "Microsoft.Extensions.Logging": "6.0.0", + "System.Collections.Immutable": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { @@ -4173,7 +4150,7 @@ "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { "type": "package", "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { @@ -4186,7 +4163,7 @@ } } }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -4210,12 +4187,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -4233,12 +4210,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -4253,12 +4230,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -4272,12 +4249,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -4291,12 +4268,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -4314,12 +4291,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -4337,12 +4314,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -4350,34 +4327,35 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { + "Microsoft.Extensions.DependencyInjection/6.0.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -4385,24 +4363,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/7.0.0": { + "Microsoft.Extensions.DependencyModel/6.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" + "System.Buffers": "4.5.1", + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { @@ -4432,12 +4410,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -4448,12 +4426,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -4461,26 +4439,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/7.0.0": { + "Microsoft.Extensions.Logging/6.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { @@ -4489,12 +4465,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -4509,12 +4485,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -4532,12 +4508,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -4547,13 +4523,16 @@ }, "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -4730,37 +4709,25 @@ } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "Minio/5.0.0": { @@ -4771,12 +4738,12 @@ "System.Reactive.Linq": "5.0.0" }, "compile": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } } @@ -4848,15 +4815,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.29" }, "compile": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -4866,15 +4833,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -4887,12 +4854,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -4911,20 +4878,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.29", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "7.0.0", - "System.Text.Json": "7.0.4", + "Microsoft.Extensions.DependencyModel": "6.0.0", + "System.Text.Json": "6.0.9", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -4932,12 +4899,12 @@ "MySqlConnector/2.2.5": { "type": "package", "compile": { - "lib/net7.0/MySqlConnector.dll": { + "lib/net6.0/MySqlConnector.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MySqlConnector.dll": { + "lib/net6.0/MySqlConnector.dll": { "related": ".xml" } } @@ -4945,12 +4912,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } } @@ -5055,650 +5022,519 @@ } } }, - "SharpCompress/0.37.2": { + "runtime.any.System.Collections/4.3.0": { "type": "package", "dependencies": { - "ZstdSharp.Port": "0.8.0" + "System.Runtime": "4.3.0" }, "compile": { - "lib/net6.0/SharpCompress.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SharpCompress.dll": {} + "lib/netstandard1.3/System.Collections.dll": {} } }, - "SharpZipLib/1.4.2": { + "runtime.any.System.Diagnostics.Tracing/4.3.0": { "type": "package", "compile": { - "lib/net6.0/ICSharpCode.SharpZipLib.dll": { - "related": ".pdb;.xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/ICSharpCode.SharpZipLib.dll": { - "related": ".pdb;.xml" - } + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} } }, - "SimpleRedis/1.1.9": { + "runtime.any.System.Globalization/4.3.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "7.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", - "NewLife.Redis": "5.6.2024.402" - }, "compile": { - "lib/net7.0/SimpleRedis.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net7.0/SimpleRedis.dll": { - "related": ".xml" - } + "lib/netstandard1.3/System.Globalization.dll": {} } }, - "SimpleTool/1.0.6": { + "runtime.any.System.IO/4.3.0": { "type": "package", - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, "compile": { - "lib/net7.0/SimpleTool.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net7.0/SimpleTool.dll": { - "related": ".xml" - } + "lib/netstandard1.5/System.IO.dll": {} } }, - "SixLabors.Fonts/2.0.3": { + "runtime.any.System.Reflection/4.3.0": { "type": "package", "compile": { - "lib/net6.0/SixLabors.Fonts.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SixLabors.Fonts.dll": { - "related": ".xml" - } + "lib/netstandard1.5/System.Reflection.dll": {} } }, - "SixLabors.ImageSharp/3.1.4": { + "runtime.any.System.Reflection.Extensions/4.3.0": { "type": "package", "compile": { - "lib/net6.0/SixLabors.ImageSharp.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SixLabors.ImageSharp.dll": { - "related": ".xml" - } - }, - "build": { - "build/_._": {} + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} } }, - "SixLabors.ImageSharp.Drawing/2.1.3": { + "runtime.any.System.Reflection.Primitives/4.3.0": { "type": "package", - "dependencies": { - "SixLabors.Fonts": "2.0.3", - "SixLabors.ImageSharp": "3.1.4" - }, "compile": { - "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { - "related": ".xml" - } + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} } }, - "SkiaSharp/2.88.6": { + "runtime.any.System.Resources.ResourceManager/4.3.0": { "type": "package", - "dependencies": { - "SkiaSharp.NativeAssets.Win32": "2.88.6", - "SkiaSharp.NativeAssets.macOS": "2.88.6" - }, "compile": { - "lib/net6.0/SkiaSharp.dll": { - "related": ".pdb;.xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SkiaSharp.dll": { - "related": ".pdb;.xml" - } + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} } }, - "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { + "runtime.any.System.Runtime/4.3.0": { "type": "package", "dependencies": { - "SkiaSharp": "2.88.6" + "System.Private.Uri": "4.3.0" }, "compile": { - "lib/net6.0/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-arm" - }, - "runtimes/linux-arm64/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-arm64" - }, - "runtimes/linux-musl-x64/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-musl-x64" - }, - "runtimes/linux-x64/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-x64" - } + "lib/netstandard1.5/System.Runtime.dll": {} } }, - "SkiaSharp.NativeAssets.macOS/2.88.6": { + "runtime.any.System.Runtime.Handles/4.3.0": { "type": "package", "compile": { - "lib/net6.0/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/osx/native/libSkiaSharp.dylib": { - "assetType": "native", - "rid": "osx" - } + "lib/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "SkiaSharp.NativeAssets.Win32/2.88.6": { + "runtime.any.System.Runtime.InteropServices/4.3.0": { "type": "package", "compile": { - "lib/net6.0/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win-arm64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x86" - } + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} } }, - "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "runtime.any.System.Text.Encoding/4.3.0": { "type": "package", - "dependencies": { - "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", - "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" - }, "compile": { - "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + "lib/netstandard1.3/System.Text.Encoding.dll": {} } }, - "SQLitePCLRaw.core/2.1.6": { + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { "type": "package", - "dependencies": { - "System.Memory": "4.5.3" - }, "compile": { - "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} } }, - "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "runtime.any.System.Threading.Tasks/4.3.0": { "type": "package", "compile": { - "lib/netstandard2.0/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.0/_._": {} - }, - "build": { - "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} - }, - "runtimeTargets": { - "runtimes/browser-wasm/nativeassets/net7.0/e_sqlite3.a": { - "assetType": "native", - "rid": "browser-wasm" - }, - "runtimes/linux-arm/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-arm" - }, - "runtimes/linux-arm64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-arm64" - }, - "runtimes/linux-armel/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-armel" - }, - "runtimes/linux-mips64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-mips64" - }, - "runtimes/linux-musl-arm/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-arm" - }, - "runtimes/linux-musl-arm64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-arm64" - }, - "runtimes/linux-musl-x64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-x64" - }, - "runtimes/linux-ppc64le/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-ppc64le" - }, - "runtimes/linux-s390x/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-s390x" - }, - "runtimes/linux-x64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-x64" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-x86" - }, - "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "maccatalyst-arm64" - }, - "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "maccatalyst-x64" - }, - "runtimes/osx-arm64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "osx-arm64" - }, - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "osx-x64" - }, - "runtimes/win-arm/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-x86" - } + "lib/netstandard1.3/System.Threading.Tasks.dll": {} } }, - "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "runtime.win.System.Diagnostics.Debug/4.3.0": { "type": "package", - "dependencies": { - "SQLitePCLRaw.core": "2.1.6" - }, "compile": { - "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} } }, - "SqlSugarCore/5.1.4.158": { + "runtime.win.System.IO.FileSystem/4.3.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "2.1.7", - "Microsoft.Data.Sqlite": "8.0.1", - "MySqlConnector": "2.2.5", - "Newtonsoft.Json": "13.0.2", - "Npgsql": "5.0.18", - "Oracle.ManagedDataAccess.Core": "3.21.100", - "Oscar.Data.SqlClient": "4.0.4", - "SqlSugarCore.Dm": "1.3.0", - "SqlSugarCore.Kdbndp": "9.3.6.411", - "System.Data.Common": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/netstandard2.1/SqlSugar.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.1/SqlSugar.dll": {} + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} } }, - "SqlSugarCore.Dm/1.3.0": { + "runtime.win.System.Runtime.Extensions/4.3.0": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "5.0.0" + "System.Private.Uri": "4.3.0" }, "compile": { - "lib/netstandard2.0/DmProvider.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.0/DmProvider.dll": {} + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} } }, - "SqlSugarCore.Kdbndp/9.3.6.411": { + "SharpCompress/0.37.2": { "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, "compile": { - "lib/netstandard2.1/Kdbndp.dll": {} + "lib/net6.0/SharpCompress.dll": {} }, "runtime": { - "lib/netstandard2.1/Kdbndp.dll": {} + "lib/net6.0/SharpCompress.dll": {} } }, - "Swashbuckle.AspNetCore/6.5.0": { + "SharpZipLib/1.4.2": { "type": "package", - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } }, - "build": { - "build/_._": {} + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } } }, - "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "SimpleRedis/1.1.9": { "type": "package", "dependencies": { - "Microsoft.OpenApi": "1.2.3" + "Microsoft.Extensions.Configuration": "6.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", + "NewLife.Redis": "5.6.2024.402" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SimpleRedis.dll": { + "related": ".xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SimpleRedis.dll": { + "related": ".xml" } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] + } }, - "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "SimpleTool/1.0.6": { "type": "package", "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.5.0" + "Newtonsoft.Json": "13.0.3" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SimpleTool.dll": { + "related": ".xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SimpleTool.dll": { + "related": ".xml" } } }, - "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "SixLabors.Fonts/2.0.3": { "type": "package", "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] + } }, - "System.CodeDom/8.0.0": { + "SixLabors.ImageSharp/3.1.4": { "type": "package", "compile": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/SixLabors.ImageSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/SixLabors.ImageSharp.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "build/_._": {} } }, - "System.Collections/4.3.0": { + "SixLabors.ImageSharp.Drawing/2.1.3": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" }, "compile": { - "ref/netstandard1.3/_._": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { "related": ".xml" } } }, - "System.Collections.Concurrent/4.3.0": { + "SkiaSharp/2.88.6": { "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" + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": { - "related": ".xml" + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } } }, - "System.Collections.Immutable/8.0.0": { + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6" + }, "compile": { - "lib/net7.0/System.Collections.Immutable.dll": { - "related": ".xml" - } + "lib/net6.0/_._": {} }, "runtime": { - "lib/net7.0/System.Collections.Immutable.dll": { - "related": ".xml" - } + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} }, - "build": { - "buildTransitive/net6.0/_._": {} + "runtime": { + "lib/net6.0/_._": {} } }, - "System.ComponentModel/4.3.0": { + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { "type": "package", "dependencies": { - "System.Runtime": "4.3.0" + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" }, "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": { - "related": ".xml" - } + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} }, "runtime": { - "lib/netstandard1.3/System.ComponentModel.dll": {} + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} } }, - "System.ComponentModel.Annotations/4.7.0": { + "SQLitePCLRaw.core/2.1.6": { "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, "compile": { - "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { - "related": ".xml" - } + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} }, "runtime": { - "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { - "related": ".xml" - } + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} } }, - "System.ComponentModel.Primitives/4.3.0": { + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} + }, + "build": { + "buildTransitive/net6.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { "type": "package", "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" + "SQLitePCLRaw.core": "2.1.6" }, "compile": { - "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { - "related": ".xml" - } + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} }, "runtime": { - "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} } }, - "System.Composition/8.0.0": { + "SqlSugarCore/5.1.4.158": { "type": "package", "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" }, "compile": { - "lib/netcoreapp2.0/_._": {} + "lib/netstandard2.1/SqlSugar.dll": {} }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" }, - "build": { - "buildTransitive/net6.0/_._": {} + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} } }, - "System.Composition.AttributedModel/8.0.0": { + "SqlSugarCore.Kdbndp/9.3.6.411": { "type": "package", "compile": { - "lib/net7.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } + "lib/netstandard2.1/Kdbndp.dll": {} }, "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" }, "build": { - "buildTransitive/net6.0/_._": {} + "build/_._": {} } }, - "System.Composition.Convention/8.0.0": { + "Swashbuckle.AspNetCore.Swagger/6.5.0": { "type": "package", "dependencies": { - "System.Composition.AttributedModel": "8.0.0" + "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net7.0/System.Composition.Convention.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "System.Composition.Hosting/8.0.0": { + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { "type": "package", "dependencies": { - "System.Composition.Runtime": "8.0.0" + "Swashbuckle.AspNetCore.Swagger": "6.5.0" }, "compile": { - "lib/net7.0/System.Composition.Hosting.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, - "System.Composition.Runtime/8.0.0": { + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.Runtime.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "System.Composition.TypedParts/8.0.0": { + "System.Buffers/4.5.1": { "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" + "compile": { + "ref/netcoreapp2.0/_._": {} }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.CodeDom/8.0.0": { + "type": "package", "compile": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -5706,265 +5542,187 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Configuration.ConfigurationManager/8.0.0": { + "System.Collections/4.3.0": { "type": "package", "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "ref/netstandard1.3/_._": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, - "System.Data.Common/4.3.0": { + "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.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.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Data.Common.dll": { + "ref/netstandard1.3/System.Collections.Concurrent.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.2/System.Data.Common.dll": {} + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} } }, - "System.Diagnostics.Debug/4.3.0": { + "System.Collections.Immutable/8.0.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/_._": { - "related": ".xml" - } - } - }, - "System.Diagnostics.DiagnosticSource/4.7.0": { - "type": "package", - "compile": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.EventLog/8.0.0": { - "type": "package", "compile": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Diagnostics.PerformanceCounter/7.0.0": { + "System.ComponentModel/4.3.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "7.0.0" + "System.Runtime": "4.3.0" }, "compile": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "ref/netstandard1.0/System.ComponentModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netstandard1.3/System.ComponentModel.dll": {} } }, - "System.Diagnostics.StackTrace/4.3.0": { + "System.ComponentModel.Annotations/4.7.0": { "type": "package", - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.1", - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.Tracing/4.3.0": { + "System.ComponentModel.Primitives/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { "related": ".xml" } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} } }, - "System.DirectoryServices/6.0.1": { + "System.Composition/8.0.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Permissions": "6.0.0" + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" }, "compile": { - "lib/net6.0/System.DirectoryServices.dll": { - "related": ".xml" - } + "lib/netcoreapp2.0/_._": {} }, "runtime": { - "lib/net6.0/System.DirectoryServices.dll": { - "related": ".xml" - } + "lib/netcoreapp2.0/_._": {} }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/net6.0/_._": {} } }, - "System.DirectoryServices.Protocols/6.0.1": { + "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "linux" - }, - "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/net6.0/_._": {} } }, - "System.Drawing.Common/8.0.6": { + "System.Composition.Convention/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Win32.SystemEvents": "8.0.0" + "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} } }, - "System.Dynamic.Runtime/4.3.0": { + "System.Composition.Hosting/8.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "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.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" + "System.Composition.Runtime": "8.0.0" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.Formats.Asn1/7.0.0": { + "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Formats.Asn1.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Formats.Asn1.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -5972,62 +5730,74 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Globalization/4.3.0": { + "System.Composition.TypedParts/8.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" }, "compile": { - "ref/netstandard1.3/_._": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { + "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" + "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.IO/4.3.0": { + "System.Data.Common/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": { + "ref/netstandard1.2/System.Data.Common.dll": { "related": ".xml" } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} } }, - "System.IO.FileSystem/4.3.0": { + "System.Diagnostics.Debug/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" + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -6035,45 +5805,54 @@ } } }, - "System.IO.FileSystem.Primitives/4.3.0": { + "System.Diagnostics.DiagnosticSource/6.0.1": { "type": "package", "dependencies": { - "System.Runtime": "4.3.0" + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "ref/netstandard1.3/_._": { + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.IO.Hashing/7.0.0": { + "System.Diagnostics.EventLog/6.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Hashing.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.IO.Pipelines/8.0.0": { + "System.Diagnostics.PerformanceCounter/7.0.0": { "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "7.0.0" + }, "compile": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Pipelines.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, @@ -6081,236 +5860,240 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Linq/4.3.0": { + "System.Diagnostics.StackTrace/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" + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/_._": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} } }, - "System.Linq.Dynamic.Core/1.2.6": { + "System.Diagnostics.Tracing/4.3.0": { "type": "package", - "compile": { - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { - "related": ".pdb;.xml" - } + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, - "runtime": { - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { - "related": ".pdb;.xml" + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" } } }, - "System.Linq.Expressions/4.3.0": { + "System.DirectoryServices/6.0.1": { "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" + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": { + "lib/net6.0/System.DirectoryServices.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Management/8.0.0": { + "System.DirectoryServices.Protocols/6.0.1": { "type": "package", - "dependencies": { - "System.CodeDom": "8.0.0" - }, "compile": { - "lib/net7.0/System.Management.dll": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Management.dll": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Management.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Memory/4.5.3": { + "System.Drawing.Common/8.0.6": { "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, "compile": { - "ref/netcoreapp2.1/_._": {} + "lib/net6.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netcoreapp2.1/_._": {} + "lib/net6.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.ObjectModel/4.3.0": { + "System.Dynamic.Runtime/4.3.0": { "type": "package", "dependencies": { "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.ObjectModel.dll": { + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} } }, - "System.Reactive/5.0.0": { + "System.Formats.Asn1/6.0.0": { "type": "package", "compile": { - "lib/net5.0/System.Reactive.dll": { + "lib/net6.0/System.Formats.Asn1.dll": { "related": ".xml" } }, "runtime": { - "lib/net5.0/System.Reactive.dll": { + "lib/net6.0/System.Formats.Asn1.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net5.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Reactive.Linq/5.0.0": { + "System.Globalization/4.3.0": { "type": "package", "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } }, - "System.Reflection/4.3.0": { + "System.IO/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" + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": { + "ref/netstandard1.5/System.IO.dll": { "related": ".xml" } } }, - "System.Reflection.Emit/4.3.0": { + "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.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "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", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": { + "ref/netstandard1.3/_._": { "related": ".xml" } - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.3.0": { + "System.IO.FileSystem.Primitives/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/_._": { + "ref/netstandard1.3/_._": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Reflection.Emit.Lightweight/4.7.0": { + "System.IO.Hashing/7.0.0": { "type": "package", "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "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/_._": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.Reflection.Metadata/8.0.0": { + "System.IO.Pipelines/8.0.0": { "type": "package", - "dependencies": { - "System.Collections.Immutable": "8.0.0" - }, "compile": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -6318,213 +6101,242 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Reflection.Primitives/4.3.0": { + "System.Linq/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "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.0/System.Reflection.Primitives.dll": { + "ref/netstandard1.6/_._": { "related": ".xml" } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} } }, - "System.Reflection.TypeExtensions/4.3.0": { + "System.Linq.Dynamic.Core/1.2.6": { "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.5/_._": { - "related": ".xml" + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } } }, - "System.Resources.ResourceManager/4.3.0": { + "System.Linq.Expressions/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", + "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.Runtime": "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.0/_._": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { "related": ".xml" } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} } }, - "System.Runtime/4.3.1": { + "System.Management/8.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" + "System.CodeDom": "8.0.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": { + "lib/net6.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Management.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.Runtime.Caching/4.7.0": { + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ObjectModel/4.3.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "4.7.0" + "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/netstandard2.0/_._": { + "ref/netstandard1.3/System.ObjectModel.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.Runtime.Caching.dll": { - "related": ".xml" - } + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { - "assetType": "runtime", - "rid": "win" - } + "compile": { + "ref/netstandard/_._": {} } }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "System.Reactive/5.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "lib/net5.0/System.Reactive.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "lib/net5.0/System.Reactive.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net5.0/_._": {} } }, - "System.Runtime.Extensions/4.3.0": { + "System.Reactive.Linq/5.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { "related": ".xml" } } }, - "System.Runtime.Handles/4.3.0": { + "System.Reflection/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": { + "ref/netstandard1.5/System.Reflection.dll": { "related": ".xml" } } }, - "System.Runtime.Serialization.Primitives/4.3.0": { + "System.Reflection.Emit/4.3.0": { "type": "package", "dependencies": { - "System.Resources.ResourceManager": "4.3.0", + "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.3/System.Runtime.Serialization.Primitives.dll": { + "ref/netstandard1.1/_._": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "lib/netstandard1.3/System.Reflection.Emit.dll": {} } }, - "System.Security.AccessControl/6.0.0": { + "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": { - "lib/net6.0/System.Security.AccessControl.dll": { + "ref/netstandard1.0/_._": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} } }, - "System.Security.Cryptography.Cng/4.5.0": { + "System.Reflection.Emit.Lightweight/4.7.0": { "type": "package", "compile": { - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "related": ".xml" - } + "ref/netcoreapp2.0/_._": {} }, "runtime": { - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netcoreapp2.0/_._": {} } }, - "System.Security.Cryptography.Pkcs/7.0.1": { + "System.Reflection.Extensions/4.3.0": { "type": "package", "dependencies": { - "System.Formats.Asn1": "7.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { - "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { + "ref/netstandard1.0/_._": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Security.Cryptography.ProtectedData/8.0.0": { + "System.Reflection.Metadata/8.0.0": { "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, "compile": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -6532,118 +6344,329 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Security.Permissions/6.0.0": { + "System.Reflection.Primitives/4.3.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { - "lib/net6.0/System.Security.Permissions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Security.Principal.Windows/5.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, "compile": { - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "ref/netstandard1.5/_._": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} } }, - "System.Text.Encoding/4.3.0": { + "System.Resources.ResourceManager/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": { + "ref/netstandard1.0/_._": { "related": ".xml" } } }, - "System.Text.Encoding.CodePages/7.0.0": { + "System.Runtime/4.3.1": { "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, "compile": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "ref/netstandard1.5/System.Runtime.dll": { "related": ".xml" } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" }, - "runtime": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "compile": { + "ref/netstandard2.0/_._": { "related": ".xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" } } }, - "System.Text.Encodings.Web/8.0.0": { + "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Text.Json/8.0.0": { + "System.Runtime.Extensions/4.3.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "8.0.0" - }, - "compile": { - "lib/net7.0/System.Text.Json.dll": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Json.dll": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Pkcs/6.0.1": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -6681,12 +6704,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -6694,12 +6717,30 @@ "buildTransitive/net6.0/_._": {} } }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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" + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Threading.Tasks.dll": { @@ -6748,14 +6789,8 @@ } }, "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -6809,15 +6844,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} } }, "SafeCampus.Cache/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SimpleRedis": "1.1.9" @@ -6831,7 +6866,7 @@ }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -6856,7 +6891,7 @@ }, "SafeCampus.Plugin.Aop/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "SafeCampus.Cache": "3.0.0" }, @@ -6869,7 +6904,7 @@ }, "SafeCampus.SqlSugar/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SqlSugarCore": "5.1.4.158" @@ -6883,7 +6918,7 @@ }, "SafeCampus.System/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "IP2Region.Net": "2.0.2", "Magicodes.IE.Excel": "2.7.5.1", @@ -6899,19 +6934,19 @@ } } }, - "net8.0": { + "net7.0": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "8.0.0" + "System.Text.Encoding.CodePages": "7.0.0" }, "compile": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } } @@ -6922,12 +6957,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -7043,23 +7078,23 @@ "Magicodes.IE.Core/2.7.5.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyModel": "7.0.0", "SixLabors.ImageSharp": "3.0.0", "System.ComponentModel.Annotations": "4.7.0" }, "compile": { - "lib/net8.0/Magicodes.IE.Core.dll": { + "lib/net7.0/Magicodes.IE.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Magicodes.IE.Core.dll": { + "lib/net7.0/Magicodes.IE.Core.dll": { "related": ".xml" } }, "resource": { - "lib/net8.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "lib/net7.0/zh-Hans/Magicodes.IE.Core.resources.dll": { "locale": "zh-Hans" } } @@ -7070,14 +7105,14 @@ "Microsoft.IO.RecyclableMemoryStream": "2.1.1", "SixLabors.ImageSharp": "3.0.0", "SkiaSharp": "2.88.6", - "System.Security.Cryptography.Pkcs": "8.0.0", - "System.Text.Encoding.CodePages": "8.0.0" + "System.Security.Cryptography.Pkcs": "7.0.1", + "System.Text.Encoding.CodePages": "7.0.0" }, "compile": { - "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + "lib/net7.0/Magicodes.IE.EPPlus.dll": {} }, "runtime": { - "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + "lib/net7.0/Magicodes.IE.EPPlus.dll": {} } }, "Magicodes.IE.Excel/2.7.5.1": { @@ -7090,12 +7125,12 @@ "System.Linq.Dynamic.Core": "1.2.6" }, "compile": { - "lib/net8.0/Magicodes.IE.Excel.dll": { + "lib/net7.0/Magicodes.IE.Excel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Magicodes.IE.Excel.dll": { + "lib/net7.0/Magicodes.IE.Excel.dll": { "related": ".xml" } } @@ -7148,17 +7183,17 @@ "SixLabors.ImageSharp.Drawing": "2.1.3", "System.Collections.Immutable": "8.0.0", "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", "System.Management": "8.0.0", "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -7167,31 +7202,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "8.0.4" + "Microsoft.EntityFrameworkCore": "7.0.15" }, "compile": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -7199,37 +7234,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "Microsoft.AspNetCore.JsonPatch/7.0.18": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "8.0.4", - "Newtonsoft.Json": "13.0.3", + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -7575,52 +7610,53 @@ "SQLitePCLRaw.core": "2.1.6" }, "compile": { - "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore/8.0.4": { + "Microsoft.EntityFrameworkCore/7.0.15": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", - "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", - "Microsoft.Extensions.Caching.Memory": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { "type": "package", "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -7644,12 +7680,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -7667,12 +7703,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -7687,12 +7723,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -7706,12 +7742,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -7725,12 +7761,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -7748,12 +7784,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -7771,12 +7807,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -7784,18 +7820,18 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { + "Microsoft.Extensions.DependencyInjection/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, @@ -7806,12 +7842,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -7819,19 +7855,19 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.0": { + "Microsoft.Extensions.DependencyModel/7.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.0" + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, @@ -7845,12 +7881,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, @@ -7866,12 +7902,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -7882,12 +7918,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -7895,20 +7931,21 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/8.0.0": { + "Microsoft.Extensions.Logging/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, @@ -7922,12 +7959,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -7942,12 +7979,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -7965,12 +8002,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -7981,12 +8018,12 @@ "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -8007,97 +8044,102 @@ } } }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { + "Microsoft.IdentityModel.Abstractions/6.35.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.1.2": { + "Microsoft.IdentityModel.Logging/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.1.2" + "Microsoft.IdentityModel.Abstractions": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols/7.1.2": { + "Microsoft.IdentityModel.Protocols/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "7.1.2", - "System.IdentityModel.Tokens.Jwt": "7.1.2" + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/7.1.2": { + "Microsoft.IdentityModel.Tokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2" + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -8172,12 +8214,12 @@ "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, @@ -8185,7 +8227,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "assetType": "runtime", "rid": "win" } @@ -8276,15 +8318,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" }, "compile": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -8294,15 +8336,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -8315,12 +8357,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -8339,20 +8381,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "8.0.0", - "System.Text.Json": "8.0.3", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -8373,12 +8415,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } } @@ -8489,10 +8531,10 @@ "ZstdSharp.Port": "0.8.0" }, "compile": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} }, "runtime": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} } }, "SharpZipLib/1.4.2": { @@ -8511,20 +8553,20 @@ "SimpleRedis/1.1.9": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", "NewLife.Redis": "5.6.2024.402" }, "compile": { - "lib/net8.0/SimpleRedis.dll": { + "lib/net7.0/SimpleRedis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/SimpleRedis.dll": { + "lib/net7.0/SimpleRedis.dll": { "related": ".xml" } } @@ -8710,10 +8752,10 @@ "lib/netstandard2.0/_._": {} }, "build": { - "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} }, "runtimeTargets": { - "runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a": { + "runtimes/browser-wasm/nativeassets/net7.0/e_sqlite3.a": { "assetType": "native", "rid": "browser-wasm" }, @@ -8916,12 +8958,12 @@ "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -8968,12 +9010,12 @@ "System.Collections.Immutable/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -9046,12 +9088,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -9065,12 +9107,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -9084,12 +9126,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -9100,12 +9142,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -9121,12 +9163,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -9141,12 +9183,12 @@ "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -9204,12 +9246,12 @@ "System.Diagnostics.EventLog/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, @@ -9217,28 +9259,28 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Diagnostics.PerformanceCounter/8.0.0": { + "System.Diagnostics.PerformanceCounter/7.0.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" + "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, @@ -9246,7 +9288,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "assetType": "runtime", "rid": "win" } @@ -9344,12 +9386,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -9384,15 +9426,15 @@ "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} } }, - "System.Formats.Asn1/8.0.0": { + "System.Formats.Asn1/7.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Formats.Asn1.dll": { + "lib/net7.0/System.Formats.Asn1.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Formats.Asn1.dll": { + "lib/net7.0/System.Formats.Asn1.dll": { "related": ".xml" } }, @@ -9413,19 +9455,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.1.2": { + "System.IdentityModel.Tokens.Jwt/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -9496,12 +9538,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -9576,12 +9618,12 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, @@ -9589,7 +9631,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Management.dll": { + "runtimes/win/lib/net7.0/System.Management.dll": { "assetType": "runtime", "rid": "win" } @@ -9733,12 +9775,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -9902,18 +9944,35 @@ } } }, - "System.Security.Cryptography.Pkcs/8.0.0": { + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/7.0.1": { "type": "package", "dependencies": { - "System.Formats.Asn1": "8.0.0" + "System.Formats.Asn1": "7.0.0" }, "compile": { - "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { "related": ".xml" } }, @@ -9921,7 +9980,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { "assetType": "runtime", "rid": "win" } @@ -9930,12 +9989,12 @@ "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -9999,15 +10058,15 @@ } } }, - "System.Text.Encoding.CodePages/8.0.0": { + "System.Text.Encoding.CodePages/7.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, @@ -10015,7 +10074,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", "rid": "win" } @@ -10024,12 +10083,12 @@ "System.Text.Encodings.Web/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, @@ -10037,24 +10096,24 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { "assetType": "runtime", "rid": "browser" } } }, - "System.Text.Json/8.0.3": { + "System.Text.Json/8.0.0": { "type": "package", "dependencies": { "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -10092,12 +10151,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -10220,15 +10279,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} } }, "SafeCampus.Cache/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SimpleRedis": "1.1.9" @@ -10242,7 +10301,7 @@ }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -10267,7 +10326,7 @@ }, "SafeCampus.Plugin.Aop/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "SafeCampus.Cache": "3.0.0" }, @@ -10280,7 +10339,7 @@ }, "SafeCampus.SqlSugar/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SqlSugarCore": "5.1.4.158" @@ -10294,7 +10353,7 @@ }, "SafeCampus.System/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "IP2Region.Net": "2.0.2", "Magicodes.IE.Excel": "2.7.5.1", @@ -10309,56 +10368,10365 @@ "bin/placeholder/SafeCampus.System.dll": {} } } - } - }, - "libraries": { - "AngleSharp/1.1.2": { - "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", - "type": "package", - "path": "anglesharp/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.1.1.2.nupkg.sha512", - "anglesharp.nuspec", - "lib/net461/AngleSharp.dll", - "lib/net461/AngleSharp.xml", - "lib/net472/AngleSharp.dll", - "lib/net472/AngleSharp.xml", - "lib/net6.0/AngleSharp.dll", - "lib/net6.0/AngleSharp.xml", - "lib/net7.0/AngleSharp.dll", - "lib/net7.0/AngleSharp.xml", - "lib/net8.0/AngleSharp.dll", - "lib/net8.0/AngleSharp.xml", - "lib/netstandard2.0/AngleSharp.dll", - "lib/netstandard2.0/AngleSharp.xml", - "logo.png" - ] }, - "AngleSharp.Css/1.0.0-beta.139": { - "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", - "type": "package", - "path": "anglesharp.css/1.0.0-beta.139", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.css.1.0.0-beta.139.nupkg.sha512", - "anglesharp.css.nuspec", - "lib/net461/AngleSharp.Css.dll", - "lib/net461/AngleSharp.Css.xml", - "lib/net472/AngleSharp.Css.dll", - "lib/net472/AngleSharp.Css.xml", - "lib/net6.0/AngleSharp.Css.dll", - "lib/net6.0/AngleSharp.Css.xml", - "lib/net7.0/AngleSharp.Css.dll", - "lib/net7.0/AngleSharp.Css.xml", - "lib/net8.0/AngleSharp.Css.dll", - "lib/net8.0/AngleSharp.Css.xml", - "lib/netstandard2.0/AngleSharp.Css.dll", - "lib/netstandard2.0/AngleSharp.Css.xml", + "net7.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "7.0.0" + }, + "compile": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "DynamicExpresso.Core/2.3.3": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "IP2Region.Net/2.0.2": { + "type": "package", + "compile": { + "lib/net7.0/IP2Region.Net.dll": {} + }, + "runtime": { + "lib/net7.0/IP2Region.Net.dll": {} + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Magicodes.IE.Core/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "SixLabors.ImageSharp": "3.0.0", + "System.ComponentModel.Annotations": "4.7.0" + }, + "compile": { + "lib/net7.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net7.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Magicodes.IE.EPPlus/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.IO.RecyclableMemoryStream": "2.1.1", + "SixLabors.ImageSharp": "3.0.0", + "SkiaSharp": "2.88.6", + "System.Security.Cryptography.Pkcs": "7.0.1", + "System.Text.Encoding.CodePages": "7.0.0" + }, + "compile": { + "lib/net7.0/Magicodes.IE.EPPlus.dll": {} + }, + "runtime": { + "lib/net7.0/Magicodes.IE.EPPlus.dll": {} + } + }, + "Magicodes.IE.Excel/2.7.5.1": { + "type": "package", + "dependencies": { + "DynamicExpresso.Core": "2.3.3", + "Magicodes.IE.Core": "2.7.5.1", + "Magicodes.IE.EPPlus": "2.7.5.1", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.6", + "System.Linq.Dynamic.Core": "1.2.6" + }, + "compile": { + "lib/net7.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "7.0.15" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/7.0.15": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IO.RecyclableMemoryStream/2.1.1": { + "type": "package", + "compile": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + }, + "compile": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net6.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net6.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net7.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} + }, + "build": { + "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Annotations/4.7.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/7.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Formats.Asn1/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Dynamic.Core/1.2.6": { + "type": "package", + "compile": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Pkcs/7.0.1": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "UAParser/3.1.47": { + "type": "package", + "compile": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net7.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net7.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + }, + "SafeCampus.Plugin.Aop/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "SafeCampus.Cache": "3.0.0" + }, + "compile": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + } + }, + "SafeCampus.SqlSugar/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SqlSugarCore": "5.1.4.158" + }, + "compile": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + } + }, + "SafeCampus.System/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "IP2Region.Net": "2.0.2", + "Magicodes.IE.Excel": "2.7.5.1", + "SafeCampus.Plugin.Aop": "3.0.0", + "SafeCampus.SqlSugar": "3.0.0", + "UAParser": "3.1.47" + }, + "compile": { + "bin/placeholder/SafeCampus.System.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.System.dll": {} + } + } + }, + "net8.0": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "DynamicExpresso.Core/2.3.3": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "IP2Region.Net/2.0.2": { + "type": "package", + "compile": { + "lib/net7.0/IP2Region.Net.dll": {} + }, + "runtime": { + "lib/net7.0/IP2Region.Net.dll": {} + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Magicodes.IE.Core/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "SixLabors.ImageSharp": "3.0.0", + "System.ComponentModel.Annotations": "4.7.0" + }, + "compile": { + "lib/net8.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Magicodes.IE.EPPlus/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.IO.RecyclableMemoryStream": "2.1.1", + "SixLabors.ImageSharp": "3.0.0", + "SkiaSharp": "2.88.6", + "System.Security.Cryptography.Pkcs": "8.0.0", + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + }, + "runtime": { + "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + } + }, + "Magicodes.IE.Excel/2.7.5.1": { + "type": "package", + "dependencies": { + "DynamicExpresso.Core": "2.3.3", + "Magicodes.IE.Core": "2.7.5.1", + "Magicodes.IE.EPPlus": "2.7.5.1", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.6", + "System.Linq.Dynamic.Core": "1.2.6" + }, + "compile": { + "lib/net8.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IO.RecyclableMemoryStream/2.1.1": { + "type": "package", + "compile": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "build": { + "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + }, + "runtimeTargets": { + "runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a": { + "assetType": "native", + "rid": "browser-wasm" + }, + "runtimes/linux-arm/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-armel/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-armel" + }, + "runtimes/linux-mips64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-mips64" + }, + "runtimes/linux-musl-arm/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-ppc64le/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-ppc64le" + }, + "runtimes/linux-s390x/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-s390x" + }, + "runtimes/linux-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/linux-x86/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-x86" + }, + "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "osx-x64" + }, + "runtimes/win-arm/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Annotations/4.7.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Formats.Asn1/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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.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/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Dynamic.Core/1.2.6": { + "type": "package", + "compile": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "UAParser/3.1.47": { + "type": "package", + "compile": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + }, + "SafeCampus.Plugin.Aop/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Cache": "3.0.0" + }, + "compile": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + } + }, + "SafeCampus.SqlSugar/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SqlSugarCore": "5.1.4.158" + }, + "compile": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + } + }, + "SafeCampus.System/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "IP2Region.Net": "2.0.2", + "Magicodes.IE.Excel": "2.7.5.1", + "SafeCampus.Plugin.Aop": "3.0.0", + "SafeCampus.SqlSugar": "3.0.0", + "UAParser": "3.1.47" + }, + "compile": { + "bin/placeholder/SafeCampus.System.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.System.dll": {} + } + } + }, + "net8.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "DynamicExpresso.Core/2.3.3": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "IP2Region.Net/2.0.2": { + "type": "package", + "compile": { + "lib/net7.0/IP2Region.Net.dll": {} + }, + "runtime": { + "lib/net7.0/IP2Region.Net.dll": {} + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Magicodes.IE.Core/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "SixLabors.ImageSharp": "3.0.0", + "System.ComponentModel.Annotations": "4.7.0" + }, + "compile": { + "lib/net8.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Magicodes.IE.EPPlus/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.IO.RecyclableMemoryStream": "2.1.1", + "SixLabors.ImageSharp": "3.0.0", + "SkiaSharp": "2.88.6", + "System.Security.Cryptography.Pkcs": "8.0.0", + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + }, + "runtime": { + "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + } + }, + "Magicodes.IE.Excel/2.7.5.1": { + "type": "package", + "dependencies": { + "DynamicExpresso.Core": "2.3.3", + "Magicodes.IE.Core": "2.7.5.1", + "Magicodes.IE.EPPlus": "2.7.5.1", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.6", + "System.Linq.Dynamic.Core": "1.2.6" + }, + "compile": { + "lib/net8.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IO.RecyclableMemoryStream/2.1.1": { + "type": "package", + "compile": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} + }, + "build": { + "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Annotations/4.7.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Formats.Asn1/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Dynamic.Core/1.2.6": { + "type": "package", + "compile": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "UAParser/3.1.47": { + "type": "package", + "compile": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + }, + "SafeCampus.Plugin.Aop/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Cache": "3.0.0" + }, + "compile": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + } + }, + "SafeCampus.SqlSugar/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SqlSugarCore": "5.1.4.158" + }, + "compile": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + } + }, + "SafeCampus.System/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "IP2Region.Net": "2.0.2", + "Magicodes.IE.Excel": "2.7.5.1", + "SafeCampus.Plugin.Aop": "3.0.0", + "SafeCampus.SqlSugar": "3.0.0", + "UAParser": "3.1.47" + }, + "compile": { + "bin/placeholder/SafeCampus.System.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.System.dll": {} + } + } + } + }, + "libraries": { + "AngleSharp/1.1.2": { + "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", + "type": "package", + "path": "anglesharp/1.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.1.1.2.nupkg.sha512", + "anglesharp.nuspec", + "lib/net461/AngleSharp.dll", + "lib/net461/AngleSharp.xml", + "lib/net472/AngleSharp.dll", + "lib/net472/AngleSharp.xml", + "lib/net6.0/AngleSharp.dll", + "lib/net6.0/AngleSharp.xml", + "lib/net7.0/AngleSharp.dll", + "lib/net7.0/AngleSharp.xml", + "lib/net8.0/AngleSharp.dll", + "lib/net8.0/AngleSharp.xml", + "lib/netstandard2.0/AngleSharp.dll", + "lib/netstandard2.0/AngleSharp.xml", + "logo.png" + ] + }, + "AngleSharp.Css/1.0.0-beta.139": { + "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", + "type": "package", + "path": "anglesharp.css/1.0.0-beta.139", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.css.1.0.0-beta.139.nupkg.sha512", + "anglesharp.css.nuspec", + "lib/net461/AngleSharp.Css.dll", + "lib/net461/AngleSharp.Css.xml", + "lib/net472/AngleSharp.Css.dll", + "lib/net472/AngleSharp.Css.xml", + "lib/net6.0/AngleSharp.Css.dll", + "lib/net6.0/AngleSharp.Css.xml", + "lib/net7.0/AngleSharp.Css.dll", + "lib/net7.0/AngleSharp.Css.xml", + "lib/net8.0/AngleSharp.Css.dll", + "lib/net8.0/AngleSharp.Css.xml", + "lib/netstandard2.0/AngleSharp.Css.dll", + "lib/netstandard2.0/AngleSharp.Css.xml", "logo.png" ] }, @@ -12234,10 +22602,201 @@ "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" ] }, - "Microsoft.Extensions.Caching.Abstractions/8.0.0": { - "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "type": "package", + "path": "microsoft.extensions.caching.memory/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "type": "package", + "path": "microsoft.extensions.configuration/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", + "lib/net462/Microsoft.Extensions.Configuration.dll", + "lib/net462/Microsoft.Extensions.Configuration.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "type": "package", + "path": "microsoft.extensions.configuration.binder/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", + "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", + "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", + "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "type": "package", + "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/8.0.0", + "path": "microsoft.extensions.configuration.json/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12245,29 +22804,226 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", + "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/8.0.0": { - "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "Microsoft.Extensions.DependencyInjection/6.0.1": { + "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/Microsoft.Extensions.DependencyInjection.dll", + "lib/net461/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/6.0.0": { + "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.DependencyModel.dll", + "lib/net461/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "README.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", "type": "package", - "path": "microsoft.extensions.caching.memory/8.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12275,29 +23031,27 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/8.0.0": { - "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", "type": "package", - "path": "microsoft.extensions.configuration/8.0.0", + "path": "microsoft.extensions.fileproviders.physical/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12305,29 +23059,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "path": "microsoft.extensions.filesystemglobbing/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12335,100 +23089,79 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Logging/6.0.0": { + "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.logging/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", - "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", + "lib/net461/Microsoft.Extensions.Logging.dll", + "lib/net461/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "Microsoft.Extensions.Logging/7.0.0": { + "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "path": "microsoft.extensions.logging/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.7.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", "type": "package", - "path": "microsoft.extensions.configuration.json/8.0.0", + "path": "microsoft.extensions.logging/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12436,85 +23169,151 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/6.0.1": { - "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/6.0.1", + "path": "microsoft.extensions.logging.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.DependencyInjection.dll", - "lib/net461/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "Microsoft.Extensions.Options/8.0.0": { + "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/7.0.0", + "path": "microsoft.extensions.options/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.0.nupkg.sha512", + "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/8.0.0", + "path": "microsoft.extensions.options.configurationextensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12522,31 +23321,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "path": "microsoft.extensions.primitives/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12554,1293 +23351,1295 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "Microsoft.Identity.Client/4.21.1": { + "sha512": "vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", "type": "package", - "path": "microsoft.extensions.dependencymodel/6.0.0", + "path": "microsoft.identity.client/4.21.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.DependencyModel.dll", - "lib/net461/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/monoandroid10.0/Microsoft.Identity.Client.dll", + "lib/monoandroid10.0/Microsoft.Identity.Client.xml", + "lib/monoandroid90/Microsoft.Identity.Client.dll", + "lib/monoandroid90/Microsoft.Identity.Client.xml", + "lib/net45/Microsoft.Identity.Client.dll", + "lib/net45/Microsoft.Identity.Client.xml", + "lib/net461/Microsoft.Identity.Client.dll", + "lib/net461/Microsoft.Identity.Client.xml", + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", + "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", + "lib/netstandard1.3/Microsoft.Identity.Client.dll", + "lib/netstandard1.3/Microsoft.Identity.Client.xml", + "lib/uap10.0/Microsoft.Identity.Client.dll", + "lib/uap10.0/Microsoft.Identity.Client.pri", + "lib/uap10.0/Microsoft.Identity.Client.xml", + "lib/xamarinios10/Microsoft.Identity.Client.dll", + "lib/xamarinios10/Microsoft.Identity.Client.xml", + "lib/xamarinmac20/Microsoft.Identity.Client.dll", + "lib/xamarinmac20/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.21.1.nupkg.sha512", + "microsoft.identity.client.nuspec", + "ref/MonoAndroid10.0/Microsoft.Identity.Client.dll", + "ref/MonoAndroid10.0/Microsoft.Identity.Client.xml", + "ref/MonoAndroid9.0/Microsoft.Identity.Client.dll", + "ref/MonoAndroid9.0/Microsoft.Identity.Client.xml", + "ref/Xamarin.iOS10/Microsoft.Identity.Client.dll", + "ref/Xamarin.iOS10/Microsoft.Identity.Client.xml", + "ref/net45/Microsoft.Identity.Client.dll", + "ref/net45/Microsoft.Identity.Client.xml", + "ref/net461/Microsoft.Identity.Client.dll", + "ref/net461/Microsoft.Identity.Client.xml", + "ref/netcoreapp2.1/Microsoft.Identity.Client.dll", + "ref/netcoreapp2.1/Microsoft.Identity.Client.xml", + "ref/netstandard1.3/Microsoft.Identity.Client.dll", + "ref/netstandard1.3/Microsoft.Identity.Client.xml", + "ref/uap10.0/Microsoft.Identity.Client.dll", + "ref/uap10.0/Microsoft.Identity.Client.xml", + "ref/xamarinmac20/Microsoft.Identity.Client.dll", + "ref/xamarinmac20/Microsoft.Identity.Client.xml" ] }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/7.0.0", + "path": "microsoft.identitymodel.abstractions/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/8.0.0": { - "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.0", + "path": "microsoft.identitymodel.abstractions/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", + "path": "microsoft.identitymodel.logging/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.Logging/6.0.0": { - "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", + "Microsoft.IdentityModel.Logging/7.1.2": { + "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", "type": "package", - "path": "microsoft.extensions.logging/6.0.0", + "path": "microsoft.identitymodel.logging/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.dll", - "lib/net461/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.6.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.Logging/7.0.0": { - "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", "type": "package", - "path": "microsoft.extensions.logging/7.0.0", + "path": "microsoft.identitymodel.protocols/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.7.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "type": "package", + "path": "microsoft.identitymodel.protocols/7.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.Logging/8.0.0": { - "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", "type": "package", - "path": "microsoft.extensions.logging/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Options/8.0.0": { - "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", "type": "package", - "path": "microsoft.extensions.options/8.0.0", + "path": "microsoft.identitymodel.tokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.8.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { - "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", + "Microsoft.IdentityModel.Tokens/7.1.2": { + "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/8.0.0", + "path": "microsoft.identitymodel.tokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.options.configurationextensions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Primitives/8.0.0": { - "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", - "type": "package", - "path": "microsoft.extensions.primitives/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" + "Microsoft.IO.RecyclableMemoryStream/2.1.1": { + "sha512": "BTrXL3Ej17x+aze3xbso4xn16ajFaBU1YKQypzrirX4attETZnqCXLB+yRwo1hsZsP1U0O6mNCPuSdccTHCrBg==", + "type": "package", + "path": "microsoft.io.recyclablememorystream/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net462/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/net462/Microsoft.IO.RecyclableMemoryStream.xml", + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.xml", + "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.xml", + "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml", + "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml", + "microsoft.io.recyclablememorystream.2.1.1.nupkg.sha512", + "microsoft.io.recyclablememorystream.nuspec" ] }, - "Microsoft.Identity.Client/4.21.1": { - "sha512": "vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", + "Microsoft.NETCore.Platforms/1.1.1": { + "sha512": "TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ==", "type": "package", - "path": "microsoft.identity.client/4.21.1", + "path": "microsoft.netcore.platforms/1.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", - "lib/netstandard1.3/Microsoft.Identity.Client.dll", - "lib/netstandard1.3/Microsoft.Identity.Client.xml", - "lib/uap10.0/Microsoft.Identity.Client.dll", - "lib/uap10.0/Microsoft.Identity.Client.pri", - "lib/uap10.0/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "lib/xamarinmac20/Microsoft.Identity.Client.dll", - "lib/xamarinmac20/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.21.1.nupkg.sha512", - "microsoft.identity.client.nuspec", - "ref/MonoAndroid10.0/Microsoft.Identity.Client.dll", - "ref/MonoAndroid10.0/Microsoft.Identity.Client.xml", - "ref/MonoAndroid9.0/Microsoft.Identity.Client.dll", - "ref/MonoAndroid9.0/Microsoft.Identity.Client.xml", - "ref/Xamarin.iOS10/Microsoft.Identity.Client.dll", - "ref/Xamarin.iOS10/Microsoft.Identity.Client.xml", - "ref/net45/Microsoft.Identity.Client.dll", - "ref/net45/Microsoft.Identity.Client.xml", - "ref/net461/Microsoft.Identity.Client.dll", - "ref/net461/Microsoft.Identity.Client.xml", - "ref/netcoreapp2.1/Microsoft.Identity.Client.dll", - "ref/netcoreapp2.1/Microsoft.Identity.Client.xml", - "ref/netstandard1.3/Microsoft.Identity.Client.dll", - "ref/netstandard1.3/Microsoft.Identity.Client.xml", - "ref/uap10.0/Microsoft.Identity.Client.dll", - "ref/uap10.0/Microsoft.Identity.Client.xml", - "ref/xamarinmac20/Microsoft.Identity.Client.dll", - "ref/xamarinmac20/Microsoft.Identity.Client.xml" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.1.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" ] }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "Microsoft.NETCore.Targets/1.1.3": { + "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", + "path": "microsoft.netcore.targets/1.1.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.3.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" ] }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { - "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", + "Microsoft.OpenApi/1.2.3": { + "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.1.2", + "path": "microsoft.openapi/1.2.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "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.IdentityModel.JsonWebTokens/6.35.0": { - "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "Microsoft.Win32.Registry/5.0.0": { + "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "path": "microsoft.win32.registry/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.5.0.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { - "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "Microsoft.Win32.SystemEvents/8.0.0": { + "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "path": "microsoft.win32.systemevents/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", + "lib/net462/Microsoft.Win32.SystemEvents.dll", + "lib/net462/Microsoft.Win32.SystemEvents.xml", + "lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "microsoft.win32.systemevents.8.0.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "useSharedDesignerContext.txt" ] }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "Minio/5.0.0": { + "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", "type": "package", - "path": "microsoft.identitymodel.logging/6.35.0", + "path": "minio/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE", + "icon.png", + "lib/net6.0/Minio.dll", + "lib/net6.0/Minio.xml", + "lib/net7.0/Minio.dll", + "lib/net7.0/Minio.xml", + "lib/netstandard2.0/Minio.dll", + "lib/netstandard2.0/Minio.xml", + "minio.5.0.0.nupkg.sha512", + "minio.nuspec", + "readme.md" ] }, - "Microsoft.IdentityModel.Logging/7.1.2": { - "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", + "MiniProfiler.AspNetCore/4.3.8": { + "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", "type": "package", - "path": "microsoft.identitymodel.logging/7.1.2", + "path": "miniprofiler.aspnetcore/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/net8.0/Microsoft.IdentityModel.Logging.dll", - "lib/net8.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.dll", + "lib/net6.0/MiniProfiler.AspNetCore.xml", + "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.35.0", + "path": "miniprofiler.aspnetcore.mvc/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", + "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.mvc.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/7.1.2": { - "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "MiniProfiler.Shared/4.3.8": { + "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", "type": "package", - "path": "microsoft.identitymodel.protocols/7.1.2", + "path": "miniprofiler.shared/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "LICENSE.txt", + "lib/net461/MiniProfiler.Shared.dll", + "lib/net461/MiniProfiler.Shared.xml", + "lib/netstandard2.0/MiniProfiler.Shared.dll", + "lib/netstandard2.0/MiniProfiler.Shared.xml", + "miniprofiler.shared.4.3.8.nupkg.sha512", + "miniprofiler.shared.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "path": "moyu.extras.authentication.jwtbearer/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", + "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", + "moyu.extras.authentication.jwtbearer.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { - "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", + "path": "moyu.extras.objectmapper.mapster/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", + "moyu.extras.objectmapper.mapster.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "MoYu.Pure/1.0.6": { + "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.35.0", + "path": "moyu.pure/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "README.md", + "content/SpecificationDocument/Assets/index-mini-profiler.html", + "content/SpecificationDocument/Assets/index.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", + "icon.png", + "lib/net5.0/MoYu.Pure.dll", + "lib/net5.0/MoYu.Pure.xml", + "lib/net6.0/MoYu.Pure.dll", + "lib/net6.0/MoYu.Pure.xml", + "lib/net7.0/MoYu.Pure.dll", + "lib/net7.0/MoYu.Pure.xml", + "lib/net8.0/MoYu.Pure.dll", + "lib/net8.0/MoYu.Pure.xml", + "lib/net9.0/MoYu.Pure.dll", + "lib/net9.0/MoYu.Pure.xml", + "moyu.pure.1.0.6.nupkg.sha512", + "moyu.pure.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.1.2": { - "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.1.2", + "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", + "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" + ] + }, + "MySqlConnector/2.2.5": { + "sha512": "6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==", + "type": "package", + "path": "mysqlconnector/2.2.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net461/MySqlConnector.dll", + "lib/net461/MySqlConnector.xml", + "lib/net471/MySqlConnector.dll", + "lib/net471/MySqlConnector.xml", + "lib/net6.0/MySqlConnector.dll", + "lib/net6.0/MySqlConnector.xml", + "lib/net7.0/MySqlConnector.dll", + "lib/net7.0/MySqlConnector.xml", + "lib/netcoreapp3.1/MySqlConnector.dll", + "lib/netcoreapp3.1/MySqlConnector.xml", + "lib/netstandard2.0/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.xml", + "lib/netstandard2.1/MySqlConnector.dll", + "lib/netstandard2.1/MySqlConnector.xml", + "logo.png", + "mysqlconnector.2.2.5.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "NewLife.Core/10.10.2024.601": { + "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", + "type": "package", + "path": "newlife.core/10.10.2024.601", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Core.dll", + "lib/net45/NewLife.Core.xml", + "lib/net461/NewLife.Core.dll", + "lib/net461/NewLife.Core.xml", + "lib/net5.0-windows7.0/NewLife.Core.dll", + "lib/net5.0-windows7.0/NewLife.Core.xml", + "lib/net5.0/NewLife.Core.dll", + "lib/net5.0/NewLife.Core.xml", + "lib/net6.0-windows7.0/NewLife.Core.dll", + "lib/net6.0-windows7.0/NewLife.Core.xml", + "lib/net6.0/NewLife.Core.dll", + "lib/net6.0/NewLife.Core.xml", + "lib/net7.0-windows7.0/NewLife.Core.dll", + "lib/net7.0-windows7.0/NewLife.Core.xml", + "lib/net7.0/NewLife.Core.dll", + "lib/net7.0/NewLife.Core.xml", + "lib/net8.0-windows7.0/NewLife.Core.dll", + "lib/net8.0-windows7.0/NewLife.Core.xml", + "lib/net8.0/NewLife.Core.dll", + "lib/net8.0/NewLife.Core.xml", + "lib/netcoreapp3.1/NewLife.Core.dll", + "lib/netcoreapp3.1/NewLife.Core.xml", + "lib/netstandard2.0/NewLife.Core.dll", + "lib/netstandard2.0/NewLife.Core.xml", + "lib/netstandard2.1/NewLife.Core.dll", + "lib/netstandard2.1/NewLife.Core.xml", + "newlife.core.10.10.2024.601.nupkg.sha512", + "newlife.core.nuspec" ] }, - "Microsoft.IO.RecyclableMemoryStream/2.1.1": { - "sha512": "BTrXL3Ej17x+aze3xbso4xn16ajFaBU1YKQypzrirX4attETZnqCXLB+yRwo1hsZsP1U0O6mNCPuSdccTHCrBg==", + "NewLife.Redis/5.6.2024.402": { + "sha512": "ZFB+7+7D7MtZhJyMNJv6ujdclh/N4Gg1zNEtvrP4zdtJAGRj5K3ADF8BnedEcfys6XpHUksmevb1AGIj5MtMMw==", "type": "package", - "path": "microsoft.io.recyclablememorystream/2.1.1", + "path": "newlife.redis/5.6.2024.402", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net462/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/net462/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml", - "microsoft.io.recyclablememorystream.2.1.1.nupkg.sha512", - "microsoft.io.recyclablememorystream.nuspec" + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Redis.dll", + "lib/net45/NewLife.Redis.xml", + "lib/net461/NewLife.Redis.dll", + "lib/net461/NewLife.Redis.xml", + "lib/netstandard2.0/NewLife.Redis.dll", + "lib/netstandard2.0/NewLife.Redis.xml", + "lib/netstandard2.1/NewLife.Redis.dll", + "lib/netstandard2.1/NewLife.Redis.xml", + "newlife.redis.5.6.2024.402.nupkg.sha512", + "newlife.redis.nuspec" ] }, - "Microsoft.NETCore.Platforms/1.1.1": { - "sha512": "TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ==", + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "type": "package", - "path": "microsoft.netcore.platforms/1.1.1", + "path": "newtonsoft.json/13.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.1.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" ] }, - "Microsoft.NETCore.Targets/1.1.3": { - "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", "type": "package", - "path": "microsoft.netcore.targets/1.1.3", + "path": "newtonsoft.json.bson/1.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.3.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" ] }, - "Microsoft.OpenApi/1.2.3": { - "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "Npgsql/5.0.18": { + "sha512": "1u4iCPKL9wtPeSUzChIbgq/BlOhvf44o7xASacdpMY7z0PbqACKpNOF0fjEn9jDV/AJl/HtPY6zk5qasQ1URhw==", "type": "package", - "path": "microsoft.openapi/1.2.3", + "path": "npgsql/5.0.18", "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" + "lib/net5.0/Npgsql.dll", + "lib/net5.0/Npgsql.xml", + "lib/netcoreapp3.1/Npgsql.dll", + "lib/netcoreapp3.1/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.5.0.18.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" ] }, - "Microsoft.Win32.Registry/5.0.0": { - "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "Oracle.ManagedDataAccess.Core/3.21.100": { + "sha512": "nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==", "type": "package", - "path": "microsoft.win32.registry/5.0.0", + "path": "oracle.manageddataaccess.core/3.21.100", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.xml", - "lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "microsoft.win32.registry.5.0.0.nupkg.sha512", - "microsoft.win32.registry.nuspec", - "ref/net46/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", - "ref/netstandard2.0/Microsoft.Win32.Registry.dll", - "ref/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "useSharedDesignerContext.txt", - "version.txt" + "LICENSE.txt", + "PerfCounters/register_odpc_perfmon_counters.ps1", + "PerfCounters/unregister_odpc_perfmon_counters.ps1", + "info.txt", + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll", + "oracle.manageddataaccess.core.3.21.100.nupkg.sha512", + "oracle.manageddataaccess.core.nuspec", + "readme.txt" ] }, - "Microsoft.Win32.SystemEvents/8.0.0": { - "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", + "Oscar.Data.SqlClient/4.0.4": { + "sha512": "VJ3xVvRjxrPi/mMPT5EqYiMZor0MjFu83mw1qvUveBFWJSudGh9BOKZq7RkhqeNCcL1ud0uK0/TVkw+xTa4q4g==", "type": "package", - "path": "microsoft.win32.systemevents/8.0.0", + "path": "oscar.data.sqlclient/4.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.8.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "lib/netstandard2.0/Oscar.Data.SqlClient.dll", + "oscar.data.sqlclient.4.0.4.nupkg.sha512", + "oscar.data.sqlclient.nuspec" ] }, - "Minio/5.0.0": { - "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", + "Portable.BouncyCastle/1.9.0": { + "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", "type": "package", - "path": "minio/5.0.0", + "path": "portable.bouncycastle/1.9.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE", - "icon.png", - "lib/net6.0/Minio.dll", - "lib/net6.0/Minio.xml", - "lib/net7.0/Minio.dll", - "lib/net7.0/Minio.xml", - "lib/netstandard2.0/Minio.dll", - "lib/netstandard2.0/Minio.xml", - "minio.5.0.0.nupkg.sha512", - "minio.nuspec", - "readme.md" + "lib/net40/BouncyCastle.Crypto.dll", + "lib/net40/BouncyCastle.Crypto.xml", + "lib/netstandard2.0/BouncyCastle.Crypto.dll", + "lib/netstandard2.0/BouncyCastle.Crypto.xml", + "portable.bouncycastle.1.9.0.nupkg.sha512", + "portable.bouncycastle.nuspec" ] }, - "MiniProfiler.AspNetCore/4.3.8": { - "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", + "runtime.any.System.Collections/4.3.0": { + "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", "type": "package", - "path": "miniprofiler.aspnetcore/4.3.8", + "path": "runtime.any.system.collections/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.dll", - "lib/net6.0/MiniProfiler.AspNetCore.xml", - "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.dll", + "lib/netstandard1.3/System.Collections.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.collections.4.3.0.nupkg.sha512", + "runtime.any.system.collections.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore.Mvc/4.3.8": { - "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", "type": "package", - "path": "miniprofiler.aspnetcore.mvc/4.3.8", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", - "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.mvc.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/netstandard1.5/System.Diagnostics.Tracing.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "runtime.any.system.diagnostics.tracing.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.Shared/4.3.8": { - "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", + "runtime.any.System.Globalization/4.3.0": { + "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", "type": "package", - "path": "miniprofiler.shared/4.3.8", + "path": "runtime.any.system.globalization/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net461/MiniProfiler.Shared.dll", - "lib/net461/MiniProfiler.Shared.xml", - "lib/netstandard2.0/MiniProfiler.Shared.dll", - "lib/netstandard2.0/MiniProfiler.Shared.xml", - "miniprofiler.shared.4.3.8.nupkg.sha512", - "miniprofiler.shared.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Globalization.dll", + "lib/netstandard1.3/System.Globalization.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.globalization.4.3.0.nupkg.sha512", + "runtime.any.system.globalization.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.Authentication.JwtBearer/1.0.6": { - "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", + "runtime.any.System.IO/4.3.0": { + "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", "type": "package", - "path": "moyu.extras.authentication.jwtbearer/1.0.6", + "path": "runtime.any.system.io/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", - "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", - "moyu.extras.authentication.jwtbearer.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.dll", + "lib/netstandard1.5/System.IO.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.io.4.3.0.nupkg.sha512", + "runtime.any.system.io.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { - "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", + "runtime.any.System.Reflection/4.3.0": { + "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", "type": "package", - "path": "moyu.extras.objectmapper.mapster/1.0.6", + "path": "runtime.any.system.reflection/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", - "moyu.extras.objectmapper.mapster.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.dll", + "lib/netstandard1.5/System.Reflection.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure/1.0.6": { - "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", + "runtime.any.System.Reflection.Extensions/4.3.0": { + "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", "type": "package", - "path": "moyu.pure/1.0.6", + "path": "runtime.any.system.reflection.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "content/SpecificationDocument/Assets/index-mini-profiler.html", - "content/SpecificationDocument/Assets/index.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", - "icon.png", - "lib/net5.0/MoYu.Pure.dll", - "lib/net5.0/MoYu.Pure.xml", - "lib/net6.0/MoYu.Pure.dll", - "lib/net6.0/MoYu.Pure.xml", - "lib/net7.0/MoYu.Pure.dll", - "lib/net7.0/MoYu.Pure.xml", - "lib/net8.0/MoYu.Pure.dll", - "lib/net8.0/MoYu.Pure.xml", - "lib/net9.0/MoYu.Pure.dll", - "lib/net9.0/MoYu.Pure.xml", - "moyu.pure.1.0.6.nupkg.sha512", - "moyu.pure.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/netstandard1.3/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { - "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", + "runtime.any.System.Reflection.Primitives/4.3.0": { + "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", "type": "package", - "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", + "path": "runtime.any.system.reflection.primitives/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", - "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/netstandard1.3/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.primitives.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MySqlConnector/2.2.5": { - "sha512": "6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==", + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", "type": "package", - "path": "mysqlconnector/2.2.5", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "lib/net461/MySqlConnector.dll", - "lib/net461/MySqlConnector.xml", - "lib/net471/MySqlConnector.dll", - "lib/net471/MySqlConnector.xml", - "lib/net6.0/MySqlConnector.dll", - "lib/net6.0/MySqlConnector.xml", - "lib/net7.0/MySqlConnector.dll", - "lib/net7.0/MySqlConnector.xml", - "lib/netcoreapp3.1/MySqlConnector.dll", - "lib/netcoreapp3.1/MySqlConnector.xml", - "lib/netstandard2.0/MySqlConnector.dll", - "lib/netstandard2.0/MySqlConnector.xml", - "lib/netstandard2.1/MySqlConnector.dll", - "lib/netstandard2.1/MySqlConnector.xml", - "logo.png", - "mysqlconnector.2.2.5.nupkg.sha512", - "mysqlconnector.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netstandard1.3/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "runtime.any.system.resources.resourcemanager.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Core/10.10.2024.601": { - "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", + "runtime.any.System.Runtime/4.3.0": { + "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", "type": "package", - "path": "newlife.core/10.10.2024.601", + "path": "runtime.any.system.runtime/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Core.dll", - "lib/net45/NewLife.Core.xml", - "lib/net461/NewLife.Core.dll", - "lib/net461/NewLife.Core.xml", - "lib/net5.0-windows7.0/NewLife.Core.dll", - "lib/net5.0-windows7.0/NewLife.Core.xml", - "lib/net5.0/NewLife.Core.dll", - "lib/net5.0/NewLife.Core.xml", - "lib/net6.0-windows7.0/NewLife.Core.dll", - "lib/net6.0-windows7.0/NewLife.Core.xml", - "lib/net6.0/NewLife.Core.dll", - "lib/net6.0/NewLife.Core.xml", - "lib/net7.0-windows7.0/NewLife.Core.dll", - "lib/net7.0-windows7.0/NewLife.Core.xml", - "lib/net7.0/NewLife.Core.dll", - "lib/net7.0/NewLife.Core.xml", - "lib/net8.0-windows7.0/NewLife.Core.dll", - "lib/net8.0-windows7.0/NewLife.Core.xml", - "lib/net8.0/NewLife.Core.dll", - "lib/net8.0/NewLife.Core.xml", - "lib/netcoreapp3.1/NewLife.Core.dll", - "lib/netcoreapp3.1/NewLife.Core.xml", - "lib/netstandard2.0/NewLife.Core.dll", - "lib/netstandard2.0/NewLife.Core.xml", - "lib/netstandard2.1/NewLife.Core.dll", - "lib/netstandard2.1/NewLife.Core.xml", - "newlife.core.10.10.2024.601.nupkg.sha512", - "newlife.core.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.dll", + "lib/netstandard1.5/System.Runtime.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Redis/5.6.2024.402": { - "sha512": "ZFB+7+7D7MtZhJyMNJv6ujdclh/N4Gg1zNEtvrP4zdtJAGRj5K3ADF8BnedEcfys6XpHUksmevb1AGIj5MtMMw==", + "runtime.any.System.Runtime.Handles/4.3.0": { + "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", "type": "package", - "path": "newlife.redis/5.6.2024.402", + "path": "runtime.any.system.runtime.handles/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Redis.dll", - "lib/net45/NewLife.Redis.xml", - "lib/net461/NewLife.Redis.dll", - "lib/net461/NewLife.Redis.xml", - "lib/netstandard2.0/NewLife.Redis.dll", - "lib/netstandard2.0/NewLife.Redis.xml", - "lib/netstandard2.1/NewLife.Redis.dll", - "lib/netstandard2.1/NewLife.Redis.xml", - "newlife.redis.5.6.2024.402.nupkg.sha512", - "newlife.redis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netstandard1.3/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.handles.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "runtime.any.system.runtime.interopservices/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netstandard1.5/System.Runtime.InteropServices.dll", + "lib/netstandard1.6/System.Runtime.InteropServices.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.interopservices.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json.Bson/1.0.2": { - "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "runtime.any.System.Text.Encoding/4.3.0": { + "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", "type": "package", - "path": "newtonsoft.json.bson/1.0.2", + "path": "runtime.any.system.text.encoding/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "lib/net45/Newtonsoft.Json.Bson.dll", - "lib/net45/Newtonsoft.Json.Bson.pdb", - "lib/net45/Newtonsoft.Json.Bson.xml", - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", - "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", - "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", - "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", - "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", - "newtonsoft.json.bson.1.0.2.nupkg.sha512", - "newtonsoft.json.bson.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/netstandard1.3/System.Text.Encoding.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Npgsql/5.0.18": { - "sha512": "1u4iCPKL9wtPeSUzChIbgq/BlOhvf44o7xASacdpMY7z0PbqACKpNOF0fjEn9jDV/AJl/HtPY6zk5qasQ1URhw==", + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", "type": "package", - "path": "npgsql/5.0.18", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net5.0/Npgsql.dll", - "lib/net5.0/Npgsql.xml", - "lib/netcoreapp3.1/Npgsql.dll", - "lib/netcoreapp3.1/Npgsql.xml", - "lib/netstandard2.0/Npgsql.dll", - "lib/netstandard2.0/Npgsql.xml", - "lib/netstandard2.1/Npgsql.dll", - "lib/netstandard2.1/Npgsql.xml", - "npgsql.5.0.18.nupkg.sha512", - "npgsql.nuspec", - "postgresql.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Oracle.ManagedDataAccess.Core/3.21.100": { - "sha512": "nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==", + "runtime.any.System.Threading.Tasks/4.3.0": { + "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", "type": "package", - "path": "oracle.manageddataaccess.core/3.21.100", + "path": "runtime.any.system.threading.tasks/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "PerfCounters/register_odpc_perfmon_counters.ps1", - "PerfCounters/unregister_odpc_perfmon_counters.ps1", - "info.txt", - "lib/netstandard2.1/Oracle.ManagedDataAccess.dll", - "oracle.manageddataaccess.core.3.21.100.nupkg.sha512", - "oracle.manageddataaccess.core.nuspec", - "readme.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netstandard1.3/System.Threading.Tasks.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "runtime.any.system.threading.tasks.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Oscar.Data.SqlClient/4.0.4": { - "sha512": "VJ3xVvRjxrPi/mMPT5EqYiMZor0MjFu83mw1qvUveBFWJSudGh9BOKZq7RkhqeNCcL1ud0uK0/TVkw+xTa4q4g==", + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", "type": "package", - "path": "oscar.data.sqlclient/4.0.4", + "path": "runtime.win.system.diagnostics.debug/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netstandard2.0/Oscar.Data.SqlClient.dll", - "oscar.data.sqlclient.4.0.4.nupkg.sha512", - "oscar.data.sqlclient.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "runtime.win.system.diagnostics.debug.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp80/_._", + "runtimes/win/lib/wpa81/_._" ] }, - "Portable.BouncyCastle/1.9.0": { - "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", + "runtime.win.System.IO.FileSystem/4.3.0": { + "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", "type": "package", - "path": "portable.bouncycastle/1.9.0", + "path": "runtime.win.system.io.filesystem/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net40/BouncyCastle.Crypto.dll", - "lib/net40/BouncyCastle.Crypto.xml", - "lib/netstandard2.0/BouncyCastle.Crypto.dll", - "lib/netstandard2.0/BouncyCastle.Crypto.xml", - "portable.bouncycastle.1.9.0.nupkg.sha512", - "portable.bouncycastle.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "runtime.win.system.io.filesystem.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp8/_._", + "runtimes/win/lib/wpa81/_._" + ] + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", + "type": "package", + "path": "runtime.win.system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", + "runtime.win.system.runtime.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll" ] }, "SharpCompress/0.37.2": { @@ -14325,6 +25124,21 @@ "swashbuckle.aspnetcore.swaggerui.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.Buffers/4.5.1": { "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", @@ -16292,6 +27106,20 @@ "system.objectmodel.nuspec" ] }, + "System.Private.Uri/4.3.0": { + "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "type": "package", + "path": "system.private.uri/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "system.private.uri.4.3.0.nupkg.sha512", + "system.private.uri.nuspec" + ] + }, "System.Reactive/5.0.0": { "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", "type": "package", @@ -17086,6 +27914,99 @@ "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.Serialization.Primitives/4.3.0": { "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", "type": "package", @@ -17664,6 +28585,74 @@ "useSharedDesignerContext.txt" ] }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".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.Encodings.Web/8.0.0": { "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "type": "package", @@ -18032,6 +29021,36 @@ "useSharedDesignerContext.txt" ] }, + "System.Threading.Overlapped/4.3.0": { + "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Threading.Overlapped.dll", + "ref/net46/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", + "runtimes/win/lib/net46/System.Threading.Overlapped.dll", + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", + "system.threading.overlapped.4.3.0.nupkg.sha512", + "system.threading.overlapped.nuspec" + ] + }, "System.Threading.Tasks/4.3.0": { "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "type": "package", @@ -18461,6 +29480,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Application/obj/project.nuget.cache b/SafeCampus.API/SafeCampus.Application/obj/project.nuget.cache index c9f54cf..127e5f6 100644 --- a/SafeCampus.API/SafeCampus.Application/obj/project.nuget.cache +++ b/SafeCampus.API/SafeCampus.Application/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "kAt7Z4rcXRuB3cYmj09KCUb/5aGTknaeZuAQSrhoe1ylvq25s1tym+OyuV9nmkpcsHJ1Zf+HQTvCRnevIX+beQ==", + "dgSpecHash": "c2pqXFRmJq7envzaQJtEcB4IToioHqra9ydxhZr59Vt/yUEld3SvXDDpMWrGsXSunLyep2XQn5XwUxcRnGQWgg==", "success": true, "projectFilePath": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Application\\SafeCampus.Application.csproj", "expectedPackageFiles": [ @@ -112,6 +112,23 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\oracle.manageddataaccess.core\\3.21.100\\oracle.manageddataaccess.core.3.21.100.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\oscar.data.sqlclient\\4.0.4\\oscar.data.sqlclient.4.0.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\portable.bouncycastle\\1.9.0\\portable.bouncycastle.1.9.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.collections\\4.3.0\\runtime.any.system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.diagnostics.tracing\\4.3.0\\runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.globalization\\4.3.0\\runtime.any.system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.io\\4.3.0\\runtime.any.system.io.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection\\4.3.0\\runtime.any.system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.extensions\\4.3.0\\runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.primitives\\4.3.0\\runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.resources.resourcemanager\\4.3.0\\runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime\\4.3.0\\runtime.any.system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.handles\\4.3.0\\runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.interopservices\\4.3.0\\runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding\\4.3.0\\runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding.extensions\\4.3.0\\runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.threading.tasks\\4.3.0\\runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.diagnostics.debug\\4.3.0\\runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.io.filesystem\\4.3.0\\runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.runtime.extensions\\4.3.0\\runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpcompress\\0.37.2\\sharpcompress.0.37.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpziplib\\1.4.2\\sharpziplib.1.4.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\simpleredis\\1.1.9\\simpleredis.1.1.9.nupkg.sha512", @@ -134,6 +151,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.codedom\\8.0.0\\system.codedom.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", @@ -181,6 +199,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.private.uri\\4.3.0\\system.private.uri.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive.linq\\5.0.0\\system.reactive.linq.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", @@ -197,6 +216,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", @@ -210,12 +230,14 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\8.0.0\\system.text.encoding.codepages.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.3\\system.text.json.8.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.channels\\8.0.0\\system.threading.channels.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.overlapped\\4.3.0\\system.threading.overlapped.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.parallel\\4.3.0\\system.threading.tasks.parallel.4.3.0.nupkg.sha512", diff --git a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net6.0/SafeCampus.Cache.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net6.0/SafeCampus.Cache.AssemblyInfo.cs index f6b6eb6..02790a6 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net6.0/SafeCampus.Cache.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net6.0/SafeCampus.Cache.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net6.0/SafeCampus.Cache.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net6.0/SafeCampus.Cache.AssemblyInfoInputs.cache index 18fa5a9..73caabc 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net6.0/SafeCampus.Cache.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net6.0/SafeCampus.Cache.AssemblyInfoInputs.cache @@ -1 +1 @@ -9ff22ea910012ec4dbd1dd0c390cf6303ec8e88739b24c41c5efb3d456c7ac32 +64b38f408a403d07afa3333f7b3a09824ccaec3ee71ef8f567ee72a5a13cebed diff --git a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net7.0/SafeCampus.Cache.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net7.0/SafeCampus.Cache.AssemblyInfo.cs index f6b6eb6..02790a6 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net7.0/SafeCampus.Cache.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net7.0/SafeCampus.Cache.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net7.0/SafeCampus.Cache.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net7.0/SafeCampus.Cache.AssemblyInfoInputs.cache index 18fa5a9..73caabc 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net7.0/SafeCampus.Cache.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net7.0/SafeCampus.Cache.AssemblyInfoInputs.cache @@ -1 +1 @@ -9ff22ea910012ec4dbd1dd0c390cf6303ec8e88739b24c41c5efb3d456c7ac32 +64b38f408a403d07afa3333f7b3a09824ccaec3ee71ef8f567ee72a5a13cebed diff --git a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net8.0/SafeCampus.Cache.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net8.0/SafeCampus.Cache.AssemblyInfo.cs index f6b6eb6..02790a6 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net8.0/SafeCampus.Cache.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net8.0/SafeCampus.Cache.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Cache")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net8.0/SafeCampus.Cache.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net8.0/SafeCampus.Cache.AssemblyInfoInputs.cache index 18fa5a9..73caabc 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/Debug/net8.0/SafeCampus.Cache.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Cache/obj/Debug/net8.0/SafeCampus.Cache.AssemblyInfoInputs.cache @@ -1 +1 @@ -9ff22ea910012ec4dbd1dd0c390cf6303ec8e88739b24c41c5efb3d456c7ac32 +64b38f408a403d07afa3333f7b3a09824ccaec3ee71ef8f567ee72a5a13cebed diff --git a/SafeCampus.API/SafeCampus.Cache/obj/SafeCampus.Cache.csproj.nuget.dgspec.json b/SafeCampus.API/SafeCampus.Cache/obj/SafeCampus.Cache.csproj.nuget.dgspec.json index a3970b9..f53b0cd 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/SafeCampus.Cache.csproj.nuget.dgspec.json +++ b/SafeCampus.API/SafeCampus.Cache/obj/SafeCampus.Cache.csproj.nuget.dgspec.json @@ -142,6 +142,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\SafeCampus.Core.csproj": { @@ -414,6 +419,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } diff --git a/SafeCampus.API/SafeCampus.Cache/obj/project.assets.json b/SafeCampus.API/SafeCampus.Cache/obj/project.assets.json index 236b51e..08d7e44 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/project.assets.json +++ b/SafeCampus.API/SafeCampus.Cache/obj/project.assets.json @@ -2756,19 +2756,19 @@ } } }, - "net7.0": { + "net6.0/win-x64": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "7.0.0" + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } } @@ -2779,12 +2779,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -2820,12 +2820,12 @@ "CommunityToolkit.HighPerformance/8.1.0": { "type": "package", "compile": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } } @@ -2882,19 +2882,19 @@ "Mapster.Core": "1.2.1" }, "compile": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} }, "runtime": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} } }, "Mapster.Core/1.2.1": { "type": "package", "compile": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} }, "runtime": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} } }, "Mapster.DependencyInjection/1.0.1": { @@ -2904,10 +2904,10 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} }, "runtime": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} } }, "Masuit.Tools.Abstractions/2024.3.4": { @@ -2929,12 +2929,12 @@ "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -2943,31 +2943,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "7.0.15" + "Microsoft.EntityFrameworkCore": "[6.0.26]" }, "compile": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.29": { "type": "package", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -2975,37 +2975,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "Microsoft.AspNetCore.JsonPatch/6.0.29": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.29": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Microsoft.AspNetCore.JsonPatch": "6.0.29", "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -3038,53 +3038,53 @@ "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hant" } } @@ -3095,53 +3095,53 @@ "Microsoft.CodeAnalysis.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hant" } } @@ -3155,53 +3155,53 @@ "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3216,53 +3216,53 @@ "System.Threading.Channels": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3276,14 +3276,16 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.EntityFrameworkCore/7.0.15": { + "Microsoft.EntityFrameworkCore/6.0.26": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "6.0.26", + "Microsoft.EntityFrameworkCore.Analyzers": "6.0.26", + "Microsoft.Extensions.Caching.Memory": "6.0.1", + "Microsoft.Extensions.DependencyInjection": "6.0.1", + "Microsoft.Extensions.Logging": "6.0.0", + "System.Collections.Immutable": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { @@ -3299,7 +3301,7 @@ "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { "type": "package", "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { @@ -3312,7 +3314,7 @@ } } }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -3336,12 +3338,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -3359,12 +3361,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -3379,12 +3381,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -3398,12 +3400,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -3417,12 +3419,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -3440,12 +3442,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -3463,12 +3465,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -3476,34 +3478,35 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { + "Microsoft.Extensions.DependencyInjection/6.0.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -3511,24 +3514,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/7.0.0": { + "Microsoft.Extensions.DependencyModel/6.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" + "System.Buffers": "4.5.1", + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { @@ -3558,12 +3561,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -3574,12 +3577,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -3587,26 +3590,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/7.0.0": { + "Microsoft.Extensions.Logging/6.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { @@ -3615,12 +3616,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -3635,12 +3636,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -3658,12 +3659,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -3673,13 +3674,16 @@ }, "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -3830,37 +3834,25 @@ } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "Minio/5.0.0": { @@ -3871,12 +3863,12 @@ "System.Reactive.Linq": "5.0.0" }, "compile": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } } @@ -3948,15 +3940,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.29" }, "compile": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -3966,15 +3958,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -3987,12 +3979,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -4011,20 +4003,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.29", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "7.0.0", - "System.Text.Json": "7.0.4", + "Microsoft.Extensions.DependencyModel": "6.0.0", + "System.Text.Json": "6.0.9", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -4032,12 +4024,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } } @@ -4100,6 +4092,185 @@ } } }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, "SharpCompress/0.37.2": { "type": "package", "dependencies": { @@ -4128,20 +4299,20 @@ "SimpleRedis/1.1.9": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "7.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", + "Microsoft.Extensions.Configuration": "6.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", "NewLife.Redis": "5.6.2024.402" }, "compile": { - "lib/net7.0/SimpleRedis.dll": { + "lib/net6.0/SimpleRedis.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/SimpleRedis.dll": { + "lib/net6.0/SimpleRedis.dll": { "related": ".xml" } } @@ -4152,12 +4323,12 @@ "Newtonsoft.Json": "13.0.3" }, "compile": { - "lib/net7.0/SimpleTool.dll": { + "lib/net6.0/SimpleTool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/SimpleTool.dll": { + "lib/net6.0/SimpleTool.dll": { "related": ".xml" } } @@ -4232,12 +4403,6 @@ }, "runtime": { "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/osx/native/libSkiaSharp.dylib": { - "assetType": "native", - "rid": "osx" - } } }, "SkiaSharp.NativeAssets.Win32/2.88.6": { @@ -4248,19 +4413,8 @@ "runtime": { "lib/net6.0/_._": {} }, - "runtimeTargets": { - "runtimes/win-arm64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x86" - } + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} } }, "Swashbuckle.AspNetCore/6.5.0": { @@ -4281,12 +4435,12 @@ "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, @@ -4300,12 +4454,12 @@ "Swashbuckle.AspNetCore.Swagger": "6.5.0" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } } @@ -4313,12 +4467,12 @@ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "type": "package", "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, @@ -4326,15 +4480,24 @@ "Microsoft.AspNetCore.App" ] }, + "System.Buffers/4.5.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -4347,7 +4510,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4380,13 +4544,16 @@ }, "System.Collections.Immutable/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -4446,12 +4613,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.AttributedModel.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -4465,12 +4632,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.Convention.dll": { + "lib/net6.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { + "lib/net6.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -4484,12 +4651,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.Hosting.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -4500,12 +4667,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.Runtime.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -4521,12 +4688,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -4537,16 +4704,15 @@ "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -4580,7 +4746,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4588,39 +4755,40 @@ } } }, - "System.Diagnostics.DiagnosticSource/4.4.1": { + "System.Diagnostics.DiagnosticSource/6.0.1": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Diagnostics.EventLog/8.0.0": { + "System.Diagnostics.EventLog/6.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Diagnostics.PerformanceCounter/7.0.0": { @@ -4629,23 +4797,17 @@ "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -4670,7 +4832,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, "compile": { "ref/netstandard1.5/_._": { @@ -4684,12 +4847,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net7.0/System.Drawing.Common.dll": { + "lib/net6.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { + "lib/net6.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -4729,7 +4892,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4761,7 +4925,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { "ref/netstandard1.5/System.IO.dll": { @@ -4779,7 +4944,8 @@ "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4804,12 +4970,12 @@ "System.IO.Hashing/7.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } }, @@ -4820,12 +4986,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -4887,23 +5053,26 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net7.0/System.Management.dll": { + "lib/net6.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Management.dll": { + "runtimes/win/lib/net6.0/System.Management.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Management.dll": { - "assetType": "runtime", - "rid": "win" - } + "runtime": { + "lib/netcoreapp2.1/_._": {} } }, "System.ObjectModel/4.3.0": { @@ -4924,6 +5093,16 @@ "lib/netstandard1.3/System.ObjectModel.dll": {} } }, + "System.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, "System.Reactive/5.0.0": { "type": "package", "compile": { @@ -4964,7 +5143,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Reflection.dll": { @@ -5021,7 +5201,8 @@ "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netstandard1.0/_._": { @@ -5035,12 +5216,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -5053,7 +5234,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netstandard1.0/System.Reflection.Primitives.dll": { @@ -5083,7 +5265,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netstandard1.0/_._": { @@ -5095,7 +5278,8 @@ "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Runtime.dll": { @@ -5124,7 +5308,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Runtime.Extensions.dll": { @@ -5137,7 +5322,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -5145,6 +5331,21 @@ } } }, + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, "System.Runtime.Serialization.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -5172,14 +5373,8 @@ } }, "runtime": { - "lib/netstandard2.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -5191,24 +5386,18 @@ } }, "runtime": { - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} } }, "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -5224,18 +5413,8 @@ } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -5244,7 +5423,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Text.Encoding.dll": { @@ -5252,62 +5432,72 @@ } } }, - "System.Text.Encoding.CodePages/7.0.0": { + "System.Text.Encoding.CodePages/6.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" } } }, "System.Text.Encodings.Web/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } } }, "System.Text.Json/8.0.0": { "type": "package", "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net7.0/System.Text.Json.dll": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Json.dll": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -5345,12 +5535,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -5358,12 +5548,30 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Threading.Tasks/4.3.0": { + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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" + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Threading.Tasks.dll": { @@ -5438,15 +5646,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} } }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -5470,19 +5678,19 @@ } } }, - "net8.0": { + "net7.0": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "8.0.0" + "System.Text.Encoding.CodePages": "7.0.0" }, "compile": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } } @@ -5493,12 +5701,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -5638,17 +5846,17 @@ "SixLabors.ImageSharp.Drawing": "2.1.3", "System.Collections.Immutable": "8.0.0", "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", "System.Management": "8.0.0", "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -5657,31 +5865,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "8.0.4" + "Microsoft.EntityFrameworkCore": "7.0.15" }, "compile": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -5689,37 +5897,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "Microsoft.AspNetCore.JsonPatch/7.0.18": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "8.0.4", - "Newtonsoft.Json": "13.0.3", + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -5990,42 +6198,43 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.EntityFrameworkCore/8.0.4": { + "Microsoft.EntityFrameworkCore/7.0.15": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", - "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", - "Microsoft.Extensions.Caching.Memory": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { "type": "package", "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -6049,12 +6258,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -6072,12 +6281,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -6092,12 +6301,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -6111,12 +6320,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -6130,12 +6339,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -6153,12 +6362,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -6176,12 +6385,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -6189,18 +6398,18 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { + "Microsoft.Extensions.DependencyInjection/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, @@ -6211,12 +6420,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -6224,19 +6433,19 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.0": { + "Microsoft.Extensions.DependencyModel/7.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.0" + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, @@ -6250,12 +6459,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, @@ -6271,12 +6480,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -6287,12 +6496,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -6300,20 +6509,21 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/8.0.0": { + "Microsoft.Extensions.Logging/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, @@ -6327,12 +6537,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -6347,12 +6557,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -6370,12 +6580,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -6386,12 +6596,12 @@ "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -6399,97 +6609,102 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { + "Microsoft.IdentityModel.Abstractions/6.35.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.1.2": { + "Microsoft.IdentityModel.Logging/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.1.2" + "Microsoft.IdentityModel.Abstractions": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols/7.1.2": { + "Microsoft.IdentityModel.Protocols/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "7.1.2", - "System.IdentityModel.Tokens.Jwt": "7.1.2" + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/7.1.2": { + "Microsoft.IdentityModel.Tokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2" + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -6551,12 +6766,12 @@ "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, @@ -6564,7 +6779,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "assetType": "runtime", "rid": "win" } @@ -6655,15 +6870,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" }, "compile": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -6673,15 +6888,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -6694,12 +6909,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -6718,20 +6933,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "8.0.0", - "System.Text.Json": "8.0.3", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -6739,12 +6954,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } } @@ -6813,10 +7028,10 @@ "ZstdSharp.Port": "0.8.0" }, "compile": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} }, "runtime": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} } }, "SharpZipLib/1.4.2": { @@ -6835,20 +7050,20 @@ "SimpleRedis/1.1.9": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", "NewLife.Redis": "5.6.2024.402" }, "compile": { - "lib/net8.0/SimpleRedis.dll": { + "lib/net7.0/SimpleRedis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/SimpleRedis.dll": { + "lib/net7.0/SimpleRedis.dll": { "related": ".xml" } } @@ -7036,12 +7251,12 @@ "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -7088,12 +7303,12 @@ "System.Collections.Immutable/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -7153,12 +7368,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -7172,12 +7387,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -7191,12 +7406,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -7207,12 +7422,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -7228,12 +7443,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -7248,12 +7463,12 @@ "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -7307,12 +7522,12 @@ "System.Diagnostics.EventLog/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, @@ -7320,28 +7535,28 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Diagnostics.PerformanceCounter/8.0.0": { + "System.Diagnostics.PerformanceCounter/7.0.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" + "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, @@ -7349,7 +7564,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "assetType": "runtime", "rid": "win" } @@ -7391,12 +7606,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -7444,19 +7659,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.1.2": { + "System.IdentityModel.Tokens.Jwt/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -7527,12 +7742,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -7594,12 +7809,12 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, @@ -7607,7 +7822,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Management.dll": { + "runtimes/win/lib/net7.0/System.Management.dll": { "assetType": "runtime", "rid": "win" } @@ -7742,12 +7957,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -7890,15 +8105,32 @@ } } }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -7942,15 +8174,15 @@ } } }, - "System.Text.Encoding.CodePages/8.0.0": { + "System.Text.Encoding.CodePages/7.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, @@ -7958,7 +8190,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", "rid": "win" } @@ -7967,12 +8199,12 @@ "System.Text.Encodings.Web/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, @@ -7980,24 +8212,24 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { "assetType": "runtime", "rid": "browser" } } }, - "System.Text.Json/8.0.3": { + "System.Text.Json/8.0.0": { "type": "package", "dependencies": { "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -8035,12 +8267,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -8128,15 +8360,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} } }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -8159,92 +8391,8558 @@ "bin/placeholder/SafeCampus.Core.dll": {} } } - } - }, - "libraries": { - "AngleSharp/1.1.2": { - "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", - "type": "package", - "path": "anglesharp/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.1.1.2.nupkg.sha512", - "anglesharp.nuspec", - "lib/net461/AngleSharp.dll", - "lib/net461/AngleSharp.xml", - "lib/net472/AngleSharp.dll", - "lib/net472/AngleSharp.xml", - "lib/net6.0/AngleSharp.dll", - "lib/net6.0/AngleSharp.xml", - "lib/net7.0/AngleSharp.dll", - "lib/net7.0/AngleSharp.xml", - "lib/net8.0/AngleSharp.dll", - "lib/net8.0/AngleSharp.xml", - "lib/netstandard2.0/AngleSharp.dll", - "lib/netstandard2.0/AngleSharp.xml", - "logo.png" - ] - }, - "AngleSharp.Css/1.0.0-beta.139": { - "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", - "type": "package", - "path": "anglesharp.css/1.0.0-beta.139", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.css.1.0.0-beta.139.nupkg.sha512", - "anglesharp.css.nuspec", - "lib/net461/AngleSharp.Css.dll", - "lib/net461/AngleSharp.Css.xml", - "lib/net472/AngleSharp.Css.dll", - "lib/net472/AngleSharp.Css.xml", - "lib/net6.0/AngleSharp.Css.dll", - "lib/net6.0/AngleSharp.Css.xml", - "lib/net7.0/AngleSharp.Css.dll", - "lib/net7.0/AngleSharp.Css.xml", - "lib/net8.0/AngleSharp.Css.dll", - "lib/net8.0/AngleSharp.Css.xml", - "lib/netstandard2.0/AngleSharp.Css.dll", - "lib/netstandard2.0/AngleSharp.Css.xml", - "logo.png" - ] - }, - "Ben.Demystifier/0.4.1": { - "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", - "type": "package", - "path": "ben.demystifier/0.4.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ben.demystifier.0.4.1.nupkg.sha512", - "ben.demystifier.nuspec", - "icon.png", - "lib/net45/Ben.Demystifier.dll", - "lib/netstandard2.0/Ben.Demystifier.dll", - "lib/netstandard2.1/Ben.Demystifier.dll", - "readme.md" - ] }, - "Castle.Core/5.1.1": { - "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", - "type": "package", - "path": "castle.core/5.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ASL - Apache Software Foundation License.txt", - "CHANGELOG.md", - "LICENSE", - "castle-logo.png", - "castle.core.5.1.1.nupkg.sha512", - "castle.core.nuspec", - "lib/net462/Castle.Core.dll", - "lib/net462/Castle.Core.xml", - "lib/net6.0/Castle.Core.dll", - "lib/net6.0/Castle.Core.xml", + "net7.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "7.0.0" + }, + "compile": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "7.0.15" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/7.0.15": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + }, + "compile": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net6.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net6.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net7.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/7.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net7.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net7.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + }, + "net8.0": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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.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/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "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.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + }, + "net8.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + } + }, + "libraries": { + "AngleSharp/1.1.2": { + "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", + "type": "package", + "path": "anglesharp/1.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.1.1.2.nupkg.sha512", + "anglesharp.nuspec", + "lib/net461/AngleSharp.dll", + "lib/net461/AngleSharp.xml", + "lib/net472/AngleSharp.dll", + "lib/net472/AngleSharp.xml", + "lib/net6.0/AngleSharp.dll", + "lib/net6.0/AngleSharp.xml", + "lib/net7.0/AngleSharp.dll", + "lib/net7.0/AngleSharp.xml", + "lib/net8.0/AngleSharp.dll", + "lib/net8.0/AngleSharp.xml", + "lib/netstandard2.0/AngleSharp.dll", + "lib/netstandard2.0/AngleSharp.xml", + "logo.png" + ] + }, + "AngleSharp.Css/1.0.0-beta.139": { + "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", + "type": "package", + "path": "anglesharp.css/1.0.0-beta.139", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.css.1.0.0-beta.139.nupkg.sha512", + "anglesharp.css.nuspec", + "lib/net461/AngleSharp.Css.dll", + "lib/net461/AngleSharp.Css.xml", + "lib/net472/AngleSharp.Css.dll", + "lib/net472/AngleSharp.Css.xml", + "lib/net6.0/AngleSharp.Css.dll", + "lib/net6.0/AngleSharp.Css.xml", + "lib/net7.0/AngleSharp.Css.dll", + "lib/net7.0/AngleSharp.Css.xml", + "lib/net8.0/AngleSharp.Css.dll", + "lib/net8.0/AngleSharp.Css.xml", + "lib/netstandard2.0/AngleSharp.Css.dll", + "lib/netstandard2.0/AngleSharp.Css.xml", + "logo.png" + ] + }, + "Ben.Demystifier/0.4.1": { + "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", + "type": "package", + "path": "ben.demystifier/0.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ben.demystifier.0.4.1.nupkg.sha512", + "ben.demystifier.nuspec", + "icon.png", + "lib/net45/Ben.Demystifier.dll", + "lib/netstandard2.0/Ben.Demystifier.dll", + "lib/netstandard2.1/Ben.Demystifier.dll", + "readme.md" + ] + }, + "Castle.Core/5.1.1": { + "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", + "type": "package", + "path": "castle.core/5.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ASL - Apache Software Foundation License.txt", + "CHANGELOG.md", + "LICENSE", + "castle-logo.png", + "castle.core.5.1.1.nupkg.sha512", + "castle.core.nuspec", + "lib/net462/Castle.Core.dll", + "lib/net462/Castle.Core.xml", + "lib/net6.0/Castle.Core.dll", + "lib/net6.0/Castle.Core.xml", "lib/netstandard2.0/Castle.Core.dll", "lib/netstandard2.0/Castle.Core.xml", "lib/netstandard2.1/Castle.Core.dll", @@ -9865,10 +18563,287 @@ "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" ] }, - "Microsoft.Extensions.Caching.Abstractions/8.0.0": { - "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "type": "package", + "path": "microsoft.extensions.caching.memory/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "type": "package", + "path": "microsoft.extensions.configuration/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", + "lib/net462/Microsoft.Extensions.Configuration.dll", + "lib/net462/Microsoft.Extensions.Configuration.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "type": "package", + "path": "microsoft.extensions.configuration.binder/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", + "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", + "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", + "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "type": "package", + "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", + "type": "package", + "path": "microsoft.extensions.configuration.json/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", + "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/6.0.1": { + "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/8.0.0", + "path": "microsoft.extensions.dependencyinjection/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/Microsoft.Extensions.DependencyInjection.dll", + "lib/net461/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9876,29 +18851,31 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/8.0.0": { - "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", "type": "package", - "path": "microsoft.extensions.caching.memory/8.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9906,29 +18883,136 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/8.0.0": { - "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "Microsoft.Extensions.DependencyModel/6.0.0": { + "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.DependencyModel.dll", + "lib/net461/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "README.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", "type": "package", - "path": "microsoft.extensions.configuration/8.0.0", + "path": "microsoft.extensions.fileproviders.physical/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9936,29 +19020,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "path": "microsoft.extensions.filesystemglobbing/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9966,100 +19050,79 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Logging/6.0.0": { + "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.logging/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", - "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", + "lib/net461/Microsoft.Extensions.Logging.dll", + "lib/net461/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "Microsoft.Extensions.Logging/7.0.0": { + "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "path": "microsoft.extensions.logging/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.7.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", "type": "package", - "path": "microsoft.extensions.configuration.json/8.0.0", + "path": "microsoft.extensions.logging/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10067,85 +19130,151 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/6.0.1": { - "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/6.0.1", + "path": "microsoft.extensions.logging.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.DependencyInjection.dll", - "lib/net461/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "Microsoft.Extensions.Options/8.0.0": { + "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/7.0.0", + "path": "microsoft.extensions.options/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.0.nupkg.sha512", + "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/8.0.0", + "path": "microsoft.extensions.options.configurationextensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10153,31 +19282,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "path": "microsoft.extensions.primitives/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10185,1151 +19312,1153 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/6.0.0", + "path": "microsoft.identitymodel.abstractions/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.DependencyModel.dll", - "lib/net461/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", "type": "package", - "path": "microsoft.extensions.dependencymodel/7.0.0", + "path": "microsoft.identitymodel.abstractions/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/8.0.0": { - "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" + ] + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "type": "package", + "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "path": "microsoft.identitymodel.logging/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", + "Microsoft.IdentityModel.Logging/7.1.2": { + "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", + "path": "microsoft.identitymodel.logging/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", + "path": "microsoft.identitymodel.protocols/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.Logging/6.0.0": { - "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", + "Microsoft.IdentityModel.Protocols/7.1.2": { + "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", "type": "package", - "path": "microsoft.extensions.logging/6.0.0", + "path": "microsoft.identitymodel.protocols/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.dll", - "lib/net461/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.6.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.Logging/7.0.0": { - "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", "type": "package", - "path": "microsoft.extensions.logging/7.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.7.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Logging/8.0.0": { - "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", "type": "package", - "path": "microsoft.extensions.logging/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" + ] + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "type": "package", + "path": "microsoft.identitymodel.tokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", + "Microsoft.IdentityModel.Tokens/7.1.2": { + "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/8.0.0", + "path": "microsoft.identitymodel.tokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Options/8.0.0": { - "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", + "Microsoft.NETCore.Platforms/5.0.0": { + "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", "type": "package", - "path": "microsoft.extensions.options/8.0.0", + "path": "microsoft.netcore.platforms/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.8.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { - "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", + "Microsoft.NETCore.Targets/1.1.3": { + "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/8.0.0", + "path": "microsoft.netcore.targets/1.1.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.options.configurationextensions.nuspec", - "useSharedDesignerContext.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.3.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" ] }, - "Microsoft.Extensions.Primitives/8.0.0": { - "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "Microsoft.OpenApi/1.2.3": { + "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", "type": "package", - "path": "microsoft.extensions.primitives/8.0.0", + "path": "microsoft.openapi/1.2.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" + "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.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "Microsoft.Win32.Registry/5.0.0": { + "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", + "path": "microsoft.win32.registry/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.5.0.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { - "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", + "Microsoft.Win32.SystemEvents/8.0.0": { + "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.1.2", + "path": "microsoft.win32.systemevents/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", + "lib/net462/Microsoft.Win32.SystemEvents.dll", + "lib/net462/Microsoft.Win32.SystemEvents.xml", + "lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "microsoft.win32.systemevents.8.0.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "useSharedDesignerContext.txt" ] }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "Minio/5.0.0": { + "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "path": "minio/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "LICENSE", + "icon.png", + "lib/net6.0/Minio.dll", + "lib/net6.0/Minio.xml", + "lib/net7.0/Minio.dll", + "lib/net7.0/Minio.xml", + "lib/netstandard2.0/Minio.dll", + "lib/netstandard2.0/Minio.xml", + "minio.5.0.0.nupkg.sha512", + "minio.nuspec", + "readme.md" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { - "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "MiniProfiler.AspNetCore/4.3.8": { + "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "path": "miniprofiler.aspnetcore/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.dll", + "lib/net6.0/MiniProfiler.AspNetCore.xml", + "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.nuspec" ] }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", "type": "package", - "path": "microsoft.identitymodel.logging/6.35.0", + "path": "miniprofiler.aspnetcore.mvc/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", + "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.mvc.nuspec" ] }, - "Microsoft.IdentityModel.Logging/7.1.2": { - "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", + "MiniProfiler.Shared/4.3.8": { + "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", "type": "package", - "path": "microsoft.identitymodel.logging/7.1.2", + "path": "miniprofiler.shared/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/net8.0/Microsoft.IdentityModel.Logging.dll", - "lib/net8.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE.txt", + "lib/net461/MiniProfiler.Shared.dll", + "lib/net461/MiniProfiler.Shared.xml", + "lib/netstandard2.0/MiniProfiler.Shared.dll", + "lib/netstandard2.0/MiniProfiler.Shared.xml", + "miniprofiler.shared.4.3.8.nupkg.sha512", + "miniprofiler.shared.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.35.0", + "path": "moyu.extras.authentication.jwtbearer/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", + "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", + "moyu.extras.authentication.jwtbearer.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/7.1.2": { - "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", "type": "package", - "path": "microsoft.identitymodel.protocols/7.1.2", + "path": "moyu.extras.objectmapper.mapster/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", + "moyu.extras.objectmapper.mapster.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "MoYu.Pure/1.0.6": { + "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "path": "moyu.pure/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "content/SpecificationDocument/Assets/index-mini-profiler.html", + "content/SpecificationDocument/Assets/index.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", + "icon.png", + "lib/net5.0/MoYu.Pure.dll", + "lib/net5.0/MoYu.Pure.xml", + "lib/net6.0/MoYu.Pure.dll", + "lib/net6.0/MoYu.Pure.xml", + "lib/net7.0/MoYu.Pure.dll", + "lib/net7.0/MoYu.Pure.xml", + "lib/net8.0/MoYu.Pure.dll", + "lib/net8.0/MoYu.Pure.xml", + "lib/net9.0/MoYu.Pure.dll", + "lib/net9.0/MoYu.Pure.xml", + "moyu.pure.1.0.6.nupkg.sha512", + "moyu.pure.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { - "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", + "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", + "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "NewLife.Core/10.10.2024.601": { + "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.35.0", + "path": "newlife.core/10.10.2024.601", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Core.dll", + "lib/net45/NewLife.Core.xml", + "lib/net461/NewLife.Core.dll", + "lib/net461/NewLife.Core.xml", + "lib/net5.0-windows7.0/NewLife.Core.dll", + "lib/net5.0-windows7.0/NewLife.Core.xml", + "lib/net5.0/NewLife.Core.dll", + "lib/net5.0/NewLife.Core.xml", + "lib/net6.0-windows7.0/NewLife.Core.dll", + "lib/net6.0-windows7.0/NewLife.Core.xml", + "lib/net6.0/NewLife.Core.dll", + "lib/net6.0/NewLife.Core.xml", + "lib/net7.0-windows7.0/NewLife.Core.dll", + "lib/net7.0-windows7.0/NewLife.Core.xml", + "lib/net7.0/NewLife.Core.dll", + "lib/net7.0/NewLife.Core.xml", + "lib/net8.0-windows7.0/NewLife.Core.dll", + "lib/net8.0-windows7.0/NewLife.Core.xml", + "lib/net8.0/NewLife.Core.dll", + "lib/net8.0/NewLife.Core.xml", + "lib/netcoreapp3.1/NewLife.Core.dll", + "lib/netcoreapp3.1/NewLife.Core.xml", + "lib/netstandard2.0/NewLife.Core.dll", + "lib/netstandard2.0/NewLife.Core.xml", + "lib/netstandard2.1/NewLife.Core.dll", + "lib/netstandard2.1/NewLife.Core.xml", + "newlife.core.10.10.2024.601.nupkg.sha512", + "newlife.core.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.1.2": { - "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", + "NewLife.Redis/5.6.2024.402": { + "sha512": "ZFB+7+7D7MtZhJyMNJv6ujdclh/N4Gg1zNEtvrP4zdtJAGRj5K3ADF8BnedEcfys6XpHUksmevb1AGIj5MtMMw==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.1.2", + "path": "newlife.redis/5.6.2024.402", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Redis.dll", + "lib/net45/NewLife.Redis.xml", + "lib/net461/NewLife.Redis.dll", + "lib/net461/NewLife.Redis.xml", + "lib/netstandard2.0/NewLife.Redis.dll", + "lib/netstandard2.0/NewLife.Redis.xml", + "lib/netstandard2.1/NewLife.Redis.dll", + "lib/netstandard2.1/NewLife.Redis.xml", + "newlife.redis.5.6.2024.402.nupkg.sha512", + "newlife.redis.nuspec" ] }, - "Microsoft.NETCore.Platforms/5.0.0": { - "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "type": "package", - "path": "microsoft.netcore.platforms/5.0.0", + "path": "newtonsoft.json/13.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.5.0.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json", - "useSharedDesignerContext.txt", - "version.txt" + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" ] }, - "Microsoft.NETCore.Targets/1.1.3": { - "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", "type": "package", - "path": "microsoft.netcore.targets/1.1.3", + "path": "newtonsoft.json.bson/1.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.3.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" ] }, - "Microsoft.OpenApi/1.2.3": { - "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "Portable.BouncyCastle/1.9.0": { + "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", "type": "package", - "path": "microsoft.openapi/1.2.3", + "path": "portable.bouncycastle/1.9.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" + "lib/net40/BouncyCastle.Crypto.dll", + "lib/net40/BouncyCastle.Crypto.xml", + "lib/netstandard2.0/BouncyCastle.Crypto.dll", + "lib/netstandard2.0/BouncyCastle.Crypto.xml", + "portable.bouncycastle.1.9.0.nupkg.sha512", + "portable.bouncycastle.nuspec" ] }, - "Microsoft.Win32.Registry/5.0.0": { - "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "runtime.any.System.Collections/4.3.0": { + "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", "type": "package", - "path": "microsoft.win32.registry/5.0.0", + "path": "runtime.any.system.collections/4.3.0", "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.xml", - "lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "microsoft.win32.registry.5.0.0.nupkg.sha512", - "microsoft.win32.registry.nuspec", - "ref/net46/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", - "ref/netstandard2.0/Microsoft.Win32.Registry.dll", - "ref/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "useSharedDesignerContext.txt", - "version.txt" + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.dll", + "lib/netstandard1.3/System.Collections.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.collections.4.3.0.nupkg.sha512", + "runtime.any.system.collections.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Microsoft.Win32.SystemEvents/8.0.0": { - "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", "type": "package", - "path": "microsoft.win32.systemevents/8.0.0", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.8.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/netstandard1.5/System.Diagnostics.Tracing.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "runtime.any.system.diagnostics.tracing.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Minio/5.0.0": { - "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", + "runtime.any.System.Globalization/4.3.0": { + "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", "type": "package", - "path": "minio/5.0.0", + "path": "runtime.any.system.globalization/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE", - "icon.png", - "lib/net6.0/Minio.dll", - "lib/net6.0/Minio.xml", - "lib/net7.0/Minio.dll", - "lib/net7.0/Minio.xml", - "lib/netstandard2.0/Minio.dll", - "lib/netstandard2.0/Minio.xml", - "minio.5.0.0.nupkg.sha512", - "minio.nuspec", - "readme.md" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Globalization.dll", + "lib/netstandard1.3/System.Globalization.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.globalization.4.3.0.nupkg.sha512", + "runtime.any.system.globalization.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore/4.3.8": { - "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", + "runtime.any.System.IO/4.3.0": { + "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", "type": "package", - "path": "miniprofiler.aspnetcore/4.3.8", + "path": "runtime.any.system.io/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.dll", - "lib/net6.0/MiniProfiler.AspNetCore.xml", - "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.dll", + "lib/netstandard1.5/System.IO.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.io.4.3.0.nupkg.sha512", + "runtime.any.system.io.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore.Mvc/4.3.8": { - "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", + "runtime.any.System.Reflection/4.3.0": { + "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", "type": "package", - "path": "miniprofiler.aspnetcore.mvc/4.3.8", + "path": "runtime.any.system.reflection/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", - "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.mvc.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.dll", + "lib/netstandard1.5/System.Reflection.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.Shared/4.3.8": { - "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", + "runtime.any.System.Reflection.Extensions/4.3.0": { + "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", "type": "package", - "path": "miniprofiler.shared/4.3.8", + "path": "runtime.any.system.reflection.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net461/MiniProfiler.Shared.dll", - "lib/net461/MiniProfiler.Shared.xml", - "lib/netstandard2.0/MiniProfiler.Shared.dll", - "lib/netstandard2.0/MiniProfiler.Shared.xml", - "miniprofiler.shared.4.3.8.nupkg.sha512", - "miniprofiler.shared.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/netstandard1.3/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.Authentication.JwtBearer/1.0.6": { - "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", + "runtime.any.System.Reflection.Primitives/4.3.0": { + "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", "type": "package", - "path": "moyu.extras.authentication.jwtbearer/1.0.6", + "path": "runtime.any.system.reflection.primitives/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", - "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", - "moyu.extras.authentication.jwtbearer.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/netstandard1.3/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.primitives.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { - "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", "type": "package", - "path": "moyu.extras.objectmapper.mapster/1.0.6", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", - "moyu.extras.objectmapper.mapster.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netstandard1.3/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "runtime.any.system.resources.resourcemanager.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure/1.0.6": { - "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", + "runtime.any.System.Runtime/4.3.0": { + "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", "type": "package", - "path": "moyu.pure/1.0.6", + "path": "runtime.any.system.runtime/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "content/SpecificationDocument/Assets/index-mini-profiler.html", - "content/SpecificationDocument/Assets/index.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", - "icon.png", - "lib/net5.0/MoYu.Pure.dll", - "lib/net5.0/MoYu.Pure.xml", - "lib/net6.0/MoYu.Pure.dll", - "lib/net6.0/MoYu.Pure.xml", - "lib/net7.0/MoYu.Pure.dll", - "lib/net7.0/MoYu.Pure.xml", - "lib/net8.0/MoYu.Pure.dll", - "lib/net8.0/MoYu.Pure.xml", - "lib/net9.0/MoYu.Pure.dll", - "lib/net9.0/MoYu.Pure.xml", - "moyu.pure.1.0.6.nupkg.sha512", - "moyu.pure.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.dll", + "lib/netstandard1.5/System.Runtime.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", + "type": "package", + "path": "runtime.any.system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netstandard1.3/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.handles.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { - "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", "type": "package", - "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", + "path": "runtime.any.system.runtime.interopservices/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", - "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netstandard1.5/System.Runtime.InteropServices.dll", + "lib/netstandard1.6/System.Runtime.InteropServices.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.interopservices.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Core/10.10.2024.601": { - "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", + "runtime.any.System.Text.Encoding/4.3.0": { + "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", "type": "package", - "path": "newlife.core/10.10.2024.601", + "path": "runtime.any.system.text.encoding/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Core.dll", - "lib/net45/NewLife.Core.xml", - "lib/net461/NewLife.Core.dll", - "lib/net461/NewLife.Core.xml", - "lib/net5.0-windows7.0/NewLife.Core.dll", - "lib/net5.0-windows7.0/NewLife.Core.xml", - "lib/net5.0/NewLife.Core.dll", - "lib/net5.0/NewLife.Core.xml", - "lib/net6.0-windows7.0/NewLife.Core.dll", - "lib/net6.0-windows7.0/NewLife.Core.xml", - "lib/net6.0/NewLife.Core.dll", - "lib/net6.0/NewLife.Core.xml", - "lib/net7.0-windows7.0/NewLife.Core.dll", - "lib/net7.0-windows7.0/NewLife.Core.xml", - "lib/net7.0/NewLife.Core.dll", - "lib/net7.0/NewLife.Core.xml", - "lib/net8.0-windows7.0/NewLife.Core.dll", - "lib/net8.0-windows7.0/NewLife.Core.xml", - "lib/net8.0/NewLife.Core.dll", - "lib/net8.0/NewLife.Core.xml", - "lib/netcoreapp3.1/NewLife.Core.dll", - "lib/netcoreapp3.1/NewLife.Core.xml", - "lib/netstandard2.0/NewLife.Core.dll", - "lib/netstandard2.0/NewLife.Core.xml", - "lib/netstandard2.1/NewLife.Core.dll", - "lib/netstandard2.1/NewLife.Core.xml", - "newlife.core.10.10.2024.601.nupkg.sha512", - "newlife.core.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/netstandard1.3/System.Text.Encoding.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Redis/5.6.2024.402": { - "sha512": "ZFB+7+7D7MtZhJyMNJv6ujdclh/N4Gg1zNEtvrP4zdtJAGRj5K3ADF8BnedEcfys6XpHUksmevb1AGIj5MtMMw==", + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", "type": "package", - "path": "newlife.redis/5.6.2024.402", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Redis.dll", - "lib/net45/NewLife.Redis.xml", - "lib/net461/NewLife.Redis.dll", - "lib/net461/NewLife.Redis.xml", - "lib/netstandard2.0/NewLife.Redis.dll", - "lib/netstandard2.0/NewLife.Redis.xml", - "lib/netstandard2.1/NewLife.Redis.dll", - "lib/netstandard2.1/NewLife.Redis.xml", - "newlife.redis.5.6.2024.402.nupkg.sha512", - "newlife.redis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "runtime.any.System.Threading.Tasks/4.3.0": { + "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "runtime.any.system.threading.tasks/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netstandard1.3/System.Threading.Tasks.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "runtime.any.system.threading.tasks.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json.Bson/1.0.2": { - "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", "type": "package", - "path": "newtonsoft.json.bson/1.0.2", + "path": "runtime.win.system.diagnostics.debug/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "lib/net45/Newtonsoft.Json.Bson.dll", - "lib/net45/Newtonsoft.Json.Bson.pdb", - "lib/net45/Newtonsoft.Json.Bson.xml", - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", - "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", - "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", - "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", - "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", - "newtonsoft.json.bson.1.0.2.nupkg.sha512", - "newtonsoft.json.bson.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "runtime.win.system.diagnostics.debug.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp80/_._", + "runtimes/win/lib/wpa81/_._" ] }, - "Portable.BouncyCastle/1.9.0": { - "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", + "runtime.win.System.IO.FileSystem/4.3.0": { + "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", "type": "package", - "path": "portable.bouncycastle/1.9.0", + "path": "runtime.win.system.io.filesystem/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net40/BouncyCastle.Crypto.dll", - "lib/net40/BouncyCastle.Crypto.xml", - "lib/netstandard2.0/BouncyCastle.Crypto.dll", - "lib/netstandard2.0/BouncyCastle.Crypto.xml", - "portable.bouncycastle.1.9.0.nupkg.sha512", - "portable.bouncycastle.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "runtime.win.system.io.filesystem.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp8/_._", + "runtimes/win/lib/wpa81/_._" + ] + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", + "type": "package", + "path": "runtime.win.system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", + "runtime.win.system.runtime.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll" ] }, "SharpCompress/0.37.2": { @@ -11666,6 +20795,21 @@ "swashbuckle.aspnetcore.swaggerui.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.Buffers/4.5.1": { "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", @@ -13346,6 +22490,20 @@ "system.objectmodel.nuspec" ] }, + "System.Private.Uri/4.3.0": { + "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "type": "package", + "path": "system.private.uri/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "system.private.uri.4.3.0.nupkg.sha512", + "system.private.uri.nuspec" + ] + }, "System.Reactive/5.0.0": { "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", "type": "package", @@ -14104,6 +23262,99 @@ "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.Serialization.Primitives/4.3.0": { "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", "type": "package", @@ -14564,6 +23815,74 @@ "useSharedDesignerContext.txt" ] }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".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.Encodings.Web/8.0.0": { "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "type": "package", @@ -14932,6 +24251,36 @@ "useSharedDesignerContext.txt" ] }, + "System.Threading.Overlapped/4.3.0": { + "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Threading.Overlapped.dll", + "ref/net46/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", + "runtimes/win/lib/net46/System.Threading.Overlapped.dll", + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", + "system.threading.overlapped.4.3.0.nupkg.sha512", + "system.threading.overlapped.nuspec" + ] + }, "System.Threading.Tasks/4.3.0": { "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "type": "package", @@ -15312,6 +24661,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Cache/obj/project.nuget.cache b/SafeCampus.API/SafeCampus.Cache/obj/project.nuget.cache index ac700b7..ef0a3cf 100644 --- a/SafeCampus.API/SafeCampus.Cache/obj/project.nuget.cache +++ b/SafeCampus.API/SafeCampus.Cache/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "t9HMX1FcLhEStgZaVpCzN98xhmd1HnmKT7gh8EWP1GZt2GPCukFB+tQdMTB+WapbaHW7SDvwwm6tezc/CrqJ/A==", + "dgSpecHash": "lB/cWKH/PNwj7/I7/qHm/cymyP2vsohK4xla9Ri7BW5oETMjSxP0B5OnTkKkdSGtKCxZHBX1+F6teumeSUPWoQ==", "success": true, "projectFilePath": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Cache\\SafeCampus.Cache.csproj", "expectedPackageFiles": [ @@ -97,6 +97,23 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\portable.bouncycastle\\1.9.0\\portable.bouncycastle.1.9.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.collections\\4.3.0\\runtime.any.system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.diagnostics.tracing\\4.3.0\\runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.globalization\\4.3.0\\runtime.any.system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.io\\4.3.0\\runtime.any.system.io.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection\\4.3.0\\runtime.any.system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.extensions\\4.3.0\\runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.primitives\\4.3.0\\runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.resources.resourcemanager\\4.3.0\\runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime\\4.3.0\\runtime.any.system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.handles\\4.3.0\\runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.interopservices\\4.3.0\\runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding\\4.3.0\\runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding.extensions\\4.3.0\\runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.threading.tasks\\4.3.0\\runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.diagnostics.debug\\4.3.0\\runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.io.filesystem\\4.3.0\\runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.runtime.extensions\\4.3.0\\runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpcompress\\0.37.2\\sharpcompress.0.37.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpziplib\\1.4.2\\sharpziplib.1.4.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\simpleredis\\1.1.9\\simpleredis.1.1.9.nupkg.sha512", @@ -111,6 +128,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.codedom\\8.0.0\\system.codedom.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", @@ -150,6 +168,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.management\\8.0.0\\system.management.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.private.uri\\4.3.0\\system.private.uri.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive.linq\\5.0.0\\system.reactive.linq.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", @@ -165,6 +184,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", @@ -174,12 +194,14 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\8.0.0\\system.text.encoding.codepages.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.3\\system.text.json.8.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.channels\\8.0.0\\system.threading.channels.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.overlapped\\4.3.0\\system.threading.overlapped.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.parallel\\4.3.0\\system.threading.tasks.parallel.4.3.0.nupkg.sha512", diff --git a/SafeCampus.API/SafeCampus.Core/obj/Debug/net6.0/SafeCampus.Core.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Core/obj/Debug/net6.0/SafeCampus.Core.AssemblyInfo.cs index 08bf11a..202d751 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/Debug/net6.0/SafeCampus.Core.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Core/obj/Debug/net6.0/SafeCampus.Core.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Core/obj/Debug/net6.0/SafeCampus.Core.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Core/obj/Debug/net6.0/SafeCampus.Core.AssemblyInfoInputs.cache index 7afea4a..c2d7cc7 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/Debug/net6.0/SafeCampus.Core.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Core/obj/Debug/net6.0/SafeCampus.Core.AssemblyInfoInputs.cache @@ -1 +1 @@ -d235d94859b15be85258d0324847b1ad0158db2c0386682015736134eb38631e +5dc42481238150072f93285701628eed4b9aff8c381353af63dac672eb8e55e7 diff --git a/SafeCampus.API/SafeCampus.Core/obj/Debug/net7.0/SafeCampus.Core.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Core/obj/Debug/net7.0/SafeCampus.Core.AssemblyInfo.cs index 08bf11a..202d751 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/Debug/net7.0/SafeCampus.Core.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Core/obj/Debug/net7.0/SafeCampus.Core.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Core/obj/Debug/net7.0/SafeCampus.Core.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Core/obj/Debug/net7.0/SafeCampus.Core.AssemblyInfoInputs.cache index 7afea4a..c2d7cc7 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/Debug/net7.0/SafeCampus.Core.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Core/obj/Debug/net7.0/SafeCampus.Core.AssemblyInfoInputs.cache @@ -1 +1 @@ -d235d94859b15be85258d0324847b1ad0158db2c0386682015736134eb38631e +5dc42481238150072f93285701628eed4b9aff8c381353af63dac672eb8e55e7 diff --git a/SafeCampus.API/SafeCampus.Core/obj/Debug/net8.0/SafeCampus.Core.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Core/obj/Debug/net8.0/SafeCampus.Core.AssemblyInfo.cs index 08bf11a..202d751 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/Debug/net8.0/SafeCampus.Core.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Core/obj/Debug/net8.0/SafeCampus.Core.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Core")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Core/obj/Debug/net8.0/SafeCampus.Core.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Core/obj/Debug/net8.0/SafeCampus.Core.AssemblyInfoInputs.cache index 7afea4a..c2d7cc7 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/Debug/net8.0/SafeCampus.Core.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Core/obj/Debug/net8.0/SafeCampus.Core.AssemblyInfoInputs.cache @@ -1 +1 @@ -d235d94859b15be85258d0324847b1ad0158db2c0386682015736134eb38631e +5dc42481238150072f93285701628eed4b9aff8c381353af63dac672eb8e55e7 diff --git a/SafeCampus.API/SafeCampus.Core/obj/SafeCampus.Core.csproj.nuget.dgspec.json b/SafeCampus.API/SafeCampus.Core/obj/SafeCampus.Core.csproj.nuget.dgspec.json index 8638b55..a037e54 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/SafeCampus.Core.csproj.nuget.dgspec.json +++ b/SafeCampus.API/SafeCampus.Core/obj/SafeCampus.Core.csproj.nuget.dgspec.json @@ -274,6 +274,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } diff --git a/SafeCampus.API/SafeCampus.Core/obj/project.assets.json b/SafeCampus.API/SafeCampus.Core/obj/project.assets.json index 65bff3f..9c04780 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/project.assets.json +++ b/SafeCampus.API/SafeCampus.Core/obj/project.assets.json @@ -2699,19 +2699,19 @@ } } }, - "net7.0": { + "net6.0/win-x64": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "7.0.0" + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } } @@ -2722,12 +2722,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -2763,12 +2763,12 @@ "CommunityToolkit.HighPerformance/8.1.0": { "type": "package", "compile": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } } @@ -2825,19 +2825,19 @@ "Mapster.Core": "1.2.1" }, "compile": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} }, "runtime": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} } }, "Mapster.Core/1.2.1": { "type": "package", "compile": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} }, "runtime": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} } }, "Mapster.DependencyInjection/1.0.1": { @@ -2847,10 +2847,10 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} }, "runtime": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} } }, "Masuit.Tools.Abstractions/2024.3.4": { @@ -2872,12 +2872,12 @@ "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -2886,31 +2886,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "7.0.15" + "Microsoft.EntityFrameworkCore": "[6.0.26]" }, "compile": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.29": { "type": "package", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -2918,37 +2918,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "Microsoft.AspNetCore.JsonPatch/6.0.29": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.29": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Microsoft.AspNetCore.JsonPatch": "6.0.29", "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -2981,53 +2981,53 @@ "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hant" } } @@ -3038,53 +3038,53 @@ "Microsoft.CodeAnalysis.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hant" } } @@ -3098,53 +3098,53 @@ "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3159,53 +3159,53 @@ "System.Threading.Channels": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3219,14 +3219,16 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.EntityFrameworkCore/7.0.15": { + "Microsoft.EntityFrameworkCore/6.0.26": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "6.0.26", + "Microsoft.EntityFrameworkCore.Analyzers": "6.0.26", + "Microsoft.Extensions.Caching.Memory": "6.0.1", + "Microsoft.Extensions.DependencyInjection": "6.0.1", + "Microsoft.Extensions.Logging": "6.0.0", + "System.Collections.Immutable": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { @@ -3242,7 +3244,7 @@ "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { "type": "package", "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { @@ -3255,7 +3257,7 @@ } } }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -3279,12 +3281,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -3302,12 +3304,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -3322,12 +3324,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -3341,12 +3343,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -3360,12 +3362,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -3383,12 +3385,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -3406,12 +3408,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -3419,34 +3421,35 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { + "Microsoft.Extensions.DependencyInjection/6.0.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -3454,24 +3457,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/7.0.0": { + "Microsoft.Extensions.DependencyModel/6.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" + "System.Buffers": "4.5.1", + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { @@ -3501,12 +3504,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -3517,12 +3520,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -3530,26 +3533,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/7.0.0": { + "Microsoft.Extensions.Logging/6.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { @@ -3558,12 +3559,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -3578,12 +3579,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -3601,12 +3602,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -3616,13 +3617,16 @@ }, "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -3773,37 +3777,25 @@ } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "Minio/5.0.0": { @@ -3814,12 +3806,12 @@ "System.Reactive.Linq": "5.0.0" }, "compile": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } } @@ -3891,15 +3883,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.29" }, "compile": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -3909,15 +3901,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -3930,12 +3922,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -3943,12 +3935,12 @@ "Microsoft.AspNetCore.App" ], "contentFiles": { - "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html": { + "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html": { "buildAction": "Content", "codeLanguage": "any", "copyToOutput": false }, - "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html": { + "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html": { "buildAction": "Content", "codeLanguage": "any", "copyToOutput": false @@ -3959,20 +3951,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.29", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "7.0.0", - "System.Text.Json": "7.0.4", + "Microsoft.Extensions.DependencyModel": "6.0.0", + "System.Text.Json": "6.0.9", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -3980,12 +3972,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } } @@ -4032,6 +4024,185 @@ } } }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, "SharpCompress/0.37.2": { "type": "package", "dependencies": { @@ -4063,12 +4234,12 @@ "Newtonsoft.Json": "13.0.3" }, "compile": { - "lib/net7.0/SimpleTool.dll": { + "lib/net6.0/SimpleTool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/SimpleTool.dll": { + "lib/net6.0/SimpleTool.dll": { "related": ".xml" } } @@ -4143,12 +4314,6 @@ }, "runtime": { "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/osx/native/libSkiaSharp.dylib": { - "assetType": "native", - "rid": "osx" - } } }, "SkiaSharp.NativeAssets.Win32/2.88.6": { @@ -4159,19 +4324,8 @@ "runtime": { "lib/net6.0/_._": {} }, - "runtimeTargets": { - "runtimes/win-arm64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x86" - } + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} } }, "Swashbuckle.AspNetCore/6.5.0": { @@ -4192,12 +4346,12 @@ "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, @@ -4211,12 +4365,12 @@ "Swashbuckle.AspNetCore.Swagger": "6.5.0" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } } @@ -4224,12 +4378,12 @@ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "type": "package", "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, @@ -4237,15 +4391,24 @@ "Microsoft.AspNetCore.App" ] }, + "System.Buffers/4.5.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -4258,7 +4421,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4291,13 +4455,16 @@ }, "System.Collections.Immutable/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -4357,12 +4524,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.AttributedModel.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -4376,12 +4543,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.Convention.dll": { + "lib/net6.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { + "lib/net6.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -4395,12 +4562,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.Hosting.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -4411,12 +4578,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.Runtime.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -4432,12 +4599,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -4448,16 +4615,15 @@ "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -4491,7 +4657,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4499,39 +4666,40 @@ } } }, - "System.Diagnostics.DiagnosticSource/4.4.1": { + "System.Diagnostics.DiagnosticSource/6.0.1": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Diagnostics.EventLog/8.0.0": { + "System.Diagnostics.EventLog/6.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Diagnostics.PerformanceCounter/7.0.0": { @@ -4540,23 +4708,17 @@ "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -4581,7 +4743,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, "compile": { "ref/netstandard1.5/_._": { @@ -4595,12 +4758,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net7.0/System.Drawing.Common.dll": { + "lib/net6.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { + "lib/net6.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -4640,7 +4803,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4672,7 +4836,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { "ref/netstandard1.5/System.IO.dll": { @@ -4690,7 +4855,8 @@ "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4715,12 +4881,12 @@ "System.IO.Hashing/7.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } }, @@ -4731,12 +4897,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -4798,23 +4964,26 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net7.0/System.Management.dll": { + "lib/net6.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Management.dll": { + "runtimes/win/lib/net6.0/System.Management.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Management.dll": { - "assetType": "runtime", - "rid": "win" - } + "runtime": { + "lib/netcoreapp2.1/_._": {} } }, "System.ObjectModel/4.3.0": { @@ -4835,6 +5004,16 @@ "lib/netstandard1.3/System.ObjectModel.dll": {} } }, + "System.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, "System.Reactive/5.0.0": { "type": "package", "compile": { @@ -4875,7 +5054,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Reflection.dll": { @@ -4932,7 +5112,8 @@ "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netstandard1.0/_._": { @@ -4946,12 +5127,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -4964,7 +5145,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netstandard1.0/System.Reflection.Primitives.dll": { @@ -4994,7 +5176,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netstandard1.0/_._": { @@ -5006,7 +5189,8 @@ "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Runtime.dll": { @@ -5035,7 +5219,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Runtime.Extensions.dll": { @@ -5048,7 +5233,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -5056,6 +5242,21 @@ } } }, + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, "System.Runtime.Serialization.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -5083,14 +5284,8 @@ } }, "runtime": { - "lib/netstandard2.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -5102,24 +5297,18 @@ } }, "runtime": { - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} } }, "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -5135,18 +5324,8 @@ } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -5155,7 +5334,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Text.Encoding.dll": { @@ -5163,62 +5343,72 @@ } } }, - "System.Text.Encoding.CodePages/7.0.0": { + "System.Text.Encoding.CodePages/6.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" } } }, "System.Text.Encodings.Web/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } } }, "System.Text.Json/8.0.0": { "type": "package", "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net7.0/System.Text.Json.dll": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Json.dll": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -5256,12 +5446,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -5269,20 +5459,38 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Threading.Tasks/4.3.0": { + "System.Threading.Overlapped/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Threading.Tasks.dll": { + "ref/netstandard1.3/_._": { "related": ".xml" } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks.Extensions/4.5.4": { + "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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { "type": "package", "compile": { "ref/netcoreapp2.1/_._": {} @@ -5349,26 +5557,26 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} } } }, - "net8.0": { + "net7.0": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "8.0.0" + "System.Text.Encoding.CodePages": "7.0.0" }, "compile": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } } @@ -5379,12 +5587,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -5524,17 +5732,17 @@ "SixLabors.ImageSharp.Drawing": "2.1.3", "System.Collections.Immutable": "8.0.0", "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", "System.Management": "8.0.0", "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -5543,31 +5751,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "8.0.4" + "Microsoft.EntityFrameworkCore": "7.0.15" }, "compile": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -5575,37 +5783,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "Microsoft.AspNetCore.JsonPatch/7.0.18": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "8.0.4", - "Newtonsoft.Json": "13.0.3", + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -5876,42 +6084,43 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.EntityFrameworkCore/8.0.4": { + "Microsoft.EntityFrameworkCore/7.0.15": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", - "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", - "Microsoft.Extensions.Caching.Memory": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { "type": "package", "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -5935,12 +6144,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -5958,12 +6167,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -5978,12 +6187,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -5997,12 +6206,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -6016,12 +6225,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -6039,12 +6248,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -6062,12 +6271,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -6075,18 +6284,18 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { + "Microsoft.Extensions.DependencyInjection/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, @@ -6097,12 +6306,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -6110,19 +6319,19 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.0": { + "Microsoft.Extensions.DependencyModel/7.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.0" + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, @@ -6136,12 +6345,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, @@ -6157,12 +6366,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -6173,12 +6382,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -6186,20 +6395,21 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/8.0.0": { + "Microsoft.Extensions.Logging/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, @@ -6213,12 +6423,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -6233,12 +6443,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -6256,12 +6466,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -6272,12 +6482,12 @@ "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -6285,97 +6495,102 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { + "Microsoft.IdentityModel.Abstractions/6.35.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.1.2": { + "Microsoft.IdentityModel.Logging/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.1.2" + "Microsoft.IdentityModel.Abstractions": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols/7.1.2": { + "Microsoft.IdentityModel.Protocols/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "7.1.2", - "System.IdentityModel.Tokens.Jwt": "7.1.2" + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/7.1.2": { + "Microsoft.IdentityModel.Tokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2" + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -6437,12 +6652,12 @@ "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, @@ -6450,7 +6665,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "assetType": "runtime", "rid": "win" } @@ -6541,15 +6756,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" }, "compile": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -6559,15 +6774,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -6580,12 +6795,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -6593,12 +6808,12 @@ "Microsoft.AspNetCore.App" ], "contentFiles": { - "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html": { + "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html": { "buildAction": "Content", "codeLanguage": "any", "copyToOutput": false }, - "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html": { + "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html": { "buildAction": "Content", "codeLanguage": "any", "copyToOutput": false @@ -6609,20 +6824,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "8.0.0", - "System.Text.Json": "8.0.3", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -6630,12 +6845,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } } @@ -6688,10 +6903,10 @@ "ZstdSharp.Port": "0.8.0" }, "compile": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} }, "runtime": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} } }, "SharpZipLib/1.4.2": { @@ -6890,12 +7105,12 @@ "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -6942,12 +7157,12 @@ "System.Collections.Immutable/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -7007,12 +7222,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -7026,12 +7241,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -7045,12 +7260,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -7061,12 +7276,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -7082,12 +7297,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -7102,12 +7317,12 @@ "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -7161,12 +7376,12 @@ "System.Diagnostics.EventLog/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, @@ -7174,28 +7389,28 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Diagnostics.PerformanceCounter/8.0.0": { + "System.Diagnostics.PerformanceCounter/7.0.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" + "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, @@ -7203,7 +7418,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "assetType": "runtime", "rid": "win" } @@ -7245,12 +7460,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -7298,19 +7513,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.1.2": { + "System.IdentityModel.Tokens.Jwt/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -7381,12 +7596,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -7448,12 +7663,12 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, @@ -7461,7 +7676,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Management.dll": { + "runtimes/win/lib/net7.0/System.Management.dll": { "assetType": "runtime", "rid": "win" } @@ -7596,12 +7811,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -7744,15 +7959,32 @@ } } }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -7796,15 +8028,15 @@ } } }, - "System.Text.Encoding.CodePages/8.0.0": { + "System.Text.Encoding.CodePages/7.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, @@ -7812,7 +8044,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", "rid": "win" } @@ -7821,12 +8053,12 @@ "System.Text.Encodings.Web/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, @@ -7834,24 +8066,24 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { "assetType": "runtime", "rid": "browser" } } }, - "System.Text.Json/8.0.3": { + "System.Text.Json/8.0.0": { "type": "package", "dependencies": { "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -7889,12 +8121,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -7982,116 +8214,8411 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} } } - } - }, - "libraries": { - "AngleSharp/1.1.2": { - "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", - "type": "package", - "path": "anglesharp/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.1.1.2.nupkg.sha512", - "anglesharp.nuspec", - "lib/net461/AngleSharp.dll", - "lib/net461/AngleSharp.xml", - "lib/net472/AngleSharp.dll", - "lib/net472/AngleSharp.xml", - "lib/net6.0/AngleSharp.dll", - "lib/net6.0/AngleSharp.xml", - "lib/net7.0/AngleSharp.dll", - "lib/net7.0/AngleSharp.xml", - "lib/net8.0/AngleSharp.dll", - "lib/net8.0/AngleSharp.xml", - "lib/netstandard2.0/AngleSharp.dll", - "lib/netstandard2.0/AngleSharp.xml", - "logo.png" - ] - }, - "AngleSharp.Css/1.0.0-beta.139": { - "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", - "type": "package", - "path": "anglesharp.css/1.0.0-beta.139", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.css.1.0.0-beta.139.nupkg.sha512", - "anglesharp.css.nuspec", - "lib/net461/AngleSharp.Css.dll", - "lib/net461/AngleSharp.Css.xml", - "lib/net472/AngleSharp.Css.dll", - "lib/net472/AngleSharp.Css.xml", - "lib/net6.0/AngleSharp.Css.dll", - "lib/net6.0/AngleSharp.Css.xml", - "lib/net7.0/AngleSharp.Css.dll", - "lib/net7.0/AngleSharp.Css.xml", - "lib/net8.0/AngleSharp.Css.dll", - "lib/net8.0/AngleSharp.Css.xml", - "lib/netstandard2.0/AngleSharp.Css.dll", - "lib/netstandard2.0/AngleSharp.Css.xml", - "logo.png" - ] - }, - "Ben.Demystifier/0.4.1": { - "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", - "type": "package", - "path": "ben.demystifier/0.4.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ben.demystifier.0.4.1.nupkg.sha512", - "ben.demystifier.nuspec", - "icon.png", - "lib/net45/Ben.Demystifier.dll", - "lib/netstandard2.0/Ben.Demystifier.dll", - "lib/netstandard2.1/Ben.Demystifier.dll", - "readme.md" - ] - }, - "Castle.Core/5.1.1": { - "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", - "type": "package", - "path": "castle.core/5.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ASL - Apache Software Foundation License.txt", - "CHANGELOG.md", - "LICENSE", - "castle-logo.png", - "castle.core.5.1.1.nupkg.sha512", - "castle.core.nuspec", - "lib/net462/Castle.Core.dll", - "lib/net462/Castle.Core.xml", - "lib/net6.0/Castle.Core.dll", - "lib/net6.0/Castle.Core.xml", - "lib/netstandard2.0/Castle.Core.dll", - "lib/netstandard2.0/Castle.Core.xml", - "lib/netstandard2.1/Castle.Core.dll", - "lib/netstandard2.1/Castle.Core.xml", - "readme.txt" - ] }, - "CommunityToolkit.HighPerformance/8.1.0": { - "sha512": "kgDi65k02hrgnHy3N0xENecsr0spW13RdIA1tipovi9t16gKziI7uZIu3qkxz0GctCHNM4hfeqXYg//6wHJ6Kw==", - "type": "package", - "path": "communitytoolkit.highperformance/8.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "License.md", - "ThirdPartyNotices.txt", - "communitytoolkit.highperformance.8.1.0.nupkg.sha512", + "net7.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "7.0.0" + }, + "compile": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "7.0.15" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/7.0.15": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + }, + "compile": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net6.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net6.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/7.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net7.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net7.0/ZstdSharp.dll": {} + } + } + }, + "net8.0": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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.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/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "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.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + } + }, + "net8.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + }, + "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html": { + "buildAction": "Content", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + } + } + }, + "libraries": { + "AngleSharp/1.1.2": { + "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", + "type": "package", + "path": "anglesharp/1.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.1.1.2.nupkg.sha512", + "anglesharp.nuspec", + "lib/net461/AngleSharp.dll", + "lib/net461/AngleSharp.xml", + "lib/net472/AngleSharp.dll", + "lib/net472/AngleSharp.xml", + "lib/net6.0/AngleSharp.dll", + "lib/net6.0/AngleSharp.xml", + "lib/net7.0/AngleSharp.dll", + "lib/net7.0/AngleSharp.xml", + "lib/net8.0/AngleSharp.dll", + "lib/net8.0/AngleSharp.xml", + "lib/netstandard2.0/AngleSharp.dll", + "lib/netstandard2.0/AngleSharp.xml", + "logo.png" + ] + }, + "AngleSharp.Css/1.0.0-beta.139": { + "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", + "type": "package", + "path": "anglesharp.css/1.0.0-beta.139", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.css.1.0.0-beta.139.nupkg.sha512", + "anglesharp.css.nuspec", + "lib/net461/AngleSharp.Css.dll", + "lib/net461/AngleSharp.Css.xml", + "lib/net472/AngleSharp.Css.dll", + "lib/net472/AngleSharp.Css.xml", + "lib/net6.0/AngleSharp.Css.dll", + "lib/net6.0/AngleSharp.Css.xml", + "lib/net7.0/AngleSharp.Css.dll", + "lib/net7.0/AngleSharp.Css.xml", + "lib/net8.0/AngleSharp.Css.dll", + "lib/net8.0/AngleSharp.Css.xml", + "lib/netstandard2.0/AngleSharp.Css.dll", + "lib/netstandard2.0/AngleSharp.Css.xml", + "logo.png" + ] + }, + "Ben.Demystifier/0.4.1": { + "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", + "type": "package", + "path": "ben.demystifier/0.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ben.demystifier.0.4.1.nupkg.sha512", + "ben.demystifier.nuspec", + "icon.png", + "lib/net45/Ben.Demystifier.dll", + "lib/netstandard2.0/Ben.Demystifier.dll", + "lib/netstandard2.1/Ben.Demystifier.dll", + "readme.md" + ] + }, + "Castle.Core/5.1.1": { + "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", + "type": "package", + "path": "castle.core/5.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ASL - Apache Software Foundation License.txt", + "CHANGELOG.md", + "LICENSE", + "castle-logo.png", + "castle.core.5.1.1.nupkg.sha512", + "castle.core.nuspec", + "lib/net462/Castle.Core.dll", + "lib/net462/Castle.Core.xml", + "lib/net6.0/Castle.Core.dll", + "lib/net6.0/Castle.Core.xml", + "lib/netstandard2.0/Castle.Core.dll", + "lib/netstandard2.0/Castle.Core.xml", + "lib/netstandard2.1/Castle.Core.dll", + "lib/netstandard2.1/Castle.Core.xml", + "readme.txt" + ] + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "sha512": "kgDi65k02hrgnHy3N0xENecsr0spW13RdIA1tipovi9t16gKziI7uZIu3qkxz0GctCHNM4hfeqXYg//6wHJ6Kw==", + "type": "package", + "path": "communitytoolkit.highperformance/8.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "License.md", + "ThirdPartyNotices.txt", + "communitytoolkit.highperformance.8.1.0.nupkg.sha512", "communitytoolkit.highperformance.nuspec", "lib/net6.0/CommunityToolkit.HighPerformance.dll", "lib/net6.0/CommunityToolkit.HighPerformance.pdb", @@ -9018,686 +17545,1162 @@ "tools/uninstall.ps1" ] }, - "Microsoft.CodeAnalysis.Common/4.9.2": { - "sha512": "M5PThug7b2AdxL7xKmQs50KzAQTl9jENw5jMT3iUt16k+DAFlw1S87juU3UuPs3gvBm8trMBSOEvSFDr31c9Vw==", + "Microsoft.CodeAnalysis.Common/4.9.2": { + "sha512": "M5PThug7b2AdxL7xKmQs50KzAQTl9jENw5jMT3iUt16k+DAFlw1S87juU3UuPs3gvBm8trMBSOEvSFDr31c9Vw==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.9.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/net6.0/Microsoft.CodeAnalysis.dll", + "lib/net6.0/Microsoft.CodeAnalysis.pdb", + "lib/net6.0/Microsoft.CodeAnalysis.xml", + "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/Microsoft.CodeAnalysis.dll", + "lib/net7.0/Microsoft.CodeAnalysis.pdb", + "lib/net7.0/Microsoft.CodeAnalysis.xml", + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.9.2.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "sha512": "HGIo7E9Mf3exAJbUdYpDFfLoYkSVaHDJXPyusWTYUTBaOPCowGw+Gap5McE1w+K+ryIXre72oiqL88sQHmHBmg==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.9.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.9.2.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "sha512": "c74oxEil3fiZ3nXchnIgY6mXS4roHGiQBT6p3X6dMWokVqluHiqi3PNcXyxH8N/w28rQeXprF3mca83rPPNrMw==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.9.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.9.2.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "sha512": "sgBlkBjKwUdpbtwM7SnBdOxvQxuaTtO9F8QgvKY5cH/OnlwDTZqmkK8hfDbhxv9wnN2wME10BL2vIv1fLJwFGA==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.9.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.9.2.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.EntityFrameworkCore/6.0.26": { + "sha512": "eROc12jvc1jfFmWwu5km4IPNHSEQxEnwGoEpKhGs4dJtjXFrWd7W2opaupK8fynBZlUN6PndKrzZHIhI8e7Baw==", + "type": "package", + "path": "microsoft.entityframeworkcore/6.0.26", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", + "lib/net6.0/Microsoft.EntityFrameworkCore.dll", + "lib/net6.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.6.0.26.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore/7.0.15": { + "sha512": "grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==", + "type": "package", + "path": "microsoft.entityframeworkcore/7.0.15", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", + "lib/net6.0/Microsoft.EntityFrameworkCore.dll", + "lib/net6.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.7.0.15.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "sha512": "/kyu9pXuxQvhg8RO/oN5Q5Og7cDIVvZtrt1z48rX7Yido+zEGkUkp3/Bjd9u45N2uuPPF8mn2pKDlAewCvv3/Q==", + "type": "package", + "path": "microsoft.entityframeworkcore/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.8.0.4.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { + "sha512": "VGTCtP8OYEBwUY9xlunIlj1OPrV7TB218mOFvlgdutB8xfHk3Yc7njkE+Kez5L249nZ0eGW4a8UzPCF57uz3QQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/6.0.26", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.6.0.26.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "sha512": "YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/7.0.15", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "sha512": "S50pjtPNOvRktacaO6UAhvGCPMT56wxqEq8fQfcjaSUySPGba6mKWo6ackw6DdeAR1cA6U+U0uj27warA2KtJA==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.8.0.4.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { + "sha512": "yW34XFVptV6xMZVCvfnXr/iIc8GJF9NMaM36KeoqOblZZ+l3n9FsdULB5HFQwzqsnz4+X2ttZz1bQoffBVEFfw==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/6.0.26", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.6.0.26.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "sha512": "zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/7.0.15", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "sha512": "P8hfMZECdbgle4Us8HGRUKAjqVwgbtr5JqtCxqEoiVORrNQAmcpu3g1NKwTAoUsO9Z0QRgExtYoAmdggR/DkMQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.8.0.4.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "type": "package", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "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.6.0.5.nupkg.sha512", + "microsoft.extensions.apidescription.server.nuspec", + "tools/Newtonsoft.Json.dll", + "tools/dotnet-getdocument.deps.json", + "tools/dotnet-getdocument.dll", + "tools/dotnet-getdocument.runtimeconfig.json", + "tools/net461-x86/GetDocument.Insider.exe", + "tools/net461-x86/GetDocument.Insider.exe.config", + "tools/net461-x86/Microsoft.Win32.Primitives.dll", + "tools/net461-x86/System.AppContext.dll", + "tools/net461-x86/System.Buffers.dll", + "tools/net461-x86/System.Collections.Concurrent.dll", + "tools/net461-x86/System.Collections.NonGeneric.dll", + "tools/net461-x86/System.Collections.Specialized.dll", + "tools/net461-x86/System.Collections.dll", + "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", + "tools/net461-x86/System.ComponentModel.Primitives.dll", + "tools/net461-x86/System.ComponentModel.TypeConverter.dll", + "tools/net461-x86/System.ComponentModel.dll", + "tools/net461-x86/System.Console.dll", + "tools/net461-x86/System.Data.Common.dll", + "tools/net461-x86/System.Diagnostics.Contracts.dll", + "tools/net461-x86/System.Diagnostics.Debug.dll", + "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", + "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", + "tools/net461-x86/System.Diagnostics.Process.dll", + "tools/net461-x86/System.Diagnostics.StackTrace.dll", + "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461-x86/System.Diagnostics.Tools.dll", + "tools/net461-x86/System.Diagnostics.TraceSource.dll", + "tools/net461-x86/System.Diagnostics.Tracing.dll", + "tools/net461-x86/System.Drawing.Primitives.dll", + "tools/net461-x86/System.Dynamic.Runtime.dll", + "tools/net461-x86/System.Globalization.Calendars.dll", + "tools/net461-x86/System.Globalization.Extensions.dll", + "tools/net461-x86/System.Globalization.dll", + "tools/net461-x86/System.IO.Compression.ZipFile.dll", + "tools/net461-x86/System.IO.Compression.dll", + "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", + "tools/net461-x86/System.IO.FileSystem.Primitives.dll", + "tools/net461-x86/System.IO.FileSystem.Watcher.dll", + "tools/net461-x86/System.IO.FileSystem.dll", + "tools/net461-x86/System.IO.IsolatedStorage.dll", + "tools/net461-x86/System.IO.MemoryMappedFiles.dll", + "tools/net461-x86/System.IO.Pipes.dll", + "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", + "tools/net461-x86/System.IO.dll", + "tools/net461-x86/System.Linq.Expressions.dll", + "tools/net461-x86/System.Linq.Parallel.dll", + "tools/net461-x86/System.Linq.Queryable.dll", + "tools/net461-x86/System.Linq.dll", + "tools/net461-x86/System.Memory.dll", + "tools/net461-x86/System.Net.Http.dll", + "tools/net461-x86/System.Net.NameResolution.dll", + "tools/net461-x86/System.Net.NetworkInformation.dll", + "tools/net461-x86/System.Net.Ping.dll", + "tools/net461-x86/System.Net.Primitives.dll", + "tools/net461-x86/System.Net.Requests.dll", + "tools/net461-x86/System.Net.Security.dll", + "tools/net461-x86/System.Net.Sockets.dll", + "tools/net461-x86/System.Net.WebHeaderCollection.dll", + "tools/net461-x86/System.Net.WebSockets.Client.dll", + "tools/net461-x86/System.Net.WebSockets.dll", + "tools/net461-x86/System.Numerics.Vectors.dll", + "tools/net461-x86/System.ObjectModel.dll", + "tools/net461-x86/System.Reflection.Extensions.dll", + "tools/net461-x86/System.Reflection.Primitives.dll", + "tools/net461-x86/System.Reflection.dll", + "tools/net461-x86/System.Resources.Reader.dll", + "tools/net461-x86/System.Resources.ResourceManager.dll", + "tools/net461-x86/System.Resources.Writer.dll", + "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461-x86/System.Runtime.Extensions.dll", + "tools/net461-x86/System.Runtime.Handles.dll", + "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461-x86/System.Runtime.InteropServices.dll", + "tools/net461-x86/System.Runtime.Numerics.dll", + "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", + "tools/net461-x86/System.Runtime.Serialization.Json.dll", + "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", + "tools/net461-x86/System.Runtime.Serialization.Xml.dll", + "tools/net461-x86/System.Runtime.dll", + "tools/net461-x86/System.Security.Claims.dll", + "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", + "tools/net461-x86/System.Security.Cryptography.Csp.dll", + "tools/net461-x86/System.Security.Cryptography.Encoding.dll", + "tools/net461-x86/System.Security.Cryptography.Primitives.dll", + "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", + "tools/net461-x86/System.Security.Principal.dll", + "tools/net461-x86/System.Security.SecureString.dll", + "tools/net461-x86/System.Text.Encoding.Extensions.dll", + "tools/net461-x86/System.Text.Encoding.dll", + "tools/net461-x86/System.Text.RegularExpressions.dll", + "tools/net461-x86/System.Threading.Overlapped.dll", + "tools/net461-x86/System.Threading.Tasks.Parallel.dll", + "tools/net461-x86/System.Threading.Tasks.dll", + "tools/net461-x86/System.Threading.Thread.dll", + "tools/net461-x86/System.Threading.ThreadPool.dll", + "tools/net461-x86/System.Threading.Timer.dll", + "tools/net461-x86/System.Threading.dll", + "tools/net461-x86/System.ValueTuple.dll", + "tools/net461-x86/System.Xml.ReaderWriter.dll", + "tools/net461-x86/System.Xml.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.dll", + "tools/net461-x86/System.Xml.XmlDocument.dll", + "tools/net461-x86/System.Xml.XmlSerializer.dll", + "tools/net461-x86/netstandard.dll", + "tools/net461/GetDocument.Insider.exe", + "tools/net461/GetDocument.Insider.exe.config", + "tools/net461/Microsoft.Win32.Primitives.dll", + "tools/net461/System.AppContext.dll", + "tools/net461/System.Buffers.dll", + "tools/net461/System.Collections.Concurrent.dll", + "tools/net461/System.Collections.NonGeneric.dll", + "tools/net461/System.Collections.Specialized.dll", + "tools/net461/System.Collections.dll", + "tools/net461/System.ComponentModel.EventBasedAsync.dll", + "tools/net461/System.ComponentModel.Primitives.dll", + "tools/net461/System.ComponentModel.TypeConverter.dll", + "tools/net461/System.ComponentModel.dll", + "tools/net461/System.Console.dll", + "tools/net461/System.Data.Common.dll", + "tools/net461/System.Diagnostics.Contracts.dll", + "tools/net461/System.Diagnostics.Debug.dll", + "tools/net461/System.Diagnostics.DiagnosticSource.dll", + "tools/net461/System.Diagnostics.FileVersionInfo.dll", + "tools/net461/System.Diagnostics.Process.dll", + "tools/net461/System.Diagnostics.StackTrace.dll", + "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461/System.Diagnostics.Tools.dll", + "tools/net461/System.Diagnostics.TraceSource.dll", + "tools/net461/System.Diagnostics.Tracing.dll", + "tools/net461/System.Drawing.Primitives.dll", + "tools/net461/System.Dynamic.Runtime.dll", + "tools/net461/System.Globalization.Calendars.dll", + "tools/net461/System.Globalization.Extensions.dll", + "tools/net461/System.Globalization.dll", + "tools/net461/System.IO.Compression.ZipFile.dll", + "tools/net461/System.IO.Compression.dll", + "tools/net461/System.IO.FileSystem.DriveInfo.dll", + "tools/net461/System.IO.FileSystem.Primitives.dll", + "tools/net461/System.IO.FileSystem.Watcher.dll", + "tools/net461/System.IO.FileSystem.dll", + "tools/net461/System.IO.IsolatedStorage.dll", + "tools/net461/System.IO.MemoryMappedFiles.dll", + "tools/net461/System.IO.Pipes.dll", + "tools/net461/System.IO.UnmanagedMemoryStream.dll", + "tools/net461/System.IO.dll", + "tools/net461/System.Linq.Expressions.dll", + "tools/net461/System.Linq.Parallel.dll", + "tools/net461/System.Linq.Queryable.dll", + "tools/net461/System.Linq.dll", + "tools/net461/System.Memory.dll", + "tools/net461/System.Net.Http.dll", + "tools/net461/System.Net.NameResolution.dll", + "tools/net461/System.Net.NetworkInformation.dll", + "tools/net461/System.Net.Ping.dll", + "tools/net461/System.Net.Primitives.dll", + "tools/net461/System.Net.Requests.dll", + "tools/net461/System.Net.Security.dll", + "tools/net461/System.Net.Sockets.dll", + "tools/net461/System.Net.WebHeaderCollection.dll", + "tools/net461/System.Net.WebSockets.Client.dll", + "tools/net461/System.Net.WebSockets.dll", + "tools/net461/System.Numerics.Vectors.dll", + "tools/net461/System.ObjectModel.dll", + "tools/net461/System.Reflection.Extensions.dll", + "tools/net461/System.Reflection.Primitives.dll", + "tools/net461/System.Reflection.dll", + "tools/net461/System.Resources.Reader.dll", + "tools/net461/System.Resources.ResourceManager.dll", + "tools/net461/System.Resources.Writer.dll", + "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461/System.Runtime.Extensions.dll", + "tools/net461/System.Runtime.Handles.dll", + "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461/System.Runtime.InteropServices.dll", + "tools/net461/System.Runtime.Numerics.dll", + "tools/net461/System.Runtime.Serialization.Formatters.dll", + "tools/net461/System.Runtime.Serialization.Json.dll", + "tools/net461/System.Runtime.Serialization.Primitives.dll", + "tools/net461/System.Runtime.Serialization.Xml.dll", + "tools/net461/System.Runtime.dll", + "tools/net461/System.Security.Claims.dll", + "tools/net461/System.Security.Cryptography.Algorithms.dll", + "tools/net461/System.Security.Cryptography.Csp.dll", + "tools/net461/System.Security.Cryptography.Encoding.dll", + "tools/net461/System.Security.Cryptography.Primitives.dll", + "tools/net461/System.Security.Cryptography.X509Certificates.dll", + "tools/net461/System.Security.Principal.dll", + "tools/net461/System.Security.SecureString.dll", + "tools/net461/System.Text.Encoding.Extensions.dll", + "tools/net461/System.Text.Encoding.dll", + "tools/net461/System.Text.RegularExpressions.dll", + "tools/net461/System.Threading.Overlapped.dll", + "tools/net461/System.Threading.Tasks.Parallel.dll", + "tools/net461/System.Threading.Tasks.dll", + "tools/net461/System.Threading.Thread.dll", + "tools/net461/System.Threading.ThreadPool.dll", + "tools/net461/System.Threading.Timer.dll", + "tools/net461/System.Threading.dll", + "tools/net461/System.ValueTuple.dll", + "tools/net461/System.Xml.ReaderWriter.dll", + "tools/net461/System.Xml.XDocument.dll", + "tools/net461/System.Xml.XPath.XDocument.dll", + "tools/net461/System.Xml.XPath.dll", + "tools/net461/System.Xml.XmlDocument.dll", + "tools/net461/System.Xml.XmlSerializer.dll", + "tools/net461/netstandard.dll", + "tools/netcoreapp2.1/GetDocument.Insider.deps.json", + "tools/netcoreapp2.1/GetDocument.Insider.dll", + "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", + "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" + ] + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", "type": "package", - "path": "microsoft.codeanalysis.common/4.9.2", + "path": "microsoft.extensions.caching.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.dll", - "lib/net6.0/Microsoft.CodeAnalysis.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.dll", - "lib/net7.0/Microsoft.CodeAnalysis.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "microsoft.codeanalysis.common.4.9.2.nupkg.sha512", - "microsoft.codeanalysis.common.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.CodeAnalysis.CSharp/4.9.2": { - "sha512": "HGIo7E9Mf3exAJbUdYpDFfLoYkSVaHDJXPyusWTYUTBaOPCowGw+Gap5McE1w+K+ryIXre72oiqL88sQHmHBmg==", + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", "type": "package", - "path": "microsoft.codeanalysis.csharp/4.9.2", + "path": "microsoft.extensions.caching.memory/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "microsoft.codeanalysis.csharp.4.9.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "type": "package", + "path": "microsoft.extensions.configuration/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", + "lib/net462/Microsoft.Extensions.Configuration.dll", + "lib/net462/Microsoft.Extensions.Configuration.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { - "sha512": "c74oxEil3fiZ3nXchnIgY6mXS4roHGiQBT6p3X6dMWokVqluHiqi3PNcXyxH8N/w28rQeXprF3mca83rPPNrMw==", + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", "type": "package", - "path": "microsoft.codeanalysis.csharp.workspaces/4.9.2", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "microsoft.codeanalysis.csharp.workspaces.4.9.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.workspaces.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { - "sha512": "sgBlkBjKwUdpbtwM7SnBdOxvQxuaTtO9F8QgvKY5cH/OnlwDTZqmkK8hfDbhxv9wnN2wME10BL2vIv1fLJwFGA==", + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", "type": "package", - "path": "microsoft.codeanalysis.workspaces.common/4.9.2", + "path": "microsoft.extensions.configuration.binder/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "microsoft.codeanalysis.workspaces.common.4.9.2.nupkg.sha512", - "microsoft.codeanalysis.workspaces.common.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", + "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", + "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", + "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.CSharp/4.7.0": { - "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", "type": "package", - "path": "microsoft.csharp/4.7.0", + "path": "microsoft.extensions.configuration.fileextensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.3/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.xml", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/uap10.0.16299/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.csharp.4.7.0.nupkg.sha512", - "microsoft.csharp.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/netcore50/de/Microsoft.CSharp.xml", - "ref/netcore50/es/Microsoft.CSharp.xml", - "ref/netcore50/fr/Microsoft.CSharp.xml", - "ref/netcore50/it/Microsoft.CSharp.xml", - "ref/netcore50/ja/Microsoft.CSharp.xml", - "ref/netcore50/ko/Microsoft.CSharp.xml", - "ref/netcore50/ru/Microsoft.CSharp.xml", - "ref/netcore50/zh-hans/Microsoft.CSharp.xml", - "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/Microsoft.CSharp.dll", - "ref/netstandard1.0/Microsoft.CSharp.xml", - "ref/netstandard1.0/de/Microsoft.CSharp.xml", - "ref/netstandard1.0/es/Microsoft.CSharp.xml", - "ref/netstandard1.0/fr/Microsoft.CSharp.xml", - "ref/netstandard1.0/it/Microsoft.CSharp.xml", - "ref/netstandard1.0/ja/Microsoft.CSharp.xml", - "ref/netstandard1.0/ko/Microsoft.CSharp.xml", - "ref/netstandard1.0/ru/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", - "ref/netstandard2.0/Microsoft.CSharp.dll", - "ref/netstandard2.0/Microsoft.CSharp.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/uap10.0.16299/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "useSharedDesignerContext.txt", - "version.txt" + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore/6.0.26": { - "sha512": "eROc12jvc1jfFmWwu5km4IPNHSEQxEnwGoEpKhGs4dJtjXFrWd7W2opaupK8fynBZlUN6PndKrzZHIhI8e7Baw==", + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", "type": "package", - "path": "microsoft.entityframeworkcore/6.0.26", + "path": "microsoft.extensions.configuration.json/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", - "lib/net6.0/Microsoft.EntityFrameworkCore.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.6.0.26.nupkg.sha512", - "microsoft.entityframeworkcore.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", + "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore/7.0.15": { - "sha512": "grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==", + "Microsoft.Extensions.DependencyInjection/6.0.1": { + "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", "type": "package", - "path": "microsoft.entityframeworkcore/7.0.15", + "path": "microsoft.extensions.dependencyinjection/6.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", - "lib/net6.0/Microsoft.EntityFrameworkCore.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.7.0.15.nupkg.sha512", - "microsoft.entityframeworkcore.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/Microsoft.Extensions.DependencyInjection.dll", + "lib/net461/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore/8.0.4": { - "sha512": "/kyu9pXuxQvhg8RO/oN5Q5Og7cDIVvZtrt1z48rX7Yido+zEGkUkp3/Bjd9u45N2uuPPF8mn2pKDlAewCvv3/Q==", + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", "type": "package", - "path": "microsoft.entityframeworkcore/8.0.4", + "path": "microsoft.extensions.dependencyinjection/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "PACKAGE.md", - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", - "lib/net8.0/Microsoft.EntityFrameworkCore.dll", - "lib/net8.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.8.0.4.nupkg.sha512", - "microsoft.entityframeworkcore.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { - "sha512": "VGTCtP8OYEBwUY9xlunIlj1OPrV7TB218mOFvlgdutB8xfHk3Yc7njkE+Kez5L249nZ0eGW4a8UzPCF57uz3QQ==", + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/6.0.26", + "path": "microsoft.extensions.dependencyinjection/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.6.0.26.nupkg.sha512", - "microsoft.entityframeworkcore.abstractions.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { - "sha512": "YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==", + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/7.0.15", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512", - "microsoft.entityframeworkcore.abstractions.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { - "sha512": "S50pjtPNOvRktacaO6UAhvGCPMT56wxqEq8fQfcjaSUySPGba6mKWo6ackw6DdeAR1cA6U+U0uj27warA2KtJA==", + "Microsoft.Extensions.DependencyModel/6.0.0": { + "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/8.0.4", + "path": "microsoft.extensions.dependencymodel/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "PACKAGE.md", - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.8.0.4.nupkg.sha512", - "microsoft.entityframeworkcore.abstractions.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.DependencyModel.dll", + "lib/net461/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { - "sha512": "yW34XFVptV6xMZVCvfnXr/iIc8GJF9NMaM36KeoqOblZZ+l3n9FsdULB5HFQwzqsnz4+X2ttZz1bQoffBVEFfw==", + "Microsoft.Extensions.DependencyModel/7.0.0": { + "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/6.0.26", + "path": "microsoft.extensions.dependencymodel/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", - "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.6.0.26.nupkg.sha512", - "microsoft.entityframeworkcore.analyzers.nuspec" + "LICENSE.TXT", + "README.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { - "sha512": "zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==", + "Microsoft.Extensions.DependencyModel/8.0.0": { + "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/7.0.15", + "path": "microsoft.extensions.dependencymodel/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", - "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512", - "microsoft.entityframeworkcore.analyzers.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { - "sha512": "P8hfMZECdbgle4Us8HGRUKAjqVwgbtr5JqtCxqEoiVORrNQAmcpu3g1NKwTAoUsO9Z0QRgExtYoAmdggR/DkMQ==", + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/8.0.4", + "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", "files": [ ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", - "docs/PACKAGE.md", - "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.8.0.4.nupkg.sha512", - "microsoft.entityframeworkcore.analyzers.nuspec" + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ApiDescription.Server/6.0.5": { - "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", "type": "package", - "path": "microsoft.extensions.apidescription.server/6.0.5", - "hasTools": true, + "path": "microsoft.extensions.fileproviders.physical/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "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.6.0.5.nupkg.sha512", - "microsoft.extensions.apidescription.server.nuspec", - "tools/Newtonsoft.Json.dll", - "tools/dotnet-getdocument.deps.json", - "tools/dotnet-getdocument.dll", - "tools/dotnet-getdocument.runtimeconfig.json", - "tools/net461-x86/GetDocument.Insider.exe", - "tools/net461-x86/GetDocument.Insider.exe.config", - "tools/net461-x86/Microsoft.Win32.Primitives.dll", - "tools/net461-x86/System.AppContext.dll", - "tools/net461-x86/System.Buffers.dll", - "tools/net461-x86/System.Collections.Concurrent.dll", - "tools/net461-x86/System.Collections.NonGeneric.dll", - "tools/net461-x86/System.Collections.Specialized.dll", - "tools/net461-x86/System.Collections.dll", - "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", - "tools/net461-x86/System.ComponentModel.Primitives.dll", - "tools/net461-x86/System.ComponentModel.TypeConverter.dll", - "tools/net461-x86/System.ComponentModel.dll", - "tools/net461-x86/System.Console.dll", - "tools/net461-x86/System.Data.Common.dll", - "tools/net461-x86/System.Diagnostics.Contracts.dll", - "tools/net461-x86/System.Diagnostics.Debug.dll", - "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", - "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", - "tools/net461-x86/System.Diagnostics.Process.dll", - "tools/net461-x86/System.Diagnostics.StackTrace.dll", - "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", - "tools/net461-x86/System.Diagnostics.Tools.dll", - "tools/net461-x86/System.Diagnostics.TraceSource.dll", - "tools/net461-x86/System.Diagnostics.Tracing.dll", - "tools/net461-x86/System.Drawing.Primitives.dll", - "tools/net461-x86/System.Dynamic.Runtime.dll", - "tools/net461-x86/System.Globalization.Calendars.dll", - "tools/net461-x86/System.Globalization.Extensions.dll", - "tools/net461-x86/System.Globalization.dll", - "tools/net461-x86/System.IO.Compression.ZipFile.dll", - "tools/net461-x86/System.IO.Compression.dll", - "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", - "tools/net461-x86/System.IO.FileSystem.Primitives.dll", - "tools/net461-x86/System.IO.FileSystem.Watcher.dll", - "tools/net461-x86/System.IO.FileSystem.dll", - "tools/net461-x86/System.IO.IsolatedStorage.dll", - "tools/net461-x86/System.IO.MemoryMappedFiles.dll", - "tools/net461-x86/System.IO.Pipes.dll", - "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", - "tools/net461-x86/System.IO.dll", - "tools/net461-x86/System.Linq.Expressions.dll", - "tools/net461-x86/System.Linq.Parallel.dll", - "tools/net461-x86/System.Linq.Queryable.dll", - "tools/net461-x86/System.Linq.dll", - "tools/net461-x86/System.Memory.dll", - "tools/net461-x86/System.Net.Http.dll", - "tools/net461-x86/System.Net.NameResolution.dll", - "tools/net461-x86/System.Net.NetworkInformation.dll", - "tools/net461-x86/System.Net.Ping.dll", - "tools/net461-x86/System.Net.Primitives.dll", - "tools/net461-x86/System.Net.Requests.dll", - "tools/net461-x86/System.Net.Security.dll", - "tools/net461-x86/System.Net.Sockets.dll", - "tools/net461-x86/System.Net.WebHeaderCollection.dll", - "tools/net461-x86/System.Net.WebSockets.Client.dll", - "tools/net461-x86/System.Net.WebSockets.dll", - "tools/net461-x86/System.Numerics.Vectors.dll", - "tools/net461-x86/System.ObjectModel.dll", - "tools/net461-x86/System.Reflection.Extensions.dll", - "tools/net461-x86/System.Reflection.Primitives.dll", - "tools/net461-x86/System.Reflection.dll", - "tools/net461-x86/System.Resources.Reader.dll", - "tools/net461-x86/System.Resources.ResourceManager.dll", - "tools/net461-x86/System.Resources.Writer.dll", - "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", - "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", - "tools/net461-x86/System.Runtime.Extensions.dll", - "tools/net461-x86/System.Runtime.Handles.dll", - "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", - "tools/net461-x86/System.Runtime.InteropServices.dll", - "tools/net461-x86/System.Runtime.Numerics.dll", - "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", - "tools/net461-x86/System.Runtime.Serialization.Json.dll", - "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", - "tools/net461-x86/System.Runtime.Serialization.Xml.dll", - "tools/net461-x86/System.Runtime.dll", - "tools/net461-x86/System.Security.Claims.dll", - "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", - "tools/net461-x86/System.Security.Cryptography.Csp.dll", - "tools/net461-x86/System.Security.Cryptography.Encoding.dll", - "tools/net461-x86/System.Security.Cryptography.Primitives.dll", - "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", - "tools/net461-x86/System.Security.Principal.dll", - "tools/net461-x86/System.Security.SecureString.dll", - "tools/net461-x86/System.Text.Encoding.Extensions.dll", - "tools/net461-x86/System.Text.Encoding.dll", - "tools/net461-x86/System.Text.RegularExpressions.dll", - "tools/net461-x86/System.Threading.Overlapped.dll", - "tools/net461-x86/System.Threading.Tasks.Parallel.dll", - "tools/net461-x86/System.Threading.Tasks.dll", - "tools/net461-x86/System.Threading.Thread.dll", - "tools/net461-x86/System.Threading.ThreadPool.dll", - "tools/net461-x86/System.Threading.Timer.dll", - "tools/net461-x86/System.Threading.dll", - "tools/net461-x86/System.ValueTuple.dll", - "tools/net461-x86/System.Xml.ReaderWriter.dll", - "tools/net461-x86/System.Xml.XDocument.dll", - "tools/net461-x86/System.Xml.XPath.XDocument.dll", - "tools/net461-x86/System.Xml.XPath.dll", - "tools/net461-x86/System.Xml.XmlDocument.dll", - "tools/net461-x86/System.Xml.XmlSerializer.dll", - "tools/net461-x86/netstandard.dll", - "tools/net461/GetDocument.Insider.exe", - "tools/net461/GetDocument.Insider.exe.config", - "tools/net461/Microsoft.Win32.Primitives.dll", - "tools/net461/System.AppContext.dll", - "tools/net461/System.Buffers.dll", - "tools/net461/System.Collections.Concurrent.dll", - "tools/net461/System.Collections.NonGeneric.dll", - "tools/net461/System.Collections.Specialized.dll", - "tools/net461/System.Collections.dll", - "tools/net461/System.ComponentModel.EventBasedAsync.dll", - "tools/net461/System.ComponentModel.Primitives.dll", - "tools/net461/System.ComponentModel.TypeConverter.dll", - "tools/net461/System.ComponentModel.dll", - "tools/net461/System.Console.dll", - "tools/net461/System.Data.Common.dll", - "tools/net461/System.Diagnostics.Contracts.dll", - "tools/net461/System.Diagnostics.Debug.dll", - "tools/net461/System.Diagnostics.DiagnosticSource.dll", - "tools/net461/System.Diagnostics.FileVersionInfo.dll", - "tools/net461/System.Diagnostics.Process.dll", - "tools/net461/System.Diagnostics.StackTrace.dll", - "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", - "tools/net461/System.Diagnostics.Tools.dll", - "tools/net461/System.Diagnostics.TraceSource.dll", - "tools/net461/System.Diagnostics.Tracing.dll", - "tools/net461/System.Drawing.Primitives.dll", - "tools/net461/System.Dynamic.Runtime.dll", - "tools/net461/System.Globalization.Calendars.dll", - "tools/net461/System.Globalization.Extensions.dll", - "tools/net461/System.Globalization.dll", - "tools/net461/System.IO.Compression.ZipFile.dll", - "tools/net461/System.IO.Compression.dll", - "tools/net461/System.IO.FileSystem.DriveInfo.dll", - "tools/net461/System.IO.FileSystem.Primitives.dll", - "tools/net461/System.IO.FileSystem.Watcher.dll", - "tools/net461/System.IO.FileSystem.dll", - "tools/net461/System.IO.IsolatedStorage.dll", - "tools/net461/System.IO.MemoryMappedFiles.dll", - "tools/net461/System.IO.Pipes.dll", - "tools/net461/System.IO.UnmanagedMemoryStream.dll", - "tools/net461/System.IO.dll", - "tools/net461/System.Linq.Expressions.dll", - "tools/net461/System.Linq.Parallel.dll", - "tools/net461/System.Linq.Queryable.dll", - "tools/net461/System.Linq.dll", - "tools/net461/System.Memory.dll", - "tools/net461/System.Net.Http.dll", - "tools/net461/System.Net.NameResolution.dll", - "tools/net461/System.Net.NetworkInformation.dll", - "tools/net461/System.Net.Ping.dll", - "tools/net461/System.Net.Primitives.dll", - "tools/net461/System.Net.Requests.dll", - "tools/net461/System.Net.Security.dll", - "tools/net461/System.Net.Sockets.dll", - "tools/net461/System.Net.WebHeaderCollection.dll", - "tools/net461/System.Net.WebSockets.Client.dll", - "tools/net461/System.Net.WebSockets.dll", - "tools/net461/System.Numerics.Vectors.dll", - "tools/net461/System.ObjectModel.dll", - "tools/net461/System.Reflection.Extensions.dll", - "tools/net461/System.Reflection.Primitives.dll", - "tools/net461/System.Reflection.dll", - "tools/net461/System.Resources.Reader.dll", - "tools/net461/System.Resources.ResourceManager.dll", - "tools/net461/System.Resources.Writer.dll", - "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", - "tools/net461/System.Runtime.CompilerServices.VisualC.dll", - "tools/net461/System.Runtime.Extensions.dll", - "tools/net461/System.Runtime.Handles.dll", - "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", - "tools/net461/System.Runtime.InteropServices.dll", - "tools/net461/System.Runtime.Numerics.dll", - "tools/net461/System.Runtime.Serialization.Formatters.dll", - "tools/net461/System.Runtime.Serialization.Json.dll", - "tools/net461/System.Runtime.Serialization.Primitives.dll", - "tools/net461/System.Runtime.Serialization.Xml.dll", - "tools/net461/System.Runtime.dll", - "tools/net461/System.Security.Claims.dll", - "tools/net461/System.Security.Cryptography.Algorithms.dll", - "tools/net461/System.Security.Cryptography.Csp.dll", - "tools/net461/System.Security.Cryptography.Encoding.dll", - "tools/net461/System.Security.Cryptography.Primitives.dll", - "tools/net461/System.Security.Cryptography.X509Certificates.dll", - "tools/net461/System.Security.Principal.dll", - "tools/net461/System.Security.SecureString.dll", - "tools/net461/System.Text.Encoding.Extensions.dll", - "tools/net461/System.Text.Encoding.dll", - "tools/net461/System.Text.RegularExpressions.dll", - "tools/net461/System.Threading.Overlapped.dll", - "tools/net461/System.Threading.Tasks.Parallel.dll", - "tools/net461/System.Threading.Tasks.dll", - "tools/net461/System.Threading.Thread.dll", - "tools/net461/System.Threading.ThreadPool.dll", - "tools/net461/System.Threading.Timer.dll", - "tools/net461/System.Threading.dll", - "tools/net461/System.ValueTuple.dll", - "tools/net461/System.Xml.ReaderWriter.dll", - "tools/net461/System.Xml.XDocument.dll", - "tools/net461/System.Xml.XPath.XDocument.dll", - "tools/net461/System.Xml.XPath.dll", - "tools/net461/System.Xml.XmlDocument.dll", - "tools/net461/System.Xml.XmlSerializer.dll", - "tools/net461/netstandard.dll", - "tools/netcoreapp2.1/GetDocument.Insider.deps.json", - "tools/netcoreapp2.1/GetDocument.Insider.dll", - "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", - "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Abstractions/8.0.0": { - "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/8.0.0", + "path": "microsoft.extensions.filesystemglobbing/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9705,59 +18708,79 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/8.0.0": { - "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "Microsoft.Extensions.Logging/6.0.0": { + "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", "type": "package", - "path": "microsoft.extensions.caching.memory/8.0.0", + "path": "microsoft.extensions.logging/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "lib/net461/Microsoft.Extensions.Logging.dll", + "lib/net461/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging/7.0.0": { + "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", + "type": "package", + "path": "microsoft.extensions.logging/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.7.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/8.0.0": { - "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", "type": "package", - "path": "microsoft.extensions.configuration/8.0.0", + "path": "microsoft.extensions.logging/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9765,29 +18788,31 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "path": "microsoft.extensions.logging.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9795,29 +18820,72 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Options/8.0.0": { + "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.options/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9825,40 +18893,46 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", - "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.0.nupkg.sha512", + "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "path": "microsoft.extensions.options.configurationextensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9866,29 +18940,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", "type": "package", - "path": "microsoft.extensions.configuration.json/8.0.0", + "path": "microsoft.extensions.primitives/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9896,1248 +18970,1132 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/6.0.1": { - "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/6.0.1", + "path": "microsoft.identitymodel.abstractions/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.DependencyInjection.dll", - "lib/net461/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/7.0.0", + "path": "microsoft.identitymodel.abstractions/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/8.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", "type": "package", - "path": "microsoft.extensions.dependencymodel/6.0.0", + "path": "microsoft.identitymodel.logging/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.DependencyModel.dll", - "lib/net461/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "Microsoft.IdentityModel.Logging/7.1.2": { + "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", "type": "package", - "path": "microsoft.extensions.dependencymodel/7.0.0", + "path": "microsoft.identitymodel.logging/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/8.0.0": { - "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.0", + "path": "microsoft.identitymodel.protocols/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "Microsoft.IdentityModel.Protocols/7.1.2": { + "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "path": "microsoft.identitymodel.protocols/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Logging/6.0.0": { - "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", "type": "package", - "path": "microsoft.extensions.logging/6.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.dll", - "lib/net461/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.6.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "path": "microsoft.identitymodel.tokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Logging/7.0.0": { - "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", + "Microsoft.IdentityModel.Tokens/7.1.2": { + "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", "type": "package", - "path": "microsoft.extensions.logging/7.0.0", + "path": "microsoft.identitymodel.tokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.7.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Logging/8.0.0": { - "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "Microsoft.NETCore.Platforms/5.0.0": { + "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", "type": "package", - "path": "microsoft.extensions.logging/8.0.0", + "path": "microsoft.netcore.platforms/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", + "Microsoft.NETCore.Targets/1.1.3": { + "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/8.0.0", + "path": "microsoft.netcore.targets/1.1.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.3.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" ] }, - "Microsoft.Extensions.Options/8.0.0": { - "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", + "Microsoft.OpenApi/1.2.3": { + "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", "type": "package", - "path": "microsoft.extensions.options/8.0.0", + "path": "microsoft.openapi/1.2.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.8.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" + "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.Extensions.Options.ConfigurationExtensions/8.0.0": { - "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", + "Microsoft.Win32.Registry/5.0.0": { + "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/8.0.0", + "path": "microsoft.win32.registry/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.options.configurationextensions.nuspec", - "useSharedDesignerContext.txt" + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.5.0.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.Extensions.Primitives/8.0.0": { - "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "Microsoft.Win32.SystemEvents/8.0.0": { + "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", "type": "package", - "path": "microsoft.extensions.primitives/8.0.0", + "path": "microsoft.win32.systemevents/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", + "lib/net462/Microsoft.Win32.SystemEvents.dll", + "lib/net462/Microsoft.Win32.SystemEvents.xml", + "lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "microsoft.win32.systemevents.8.0.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", "useSharedDesignerContext.txt" ] }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", - "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" - ] - }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { - "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", + "Minio/5.0.0": { + "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.1.2", + "path": "minio/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "LICENSE", + "icon.png", + "lib/net6.0/Minio.dll", + "lib/net6.0/Minio.xml", + "lib/net7.0/Minio.dll", + "lib/net7.0/Minio.xml", + "lib/netstandard2.0/Minio.dll", + "lib/netstandard2.0/Minio.xml", + "minio.5.0.0.nupkg.sha512", + "minio.nuspec", + "readme.md" ] }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "MiniProfiler.AspNetCore/4.3.8": { + "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "path": "miniprofiler.aspnetcore/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.dll", + "lib/net6.0/MiniProfiler.AspNetCore.xml", + "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { - "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "path": "miniprofiler.aspnetcore.mvc/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", + "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.mvc.nuspec" ] }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "MiniProfiler.Shared/4.3.8": { + "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", "type": "package", - "path": "microsoft.identitymodel.logging/6.35.0", + "path": "miniprofiler.shared/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE.txt", + "lib/net461/MiniProfiler.Shared.dll", + "lib/net461/MiniProfiler.Shared.xml", + "lib/netstandard2.0/MiniProfiler.Shared.dll", + "lib/netstandard2.0/MiniProfiler.Shared.xml", + "miniprofiler.shared.4.3.8.nupkg.sha512", + "miniprofiler.shared.nuspec" ] }, - "Microsoft.IdentityModel.Logging/7.1.2": { - "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", "type": "package", - "path": "microsoft.identitymodel.logging/7.1.2", + "path": "moyu.extras.authentication.jwtbearer/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/net8.0/Microsoft.IdentityModel.Logging.dll", - "lib/net8.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", + "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", + "moyu.extras.authentication.jwtbearer.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.35.0", + "path": "moyu.extras.objectmapper.mapster/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", + "moyu.extras.objectmapper.mapster.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/7.1.2": { - "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "MoYu.Pure/1.0.6": { + "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", "type": "package", - "path": "microsoft.identitymodel.protocols/7.1.2", + "path": "moyu.pure/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "content/SpecificationDocument/Assets/index-mini-profiler.html", + "content/SpecificationDocument/Assets/index.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", + "icon.png", + "lib/net5.0/MoYu.Pure.dll", + "lib/net5.0/MoYu.Pure.xml", + "lib/net6.0/MoYu.Pure.dll", + "lib/net6.0/MoYu.Pure.xml", + "lib/net7.0/MoYu.Pure.dll", + "lib/net7.0/MoYu.Pure.xml", + "lib/net8.0/MoYu.Pure.dll", + "lib/net8.0/MoYu.Pure.xml", + "lib/net9.0/MoYu.Pure.dll", + "lib/net9.0/MoYu.Pure.xml", + "moyu.pure.1.0.6.nupkg.sha512", + "moyu.pure.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", + "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { - "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", + "NewLife.Core/10.10.2024.601": { + "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", + "path": "newlife.core/10.10.2024.601", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Core.dll", + "lib/net45/NewLife.Core.xml", + "lib/net461/NewLife.Core.dll", + "lib/net461/NewLife.Core.xml", + "lib/net5.0-windows7.0/NewLife.Core.dll", + "lib/net5.0-windows7.0/NewLife.Core.xml", + "lib/net5.0/NewLife.Core.dll", + "lib/net5.0/NewLife.Core.xml", + "lib/net6.0-windows7.0/NewLife.Core.dll", + "lib/net6.0-windows7.0/NewLife.Core.xml", + "lib/net6.0/NewLife.Core.dll", + "lib/net6.0/NewLife.Core.xml", + "lib/net7.0-windows7.0/NewLife.Core.dll", + "lib/net7.0-windows7.0/NewLife.Core.xml", + "lib/net7.0/NewLife.Core.dll", + "lib/net7.0/NewLife.Core.xml", + "lib/net8.0-windows7.0/NewLife.Core.dll", + "lib/net8.0-windows7.0/NewLife.Core.xml", + "lib/net8.0/NewLife.Core.dll", + "lib/net8.0/NewLife.Core.xml", + "lib/netcoreapp3.1/NewLife.Core.dll", + "lib/netcoreapp3.1/NewLife.Core.xml", + "lib/netstandard2.0/NewLife.Core.dll", + "lib/netstandard2.0/NewLife.Core.xml", + "lib/netstandard2.1/NewLife.Core.dll", + "lib/netstandard2.1/NewLife.Core.xml", + "newlife.core.10.10.2024.601.nupkg.sha512", + "newlife.core.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.35.0", + "path": "newtonsoft.json/13.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" ] }, - "Microsoft.IdentityModel.Tokens/7.1.2": { - "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.1.2", + "path": "newtonsoft.json.bson/1.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" ] }, - "Microsoft.NETCore.Platforms/5.0.0": { - "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", + "Portable.BouncyCastle/1.9.0": { + "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", "type": "package", - "path": "microsoft.netcore.platforms/5.0.0", + "path": "portable.bouncycastle/1.9.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.5.0.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json", - "useSharedDesignerContext.txt", - "version.txt" + "lib/net40/BouncyCastle.Crypto.dll", + "lib/net40/BouncyCastle.Crypto.xml", + "lib/netstandard2.0/BouncyCastle.Crypto.dll", + "lib/netstandard2.0/BouncyCastle.Crypto.xml", + "portable.bouncycastle.1.9.0.nupkg.sha512", + "portable.bouncycastle.nuspec" ] }, - "Microsoft.NETCore.Targets/1.1.3": { - "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "runtime.any.System.Collections/4.3.0": { + "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", "type": "package", - "path": "microsoft.netcore.targets/1.1.3", + "path": "runtime.any.system.collections/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", "ThirdPartyNotices.txt", "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.3.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.dll", + "lib/netstandard1.3/System.Collections.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.collections.4.3.0.nupkg.sha512", + "runtime.any.system.collections.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", + "type": "package", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/netstandard1.5/System.Diagnostics.Tracing.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "runtime.any.system.diagnostics.tracing.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Microsoft.OpenApi/1.2.3": { - "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "runtime.any.System.Globalization/4.3.0": { + "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", "type": "package", - "path": "microsoft.openapi/1.2.3", + "path": "runtime.any.system.globalization/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.Globalization.dll", + "lib/netstandard1.3/System.Globalization.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.globalization.4.3.0.nupkg.sha512", + "runtime.any.system.globalization.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Microsoft.Win32.Registry/5.0.0": { - "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "runtime.any.System.IO/4.3.0": { + "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", "type": "package", - "path": "microsoft.win32.registry/5.0.0", + "path": "runtime.any.system.io/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.xml", - "lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "microsoft.win32.registry.5.0.0.nupkg.sha512", - "microsoft.win32.registry.nuspec", - "ref/net46/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", - "ref/netstandard2.0/Microsoft.Win32.Registry.dll", - "ref/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "useSharedDesignerContext.txt", - "version.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.dll", + "lib/netstandard1.5/System.IO.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.io.4.3.0.nupkg.sha512", + "runtime.any.system.io.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Microsoft.Win32.SystemEvents/8.0.0": { - "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", + "runtime.any.System.Reflection/4.3.0": { + "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", "type": "package", - "path": "microsoft.win32.systemevents/8.0.0", + "path": "runtime.any.system.reflection/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.8.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.dll", + "lib/netstandard1.5/System.Reflection.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Minio/5.0.0": { - "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", + "runtime.any.System.Reflection.Extensions/4.3.0": { + "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", "type": "package", - "path": "minio/5.0.0", + "path": "runtime.any.system.reflection.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE", - "icon.png", - "lib/net6.0/Minio.dll", - "lib/net6.0/Minio.xml", - "lib/net7.0/Minio.dll", - "lib/net7.0/Minio.xml", - "lib/netstandard2.0/Minio.dll", - "lib/netstandard2.0/Minio.xml", - "minio.5.0.0.nupkg.sha512", - "minio.nuspec", - "readme.md" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/netstandard1.3/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore/4.3.8": { - "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", + "runtime.any.System.Reflection.Primitives/4.3.0": { + "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", "type": "package", - "path": "miniprofiler.aspnetcore/4.3.8", + "path": "runtime.any.system.reflection.primitives/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.dll", - "lib/net6.0/MiniProfiler.AspNetCore.xml", - "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/netstandard1.3/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.primitives.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore.Mvc/4.3.8": { - "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", "type": "package", - "path": "miniprofiler.aspnetcore.mvc/4.3.8", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", - "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.mvc.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netstandard1.3/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "runtime.any.system.resources.resourcemanager.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.Shared/4.3.8": { - "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", + "runtime.any.System.Runtime/4.3.0": { + "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", "type": "package", - "path": "miniprofiler.shared/4.3.8", + "path": "runtime.any.system.runtime/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net461/MiniProfiler.Shared.dll", - "lib/net461/MiniProfiler.Shared.xml", - "lib/netstandard2.0/MiniProfiler.Shared.dll", - "lib/netstandard2.0/MiniProfiler.Shared.xml", - "miniprofiler.shared.4.3.8.nupkg.sha512", - "miniprofiler.shared.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.dll", + "lib/netstandard1.5/System.Runtime.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.Authentication.JwtBearer/1.0.6": { - "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", + "runtime.any.System.Runtime.Handles/4.3.0": { + "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", "type": "package", - "path": "moyu.extras.authentication.jwtbearer/1.0.6", + "path": "runtime.any.system.runtime.handles/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", - "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", - "moyu.extras.authentication.jwtbearer.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netstandard1.3/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.handles.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { - "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", "type": "package", - "path": "moyu.extras.objectmapper.mapster/1.0.6", + "path": "runtime.any.system.runtime.interopservices/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", - "moyu.extras.objectmapper.mapster.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netstandard1.5/System.Runtime.InteropServices.dll", + "lib/netstandard1.6/System.Runtime.InteropServices.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.interopservices.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure/1.0.6": { - "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", + "runtime.any.System.Text.Encoding/4.3.0": { + "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", "type": "package", - "path": "moyu.pure/1.0.6", + "path": "runtime.any.system.text.encoding/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "content/SpecificationDocument/Assets/index-mini-profiler.html", - "content/SpecificationDocument/Assets/index.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", - "icon.png", - "lib/net5.0/MoYu.Pure.dll", - "lib/net5.0/MoYu.Pure.xml", - "lib/net6.0/MoYu.Pure.dll", - "lib/net6.0/MoYu.Pure.xml", - "lib/net7.0/MoYu.Pure.dll", - "lib/net7.0/MoYu.Pure.xml", - "lib/net8.0/MoYu.Pure.dll", - "lib/net8.0/MoYu.Pure.xml", - "lib/net9.0/MoYu.Pure.dll", - "lib/net9.0/MoYu.Pure.xml", - "moyu.pure.1.0.6.nupkg.sha512", - "moyu.pure.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/netstandard1.3/System.Text.Encoding.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { - "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", "type": "package", - "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", - "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Core/10.10.2024.601": { - "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", + "runtime.any.System.Threading.Tasks/4.3.0": { + "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", "type": "package", - "path": "newlife.core/10.10.2024.601", + "path": "runtime.any.system.threading.tasks/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Core.dll", - "lib/net45/NewLife.Core.xml", - "lib/net461/NewLife.Core.dll", - "lib/net461/NewLife.Core.xml", - "lib/net5.0-windows7.0/NewLife.Core.dll", - "lib/net5.0-windows7.0/NewLife.Core.xml", - "lib/net5.0/NewLife.Core.dll", - "lib/net5.0/NewLife.Core.xml", - "lib/net6.0-windows7.0/NewLife.Core.dll", - "lib/net6.0-windows7.0/NewLife.Core.xml", - "lib/net6.0/NewLife.Core.dll", - "lib/net6.0/NewLife.Core.xml", - "lib/net7.0-windows7.0/NewLife.Core.dll", - "lib/net7.0-windows7.0/NewLife.Core.xml", - "lib/net7.0/NewLife.Core.dll", - "lib/net7.0/NewLife.Core.xml", - "lib/net8.0-windows7.0/NewLife.Core.dll", - "lib/net8.0-windows7.0/NewLife.Core.xml", - "lib/net8.0/NewLife.Core.dll", - "lib/net8.0/NewLife.Core.xml", - "lib/netcoreapp3.1/NewLife.Core.dll", - "lib/netcoreapp3.1/NewLife.Core.xml", - "lib/netstandard2.0/NewLife.Core.dll", - "lib/netstandard2.0/NewLife.Core.xml", - "lib/netstandard2.1/NewLife.Core.dll", - "lib/netstandard2.1/NewLife.Core.xml", - "newlife.core.10.10.2024.601.nupkg.sha512", - "newlife.core.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netstandard1.3/System.Threading.Tasks.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "runtime.any.system.threading.tasks.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "runtime.win.system.diagnostics.debug/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "runtime.win.system.diagnostics.debug.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp80/_._", + "runtimes/win/lib/wpa81/_._" ] }, - "Newtonsoft.Json.Bson/1.0.2": { - "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "runtime.win.System.IO.FileSystem/4.3.0": { + "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", "type": "package", - "path": "newtonsoft.json.bson/1.0.2", + "path": "runtime.win.system.io.filesystem/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "lib/net45/Newtonsoft.Json.Bson.dll", - "lib/net45/Newtonsoft.Json.Bson.pdb", - "lib/net45/Newtonsoft.Json.Bson.xml", - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", - "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", - "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", - "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", - "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", - "newtonsoft.json.bson.1.0.2.nupkg.sha512", - "newtonsoft.json.bson.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "runtime.win.system.io.filesystem.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp8/_._", + "runtimes/win/lib/wpa81/_._" ] }, - "Portable.BouncyCastle/1.9.0": { - "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", + "runtime.win.System.Runtime.Extensions/4.3.0": { + "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", "type": "package", - "path": "portable.bouncycastle/1.9.0", + "path": "runtime.win.system.runtime.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net40/BouncyCastle.Crypto.dll", - "lib/net40/BouncyCastle.Crypto.xml", - "lib/netstandard2.0/BouncyCastle.Crypto.dll", - "lib/netstandard2.0/BouncyCastle.Crypto.xml", - "portable.bouncycastle.1.9.0.nupkg.sha512", - "portable.bouncycastle.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", + "runtime.win.system.runtime.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll" ] }, "SharpCompress/0.37.2": { @@ -11453,6 +20411,21 @@ "swashbuckle.aspnetcore.swaggerui.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.Buffers/4.5.1": { "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", @@ -13133,6 +22106,20 @@ "system.objectmodel.nuspec" ] }, + "System.Private.Uri/4.3.0": { + "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "type": "package", + "path": "system.private.uri/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "system.private.uri.4.3.0.nupkg.sha512", + "system.private.uri.nuspec" + ] + }, "System.Reactive/5.0.0": { "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", "type": "package", @@ -13891,6 +22878,99 @@ "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.Serialization.Primitives/4.3.0": { "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", "type": "package", @@ -14351,6 +23431,74 @@ "useSharedDesignerContext.txt" ] }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".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.Encodings.Web/8.0.0": { "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "type": "package", @@ -14719,6 +23867,36 @@ "useSharedDesignerContext.txt" ] }, + "System.Threading.Overlapped/4.3.0": { + "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Threading.Overlapped.dll", + "ref/net46/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", + "runtimes/win/lib/net46/System.Threading.Overlapped.dll", + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", + "system.threading.overlapped.4.3.0.nupkg.sha512", + "system.threading.overlapped.nuspec" + ] + }, "System.Threading.Tasks/4.3.0": { "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "type": "package", @@ -15259,6 +24437,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Core/obj/project.nuget.cache b/SafeCampus.API/SafeCampus.Core/obj/project.nuget.cache index 1884256..b7211dc 100644 --- a/SafeCampus.API/SafeCampus.Core/obj/project.nuget.cache +++ b/SafeCampus.API/SafeCampus.Core/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "wOp1AXrPJb+oebW1K6qpmIb7RKznNMeSg5wyuvOSLfVG4tqbyDNpLUUQG5f3tRwKlBFxLiB6cY/Od0f6sx6uPQ==", + "dgSpecHash": "gWTj0UMVO8MvM0Apy3rz0HhGB7KYxYHVG6fxMGtboHuBDLKKX+aolH89kLR9W/C4WmUctg8Nqr10d6bq5WuQsg==", "success": true, "projectFilePath": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\SafeCampus.Core.csproj", "expectedPackageFiles": [ @@ -96,6 +96,23 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\portable.bouncycastle\\1.9.0\\portable.bouncycastle.1.9.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.collections\\4.3.0\\runtime.any.system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.diagnostics.tracing\\4.3.0\\runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.globalization\\4.3.0\\runtime.any.system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.io\\4.3.0\\runtime.any.system.io.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection\\4.3.0\\runtime.any.system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.extensions\\4.3.0\\runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.primitives\\4.3.0\\runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.resources.resourcemanager\\4.3.0\\runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime\\4.3.0\\runtime.any.system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.handles\\4.3.0\\runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.interopservices\\4.3.0\\runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding\\4.3.0\\runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding.extensions\\4.3.0\\runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.threading.tasks\\4.3.0\\runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.diagnostics.debug\\4.3.0\\runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.io.filesystem\\4.3.0\\runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.runtime.extensions\\4.3.0\\runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpcompress\\0.37.2\\sharpcompress.0.37.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpziplib\\1.4.2\\sharpziplib.1.4.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\simpletool\\1.0.6\\simpletool.1.0.6.nupkg.sha512", @@ -109,6 +126,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.codedom\\8.0.0\\system.codedom.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", @@ -148,6 +166,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.management\\8.0.0\\system.management.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.private.uri\\4.3.0\\system.private.uri.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive.linq\\5.0.0\\system.reactive.linq.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", @@ -163,6 +182,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", @@ -172,12 +192,14 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\8.0.0\\system.text.encoding.codepages.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.3\\system.text.json.8.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.channels\\8.0.0\\system.threading.channels.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.overlapped\\4.3.0\\system.threading.overlapped.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.parallel\\4.3.0\\system.threading.tasks.parallel.4.3.0.nupkg.sha512", diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net6.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net6.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs index 8b87f2f..d279da3 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net6.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net6.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net6.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net6.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache index cbf2f71..5e0d000 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net6.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net6.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache @@ -1 +1 @@ -8e72a271e93584a1d649b052f70fd0ccf263aaa907ccc6879c39d669728ef487 +937b385dbc8fa12ee357cf285aa85d56800c2bdd3a086c9aa8100aedebee9f37 diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs index 8b87f2f..d279da3 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache index cbf2f71..5e0d000 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache @@ -1 +1 @@ -8e72a271e93584a1d649b052f70fd0ccf263aaa907ccc6879c39d669728ef487 +937b385dbc8fa12ee357cf285aa85d56800c2bdd3a086c9aa8100aedebee9f37 diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.csproj.AssemblyReference.cache b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net7.0/SafeCampus.Plugin.Aop.csproj.AssemblyReference.cache index 73941abcbd16aaa35fd4d79e825adaffdc9c4db3..78f25921e8ea9560994b08887b440d7db6786b90 100644 GIT binary patch delta 27 fcmccpntAJS<_$TFlWmm+HveahhcE<1Pdxwtq~r?* delta 3701 zcmdmbocZ=^<_$TF^^Cj>3=E8njC{eB#U-h^dO@XmC7HRYjO;*RY=E&ID#{3^899K| z2K)GW!K++WAQ7-I&^#fidCvJcIjPAdnfZCe*v!;|m_m%9lR4WJb-~I()?m@m?5xPo z9pn-QQUi9zWV0qYygEMjDc3r`TloZ`!(zIMDwv06K1d7%VBRyGywOX3vW|zkAw(Rz zi`MR}w9ve}E&*Am+T=n7(O{2~k^())q~emIMBIS`HX55xv6-t0GB?O0zqlkbFP(}; zPyQlqqzLu^z959%npekUx;D)9PpUk{MYzYFVpD_~Ii+oB61=;?7%?|C9tJ7jF2ZjdxK5IVWtp9nV|$q!rtJl z;g*_MQd*RXwamb2C`Psb6##H=Vsi#Y0RZ%xI8qALbFC-@5ZCc_5%DGdHs&vy4E(0+)A?vYr8Z4L3QwN5udZ*x16_ zV6FeNP0QB31*w5m8j}Mp#3w7b@=mgq9bDB$81<_SVA4_rCR#~9s#bE6pnTv2Dj_IK zA(N#Aw1}wGPEXLl+kW7iX&x6+Hq!|n$&=d_;BRrTTfCkxtalx$jS_uG3vaeNQ!V`e ztnS@FxE;Wdm4v2lm!iaSP;F0SvIZG}EmiZv#X-g2^ukk< zoO3dP4K1Qf1*ITxfr~BGQ@QO1OOVJdQqn3OjI;tweK1FQ`s;VAM Cl>3(e diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net8.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net8.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs index 8b87f2f..d279da3 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net8.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net8.0/SafeCampus.Plugin.Aop.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Plugin.Aop")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net8.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net8.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache index cbf2f71..5e0d000 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net8.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/Debug/net8.0/SafeCampus.Plugin.Aop.AssemblyInfoInputs.cache @@ -1 +1 @@ -8e72a271e93584a1d649b052f70fd0ccf263aaa907ccc6879c39d669728ef487 +937b385dbc8fa12ee357cf285aa85d56800c2bdd3a086c9aa8100aedebee9f37 diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/SafeCampus.Plugin.Aop.csproj.nuget.dgspec.json b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/SafeCampus.Plugin.Aop.csproj.nuget.dgspec.json index e84b56e..13b91a8 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/SafeCampus.Plugin.Aop.csproj.nuget.dgspec.json +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/SafeCampus.Plugin.Aop.csproj.nuget.dgspec.json @@ -142,6 +142,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\SafeCampus.Core.csproj": { @@ -414,6 +419,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Plugin\\SafeCampus.Plugin.Aop\\SafeCampus.Plugin.Aop.csproj": { @@ -536,6 +546,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/project.assets.json b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/project.assets.json index 4e8788c..d17cb40 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/project.assets.json +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/project.assets.json @@ -2770,19 +2770,19 @@ } } }, - "net7.0": { + "net6.0/win-x64": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "7.0.0" + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } } @@ -2793,12 +2793,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -2834,12 +2834,12 @@ "CommunityToolkit.HighPerformance/8.1.0": { "type": "package", "compile": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } } @@ -2896,19 +2896,19 @@ "Mapster.Core": "1.2.1" }, "compile": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} }, "runtime": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} } }, "Mapster.Core/1.2.1": { "type": "package", "compile": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} }, "runtime": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} } }, "Mapster.DependencyInjection/1.0.1": { @@ -2918,10 +2918,10 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} }, "runtime": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} } }, "Masuit.Tools.Abstractions/2024.3.4": { @@ -2943,12 +2943,12 @@ "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -2957,31 +2957,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "7.0.15" + "Microsoft.EntityFrameworkCore": "[6.0.26]" }, "compile": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.29": { "type": "package", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -2989,37 +2989,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "Microsoft.AspNetCore.JsonPatch/6.0.29": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.29": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Microsoft.AspNetCore.JsonPatch": "6.0.29", "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -3052,53 +3052,53 @@ "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hant" } } @@ -3109,53 +3109,53 @@ "Microsoft.CodeAnalysis.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hant" } } @@ -3169,53 +3169,53 @@ "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3230,53 +3230,53 @@ "System.Threading.Channels": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3290,14 +3290,16 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.EntityFrameworkCore/7.0.15": { + "Microsoft.EntityFrameworkCore/6.0.26": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "6.0.26", + "Microsoft.EntityFrameworkCore.Analyzers": "6.0.26", + "Microsoft.Extensions.Caching.Memory": "6.0.1", + "Microsoft.Extensions.DependencyInjection": "6.0.1", + "Microsoft.Extensions.Logging": "6.0.0", + "System.Collections.Immutable": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { @@ -3313,7 +3315,7 @@ "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { "type": "package", "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { @@ -3326,7 +3328,7 @@ } } }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -3350,12 +3352,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -3373,12 +3375,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -3393,12 +3395,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -3412,12 +3414,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -3431,12 +3433,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -3454,12 +3456,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -3477,12 +3479,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -3490,34 +3492,35 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { + "Microsoft.Extensions.DependencyInjection/6.0.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -3525,24 +3528,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/7.0.0": { + "Microsoft.Extensions.DependencyModel/6.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" + "System.Buffers": "4.5.1", + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { @@ -3572,12 +3575,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -3588,12 +3591,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -3601,26 +3604,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/7.0.0": { + "Microsoft.Extensions.Logging/6.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { @@ -3629,12 +3630,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -3649,12 +3650,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -3672,12 +3673,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -3687,13 +3688,16 @@ }, "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -3844,37 +3848,25 @@ } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "Minio/5.0.0": { @@ -3885,12 +3877,12 @@ "System.Reactive.Linq": "5.0.0" }, "compile": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } } @@ -3962,15 +3954,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.29" }, "compile": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -3980,15 +3972,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -4001,12 +3993,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -4025,20 +4017,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.29", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "7.0.0", - "System.Text.Json": "7.0.4", + "Microsoft.Extensions.DependencyModel": "6.0.0", + "System.Text.Json": "6.0.9", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -4046,12 +4038,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } } @@ -4114,6 +4106,185 @@ } } }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, "SharpCompress/0.37.2": { "type": "package", "dependencies": { @@ -4142,20 +4313,20 @@ "SimpleRedis/1.1.9": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "7.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", + "Microsoft.Extensions.Configuration": "6.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", "NewLife.Redis": "5.6.2024.402" }, "compile": { - "lib/net7.0/SimpleRedis.dll": { + "lib/net6.0/SimpleRedis.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/SimpleRedis.dll": { + "lib/net6.0/SimpleRedis.dll": { "related": ".xml" } } @@ -4166,12 +4337,12 @@ "Newtonsoft.Json": "13.0.3" }, "compile": { - "lib/net7.0/SimpleTool.dll": { + "lib/net6.0/SimpleTool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/SimpleTool.dll": { + "lib/net6.0/SimpleTool.dll": { "related": ".xml" } } @@ -4246,12 +4417,6 @@ }, "runtime": { "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/osx/native/libSkiaSharp.dylib": { - "assetType": "native", - "rid": "osx" - } } }, "SkiaSharp.NativeAssets.Win32/2.88.6": { @@ -4262,19 +4427,8 @@ "runtime": { "lib/net6.0/_._": {} }, - "runtimeTargets": { - "runtimes/win-arm64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x86" - } + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} } }, "Swashbuckle.AspNetCore/6.5.0": { @@ -4295,12 +4449,12 @@ "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, @@ -4314,12 +4468,12 @@ "Swashbuckle.AspNetCore.Swagger": "6.5.0" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } } @@ -4327,12 +4481,12 @@ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "type": "package", "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, @@ -4340,15 +4494,24 @@ "Microsoft.AspNetCore.App" ] }, + "System.Buffers/4.5.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -4361,7 +4524,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4394,13 +4558,16 @@ }, "System.Collections.Immutable/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -4460,12 +4627,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.AttributedModel.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -4479,12 +4646,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.Convention.dll": { + "lib/net6.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { + "lib/net6.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -4498,12 +4665,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.Hosting.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -4514,12 +4681,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.Runtime.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -4535,12 +4702,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -4551,16 +4718,15 @@ "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -4594,7 +4760,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4602,39 +4769,40 @@ } } }, - "System.Diagnostics.DiagnosticSource/4.4.1": { + "System.Diagnostics.DiagnosticSource/6.0.1": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Diagnostics.EventLog/8.0.0": { + "System.Diagnostics.EventLog/6.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Diagnostics.PerformanceCounter/7.0.0": { @@ -4643,23 +4811,17 @@ "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -4684,7 +4846,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, "compile": { "ref/netstandard1.5/_._": { @@ -4698,12 +4861,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net7.0/System.Drawing.Common.dll": { + "lib/net6.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { + "lib/net6.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -4743,7 +4906,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4775,7 +4939,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { "ref/netstandard1.5/System.IO.dll": { @@ -4793,7 +4958,8 @@ "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -4818,12 +4984,12 @@ "System.IO.Hashing/7.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } }, @@ -4834,12 +5000,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -4901,23 +5067,26 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net7.0/System.Management.dll": { + "lib/net6.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Management.dll": { + "runtimes/win/lib/net6.0/System.Management.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Management.dll": { - "assetType": "runtime", - "rid": "win" - } + "runtime": { + "lib/netcoreapp2.1/_._": {} } }, "System.ObjectModel/4.3.0": { @@ -4938,6 +5107,16 @@ "lib/netstandard1.3/System.ObjectModel.dll": {} } }, + "System.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, "System.Reactive/5.0.0": { "type": "package", "compile": { @@ -4978,7 +5157,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Reflection.dll": { @@ -5035,7 +5215,8 @@ "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netstandard1.0/_._": { @@ -5049,12 +5230,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -5067,7 +5248,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netstandard1.0/System.Reflection.Primitives.dll": { @@ -5097,7 +5279,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netstandard1.0/_._": { @@ -5109,7 +5292,8 @@ "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Runtime.dll": { @@ -5138,7 +5322,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Runtime.Extensions.dll": { @@ -5151,7 +5336,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -5159,6 +5345,21 @@ } } }, + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, "System.Runtime.Serialization.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -5186,14 +5387,8 @@ } }, "runtime": { - "lib/netstandard2.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -5205,24 +5400,18 @@ } }, "runtime": { - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} } }, "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -5238,18 +5427,8 @@ } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -5258,7 +5437,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Text.Encoding.dll": { @@ -5266,62 +5446,72 @@ } } }, - "System.Text.Encoding.CodePages/7.0.0": { + "System.Text.Encoding.CodePages/6.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" } } }, "System.Text.Encodings.Web/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } } }, "System.Text.Json/8.0.0": { "type": "package", "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net7.0/System.Text.Json.dll": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Json.dll": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -5359,12 +5549,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -5372,12 +5562,30 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Threading.Tasks/4.3.0": { + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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" + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Threading.Tasks.dll": { @@ -5452,15 +5660,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} } }, "SafeCampus.Cache/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SimpleRedis": "1.1.9" @@ -5474,7 +5682,7 @@ }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -5498,19 +5706,19 @@ } } }, - "net8.0": { + "net7.0": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "8.0.0" + "System.Text.Encoding.CodePages": "7.0.0" }, "compile": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } } @@ -5521,12 +5729,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -5666,17 +5874,17 @@ "SixLabors.ImageSharp.Drawing": "2.1.3", "System.Collections.Immutable": "8.0.0", "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", "System.Management": "8.0.0", "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -5685,31 +5893,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "8.0.4" + "Microsoft.EntityFrameworkCore": "7.0.15" }, "compile": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -5717,37 +5925,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "Microsoft.AspNetCore.JsonPatch/7.0.18": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "8.0.4", - "Newtonsoft.Json": "13.0.3", + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -6018,42 +6226,43 @@ "lib/netcoreapp2.0/_._": {} } }, - "Microsoft.EntityFrameworkCore/8.0.4": { + "Microsoft.EntityFrameworkCore/7.0.15": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", - "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", - "Microsoft.Extensions.Caching.Memory": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { "type": "package", "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -6077,12 +6286,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -6100,12 +6309,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -6120,12 +6329,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -6139,12 +6348,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -6158,12 +6367,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -6181,12 +6390,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -6204,12 +6413,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -6217,18 +6426,18 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { + "Microsoft.Extensions.DependencyInjection/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, @@ -6239,12 +6448,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -6252,19 +6461,19 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.0": { + "Microsoft.Extensions.DependencyModel/7.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.0" + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, @@ -6278,12 +6487,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, @@ -6299,12 +6508,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -6315,12 +6524,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -6328,20 +6537,21 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/8.0.0": { + "Microsoft.Extensions.Logging/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, @@ -6355,12 +6565,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -6375,12 +6585,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -6398,12 +6608,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -6414,12 +6624,12 @@ "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -6427,97 +6637,102 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { + "Microsoft.IdentityModel.Abstractions/6.35.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.1.2": { + "Microsoft.IdentityModel.Logging/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.1.2" + "Microsoft.IdentityModel.Abstractions": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols/7.1.2": { + "Microsoft.IdentityModel.Protocols/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "7.1.2", - "System.IdentityModel.Tokens.Jwt": "7.1.2" + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/7.1.2": { + "Microsoft.IdentityModel.Tokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2" + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -6579,12 +6794,12 @@ "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, @@ -6592,7 +6807,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "assetType": "runtime", "rid": "win" } @@ -6683,15 +6898,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" }, "compile": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -6701,15 +6916,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -6722,12 +6937,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -6746,20 +6961,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "8.0.0", - "System.Text.Json": "8.0.3", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -6767,12 +6982,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } } @@ -6841,10 +7056,10 @@ "ZstdSharp.Port": "0.8.0" }, "compile": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} }, "runtime": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} } }, "SharpZipLib/1.4.2": { @@ -6863,20 +7078,20 @@ "SimpleRedis/1.1.9": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", "NewLife.Redis": "5.6.2024.402" }, "compile": { - "lib/net8.0/SimpleRedis.dll": { + "lib/net7.0/SimpleRedis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/SimpleRedis.dll": { + "lib/net7.0/SimpleRedis.dll": { "related": ".xml" } } @@ -7064,12 +7279,12 @@ "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -7116,12 +7331,12 @@ "System.Collections.Immutable/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -7181,12 +7396,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -7200,12 +7415,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -7219,12 +7434,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -7235,12 +7450,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -7256,12 +7471,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -7276,12 +7491,12 @@ "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -7335,12 +7550,12 @@ "System.Diagnostics.EventLog/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, @@ -7348,28 +7563,28 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Diagnostics.PerformanceCounter/8.0.0": { + "System.Diagnostics.PerformanceCounter/7.0.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" + "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, @@ -7377,7 +7592,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "assetType": "runtime", "rid": "win" } @@ -7419,12 +7634,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -7472,19 +7687,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.1.2": { + "System.IdentityModel.Tokens.Jwt/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -7555,12 +7770,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -7622,12 +7837,12 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, @@ -7635,7 +7850,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Management.dll": { + "runtimes/win/lib/net7.0/System.Management.dll": { "assetType": "runtime", "rid": "win" } @@ -7770,12 +7985,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -7918,15 +8133,32 @@ } } }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -7970,15 +8202,15 @@ } } }, - "System.Text.Encoding.CodePages/8.0.0": { + "System.Text.Encoding.CodePages/7.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, @@ -7986,7 +8218,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", "rid": "win" } @@ -7995,12 +8227,12 @@ "System.Text.Encodings.Web/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, @@ -8008,24 +8240,24 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { "assetType": "runtime", "rid": "browser" } } }, - "System.Text.Json/8.0.3": { + "System.Text.Json/8.0.0": { "type": "package", "dependencies": { "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -8063,12 +8295,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -8156,15 +8388,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} } }, "SafeCampus.Cache/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SimpleRedis": "1.1.9" @@ -8178,7 +8410,7 @@ }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -8201,88 +8433,8596 @@ "bin/placeholder/SafeCampus.Core.dll": {} } } - } - }, - "libraries": { - "AngleSharp/1.1.2": { - "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", - "type": "package", - "path": "anglesharp/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.1.1.2.nupkg.sha512", - "anglesharp.nuspec", - "lib/net461/AngleSharp.dll", - "lib/net461/AngleSharp.xml", - "lib/net472/AngleSharp.dll", - "lib/net472/AngleSharp.xml", - "lib/net6.0/AngleSharp.dll", - "lib/net6.0/AngleSharp.xml", - "lib/net7.0/AngleSharp.dll", - "lib/net7.0/AngleSharp.xml", - "lib/net8.0/AngleSharp.dll", - "lib/net8.0/AngleSharp.xml", - "lib/netstandard2.0/AngleSharp.dll", - "lib/netstandard2.0/AngleSharp.xml", - "logo.png" - ] - }, - "AngleSharp.Css/1.0.0-beta.139": { - "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", - "type": "package", - "path": "anglesharp.css/1.0.0-beta.139", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.css.1.0.0-beta.139.nupkg.sha512", - "anglesharp.css.nuspec", - "lib/net461/AngleSharp.Css.dll", - "lib/net461/AngleSharp.Css.xml", - "lib/net472/AngleSharp.Css.dll", - "lib/net472/AngleSharp.Css.xml", - "lib/net6.0/AngleSharp.Css.dll", - "lib/net6.0/AngleSharp.Css.xml", - "lib/net7.0/AngleSharp.Css.dll", - "lib/net7.0/AngleSharp.Css.xml", - "lib/net8.0/AngleSharp.Css.dll", - "lib/net8.0/AngleSharp.Css.xml", - "lib/netstandard2.0/AngleSharp.Css.dll", - "lib/netstandard2.0/AngleSharp.Css.xml", - "logo.png" - ] - }, - "Ben.Demystifier/0.4.1": { - "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", - "type": "package", - "path": "ben.demystifier/0.4.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ben.demystifier.0.4.1.nupkg.sha512", - "ben.demystifier.nuspec", - "icon.png", - "lib/net45/Ben.Demystifier.dll", - "lib/netstandard2.0/Ben.Demystifier.dll", - "lib/netstandard2.1/Ben.Demystifier.dll", - "readme.md" - ] }, - "Castle.Core/5.1.1": { - "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", - "type": "package", - "path": "castle.core/5.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ASL - Apache Software Foundation License.txt", - "CHANGELOG.md", - "LICENSE", - "castle-logo.png", - "castle.core.5.1.1.nupkg.sha512", - "castle.core.nuspec", + "net7.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "7.0.0" + }, + "compile": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "7.0.15" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/7.0.15": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + }, + "compile": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net6.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net6.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net7.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/7.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net7.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net7.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + }, + "net8.0": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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.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/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "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.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + }, + "net8.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/5.0.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.4.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/5.0.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + } + }, + "libraries": { + "AngleSharp/1.1.2": { + "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", + "type": "package", + "path": "anglesharp/1.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.1.1.2.nupkg.sha512", + "anglesharp.nuspec", + "lib/net461/AngleSharp.dll", + "lib/net461/AngleSharp.xml", + "lib/net472/AngleSharp.dll", + "lib/net472/AngleSharp.xml", + "lib/net6.0/AngleSharp.dll", + "lib/net6.0/AngleSharp.xml", + "lib/net7.0/AngleSharp.dll", + "lib/net7.0/AngleSharp.xml", + "lib/net8.0/AngleSharp.dll", + "lib/net8.0/AngleSharp.xml", + "lib/netstandard2.0/AngleSharp.dll", + "lib/netstandard2.0/AngleSharp.xml", + "logo.png" + ] + }, + "AngleSharp.Css/1.0.0-beta.139": { + "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", + "type": "package", + "path": "anglesharp.css/1.0.0-beta.139", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.css.1.0.0-beta.139.nupkg.sha512", + "anglesharp.css.nuspec", + "lib/net461/AngleSharp.Css.dll", + "lib/net461/AngleSharp.Css.xml", + "lib/net472/AngleSharp.Css.dll", + "lib/net472/AngleSharp.Css.xml", + "lib/net6.0/AngleSharp.Css.dll", + "lib/net6.0/AngleSharp.Css.xml", + "lib/net7.0/AngleSharp.Css.dll", + "lib/net7.0/AngleSharp.Css.xml", + "lib/net8.0/AngleSharp.Css.dll", + "lib/net8.0/AngleSharp.Css.xml", + "lib/netstandard2.0/AngleSharp.Css.dll", + "lib/netstandard2.0/AngleSharp.Css.xml", + "logo.png" + ] + }, + "Ben.Demystifier/0.4.1": { + "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", + "type": "package", + "path": "ben.demystifier/0.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ben.demystifier.0.4.1.nupkg.sha512", + "ben.demystifier.nuspec", + "icon.png", + "lib/net45/Ben.Demystifier.dll", + "lib/netstandard2.0/Ben.Demystifier.dll", + "lib/netstandard2.1/Ben.Demystifier.dll", + "readme.md" + ] + }, + "Castle.Core/5.1.1": { + "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", + "type": "package", + "path": "castle.core/5.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ASL - Apache Software Foundation License.txt", + "CHANGELOG.md", + "LICENSE", + "castle-logo.png", + "castle.core.5.1.1.nupkg.sha512", + "castle.core.nuspec", "lib/net462/Castle.Core.dll", "lib/net462/Castle.Core.xml", "lib/net6.0/Castle.Core.dll", @@ -9907,10 +18647,287 @@ "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" ] }, - "Microsoft.Extensions.Caching.Abstractions/8.0.0": { - "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "type": "package", + "path": "microsoft.extensions.caching.memory/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "type": "package", + "path": "microsoft.extensions.configuration/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", + "lib/net462/Microsoft.Extensions.Configuration.dll", + "lib/net462/Microsoft.Extensions.Configuration.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "type": "package", + "path": "microsoft.extensions.configuration.binder/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", + "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", + "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", + "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "type": "package", + "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", + "type": "package", + "path": "microsoft.extensions.configuration.json/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", + "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/6.0.1": { + "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/8.0.0", + "path": "microsoft.extensions.dependencyinjection/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/Microsoft.Extensions.DependencyInjection.dll", + "lib/net461/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9918,29 +18935,31 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/8.0.0": { - "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", "type": "package", - "path": "microsoft.extensions.caching.memory/8.0.0", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9948,29 +18967,136 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/8.0.0": { - "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "Microsoft.Extensions.DependencyModel/6.0.0": { + "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.DependencyModel.dll", + "lib/net461/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "README.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "type": "package", + "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", "type": "package", - "path": "microsoft.extensions.configuration/8.0.0", + "path": "microsoft.extensions.fileproviders.physical/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -9978,29 +19104,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "path": "microsoft.extensions.filesystemglobbing/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10008,100 +19134,79 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Logging/6.0.0": { + "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.logging/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", - "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", + "lib/net461/Microsoft.Extensions.Logging.dll", + "lib/net461/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "Microsoft.Extensions.Logging/7.0.0": { + "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "path": "microsoft.extensions.logging/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.7.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", "type": "package", - "path": "microsoft.extensions.configuration.json/8.0.0", + "path": "microsoft.extensions.logging/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10109,85 +19214,151 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/6.0.1": { - "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/6.0.1", + "path": "microsoft.extensions.logging.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.DependencyInjection.dll", - "lib/net461/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "Microsoft.Extensions.Options/8.0.0": { + "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/7.0.0", + "path": "microsoft.extensions.options/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.0.nupkg.sha512", + "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/8.0.0", + "path": "microsoft.extensions.options.configurationextensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10195,31 +19366,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "path": "microsoft.extensions.primitives/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -10227,1151 +19396,1153 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/6.0.0", + "path": "microsoft.identitymodel.abstractions/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.DependencyModel.dll", - "lib/net461/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", "type": "package", - "path": "microsoft.extensions.dependencymodel/7.0.0", + "path": "microsoft.identitymodel.abstractions/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/8.0.0": { - "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" + ] + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "type": "package", + "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "path": "microsoft.identitymodel.logging/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", + "Microsoft.IdentityModel.Logging/7.1.2": { + "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", + "path": "microsoft.identitymodel.logging/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", + "path": "microsoft.identitymodel.protocols/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.Logging/6.0.0": { - "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", + "Microsoft.IdentityModel.Protocols/7.1.2": { + "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", "type": "package", - "path": "microsoft.extensions.logging/6.0.0", + "path": "microsoft.identitymodel.protocols/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.dll", - "lib/net461/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.6.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.Logging/7.0.0": { - "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", "type": "package", - "path": "microsoft.extensions.logging/7.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.7.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Logging/8.0.0": { - "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", "type": "package", - "path": "microsoft.extensions.logging/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" + ] + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "type": "package", + "path": "microsoft.identitymodel.tokens/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", + "Microsoft.IdentityModel.Tokens/7.1.2": { + "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/8.0.0", + "path": "microsoft.identitymodel.tokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Options/8.0.0": { - "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", + "Microsoft.NETCore.Platforms/5.0.0": { + "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", "type": "package", - "path": "microsoft.extensions.options/8.0.0", + "path": "microsoft.netcore.platforms/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.8.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.5.0.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { - "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", + "Microsoft.NETCore.Targets/1.1.3": { + "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/8.0.0", + "path": "microsoft.netcore.targets/1.1.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.options.configurationextensions.nuspec", - "useSharedDesignerContext.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.3.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" ] }, - "Microsoft.Extensions.Primitives/8.0.0": { - "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "Microsoft.OpenApi/1.2.3": { + "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", "type": "package", - "path": "microsoft.extensions.primitives/8.0.0", + "path": "microsoft.openapi/1.2.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" + "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.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "Microsoft.Win32.Registry/5.0.0": { + "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", + "path": "microsoft.win32.registry/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.5.0.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { - "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", + "Microsoft.Win32.SystemEvents/8.0.0": { + "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.1.2", + "path": "microsoft.win32.systemevents/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", + "lib/net462/Microsoft.Win32.SystemEvents.dll", + "lib/net462/Microsoft.Win32.SystemEvents.xml", + "lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "microsoft.win32.systemevents.8.0.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "useSharedDesignerContext.txt" ] }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "Minio/5.0.0": { + "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "path": "minio/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "LICENSE", + "icon.png", + "lib/net6.0/Minio.dll", + "lib/net6.0/Minio.xml", + "lib/net7.0/Minio.dll", + "lib/net7.0/Minio.xml", + "lib/netstandard2.0/Minio.dll", + "lib/netstandard2.0/Minio.xml", + "minio.5.0.0.nupkg.sha512", + "minio.nuspec", + "readme.md" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { - "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "MiniProfiler.AspNetCore/4.3.8": { + "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "path": "miniprofiler.aspnetcore/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.dll", + "lib/net6.0/MiniProfiler.AspNetCore.xml", + "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.nuspec" ] }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", "type": "package", - "path": "microsoft.identitymodel.logging/6.35.0", + "path": "miniprofiler.aspnetcore.mvc/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", + "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.mvc.nuspec" ] }, - "Microsoft.IdentityModel.Logging/7.1.2": { - "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", + "MiniProfiler.Shared/4.3.8": { + "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", "type": "package", - "path": "microsoft.identitymodel.logging/7.1.2", + "path": "miniprofiler.shared/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/net8.0/Microsoft.IdentityModel.Logging.dll", - "lib/net8.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE.txt", + "lib/net461/MiniProfiler.Shared.dll", + "lib/net461/MiniProfiler.Shared.xml", + "lib/netstandard2.0/MiniProfiler.Shared.dll", + "lib/netstandard2.0/MiniProfiler.Shared.xml", + "miniprofiler.shared.4.3.8.nupkg.sha512", + "miniprofiler.shared.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.35.0", + "path": "moyu.extras.authentication.jwtbearer/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", + "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", + "moyu.extras.authentication.jwtbearer.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/7.1.2": { - "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", "type": "package", - "path": "microsoft.identitymodel.protocols/7.1.2", + "path": "moyu.extras.objectmapper.mapster/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", + "moyu.extras.objectmapper.mapster.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "MoYu.Pure/1.0.6": { + "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "path": "moyu.pure/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "content/SpecificationDocument/Assets/index-mini-profiler.html", + "content/SpecificationDocument/Assets/index.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", + "icon.png", + "lib/net5.0/MoYu.Pure.dll", + "lib/net5.0/MoYu.Pure.xml", + "lib/net6.0/MoYu.Pure.dll", + "lib/net6.0/MoYu.Pure.xml", + "lib/net7.0/MoYu.Pure.dll", + "lib/net7.0/MoYu.Pure.xml", + "lib/net8.0/MoYu.Pure.dll", + "lib/net8.0/MoYu.Pure.xml", + "lib/net9.0/MoYu.Pure.dll", + "lib/net9.0/MoYu.Pure.xml", + "moyu.pure.1.0.6.nupkg.sha512", + "moyu.pure.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { - "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", + "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", + "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "NewLife.Core/10.10.2024.601": { + "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.35.0", + "path": "newlife.core/10.10.2024.601", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Core.dll", + "lib/net45/NewLife.Core.xml", + "lib/net461/NewLife.Core.dll", + "lib/net461/NewLife.Core.xml", + "lib/net5.0-windows7.0/NewLife.Core.dll", + "lib/net5.0-windows7.0/NewLife.Core.xml", + "lib/net5.0/NewLife.Core.dll", + "lib/net5.0/NewLife.Core.xml", + "lib/net6.0-windows7.0/NewLife.Core.dll", + "lib/net6.0-windows7.0/NewLife.Core.xml", + "lib/net6.0/NewLife.Core.dll", + "lib/net6.0/NewLife.Core.xml", + "lib/net7.0-windows7.0/NewLife.Core.dll", + "lib/net7.0-windows7.0/NewLife.Core.xml", + "lib/net7.0/NewLife.Core.dll", + "lib/net7.0/NewLife.Core.xml", + "lib/net8.0-windows7.0/NewLife.Core.dll", + "lib/net8.0-windows7.0/NewLife.Core.xml", + "lib/net8.0/NewLife.Core.dll", + "lib/net8.0/NewLife.Core.xml", + "lib/netcoreapp3.1/NewLife.Core.dll", + "lib/netcoreapp3.1/NewLife.Core.xml", + "lib/netstandard2.0/NewLife.Core.dll", + "lib/netstandard2.0/NewLife.Core.xml", + "lib/netstandard2.1/NewLife.Core.dll", + "lib/netstandard2.1/NewLife.Core.xml", + "newlife.core.10.10.2024.601.nupkg.sha512", + "newlife.core.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.1.2": { - "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", + "NewLife.Redis/5.6.2024.402": { + "sha512": "ZFB+7+7D7MtZhJyMNJv6ujdclh/N4Gg1zNEtvrP4zdtJAGRj5K3ADF8BnedEcfys6XpHUksmevb1AGIj5MtMMw==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.1.2", + "path": "newlife.redis/5.6.2024.402", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Redis.dll", + "lib/net45/NewLife.Redis.xml", + "lib/net461/NewLife.Redis.dll", + "lib/net461/NewLife.Redis.xml", + "lib/netstandard2.0/NewLife.Redis.dll", + "lib/netstandard2.0/NewLife.Redis.xml", + "lib/netstandard2.1/NewLife.Redis.dll", + "lib/netstandard2.1/NewLife.Redis.xml", + "newlife.redis.5.6.2024.402.nupkg.sha512", + "newlife.redis.nuspec" ] }, - "Microsoft.NETCore.Platforms/5.0.0": { - "sha512": "VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==", + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "type": "package", - "path": "microsoft.netcore.platforms/5.0.0", + "path": "newtonsoft.json/13.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.5.0.0.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json", - "useSharedDesignerContext.txt", - "version.txt" + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" ] }, - "Microsoft.NETCore.Targets/1.1.3": { - "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", "type": "package", - "path": "microsoft.netcore.targets/1.1.3", + "path": "newtonsoft.json.bson/1.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.3.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" ] }, - "Microsoft.OpenApi/1.2.3": { - "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "Portable.BouncyCastle/1.9.0": { + "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", "type": "package", - "path": "microsoft.openapi/1.2.3", + "path": "portable.bouncycastle/1.9.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" + "lib/net40/BouncyCastle.Crypto.dll", + "lib/net40/BouncyCastle.Crypto.xml", + "lib/netstandard2.0/BouncyCastle.Crypto.dll", + "lib/netstandard2.0/BouncyCastle.Crypto.xml", + "portable.bouncycastle.1.9.0.nupkg.sha512", + "portable.bouncycastle.nuspec" ] }, - "Microsoft.Win32.Registry/5.0.0": { - "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "runtime.any.System.Collections/4.3.0": { + "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", "type": "package", - "path": "microsoft.win32.registry/5.0.0", + "path": "runtime.any.system.collections/4.3.0", "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.xml", - "lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "microsoft.win32.registry.5.0.0.nupkg.sha512", - "microsoft.win32.registry.nuspec", - "ref/net46/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", - "ref/netstandard2.0/Microsoft.Win32.Registry.dll", - "ref/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "useSharedDesignerContext.txt", - "version.txt" + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.dll", + "lib/netstandard1.3/System.Collections.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.collections.4.3.0.nupkg.sha512", + "runtime.any.system.collections.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Microsoft.Win32.SystemEvents/8.0.0": { - "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", "type": "package", - "path": "microsoft.win32.systemevents/8.0.0", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.8.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/netstandard1.5/System.Diagnostics.Tracing.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "runtime.any.system.diagnostics.tracing.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Minio/5.0.0": { - "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", + "runtime.any.System.Globalization/4.3.0": { + "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", "type": "package", - "path": "minio/5.0.0", + "path": "runtime.any.system.globalization/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE", - "icon.png", - "lib/net6.0/Minio.dll", - "lib/net6.0/Minio.xml", - "lib/net7.0/Minio.dll", - "lib/net7.0/Minio.xml", - "lib/netstandard2.0/Minio.dll", - "lib/netstandard2.0/Minio.xml", - "minio.5.0.0.nupkg.sha512", - "minio.nuspec", - "readme.md" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Globalization.dll", + "lib/netstandard1.3/System.Globalization.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.globalization.4.3.0.nupkg.sha512", + "runtime.any.system.globalization.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore/4.3.8": { - "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", + "runtime.any.System.IO/4.3.0": { + "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", "type": "package", - "path": "miniprofiler.aspnetcore/4.3.8", + "path": "runtime.any.system.io/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.dll", - "lib/net6.0/MiniProfiler.AspNetCore.xml", - "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.dll", + "lib/netstandard1.5/System.IO.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.io.4.3.0.nupkg.sha512", + "runtime.any.system.io.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore.Mvc/4.3.8": { - "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", + "runtime.any.System.Reflection/4.3.0": { + "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", "type": "package", - "path": "miniprofiler.aspnetcore.mvc/4.3.8", + "path": "runtime.any.system.reflection/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", - "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.mvc.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.dll", + "lib/netstandard1.5/System.Reflection.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.Shared/4.3.8": { - "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", + "runtime.any.System.Reflection.Extensions/4.3.0": { + "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", "type": "package", - "path": "miniprofiler.shared/4.3.8", + "path": "runtime.any.system.reflection.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net461/MiniProfiler.Shared.dll", - "lib/net461/MiniProfiler.Shared.xml", - "lib/netstandard2.0/MiniProfiler.Shared.dll", - "lib/netstandard2.0/MiniProfiler.Shared.xml", - "miniprofiler.shared.4.3.8.nupkg.sha512", - "miniprofiler.shared.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/netstandard1.3/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.Authentication.JwtBearer/1.0.6": { - "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", + "runtime.any.System.Reflection.Primitives/4.3.0": { + "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", "type": "package", - "path": "moyu.extras.authentication.jwtbearer/1.0.6", + "path": "runtime.any.system.reflection.primitives/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", - "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", - "moyu.extras.authentication.jwtbearer.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/netstandard1.3/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.primitives.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { - "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", "type": "package", - "path": "moyu.extras.objectmapper.mapster/1.0.6", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", - "moyu.extras.objectmapper.mapster.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netstandard1.3/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "runtime.any.system.resources.resourcemanager.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure/1.0.6": { - "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", + "runtime.any.System.Runtime/4.3.0": { + "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", "type": "package", - "path": "moyu.pure/1.0.6", + "path": "runtime.any.system.runtime/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "content/SpecificationDocument/Assets/index-mini-profiler.html", - "content/SpecificationDocument/Assets/index.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", - "icon.png", - "lib/net5.0/MoYu.Pure.dll", - "lib/net5.0/MoYu.Pure.xml", - "lib/net6.0/MoYu.Pure.dll", - "lib/net6.0/MoYu.Pure.xml", - "lib/net7.0/MoYu.Pure.dll", - "lib/net7.0/MoYu.Pure.xml", - "lib/net8.0/MoYu.Pure.dll", - "lib/net8.0/MoYu.Pure.xml", - "lib/net9.0/MoYu.Pure.dll", - "lib/net9.0/MoYu.Pure.xml", - "moyu.pure.1.0.6.nupkg.sha512", - "moyu.pure.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.dll", + "lib/netstandard1.5/System.Runtime.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", + "type": "package", + "path": "runtime.any.system.runtime.handles/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netstandard1.3/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.handles.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { - "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", "type": "package", - "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", + "path": "runtime.any.system.runtime.interopservices/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", - "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netstandard1.5/System.Runtime.InteropServices.dll", + "lib/netstandard1.6/System.Runtime.InteropServices.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.interopservices.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Core/10.10.2024.601": { - "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", + "runtime.any.System.Text.Encoding/4.3.0": { + "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", "type": "package", - "path": "newlife.core/10.10.2024.601", + "path": "runtime.any.system.text.encoding/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Core.dll", - "lib/net45/NewLife.Core.xml", - "lib/net461/NewLife.Core.dll", - "lib/net461/NewLife.Core.xml", - "lib/net5.0-windows7.0/NewLife.Core.dll", - "lib/net5.0-windows7.0/NewLife.Core.xml", - "lib/net5.0/NewLife.Core.dll", - "lib/net5.0/NewLife.Core.xml", - "lib/net6.0-windows7.0/NewLife.Core.dll", - "lib/net6.0-windows7.0/NewLife.Core.xml", - "lib/net6.0/NewLife.Core.dll", - "lib/net6.0/NewLife.Core.xml", - "lib/net7.0-windows7.0/NewLife.Core.dll", - "lib/net7.0-windows7.0/NewLife.Core.xml", - "lib/net7.0/NewLife.Core.dll", - "lib/net7.0/NewLife.Core.xml", - "lib/net8.0-windows7.0/NewLife.Core.dll", - "lib/net8.0-windows7.0/NewLife.Core.xml", - "lib/net8.0/NewLife.Core.dll", - "lib/net8.0/NewLife.Core.xml", - "lib/netcoreapp3.1/NewLife.Core.dll", - "lib/netcoreapp3.1/NewLife.Core.xml", - "lib/netstandard2.0/NewLife.Core.dll", - "lib/netstandard2.0/NewLife.Core.xml", - "lib/netstandard2.1/NewLife.Core.dll", - "lib/netstandard2.1/NewLife.Core.xml", - "newlife.core.10.10.2024.601.nupkg.sha512", - "newlife.core.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/netstandard1.3/System.Text.Encoding.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Redis/5.6.2024.402": { - "sha512": "ZFB+7+7D7MtZhJyMNJv6ujdclh/N4Gg1zNEtvrP4zdtJAGRj5K3ADF8BnedEcfys6XpHUksmevb1AGIj5MtMMw==", + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", "type": "package", - "path": "newlife.redis/5.6.2024.402", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Redis.dll", - "lib/net45/NewLife.Redis.xml", - "lib/net461/NewLife.Redis.dll", - "lib/net461/NewLife.Redis.xml", - "lib/netstandard2.0/NewLife.Redis.dll", - "lib/netstandard2.0/NewLife.Redis.xml", - "lib/netstandard2.1/NewLife.Redis.dll", - "lib/netstandard2.1/NewLife.Redis.xml", - "newlife.redis.5.6.2024.402.nupkg.sha512", - "newlife.redis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "runtime.any.System.Threading.Tasks/4.3.0": { + "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "runtime.any.system.threading.tasks/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netstandard1.3/System.Threading.Tasks.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "runtime.any.system.threading.tasks.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json.Bson/1.0.2": { - "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", "type": "package", - "path": "newtonsoft.json.bson/1.0.2", + "path": "runtime.win.system.diagnostics.debug/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "lib/net45/Newtonsoft.Json.Bson.dll", - "lib/net45/Newtonsoft.Json.Bson.pdb", - "lib/net45/Newtonsoft.Json.Bson.xml", - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", - "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", - "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", - "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", - "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", - "newtonsoft.json.bson.1.0.2.nupkg.sha512", - "newtonsoft.json.bson.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "runtime.win.system.diagnostics.debug.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp80/_._", + "runtimes/win/lib/wpa81/_._" ] }, - "Portable.BouncyCastle/1.9.0": { - "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", + "runtime.win.System.IO.FileSystem/4.3.0": { + "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", "type": "package", - "path": "portable.bouncycastle/1.9.0", + "path": "runtime.win.system.io.filesystem/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net40/BouncyCastle.Crypto.dll", - "lib/net40/BouncyCastle.Crypto.xml", - "lib/netstandard2.0/BouncyCastle.Crypto.dll", - "lib/netstandard2.0/BouncyCastle.Crypto.xml", - "portable.bouncycastle.1.9.0.nupkg.sha512", - "portable.bouncycastle.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "runtime.win.system.io.filesystem.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp8/_._", + "runtimes/win/lib/wpa81/_._" + ] + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", + "type": "package", + "path": "runtime.win.system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", + "runtime.win.system.runtime.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll" ] }, "SharpCompress/0.37.2": { @@ -11708,6 +20879,21 @@ "swashbuckle.aspnetcore.swaggerui.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.Buffers/4.5.1": { "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", @@ -13388,6 +22574,20 @@ "system.objectmodel.nuspec" ] }, + "System.Private.Uri/4.3.0": { + "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "type": "package", + "path": "system.private.uri/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "system.private.uri.4.3.0.nupkg.sha512", + "system.private.uri.nuspec" + ] + }, "System.Reactive/5.0.0": { "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", "type": "package", @@ -14146,6 +23346,99 @@ "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.Serialization.Primitives/4.3.0": { "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", "type": "package", @@ -14606,6 +23899,74 @@ "useSharedDesignerContext.txt" ] }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".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.Encodings.Web/8.0.0": { "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "type": "package", @@ -14974,6 +24335,36 @@ "useSharedDesignerContext.txt" ] }, + "System.Threading.Overlapped/4.3.0": { + "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Threading.Overlapped.dll", + "ref/net46/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", + "runtimes/win/lib/net46/System.Threading.Overlapped.dll", + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", + "system.threading.overlapped.4.3.0.nupkg.sha512", + "system.threading.overlapped.nuspec" + ] + }, "System.Threading.Tasks/4.3.0": { "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "type": "package", @@ -15338,6 +24729,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/project.nuget.cache b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/project.nuget.cache index 3c1d117..2481ab6 100644 --- a/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/project.nuget.cache +++ b/SafeCampus.API/SafeCampus.Plugin/SafeCampus.Plugin.Aop/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "zRsZgGix3QpJXGSxVWkFbuyhB478edJBmMK2BBnd5zlfaXOPr241kfgCapB6nlvNEp9M+yF685n7Y8RXm55M0Q==", + "dgSpecHash": "LJtiEUEgPXyFboJb9k45NMh7B36iGM3dLQ4nIl3xEN0omqufdWb67CAhaohuZCtbcOAwUfTiCt+GWnVcor7yAg==", "success": true, "projectFilePath": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Plugin\\SafeCampus.Plugin.Aop\\SafeCampus.Plugin.Aop.csproj", "expectedPackageFiles": [ @@ -97,6 +97,23 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\newtonsoft.json.bson\\1.0.2\\newtonsoft.json.bson.1.0.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\portable.bouncycastle\\1.9.0\\portable.bouncycastle.1.9.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.collections\\4.3.0\\runtime.any.system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.diagnostics.tracing\\4.3.0\\runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.globalization\\4.3.0\\runtime.any.system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.io\\4.3.0\\runtime.any.system.io.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection\\4.3.0\\runtime.any.system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.extensions\\4.3.0\\runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.primitives\\4.3.0\\runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.resources.resourcemanager\\4.3.0\\runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime\\4.3.0\\runtime.any.system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.handles\\4.3.0\\runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.interopservices\\4.3.0\\runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding\\4.3.0\\runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding.extensions\\4.3.0\\runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.threading.tasks\\4.3.0\\runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.diagnostics.debug\\4.3.0\\runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.io.filesystem\\4.3.0\\runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.runtime.extensions\\4.3.0\\runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpcompress\\0.37.2\\sharpcompress.0.37.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpziplib\\1.4.2\\sharpziplib.1.4.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\simpleredis\\1.1.9\\simpleredis.1.1.9.nupkg.sha512", @@ -111,6 +128,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.codedom\\8.0.0\\system.codedom.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", @@ -150,6 +168,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.management\\8.0.0\\system.management.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.private.uri\\4.3.0\\system.private.uri.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive.linq\\5.0.0\\system.reactive.linq.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", @@ -165,6 +184,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.accesscontrol\\5.0.0\\system.security.accesscontrol.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", @@ -174,12 +194,14 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\8.0.0\\system.text.encoding.codepages.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.3\\system.text.json.8.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.channels\\8.0.0\\system.threading.channels.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.overlapped\\4.3.0\\system.threading.overlapped.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.parallel\\4.3.0\\system.threading.tasks.parallel.4.3.0.nupkg.sha512", diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net6.0/SafeCampus.SqlSugar.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net6.0/SafeCampus.SqlSugar.AssemblyInfo.cs index 95d34a6..381ef22 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net6.0/SafeCampus.SqlSugar.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net6.0/SafeCampus.SqlSugar.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net6.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net6.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache index 61ba571..74ad658 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net6.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net6.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache @@ -1 +1 @@ -f46fe0598e46580b9185df7054a2cd006f65526f9b394b197e648c5c98e9475b +de8a88f77a101183a7a1a5a0958e2bf8b7d329eef119479678efdd0e62cdf474 diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net7.0/SafeCampus.SqlSugar.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net7.0/SafeCampus.SqlSugar.AssemblyInfo.cs index 95d34a6..381ef22 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net7.0/SafeCampus.SqlSugar.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net7.0/SafeCampus.SqlSugar.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net7.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net7.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache index 61ba571..74ad658 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net7.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net7.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache @@ -1 +1 @@ -f46fe0598e46580b9185df7054a2cd006f65526f9b394b197e648c5c98e9475b +de8a88f77a101183a7a1a5a0958e2bf8b7d329eef119479678efdd0e62cdf474 diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net8.0/SafeCampus.SqlSugar.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net8.0/SafeCampus.SqlSugar.AssemblyInfo.cs index 95d34a6..381ef22 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net8.0/SafeCampus.SqlSugar.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net8.0/SafeCampus.SqlSugar.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.SqlSugar")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net8.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net8.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache index 61ba571..74ad658 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net8.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/Debug/net8.0/SafeCampus.SqlSugar.AssemblyInfoInputs.cache @@ -1 +1 @@ -f46fe0598e46580b9185df7054a2cd006f65526f9b394b197e648c5c98e9475b +de8a88f77a101183a7a1a5a0958e2bf8b7d329eef119479678efdd0e62cdf474 diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/SafeCampus.SqlSugar.csproj.nuget.dgspec.json b/SafeCampus.API/SafeCampus.SqlSugar/obj/SafeCampus.SqlSugar.csproj.nuget.dgspec.json index 2c3a82c..81268d1 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/SafeCampus.SqlSugar.csproj.nuget.dgspec.json +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/SafeCampus.SqlSugar.csproj.nuget.dgspec.json @@ -274,6 +274,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.SqlSugar\\SafeCampus.SqlSugar.csproj": { @@ -414,6 +419,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/project.assets.json b/SafeCampus.API/SafeCampus.SqlSugar/obj/project.assets.json index bde004e..d0141a2 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/project.assets.json +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/project.assets.json @@ -3165,19 +3165,19 @@ } } }, - "net7.0": { + "net6.0/win-x64": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "7.0.0" + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } } @@ -3188,12 +3188,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -3229,12 +3229,12 @@ "CommunityToolkit.HighPerformance/8.1.0": { "type": "package", "compile": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } } @@ -3291,19 +3291,19 @@ "Mapster.Core": "1.2.1" }, "compile": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} }, "runtime": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} } }, "Mapster.Core/1.2.1": { "type": "package", "compile": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} }, "runtime": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} } }, "Mapster.DependencyInjection/1.0.1": { @@ -3313,10 +3313,10 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} }, "runtime": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} } }, "Masuit.Tools.Abstractions/2024.3.4": { @@ -3338,12 +3338,12 @@ "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -3352,31 +3352,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "7.0.15" + "Microsoft.EntityFrameworkCore": "[6.0.26]" }, "compile": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.29": { "type": "package", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -3384,37 +3384,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "Microsoft.AspNetCore.JsonPatch/6.0.29": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.29": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Microsoft.AspNetCore.JsonPatch": "6.0.29", "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -3447,53 +3447,53 @@ "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hant" } } @@ -3504,53 +3504,53 @@ "Microsoft.CodeAnalysis.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hant" } } @@ -3564,53 +3564,53 @@ "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3625,53 +3625,53 @@ "System.Threading.Channels": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3705,40 +3705,15 @@ } }, "runtime": { - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "related": ".pdb;.xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".pdb" } } }, "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { "type": "package", - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x86" - } + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} } }, "Microsoft.Data.Sqlite/8.0.1": { @@ -3770,14 +3745,16 @@ } } }, - "Microsoft.EntityFrameworkCore/7.0.15": { + "Microsoft.EntityFrameworkCore/6.0.26": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "6.0.26", + "Microsoft.EntityFrameworkCore.Analyzers": "6.0.26", + "Microsoft.Extensions.Caching.Memory": "6.0.1", + "Microsoft.Extensions.DependencyInjection": "6.0.1", + "Microsoft.Extensions.Logging": "6.0.0", + "System.Collections.Immutable": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { @@ -3793,7 +3770,7 @@ "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { "type": "package", "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { @@ -3806,7 +3783,7 @@ } } }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -3830,12 +3807,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -3853,12 +3830,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -3873,12 +3850,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -3892,12 +3869,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -3911,12 +3888,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -3934,12 +3911,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -3957,12 +3934,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -3970,34 +3947,35 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { + "Microsoft.Extensions.DependencyInjection/6.0.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -4005,24 +3983,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/7.0.0": { + "Microsoft.Extensions.DependencyModel/6.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" + "System.Buffers": "4.5.1", + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { @@ -4052,12 +4030,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -4068,12 +4046,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -4081,26 +4059,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/7.0.0": { + "Microsoft.Extensions.Logging/6.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { @@ -4109,12 +4085,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -4129,12 +4105,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -4152,12 +4128,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -4167,13 +4143,16 @@ }, "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -4337,37 +4316,25 @@ } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "Minio/5.0.0": { @@ -4378,12 +4345,12 @@ "System.Reactive.Linq": "5.0.0" }, "compile": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } } @@ -4455,15 +4422,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.29" }, "compile": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -4473,15 +4440,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -4494,12 +4461,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -4518,20 +4485,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.29", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "7.0.0", - "System.Text.Json": "7.0.4", + "Microsoft.Extensions.DependencyModel": "6.0.0", + "System.Text.Json": "6.0.9", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -4539,12 +4506,12 @@ "MySqlConnector/2.2.5": { "type": "package", "compile": { - "lib/net7.0/MySqlConnector.dll": { + "lib/net6.0/MySqlConnector.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MySqlConnector.dll": { + "lib/net6.0/MySqlConnector.dll": { "related": ".xml" } } @@ -4552,12 +4519,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } } @@ -4646,6 +4613,185 @@ } } }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, "SharpCompress/0.37.2": { "type": "package", "dependencies": { @@ -4677,12 +4823,12 @@ "Newtonsoft.Json": "13.0.3" }, "compile": { - "lib/net7.0/SimpleTool.dll": { + "lib/net6.0/SimpleTool.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/SimpleTool.dll": { + "lib/net6.0/SimpleTool.dll": { "related": ".xml" } } @@ -4757,12 +4903,6 @@ }, "runtime": { "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/osx/native/libSkiaSharp.dylib": { - "assetType": "native", - "rid": "osx" - } } }, "SkiaSharp.NativeAssets.Win32/2.88.6": { @@ -4773,19 +4913,8 @@ "runtime": { "lib/net6.0/_._": {} }, - "runtimeTargets": { - "runtimes/win-arm64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x86" - } + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} } }, "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { @@ -4821,90 +4950,11 @@ "runtime": { "lib/netstandard2.0/_._": {} }, - "build": { - "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} }, - "runtimeTargets": { - "runtimes/browser-wasm/nativeassets/net7.0/e_sqlite3.a": { - "assetType": "native", - "rid": "browser-wasm" - }, - "runtimes/linux-arm/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-arm" - }, - "runtimes/linux-arm64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-arm64" - }, - "runtimes/linux-armel/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-armel" - }, - "runtimes/linux-mips64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-mips64" - }, - "runtimes/linux-musl-arm/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-arm" - }, - "runtimes/linux-musl-arm64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-arm64" - }, - "runtimes/linux-musl-x64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-x64" - }, - "runtimes/linux-ppc64le/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-ppc64le" - }, - "runtimes/linux-s390x/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-s390x" - }, - "runtimes/linux-x64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-x64" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-x86" - }, - "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "maccatalyst-arm64" - }, - "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "maccatalyst-x64" - }, - "runtimes/osx-arm64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "osx-arm64" - }, - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "osx-x64" - }, - "runtimes/win-arm/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-x86" - } + "build": { + "buildTransitive/net6.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} } }, "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { @@ -4980,12 +5030,12 @@ "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { "related": ".pdb;.xml" } }, @@ -4999,12 +5049,12 @@ "Swashbuckle.AspNetCore.Swagger": "6.5.0" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { "related": ".pdb;.xml" } } @@ -5012,12 +5062,12 @@ "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "type": "package", "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { "related": ".pdb;.xml" } }, @@ -5025,15 +5075,24 @@ "Microsoft.AspNetCore.App" ] }, + "System.Buffers/4.5.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -5046,7 +5105,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -5079,13 +5139,16 @@ }, "System.Collections.Immutable/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Collections.Immutable.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -5145,12 +5208,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.AttributedModel.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -5164,12 +5227,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.Convention.dll": { + "lib/net6.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { + "lib/net6.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -5183,12 +5246,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.Hosting.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -5199,12 +5262,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.Runtime.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -5220,12 +5283,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -5236,16 +5299,15 @@ "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -5279,7 +5341,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -5287,43 +5350,40 @@ } } }, - "System.Diagnostics.DiagnosticSource/4.7.0": { + "System.Diagnostics.DiagnosticSource/6.0.1": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Diagnostics.EventLog/8.0.0": { + "System.Diagnostics.EventLog/6.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/netcoreapp3.1/_._": {} } }, "System.Diagnostics.PerformanceCounter/7.0.0": { @@ -5332,23 +5392,17 @@ "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "System.Diagnostics.StackTrace/4.3.0": { @@ -5373,7 +5427,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, "compile": { "ref/netstandard1.5/_._": { @@ -5393,18 +5448,12 @@ } }, "runtime": { - "lib/net6.0/System.DirectoryServices.dll": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { "related": ".xml" } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "System.DirectoryServices.Protocols/6.0.1": { @@ -5415,26 +5464,12 @@ } }, "runtime": { - "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { "related": ".xml" } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "linux" - }, - "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "System.Drawing.Common/8.0.6": { @@ -5443,12 +5478,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net7.0/System.Drawing.Common.dll": { + "lib/net6.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { + "lib/net6.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -5488,7 +5523,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -5520,7 +5556,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { "ref/netstandard1.5/System.IO.dll": { @@ -5538,7 +5575,8 @@ "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0", "System.Text.Encoding": "4.3.0", - "System.Threading.Tasks": "4.3.0" + "System.Threading.Tasks": "4.3.0", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -5563,12 +5601,12 @@ "System.IO.Hashing/7.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } }, @@ -5579,12 +5617,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -5646,26 +5684,20 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net7.0/System.Management.dll": { + "lib/net6.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Management.dll": { + "runtimes/win/lib/net6.0/System.Management.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Management.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Memory/4.5.3": { + "System.Memory/4.5.4": { "type": "package", "compile": { "ref/netcoreapp2.1/_._": {} @@ -5692,6 +5724,16 @@ "lib/netstandard1.3/System.ObjectModel.dll": {} } }, + "System.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, "System.Reactive/5.0.0": { "type": "package", "compile": { @@ -5732,7 +5774,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.IO": "4.3.0", "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Reflection.dll": { @@ -5789,7 +5832,8 @@ "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { "ref/netstandard1.0/_._": { @@ -5803,12 +5847,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -5821,7 +5865,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { "ref/netstandard1.0/System.Reflection.Primitives.dll": { @@ -5851,7 +5896,8 @@ "Microsoft.NETCore.Targets": "1.1.0", "System.Globalization": "4.3.0", "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { "ref/netstandard1.0/_._": { @@ -5863,7 +5909,8 @@ "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Runtime.dll": { @@ -5882,14 +5929,8 @@ } }, "runtime": { - "lib/netstandard2.0/System.Runtime.Caching.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -5914,7 +5955,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "4.3.0" }, "compile": { "ref/netstandard1.5/System.Runtime.Extensions.dll": { @@ -5927,7 +5969,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Runtime.Handles": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -5935,6 +5978,21 @@ } } }, + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, "System.Runtime.Serialization.Primitives/4.3.0": { "type": "package", "dependencies": { @@ -5958,18 +6016,12 @@ } }, "runtime": { - "lib/net6.0/System.Security.AccessControl.dll": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { "related": ".xml" } }, "build": { "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "System.Security.Cryptography.Cng/4.5.0": { @@ -5980,24 +6032,18 @@ } }, "runtime": { - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} } }, "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -6033,18 +6079,8 @@ } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -6053,7 +6089,8 @@ "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Runtime": "4.3.0", + "runtime.any.System.Text.Encoding": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Text.Encoding.dll": { @@ -6061,62 +6098,72 @@ } } }, - "System.Text.Encoding.CodePages/7.0.0": { + "System.Text.Encoding.CodePages/6.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" } } }, "System.Text.Encodings.Web/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } } }, "System.Text.Json/8.0.0": { "type": "package", "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net7.0/System.Text.Json.dll": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Json.dll": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -6154,12 +6201,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -6167,12 +6214,30 @@ "buildTransitive/net6.0/_._": {} } }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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" + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Threading.Tasks.dll": { @@ -6221,14 +6286,8 @@ } }, "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -6269,15 +6328,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} } }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -6301,19 +6360,19 @@ } } }, - "net8.0": { + "net7.0": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "8.0.0" + "System.Text.Encoding.CodePages": "7.0.0" }, "compile": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } } @@ -6324,12 +6383,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -6469,17 +6528,17 @@ "SixLabors.ImageSharp.Drawing": "2.1.3", "System.Collections.Immutable": "8.0.0", "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", "System.Management": "8.0.0", "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -6488,31 +6547,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "8.0.4" + "Microsoft.EntityFrameworkCore": "7.0.15" }, "compile": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -6520,37 +6579,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "Microsoft.AspNetCore.JsonPatch/7.0.18": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "8.0.4", - "Newtonsoft.Json": "13.0.3", + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -6896,52 +6955,53 @@ "SQLitePCLRaw.core": "2.1.6" }, "compile": { - "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore/8.0.4": { + "Microsoft.EntityFrameworkCore/7.0.15": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", - "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", - "Microsoft.Extensions.Caching.Memory": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { "type": "package", "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -6965,12 +7025,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -6988,12 +7048,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -7008,12 +7068,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -7027,12 +7087,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -7046,12 +7106,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -7069,12 +7129,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -7092,12 +7152,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -7105,18 +7165,18 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { + "Microsoft.Extensions.DependencyInjection/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, @@ -7127,12 +7187,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -7140,19 +7200,19 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.0": { + "Microsoft.Extensions.DependencyModel/7.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.0" + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, @@ -7166,12 +7226,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, @@ -7187,12 +7247,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -7203,12 +7263,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -7216,20 +7276,21 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/8.0.0": { + "Microsoft.Extensions.Logging/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, @@ -7243,12 +7304,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -7263,12 +7324,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -7286,12 +7347,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -7302,12 +7363,12 @@ "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -7328,97 +7389,102 @@ } } }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { + "Microsoft.IdentityModel.Abstractions/6.35.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.1.2": { + "Microsoft.IdentityModel.Logging/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.1.2" + "Microsoft.IdentityModel.Abstractions": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols/7.1.2": { + "Microsoft.IdentityModel.Protocols/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "7.1.2", - "System.IdentityModel.Tokens.Jwt": "7.1.2" + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/7.1.2": { + "Microsoft.IdentityModel.Tokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2" + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -7480,12 +7546,12 @@ "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, @@ -7493,7 +7559,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "assetType": "runtime", "rid": "win" } @@ -7584,15 +7650,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" }, "compile": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -7602,15 +7668,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -7623,12 +7689,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -7647,20 +7713,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "8.0.0", - "System.Text.Json": "8.0.3", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -7681,12 +7747,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } } @@ -7781,10 +7847,10 @@ "ZstdSharp.Port": "0.8.0" }, "compile": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} }, "runtime": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} } }, "SharpZipLib/1.4.2": { @@ -7951,10 +8017,10 @@ "lib/netstandard2.0/_._": {} }, "build": { - "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} }, "runtimeTargets": { - "runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a": { + "runtimes/browser-wasm/nativeassets/net7.0/e_sqlite3.a": { "assetType": "native", "rid": "browser-wasm" }, @@ -8157,12 +8223,12 @@ "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -8209,12 +8275,12 @@ "System.Collections.Immutable/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -8274,12 +8340,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -8293,12 +8359,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -8312,12 +8378,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -8328,12 +8394,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -8349,12 +8415,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -8369,12 +8435,12 @@ "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -8432,12 +8498,12 @@ "System.Diagnostics.EventLog/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, @@ -8445,28 +8511,28 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Diagnostics.PerformanceCounter/8.0.0": { + "System.Diagnostics.PerformanceCounter/7.0.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" + "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, @@ -8474,7 +8540,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "assetType": "runtime", "rid": "win" } @@ -8572,12 +8638,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -8625,19 +8691,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.1.2": { + "System.IdentityModel.Tokens.Jwt/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -8708,12 +8774,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -8775,12 +8841,12 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, @@ -8788,7 +8854,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Management.dll": { + "runtimes/win/lib/net7.0/System.Management.dll": { "assetType": "runtime", "rid": "win" } @@ -8932,12 +8998,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -9101,20 +9167,37 @@ } } }, - "System.Security.Cryptography.ProtectedData/8.0.0": { + "System.Security.Cryptography.Cng/4.5.0": { "type": "package", "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "related": ".xml" - } + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} }, - "build": { - "buildTransitive/net6.0/_._": {} + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, "System.Security.Permissions/6.0.0": { @@ -9173,15 +9256,15 @@ } } }, - "System.Text.Encoding.CodePages/8.0.0": { + "System.Text.Encoding.CodePages/7.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, @@ -9189,7 +9272,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", "rid": "win" } @@ -9198,12 +9281,12 @@ "System.Text.Encodings.Web/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, @@ -9211,24 +9294,24 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { "assetType": "runtime", "rid": "browser" } } }, - "System.Text.Json/8.0.3": { + "System.Text.Json/8.0.0": { "type": "package", "dependencies": { "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -9266,12 +9349,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -9381,15 +9464,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} } }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -9412,212 +9495,9672 @@ "bin/placeholder/SafeCampus.Core.dll": {} } } - } - }, - "libraries": { - "AngleSharp/1.1.2": { - "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", - "type": "package", - "path": "anglesharp/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.1.1.2.nupkg.sha512", - "anglesharp.nuspec", - "lib/net461/AngleSharp.dll", - "lib/net461/AngleSharp.xml", - "lib/net472/AngleSharp.dll", - "lib/net472/AngleSharp.xml", - "lib/net6.0/AngleSharp.dll", - "lib/net6.0/AngleSharp.xml", - "lib/net7.0/AngleSharp.dll", - "lib/net7.0/AngleSharp.xml", - "lib/net8.0/AngleSharp.dll", - "lib/net8.0/AngleSharp.xml", - "lib/netstandard2.0/AngleSharp.dll", - "lib/netstandard2.0/AngleSharp.xml", - "logo.png" - ] - }, - "AngleSharp.Css/1.0.0-beta.139": { - "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", - "type": "package", - "path": "anglesharp.css/1.0.0-beta.139", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.css.1.0.0-beta.139.nupkg.sha512", - "anglesharp.css.nuspec", - "lib/net461/AngleSharp.Css.dll", - "lib/net461/AngleSharp.Css.xml", - "lib/net472/AngleSharp.Css.dll", - "lib/net472/AngleSharp.Css.xml", - "lib/net6.0/AngleSharp.Css.dll", - "lib/net6.0/AngleSharp.Css.xml", - "lib/net7.0/AngleSharp.Css.dll", - "lib/net7.0/AngleSharp.Css.xml", - "lib/net8.0/AngleSharp.Css.dll", - "lib/net8.0/AngleSharp.Css.xml", - "lib/netstandard2.0/AngleSharp.Css.dll", - "lib/netstandard2.0/AngleSharp.Css.xml", - "logo.png" - ] - }, - "Ben.Demystifier/0.4.1": { - "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", - "type": "package", - "path": "ben.demystifier/0.4.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ben.demystifier.0.4.1.nupkg.sha512", - "ben.demystifier.nuspec", - "icon.png", - "lib/net45/Ben.Demystifier.dll", - "lib/netstandard2.0/Ben.Demystifier.dll", - "lib/netstandard2.1/Ben.Demystifier.dll", - "readme.md" - ] - }, - "Castle.Core/5.1.1": { - "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", - "type": "package", - "path": "castle.core/5.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "ASL - Apache Software Foundation License.txt", - "CHANGELOG.md", - "LICENSE", - "castle-logo.png", - "castle.core.5.1.1.nupkg.sha512", - "castle.core.nuspec", - "lib/net462/Castle.Core.dll", - "lib/net462/Castle.Core.xml", - "lib/net6.0/Castle.Core.dll", - "lib/net6.0/Castle.Core.xml", - "lib/netstandard2.0/Castle.Core.dll", - "lib/netstandard2.0/Castle.Core.xml", - "lib/netstandard2.1/Castle.Core.dll", - "lib/netstandard2.1/Castle.Core.xml", - "readme.txt" - ] - }, - "CommunityToolkit.HighPerformance/8.1.0": { - "sha512": "kgDi65k02hrgnHy3N0xENecsr0spW13RdIA1tipovi9t16gKziI7uZIu3qkxz0GctCHNM4hfeqXYg//6wHJ6Kw==", - "type": "package", - "path": "communitytoolkit.highperformance/8.1.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "License.md", - "ThirdPartyNotices.txt", - "communitytoolkit.highperformance.8.1.0.nupkg.sha512", - "communitytoolkit.highperformance.nuspec", - "lib/net6.0/CommunityToolkit.HighPerformance.dll", - "lib/net6.0/CommunityToolkit.HighPerformance.pdb", - "lib/net6.0/CommunityToolkit.HighPerformance.xml", - "lib/net7.0/CommunityToolkit.HighPerformance.dll", - "lib/net7.0/CommunityToolkit.HighPerformance.pdb", - "lib/net7.0/CommunityToolkit.HighPerformance.xml", - "lib/netstandard2.0/CommunityToolkit.HighPerformance.dll", - "lib/netstandard2.0/CommunityToolkit.HighPerformance.pdb", - "lib/netstandard2.0/CommunityToolkit.HighPerformance.xml", - "lib/netstandard2.1/CommunityToolkit.HighPerformance.dll", - "lib/netstandard2.1/CommunityToolkit.HighPerformance.pdb", - "lib/netstandard2.1/CommunityToolkit.HighPerformance.xml" - ] - }, - "DnsClient/1.7.0": { - "sha512": "2hrXR83b5g6/ZMJOA36hXp4t56yb7G1mF3Hg6IkrHxvtyaoXRn2WVdgDPN3V8+GugOlUBbTWXgPaka4dXw1QIg==", - "type": "package", - "path": "dnsclient/1.7.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "dnsclient.1.7.0.nupkg.sha512", - "dnsclient.nuspec", - "icon.png", - "lib/net45/DnsClient.dll", - "lib/net45/DnsClient.xml", - "lib/net471/DnsClient.dll", - "lib/net471/DnsClient.xml", - "lib/net5.0/DnsClient.dll", - "lib/net5.0/DnsClient.xml", - "lib/net6.0/DnsClient.dll", - "lib/net6.0/DnsClient.xml", - "lib/netstandard1.3/DnsClient.dll", - "lib/netstandard1.3/DnsClient.xml", - "lib/netstandard2.0/DnsClient.dll", - "lib/netstandard2.0/DnsClient.xml", - "lib/netstandard2.1/DnsClient.dll", - "lib/netstandard2.1/DnsClient.xml" - ] - }, - "Humanizer.Core/2.14.1": { - "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", - "type": "package", - "path": "humanizer.core/2.14.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "humanizer.core.2.14.1.nupkg.sha512", - "humanizer.core.nuspec", - "lib/net6.0/Humanizer.dll", - "lib/net6.0/Humanizer.xml", - "lib/netstandard1.0/Humanizer.dll", - "lib/netstandard1.0/Humanizer.xml", - "lib/netstandard2.0/Humanizer.dll", - "lib/netstandard2.0/Humanizer.xml", - "logo.png" - ] - }, - "Lazy.Captcha.Core/2.0.7": { - "sha512": "4Sz9RJvKE4MBK7I9uguIJu6daT/OsoQ1YeD/6xEhi1hOcN6LpPyuXNUcxEoun7rqj3a28+DX8SPlkrKa71alCw==", - "type": "package", - "path": "lazy.captcha.core/2.0.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lazy.captcha.core.2.0.7.nupkg.sha512", - "lazy.captcha.core.nuspec", - "lib/netstandard2.0/Lazy.Captcha.Core.dll" - ] - }, - "Mapster/7.4.0": { - "sha512": "RYGoDqvS4WTKIq0HDyPBBVIj6N0mluOCXQ1Vk95JKseMHEsbCXSEGKSlP95oL+s42IXAXbqvHj7p0YaRBUcfqg==", - "type": "package", - "path": "mapster/7.4.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.png", - "lib/net6.0/Mapster.dll", - "lib/net7.0/Mapster.dll", - "mapster.7.4.0.nupkg.sha512", - "mapster.nuspec" - ] }, - "Mapster.Core/1.2.1": { - "sha512": "11lokmfliBEMMmjeqxFGNpqGXq6tN96zFqpBmfYeahr4Ybk63oDmeJmOflsATjobYkX248g5Y62oQ2NNnZaeww==", - "type": "package", - "path": "mapster.core/1.2.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "icon.png", - "lib/net6.0/Mapster.Core.dll", - "lib/net7.0/Mapster.Core.dll", - "mapster.core.1.2.1.nupkg.sha512", - "mapster.core.nuspec" - ] - }, - "Mapster.DependencyInjection/1.0.1": { - "sha512": "LfjnRIwx6WAo3ssq8PFeaHFaUz00BfSG9BhWgXsiDa3H5lDhG0lpMGDF6w2ZnooS4eHYmAv4f77VxmzpvgorNg==", + "net7.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "7.0.0" + }, + "compile": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "7.0.15" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/7.0.15": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + }, + "compile": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net6.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net6.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} + }, + "build": { + "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/7.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net7.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net7.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + }, + "net8.0": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "build": { + "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + }, + "runtimeTargets": { + "runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a": { + "assetType": "native", + "rid": "browser-wasm" + }, + "runtimes/linux-arm/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-armel/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-armel" + }, + "runtimes/linux-mips64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-mips64" + }, + "runtimes/linux-musl-arm/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-ppc64le/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-ppc64le" + }, + "runtimes/linux-s390x/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-s390x" + }, + "runtimes/linux-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/linux-x86/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-x86" + }, + "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "osx-x64" + }, + "runtimes/win-arm/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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.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/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + }, + "net8.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} + }, + "build": { + "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + } + } + }, + "libraries": { + "AngleSharp/1.1.2": { + "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", + "type": "package", + "path": "anglesharp/1.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.1.1.2.nupkg.sha512", + "anglesharp.nuspec", + "lib/net461/AngleSharp.dll", + "lib/net461/AngleSharp.xml", + "lib/net472/AngleSharp.dll", + "lib/net472/AngleSharp.xml", + "lib/net6.0/AngleSharp.dll", + "lib/net6.0/AngleSharp.xml", + "lib/net7.0/AngleSharp.dll", + "lib/net7.0/AngleSharp.xml", + "lib/net8.0/AngleSharp.dll", + "lib/net8.0/AngleSharp.xml", + "lib/netstandard2.0/AngleSharp.dll", + "lib/netstandard2.0/AngleSharp.xml", + "logo.png" + ] + }, + "AngleSharp.Css/1.0.0-beta.139": { + "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", + "type": "package", + "path": "anglesharp.css/1.0.0-beta.139", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.css.1.0.0-beta.139.nupkg.sha512", + "anglesharp.css.nuspec", + "lib/net461/AngleSharp.Css.dll", + "lib/net461/AngleSharp.Css.xml", + "lib/net472/AngleSharp.Css.dll", + "lib/net472/AngleSharp.Css.xml", + "lib/net6.0/AngleSharp.Css.dll", + "lib/net6.0/AngleSharp.Css.xml", + "lib/net7.0/AngleSharp.Css.dll", + "lib/net7.0/AngleSharp.Css.xml", + "lib/net8.0/AngleSharp.Css.dll", + "lib/net8.0/AngleSharp.Css.xml", + "lib/netstandard2.0/AngleSharp.Css.dll", + "lib/netstandard2.0/AngleSharp.Css.xml", + "logo.png" + ] + }, + "Ben.Demystifier/0.4.1": { + "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", + "type": "package", + "path": "ben.demystifier/0.4.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ben.demystifier.0.4.1.nupkg.sha512", + "ben.demystifier.nuspec", + "icon.png", + "lib/net45/Ben.Demystifier.dll", + "lib/netstandard2.0/Ben.Demystifier.dll", + "lib/netstandard2.1/Ben.Demystifier.dll", + "readme.md" + ] + }, + "Castle.Core/5.1.1": { + "sha512": "rpYtIczkzGpf+EkZgDr9CClTdemhsrwA/W5hMoPjLkRFnXzH44zDLoovXeKtmxb1ykXK9aJVODSpiJml8CTw2g==", + "type": "package", + "path": "castle.core/5.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ASL - Apache Software Foundation License.txt", + "CHANGELOG.md", + "LICENSE", + "castle-logo.png", + "castle.core.5.1.1.nupkg.sha512", + "castle.core.nuspec", + "lib/net462/Castle.Core.dll", + "lib/net462/Castle.Core.xml", + "lib/net6.0/Castle.Core.dll", + "lib/net6.0/Castle.Core.xml", + "lib/netstandard2.0/Castle.Core.dll", + "lib/netstandard2.0/Castle.Core.xml", + "lib/netstandard2.1/Castle.Core.dll", + "lib/netstandard2.1/Castle.Core.xml", + "readme.txt" + ] + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "sha512": "kgDi65k02hrgnHy3N0xENecsr0spW13RdIA1tipovi9t16gKziI7uZIu3qkxz0GctCHNM4hfeqXYg//6wHJ6Kw==", + "type": "package", + "path": "communitytoolkit.highperformance/8.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "License.md", + "ThirdPartyNotices.txt", + "communitytoolkit.highperformance.8.1.0.nupkg.sha512", + "communitytoolkit.highperformance.nuspec", + "lib/net6.0/CommunityToolkit.HighPerformance.dll", + "lib/net6.0/CommunityToolkit.HighPerformance.pdb", + "lib/net6.0/CommunityToolkit.HighPerformance.xml", + "lib/net7.0/CommunityToolkit.HighPerformance.dll", + "lib/net7.0/CommunityToolkit.HighPerformance.pdb", + "lib/net7.0/CommunityToolkit.HighPerformance.xml", + "lib/netstandard2.0/CommunityToolkit.HighPerformance.dll", + "lib/netstandard2.0/CommunityToolkit.HighPerformance.pdb", + "lib/netstandard2.0/CommunityToolkit.HighPerformance.xml", + "lib/netstandard2.1/CommunityToolkit.HighPerformance.dll", + "lib/netstandard2.1/CommunityToolkit.HighPerformance.pdb", + "lib/netstandard2.1/CommunityToolkit.HighPerformance.xml" + ] + }, + "DnsClient/1.7.0": { + "sha512": "2hrXR83b5g6/ZMJOA36hXp4t56yb7G1mF3Hg6IkrHxvtyaoXRn2WVdgDPN3V8+GugOlUBbTWXgPaka4dXw1QIg==", + "type": "package", + "path": "dnsclient/1.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "dnsclient.1.7.0.nupkg.sha512", + "dnsclient.nuspec", + "icon.png", + "lib/net45/DnsClient.dll", + "lib/net45/DnsClient.xml", + "lib/net471/DnsClient.dll", + "lib/net471/DnsClient.xml", + "lib/net5.0/DnsClient.dll", + "lib/net5.0/DnsClient.xml", + "lib/net6.0/DnsClient.dll", + "lib/net6.0/DnsClient.xml", + "lib/netstandard1.3/DnsClient.dll", + "lib/netstandard1.3/DnsClient.xml", + "lib/netstandard2.0/DnsClient.dll", + "lib/netstandard2.0/DnsClient.xml", + "lib/netstandard2.1/DnsClient.dll", + "lib/netstandard2.1/DnsClient.xml" + ] + }, + "Humanizer.Core/2.14.1": { + "sha512": "lQKvtaTDOXnoVJ20ibTuSIOf2i0uO0MPbDhd1jm238I+U/2ZnRENj0cktKZhtchBMtCUSRQ5v4xBCUbKNmyVMw==", + "type": "package", + "path": "humanizer.core/2.14.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "humanizer.core.2.14.1.nupkg.sha512", + "humanizer.core.nuspec", + "lib/net6.0/Humanizer.dll", + "lib/net6.0/Humanizer.xml", + "lib/netstandard1.0/Humanizer.dll", + "lib/netstandard1.0/Humanizer.xml", + "lib/netstandard2.0/Humanizer.dll", + "lib/netstandard2.0/Humanizer.xml", + "logo.png" + ] + }, + "Lazy.Captcha.Core/2.0.7": { + "sha512": "4Sz9RJvKE4MBK7I9uguIJu6daT/OsoQ1YeD/6xEhi1hOcN6LpPyuXNUcxEoun7rqj3a28+DX8SPlkrKa71alCw==", + "type": "package", + "path": "lazy.captcha.core/2.0.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lazy.captcha.core.2.0.7.nupkg.sha512", + "lazy.captcha.core.nuspec", + "lib/netstandard2.0/Lazy.Captcha.Core.dll" + ] + }, + "Mapster/7.4.0": { + "sha512": "RYGoDqvS4WTKIq0HDyPBBVIj6N0mluOCXQ1Vk95JKseMHEsbCXSEGKSlP95oL+s42IXAXbqvHj7p0YaRBUcfqg==", + "type": "package", + "path": "mapster/7.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net6.0/Mapster.dll", + "lib/net7.0/Mapster.dll", + "mapster.7.4.0.nupkg.sha512", + "mapster.nuspec" + ] + }, + "Mapster.Core/1.2.1": { + "sha512": "11lokmfliBEMMmjeqxFGNpqGXq6tN96zFqpBmfYeahr4Ybk63oDmeJmOflsATjobYkX248g5Y62oQ2NNnZaeww==", + "type": "package", + "path": "mapster.core/1.2.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "icon.png", + "lib/net6.0/Mapster.Core.dll", + "lib/net7.0/Mapster.Core.dll", + "mapster.core.1.2.1.nupkg.sha512", + "mapster.core.nuspec" + ] + }, + "Mapster.DependencyInjection/1.0.1": { + "sha512": "LfjnRIwx6WAo3ssq8PFeaHFaUz00BfSG9BhWgXsiDa3H5lDhG0lpMGDF6w2ZnooS4eHYmAv4f77VxmzpvgorNg==", "type": "package", "path": "mapster.dependencyinjection/1.0.1", "files": [ @@ -10442,804 +19985,1192 @@ "tools/uninstall.ps1" ] }, - "Microsoft.CodeAnalysis.Common/4.9.2": { - "sha512": "M5PThug7b2AdxL7xKmQs50KzAQTl9jENw5jMT3iUt16k+DAFlw1S87juU3UuPs3gvBm8trMBSOEvSFDr31c9Vw==", + "Microsoft.CodeAnalysis.Common/4.9.2": { + "sha512": "M5PThug7b2AdxL7xKmQs50KzAQTl9jENw5jMT3iUt16k+DAFlw1S87juU3UuPs3gvBm8trMBSOEvSFDr31c9Vw==", + "type": "package", + "path": "microsoft.codeanalysis.common/4.9.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/net6.0/Microsoft.CodeAnalysis.dll", + "lib/net6.0/Microsoft.CodeAnalysis.pdb", + "lib/net6.0/Microsoft.CodeAnalysis.xml", + "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/Microsoft.CodeAnalysis.dll", + "lib/net7.0/Microsoft.CodeAnalysis.pdb", + "lib/net7.0/Microsoft.CodeAnalysis.xml", + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", + "microsoft.codeanalysis.common.4.9.2.nupkg.sha512", + "microsoft.codeanalysis.common.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "sha512": "HGIo7E9Mf3exAJbUdYpDFfLoYkSVaHDJXPyusWTYUTBaOPCowGw+Gap5McE1w+K+ryIXre72oiqL88sQHmHBmg==", + "type": "package", + "path": "microsoft.codeanalysis.csharp/4.9.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", + "microsoft.codeanalysis.csharp.4.9.2.nupkg.sha512", + "microsoft.codeanalysis.csharp.nuspec" + ] + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "sha512": "c74oxEil3fiZ3nXchnIgY6mXS4roHGiQBT6p3X6dMWokVqluHiqi3PNcXyxH8N/w28rQeXprF3mca83rPPNrMw==", + "type": "package", + "path": "microsoft.codeanalysis.csharp.workspaces/4.9.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", + "microsoft.codeanalysis.csharp.workspaces.4.9.2.nupkg.sha512", + "microsoft.codeanalysis.csharp.workspaces.nuspec" + ] + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "sha512": "sgBlkBjKwUdpbtwM7SnBdOxvQxuaTtO9F8QgvKY5cH/OnlwDTZqmkK8hfDbhxv9wnN2wME10BL2vIv1fLJwFGA==", + "type": "package", + "path": "microsoft.codeanalysis.workspaces.common/4.9.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "ThirdPartyNotices.rtf", + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", + "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", + "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", + "microsoft.codeanalysis.workspaces.common.4.9.2.nupkg.sha512", + "microsoft.codeanalysis.workspaces.common.nuspec" + ] + }, + "Microsoft.CSharp/4.7.0": { + "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "type": "package", + "path": "microsoft.csharp/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcoreapp2.0/_._", + "lib/netstandard1.3/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.dll", + "lib/netstandard2.0/Microsoft.CSharp.xml", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/uap10.0.16299/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "microsoft.csharp.4.7.0.nupkg.sha512", + "microsoft.csharp.nuspec", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/netcoreapp2.0/_._", + "ref/netstandard1.0/Microsoft.CSharp.dll", + "ref/netstandard1.0/Microsoft.CSharp.xml", + "ref/netstandard1.0/de/Microsoft.CSharp.xml", + "ref/netstandard1.0/es/Microsoft.CSharp.xml", + "ref/netstandard1.0/fr/Microsoft.CSharp.xml", + "ref/netstandard1.0/it/Microsoft.CSharp.xml", + "ref/netstandard1.0/ja/Microsoft.CSharp.xml", + "ref/netstandard1.0/ko/Microsoft.CSharp.xml", + "ref/netstandard1.0/ru/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", + "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", + "ref/netstandard2.0/Microsoft.CSharp.dll", + "ref/netstandard2.0/Microsoft.CSharp.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/uap10.0.16299/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Data.SqlClient/2.1.7": { + "sha512": "dSdlcXPszeOjjDX9a0buMFgYqKrI5bTxdSgX3JyCa+OL80NUstJSxOJr0j9oOn8mpP5PgWeRC2bVf/Zf2Cjv+g==", + "type": "package", + "path": "microsoft.data.sqlclient/2.1.7", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "dotnet.png", + "lib/net46/Microsoft.Data.SqlClient.dll", + "lib/net46/Microsoft.Data.SqlClient.pdb", + "lib/net46/Microsoft.Data.SqlClient.xml", + "lib/net46/de/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/es/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/fr/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/it/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/ja/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/ko/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/pt-BR/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/ru/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/zh-Hans/Microsoft.Data.SqlClient.resources.dll", + "lib/net46/zh-Hant/Microsoft.Data.SqlClient.resources.dll", + "lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll", + "lib/netcoreapp2.1/Microsoft.Data.SqlClient.pdb", + "lib/netcoreapp2.1/Microsoft.Data.SqlClient.xml", + "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll", + "lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb", + "lib/netcoreapp3.1/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", + "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", + "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "lib/netstandard2.1/Microsoft.Data.SqlClient.pdb", + "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", + "microsoft.data.sqlclient.2.1.7.nupkg.sha512", + "microsoft.data.sqlclient.nuspec", + "ref/net46/Microsoft.Data.SqlClient.dll", + "ref/net46/Microsoft.Data.SqlClient.pdb", + "ref/net46/Microsoft.Data.SqlClient.xml", + "ref/netcoreapp2.1/Microsoft.Data.SqlClient.dll", + "ref/netcoreapp2.1/Microsoft.Data.SqlClient.pdb", + "ref/netcoreapp2.1/Microsoft.Data.SqlClient.xml", + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll", + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.pdb", + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.0/Microsoft.Data.SqlClient.pdb", + "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", + "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", + "ref/netstandard2.1/Microsoft.Data.SqlClient.pdb", + "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", + "runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.pdb", + "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb", + "runtimes/win/lib/net46/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/net46/Microsoft.Data.SqlClient.pdb", + "runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.pdb", + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb" + ] + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "sha512": "JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==", + "type": "package", + "path": "microsoft.data.sqlclient.sni.runtime/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.txt", + "dotnet.png", + "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512", + "microsoft.data.sqlclient.sni.runtime.nuspec", + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + ] + }, + "Microsoft.Data.Sqlite/8.0.1": { + "sha512": "+7uDWNYZmLrVq9eABAKwy1phGbpoFVohKCUoh/nGg9WiBwi856EkAJYFiQhTJWoXxzpInkLFj/6KACoSB7ODYg==", + "type": "package", + "path": "microsoft.data.sqlite/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/netstandard2.0/_._", + "microsoft.data.sqlite.8.0.1.nupkg.sha512", + "microsoft.data.sqlite.nuspec" + ] + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "sha512": "s8C8xbwMb79EqzTaIhwiBrYtbv6ATnUW19pJed4fKVgN5K4VPQ7JUGqBLztknvD6EJIMKrfRnINGTjnZghrDGw==", + "type": "package", + "path": "microsoft.data.sqlite.core/8.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/net6.0/Microsoft.Data.Sqlite.dll", + "lib/net6.0/Microsoft.Data.Sqlite.xml", + "lib/net8.0/Microsoft.Data.Sqlite.dll", + "lib/net8.0/Microsoft.Data.Sqlite.xml", + "lib/netstandard2.0/Microsoft.Data.Sqlite.dll", + "lib/netstandard2.0/Microsoft.Data.Sqlite.xml", + "microsoft.data.sqlite.core.8.0.1.nupkg.sha512", + "microsoft.data.sqlite.core.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore/6.0.26": { + "sha512": "eROc12jvc1jfFmWwu5km4IPNHSEQxEnwGoEpKhGs4dJtjXFrWd7W2opaupK8fynBZlUN6PndKrzZHIhI8e7Baw==", + "type": "package", + "path": "microsoft.entityframeworkcore/6.0.26", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", + "lib/net6.0/Microsoft.EntityFrameworkCore.dll", + "lib/net6.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.6.0.26.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore/7.0.15": { + "sha512": "grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==", "type": "package", - "path": "microsoft.codeanalysis.common/4.9.2", + "path": "microsoft.entityframeworkcore/7.0.15", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.dll", - "lib/net6.0/Microsoft.CodeAnalysis.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.dll", - "lib/net7.0/Microsoft.CodeAnalysis.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "microsoft.codeanalysis.common.4.9.2.nupkg.sha512", - "microsoft.codeanalysis.common.nuspec" + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", + "lib/net6.0/Microsoft.EntityFrameworkCore.dll", + "lib/net6.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.7.0.15.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" ] }, - "Microsoft.CodeAnalysis.CSharp/4.9.2": { - "sha512": "HGIo7E9Mf3exAJbUdYpDFfLoYkSVaHDJXPyusWTYUTBaOPCowGw+Gap5McE1w+K+ryIXre72oiqL88sQHmHBmg==", + "Microsoft.EntityFrameworkCore/8.0.4": { + "sha512": "/kyu9pXuxQvhg8RO/oN5Q5Og7cDIVvZtrt1z48rX7Yido+zEGkUkp3/Bjd9u45N2uuPPF8mn2pKDlAewCvv3/Q==", "type": "package", - "path": "microsoft.codeanalysis.csharp/4.9.2", + "path": "microsoft.entityframeworkcore/8.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "microsoft.codeanalysis.csharp.4.9.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.nuspec" + "PACKAGE.md", + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", + "lib/net8.0/Microsoft.EntityFrameworkCore.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.xml", + "microsoft.entityframeworkcore.8.0.4.nupkg.sha512", + "microsoft.entityframeworkcore.nuspec" ] }, - "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { - "sha512": "c74oxEil3fiZ3nXchnIgY6mXS4roHGiQBT6p3X6dMWokVqluHiqi3PNcXyxH8N/w28rQeXprF3mca83rPPNrMw==", + "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { + "sha512": "VGTCtP8OYEBwUY9xlunIlj1OPrV7TB218mOFvlgdutB8xfHk3Yc7njkE+Kez5L249nZ0eGW4a8UzPCF57uz3QQ==", "type": "package", - "path": "microsoft.codeanalysis.csharp.workspaces/4.9.2", + "path": "microsoft.entityframeworkcore.abstractions/6.0.26", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.CSharp.Workspaces.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll", - "microsoft.codeanalysis.csharp.workspaces.4.9.2.nupkg.sha512", - "microsoft.codeanalysis.csharp.workspaces.nuspec" + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.6.0.26.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "sha512": "YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/7.0.15", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "sha512": "S50pjtPNOvRktacaO6UAhvGCPMT56wxqEq8fQfcjaSUySPGba6mKWo6ackw6DdeAR1cA6U+U0uj27warA2KtJA==", + "type": "package", + "path": "microsoft.entityframeworkcore.abstractions/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "PACKAGE.md", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", + "microsoft.entityframeworkcore.abstractions.8.0.4.nupkg.sha512", + "microsoft.entityframeworkcore.abstractions.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { + "sha512": "yW34XFVptV6xMZVCvfnXr/iIc8GJF9NMaM36KeoqOblZZ+l3n9FsdULB5HFQwzqsnz4+X2ttZz1bQoffBVEFfw==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/6.0.26", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.6.0.26.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "sha512": "zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/7.0.15", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" + ] + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "sha512": "P8hfMZECdbgle4Us8HGRUKAjqVwgbtr5JqtCxqEoiVORrNQAmcpu3g1NKwTAoUsO9Z0QRgExtYoAmdggR/DkMQ==", + "type": "package", + "path": "microsoft.entityframeworkcore.analyzers/8.0.4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", + "docs/PACKAGE.md", + "lib/netstandard2.0/_._", + "microsoft.entityframeworkcore.analyzers.8.0.4.nupkg.sha512", + "microsoft.entityframeworkcore.analyzers.nuspec" ] }, - "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { - "sha512": "sgBlkBjKwUdpbtwM7SnBdOxvQxuaTtO9F8QgvKY5cH/OnlwDTZqmkK8hfDbhxv9wnN2wME10BL2vIv1fLJwFGA==", + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", "type": "package", - "path": "microsoft.codeanalysis.workspaces.common/4.9.2", + "path": "microsoft.extensions.apidescription.server/6.0.5", + "hasTools": true, "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "ThirdPartyNotices.rtf", - "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.dll", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.pdb", - "lib/netstandard2.0/Microsoft.CodeAnalysis.Workspaces.xml", - "lib/netstandard2.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "lib/netstandard2.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll", - "microsoft.codeanalysis.workspaces.common.4.9.2.nupkg.sha512", - "microsoft.codeanalysis.workspaces.common.nuspec" + "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.6.0.5.nupkg.sha512", + "microsoft.extensions.apidescription.server.nuspec", + "tools/Newtonsoft.Json.dll", + "tools/dotnet-getdocument.deps.json", + "tools/dotnet-getdocument.dll", + "tools/dotnet-getdocument.runtimeconfig.json", + "tools/net461-x86/GetDocument.Insider.exe", + "tools/net461-x86/GetDocument.Insider.exe.config", + "tools/net461-x86/Microsoft.Win32.Primitives.dll", + "tools/net461-x86/System.AppContext.dll", + "tools/net461-x86/System.Buffers.dll", + "tools/net461-x86/System.Collections.Concurrent.dll", + "tools/net461-x86/System.Collections.NonGeneric.dll", + "tools/net461-x86/System.Collections.Specialized.dll", + "tools/net461-x86/System.Collections.dll", + "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", + "tools/net461-x86/System.ComponentModel.Primitives.dll", + "tools/net461-x86/System.ComponentModel.TypeConverter.dll", + "tools/net461-x86/System.ComponentModel.dll", + "tools/net461-x86/System.Console.dll", + "tools/net461-x86/System.Data.Common.dll", + "tools/net461-x86/System.Diagnostics.Contracts.dll", + "tools/net461-x86/System.Diagnostics.Debug.dll", + "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", + "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", + "tools/net461-x86/System.Diagnostics.Process.dll", + "tools/net461-x86/System.Diagnostics.StackTrace.dll", + "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461-x86/System.Diagnostics.Tools.dll", + "tools/net461-x86/System.Diagnostics.TraceSource.dll", + "tools/net461-x86/System.Diagnostics.Tracing.dll", + "tools/net461-x86/System.Drawing.Primitives.dll", + "tools/net461-x86/System.Dynamic.Runtime.dll", + "tools/net461-x86/System.Globalization.Calendars.dll", + "tools/net461-x86/System.Globalization.Extensions.dll", + "tools/net461-x86/System.Globalization.dll", + "tools/net461-x86/System.IO.Compression.ZipFile.dll", + "tools/net461-x86/System.IO.Compression.dll", + "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", + "tools/net461-x86/System.IO.FileSystem.Primitives.dll", + "tools/net461-x86/System.IO.FileSystem.Watcher.dll", + "tools/net461-x86/System.IO.FileSystem.dll", + "tools/net461-x86/System.IO.IsolatedStorage.dll", + "tools/net461-x86/System.IO.MemoryMappedFiles.dll", + "tools/net461-x86/System.IO.Pipes.dll", + "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", + "tools/net461-x86/System.IO.dll", + "tools/net461-x86/System.Linq.Expressions.dll", + "tools/net461-x86/System.Linq.Parallel.dll", + "tools/net461-x86/System.Linq.Queryable.dll", + "tools/net461-x86/System.Linq.dll", + "tools/net461-x86/System.Memory.dll", + "tools/net461-x86/System.Net.Http.dll", + "tools/net461-x86/System.Net.NameResolution.dll", + "tools/net461-x86/System.Net.NetworkInformation.dll", + "tools/net461-x86/System.Net.Ping.dll", + "tools/net461-x86/System.Net.Primitives.dll", + "tools/net461-x86/System.Net.Requests.dll", + "tools/net461-x86/System.Net.Security.dll", + "tools/net461-x86/System.Net.Sockets.dll", + "tools/net461-x86/System.Net.WebHeaderCollection.dll", + "tools/net461-x86/System.Net.WebSockets.Client.dll", + "tools/net461-x86/System.Net.WebSockets.dll", + "tools/net461-x86/System.Numerics.Vectors.dll", + "tools/net461-x86/System.ObjectModel.dll", + "tools/net461-x86/System.Reflection.Extensions.dll", + "tools/net461-x86/System.Reflection.Primitives.dll", + "tools/net461-x86/System.Reflection.dll", + "tools/net461-x86/System.Resources.Reader.dll", + "tools/net461-x86/System.Resources.ResourceManager.dll", + "tools/net461-x86/System.Resources.Writer.dll", + "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461-x86/System.Runtime.Extensions.dll", + "tools/net461-x86/System.Runtime.Handles.dll", + "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461-x86/System.Runtime.InteropServices.dll", + "tools/net461-x86/System.Runtime.Numerics.dll", + "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", + "tools/net461-x86/System.Runtime.Serialization.Json.dll", + "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", + "tools/net461-x86/System.Runtime.Serialization.Xml.dll", + "tools/net461-x86/System.Runtime.dll", + "tools/net461-x86/System.Security.Claims.dll", + "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", + "tools/net461-x86/System.Security.Cryptography.Csp.dll", + "tools/net461-x86/System.Security.Cryptography.Encoding.dll", + "tools/net461-x86/System.Security.Cryptography.Primitives.dll", + "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", + "tools/net461-x86/System.Security.Principal.dll", + "tools/net461-x86/System.Security.SecureString.dll", + "tools/net461-x86/System.Text.Encoding.Extensions.dll", + "tools/net461-x86/System.Text.Encoding.dll", + "tools/net461-x86/System.Text.RegularExpressions.dll", + "tools/net461-x86/System.Threading.Overlapped.dll", + "tools/net461-x86/System.Threading.Tasks.Parallel.dll", + "tools/net461-x86/System.Threading.Tasks.dll", + "tools/net461-x86/System.Threading.Thread.dll", + "tools/net461-x86/System.Threading.ThreadPool.dll", + "tools/net461-x86/System.Threading.Timer.dll", + "tools/net461-x86/System.Threading.dll", + "tools/net461-x86/System.ValueTuple.dll", + "tools/net461-x86/System.Xml.ReaderWriter.dll", + "tools/net461-x86/System.Xml.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.XDocument.dll", + "tools/net461-x86/System.Xml.XPath.dll", + "tools/net461-x86/System.Xml.XmlDocument.dll", + "tools/net461-x86/System.Xml.XmlSerializer.dll", + "tools/net461-x86/netstandard.dll", + "tools/net461/GetDocument.Insider.exe", + "tools/net461/GetDocument.Insider.exe.config", + "tools/net461/Microsoft.Win32.Primitives.dll", + "tools/net461/System.AppContext.dll", + "tools/net461/System.Buffers.dll", + "tools/net461/System.Collections.Concurrent.dll", + "tools/net461/System.Collections.NonGeneric.dll", + "tools/net461/System.Collections.Specialized.dll", + "tools/net461/System.Collections.dll", + "tools/net461/System.ComponentModel.EventBasedAsync.dll", + "tools/net461/System.ComponentModel.Primitives.dll", + "tools/net461/System.ComponentModel.TypeConverter.dll", + "tools/net461/System.ComponentModel.dll", + "tools/net461/System.Console.dll", + "tools/net461/System.Data.Common.dll", + "tools/net461/System.Diagnostics.Contracts.dll", + "tools/net461/System.Diagnostics.Debug.dll", + "tools/net461/System.Diagnostics.DiagnosticSource.dll", + "tools/net461/System.Diagnostics.FileVersionInfo.dll", + "tools/net461/System.Diagnostics.Process.dll", + "tools/net461/System.Diagnostics.StackTrace.dll", + "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", + "tools/net461/System.Diagnostics.Tools.dll", + "tools/net461/System.Diagnostics.TraceSource.dll", + "tools/net461/System.Diagnostics.Tracing.dll", + "tools/net461/System.Drawing.Primitives.dll", + "tools/net461/System.Dynamic.Runtime.dll", + "tools/net461/System.Globalization.Calendars.dll", + "tools/net461/System.Globalization.Extensions.dll", + "tools/net461/System.Globalization.dll", + "tools/net461/System.IO.Compression.ZipFile.dll", + "tools/net461/System.IO.Compression.dll", + "tools/net461/System.IO.FileSystem.DriveInfo.dll", + "tools/net461/System.IO.FileSystem.Primitives.dll", + "tools/net461/System.IO.FileSystem.Watcher.dll", + "tools/net461/System.IO.FileSystem.dll", + "tools/net461/System.IO.IsolatedStorage.dll", + "tools/net461/System.IO.MemoryMappedFiles.dll", + "tools/net461/System.IO.Pipes.dll", + "tools/net461/System.IO.UnmanagedMemoryStream.dll", + "tools/net461/System.IO.dll", + "tools/net461/System.Linq.Expressions.dll", + "tools/net461/System.Linq.Parallel.dll", + "tools/net461/System.Linq.Queryable.dll", + "tools/net461/System.Linq.dll", + "tools/net461/System.Memory.dll", + "tools/net461/System.Net.Http.dll", + "tools/net461/System.Net.NameResolution.dll", + "tools/net461/System.Net.NetworkInformation.dll", + "tools/net461/System.Net.Ping.dll", + "tools/net461/System.Net.Primitives.dll", + "tools/net461/System.Net.Requests.dll", + "tools/net461/System.Net.Security.dll", + "tools/net461/System.Net.Sockets.dll", + "tools/net461/System.Net.WebHeaderCollection.dll", + "tools/net461/System.Net.WebSockets.Client.dll", + "tools/net461/System.Net.WebSockets.dll", + "tools/net461/System.Numerics.Vectors.dll", + "tools/net461/System.ObjectModel.dll", + "tools/net461/System.Reflection.Extensions.dll", + "tools/net461/System.Reflection.Primitives.dll", + "tools/net461/System.Reflection.dll", + "tools/net461/System.Resources.Reader.dll", + "tools/net461/System.Resources.ResourceManager.dll", + "tools/net461/System.Resources.Writer.dll", + "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", + "tools/net461/System.Runtime.CompilerServices.VisualC.dll", + "tools/net461/System.Runtime.Extensions.dll", + "tools/net461/System.Runtime.Handles.dll", + "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", + "tools/net461/System.Runtime.InteropServices.dll", + "tools/net461/System.Runtime.Numerics.dll", + "tools/net461/System.Runtime.Serialization.Formatters.dll", + "tools/net461/System.Runtime.Serialization.Json.dll", + "tools/net461/System.Runtime.Serialization.Primitives.dll", + "tools/net461/System.Runtime.Serialization.Xml.dll", + "tools/net461/System.Runtime.dll", + "tools/net461/System.Security.Claims.dll", + "tools/net461/System.Security.Cryptography.Algorithms.dll", + "tools/net461/System.Security.Cryptography.Csp.dll", + "tools/net461/System.Security.Cryptography.Encoding.dll", + "tools/net461/System.Security.Cryptography.Primitives.dll", + "tools/net461/System.Security.Cryptography.X509Certificates.dll", + "tools/net461/System.Security.Principal.dll", + "tools/net461/System.Security.SecureString.dll", + "tools/net461/System.Text.Encoding.Extensions.dll", + "tools/net461/System.Text.Encoding.dll", + "tools/net461/System.Text.RegularExpressions.dll", + "tools/net461/System.Threading.Overlapped.dll", + "tools/net461/System.Threading.Tasks.Parallel.dll", + "tools/net461/System.Threading.Tasks.dll", + "tools/net461/System.Threading.Thread.dll", + "tools/net461/System.Threading.ThreadPool.dll", + "tools/net461/System.Threading.Timer.dll", + "tools/net461/System.Threading.dll", + "tools/net461/System.ValueTuple.dll", + "tools/net461/System.Xml.ReaderWriter.dll", + "tools/net461/System.Xml.XDocument.dll", + "tools/net461/System.Xml.XPath.XDocument.dll", + "tools/net461/System.Xml.XPath.dll", + "tools/net461/System.Xml.XmlDocument.dll", + "tools/net461/System.Xml.XmlSerializer.dll", + "tools/net461/netstandard.dll", + "tools/netcoreapp2.1/GetDocument.Insider.deps.json", + "tools/netcoreapp2.1/GetDocument.Insider.dll", + "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", + "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" ] }, - "Microsoft.CSharp/4.7.0": { - "sha512": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==", + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", "type": "package", - "path": "microsoft.csharp/4.7.0", + "path": "microsoft.extensions.caching.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", + "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcoreapp2.0/_._", - "lib/netstandard1.3/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.dll", - "lib/netstandard2.0/Microsoft.CSharp.xml", - "lib/portable-net45+win8+wp8+wpa81/_._", - "lib/uap10.0.16299/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "lib/xamarintvos10/_._", - "lib/xamarinwatchos10/_._", - "microsoft.csharp.4.7.0.nupkg.sha512", - "microsoft.csharp.nuspec", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/netcore50/de/Microsoft.CSharp.xml", - "ref/netcore50/es/Microsoft.CSharp.xml", - "ref/netcore50/fr/Microsoft.CSharp.xml", - "ref/netcore50/it/Microsoft.CSharp.xml", - "ref/netcore50/ja/Microsoft.CSharp.xml", - "ref/netcore50/ko/Microsoft.CSharp.xml", - "ref/netcore50/ru/Microsoft.CSharp.xml", - "ref/netcore50/zh-hans/Microsoft.CSharp.xml", - "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/netcoreapp2.0/_._", - "ref/netstandard1.0/Microsoft.CSharp.dll", - "ref/netstandard1.0/Microsoft.CSharp.xml", - "ref/netstandard1.0/de/Microsoft.CSharp.xml", - "ref/netstandard1.0/es/Microsoft.CSharp.xml", - "ref/netstandard1.0/fr/Microsoft.CSharp.xml", - "ref/netstandard1.0/it/Microsoft.CSharp.xml", - "ref/netstandard1.0/ja/Microsoft.CSharp.xml", - "ref/netstandard1.0/ko/Microsoft.CSharp.xml", - "ref/netstandard1.0/ru/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hans/Microsoft.CSharp.xml", - "ref/netstandard1.0/zh-hant/Microsoft.CSharp.xml", - "ref/netstandard2.0/Microsoft.CSharp.dll", - "ref/netstandard2.0/Microsoft.CSharp.xml", - "ref/portable-net45+win8+wp8+wpa81/_._", - "ref/uap10.0.16299/_._", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ref/xamarintvos10/_._", - "ref/xamarinwatchos10/_._", - "useSharedDesignerContext.txt", - "version.txt" - ] - }, - "Microsoft.Data.SqlClient/2.1.7": { - "sha512": "dSdlcXPszeOjjDX9a0buMFgYqKrI5bTxdSgX3JyCa+OL80NUstJSxOJr0j9oOn8mpP5PgWeRC2bVf/Zf2Cjv+g==", - "type": "package", - "path": "microsoft.data.sqlclient/2.1.7", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "dotnet.png", - "lib/net46/Microsoft.Data.SqlClient.dll", - "lib/net46/Microsoft.Data.SqlClient.pdb", - "lib/net46/Microsoft.Data.SqlClient.xml", - "lib/net46/de/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/es/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/fr/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/it/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/ja/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/ko/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/pt-BR/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/ru/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/zh-Hans/Microsoft.Data.SqlClient.resources.dll", - "lib/net46/zh-Hant/Microsoft.Data.SqlClient.resources.dll", - "lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll", - "lib/netcoreapp2.1/Microsoft.Data.SqlClient.pdb", - "lib/netcoreapp2.1/Microsoft.Data.SqlClient.xml", - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll", - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb", - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.xml", - "lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "lib/netstandard2.0/Microsoft.Data.SqlClient.xml", - "lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "lib/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "lib/netstandard2.1/Microsoft.Data.SqlClient.xml", - "microsoft.data.sqlclient.2.1.7.nupkg.sha512", - "microsoft.data.sqlclient.nuspec", - "ref/net46/Microsoft.Data.SqlClient.dll", - "ref/net46/Microsoft.Data.SqlClient.pdb", - "ref/net46/Microsoft.Data.SqlClient.xml", - "ref/netcoreapp2.1/Microsoft.Data.SqlClient.dll", - "ref/netcoreapp2.1/Microsoft.Data.SqlClient.pdb", - "ref/netcoreapp2.1/Microsoft.Data.SqlClient.xml", - "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll", - "ref/netcoreapp3.1/Microsoft.Data.SqlClient.pdb", - "ref/netcoreapp3.1/Microsoft.Data.SqlClient.xml", - "ref/netstandard2.0/Microsoft.Data.SqlClient.dll", - "ref/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "ref/netstandard2.0/Microsoft.Data.SqlClient.xml", - "ref/netstandard2.1/Microsoft.Data.SqlClient.dll", - "ref/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "ref/netstandard2.1/Microsoft.Data.SqlClient.xml", - "runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/netcoreapp2.1/Microsoft.Data.SqlClient.pdb", - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb", - "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "runtimes/unix/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/net46/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/net46/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/netcoreapp2.1/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Data.SqlClient.pdb", - "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.dll", - "runtimes/win/lib/netstandard2.1/Microsoft.Data.SqlClient.pdb" - ] - }, - "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { - "sha512": "JwGDWkyZgm7SATJmFLfT2G4teimvNbNtq3lsS9a5DzvhEZnQrZjZhevCU0vdx8MjheLHoG5vocuO03QtioFQxQ==", - "type": "package", - "path": "microsoft.data.sqlclient.sni.runtime/2.1.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.txt", - "dotnet.png", - "microsoft.data.sqlclient.sni.runtime.2.1.1.nupkg.sha512", - "microsoft.data.sqlclient.sni.runtime.nuspec", - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll", - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll" + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Data.Sqlite/8.0.1": { - "sha512": "+7uDWNYZmLrVq9eABAKwy1phGbpoFVohKCUoh/nGg9WiBwi856EkAJYFiQhTJWoXxzpInkLFj/6KACoSB7ODYg==", + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", "type": "package", - "path": "microsoft.data.sqlite/8.0.1", + "path": "microsoft.extensions.caching.memory/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/netstandard2.0/_._", - "microsoft.data.sqlite.8.0.1.nupkg.sha512", - "microsoft.data.sqlite.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Data.Sqlite.Core/8.0.1": { - "sha512": "s8C8xbwMb79EqzTaIhwiBrYtbv6ATnUW19pJed4fKVgN5K4VPQ7JUGqBLztknvD6EJIMKrfRnINGTjnZghrDGw==", + "Microsoft.Extensions.Configuration/8.0.0": { + "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", "type": "package", - "path": "microsoft.data.sqlite.core/8.0.1", + "path": "microsoft.extensions.configuration/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net6.0/Microsoft.Data.Sqlite.dll", - "lib/net6.0/Microsoft.Data.Sqlite.xml", - "lib/net8.0/Microsoft.Data.Sqlite.dll", - "lib/net8.0/Microsoft.Data.Sqlite.xml", - "lib/netstandard2.0/Microsoft.Data.Sqlite.dll", - "lib/netstandard2.0/Microsoft.Data.Sqlite.xml", - "microsoft.data.sqlite.core.8.0.1.nupkg.sha512", - "microsoft.data.sqlite.core.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", + "lib/net462/Microsoft.Extensions.Configuration.dll", + "lib/net462/Microsoft.Extensions.Configuration.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore/6.0.26": { - "sha512": "eROc12jvc1jfFmWwu5km4IPNHSEQxEnwGoEpKhGs4dJtjXFrWd7W2opaupK8fynBZlUN6PndKrzZHIhI8e7Baw==", + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", "type": "package", - "path": "microsoft.entityframeworkcore/6.0.26", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", - "lib/net6.0/Microsoft.EntityFrameworkCore.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.6.0.26.nupkg.sha512", - "microsoft.entityframeworkcore.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore/7.0.15": { - "sha512": "grjnH94+hXgTqRFdfl88otvlqHTG1QEtlLm6ADI3vtZ1h+C8xNhvKRLNNw1RMD7CKADpoEEPNgqTXKCg+Ki8OQ==", + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", "type": "package", - "path": "microsoft.entityframeworkcore/7.0.15", + "path": "microsoft.extensions.configuration.binder/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props", - "lib/net6.0/Microsoft.EntityFrameworkCore.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.7.0.15.nupkg.sha512", - "microsoft.entityframeworkcore.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", + "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", + "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", + "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore/8.0.4": { - "sha512": "/kyu9pXuxQvhg8RO/oN5Q5Og7cDIVvZtrt1z48rX7Yido+zEGkUkp3/Bjd9u45N2uuPPF8mn2pKDlAewCvv3/Q==", + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", "type": "package", - "path": "microsoft.entityframeworkcore/8.0.4", + "path": "microsoft.extensions.configuration.fileextensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", + "LICENSE.TXT", "PACKAGE.md", - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props", - "lib/net8.0/Microsoft.EntityFrameworkCore.dll", - "lib/net8.0/Microsoft.EntityFrameworkCore.xml", - "microsoft.entityframeworkcore.8.0.4.nupkg.sha512", - "microsoft.entityframeworkcore.nuspec" + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { - "sha512": "VGTCtP8OYEBwUY9xlunIlj1OPrV7TB218mOFvlgdutB8xfHk3Yc7njkE+Kez5L249nZ0eGW4a8UzPCF57uz3QQ==", + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/6.0.26", + "path": "microsoft.extensions.configuration.json/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.6.0.26.nupkg.sha512", - "microsoft.entityframeworkcore.abstractions.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", + "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { - "sha512": "YZYw1g0EGGkWdC+ymHRccQryerGyh7XlcL8nRo3r7kkPurPJgVCCtC+PK5pBwJGPDdwCYMrwHSoAtfEWcqqQjQ==", + "Microsoft.Extensions.DependencyInjection/6.0.1": { + "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/7.0.15", + "path": "microsoft.extensions.dependencyinjection/6.0.1", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.7.0.15.nupkg.sha512", - "microsoft.entityframeworkcore.abstractions.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/Microsoft.Extensions.DependencyInjection.dll", + "lib/net461/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { - "sha512": "S50pjtPNOvRktacaO6UAhvGCPMT56wxqEq8fQfcjaSUySPGba6mKWo6ackw6DdeAR1cA6U+U0uj27warA2KtJA==", + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", "type": "package", - "path": "microsoft.entityframeworkcore.abstractions/8.0.4", + "path": "microsoft.extensions.dependencyinjection/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "PACKAGE.md", - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll", - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.xml", - "microsoft.entityframeworkcore.abstractions.8.0.4.nupkg.sha512", - "microsoft.entityframeworkcore.abstractions.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { - "sha512": "yW34XFVptV6xMZVCvfnXr/iIc8GJF9NMaM36KeoqOblZZ+l3n9FsdULB5HFQwzqsnz4+X2ttZz1bQoffBVEFfw==", + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/6.0.26", + "path": "microsoft.extensions.dependencyinjection/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", - "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.6.0.26.nupkg.sha512", - "microsoft.entityframeworkcore.analyzers.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { - "sha512": "zscMrRQQR1O4U5PhZ98ASBNdU/mAsSpqTwkE8RrguZEox31jYBK65LWTlFPPBWycEiC6U9feBZZ3bkkrmpWtbQ==", + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/7.0.15", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", - "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.7.0.15.nupkg.sha512", - "microsoft.entityframeworkcore.analyzers.nuspec" + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { - "sha512": "P8hfMZECdbgle4Us8HGRUKAjqVwgbtr5JqtCxqEoiVORrNQAmcpu3g1NKwTAoUsO9Z0QRgExtYoAmdggR/DkMQ==", + "Microsoft.Extensions.DependencyModel/6.0.0": { + "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", "type": "package", - "path": "microsoft.entityframeworkcore.analyzers/8.0.4", + "path": "microsoft.extensions.dependencymodel/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "analyzers/dotnet/cs/Microsoft.EntityFrameworkCore.Analyzers.dll", - "docs/PACKAGE.md", - "lib/netstandard2.0/_._", - "microsoft.entityframeworkcore.analyzers.8.0.4.nupkg.sha512", - "microsoft.entityframeworkcore.analyzers.nuspec" + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.DependencyModel.dll", + "lib/net461/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.ApiDescription.Server/6.0.5": { - "sha512": "Ckb5EDBUNJdFWyajfXzUIMRkhf52fHZOQuuZg/oiu8y7zDCVwD0iHhew6MnThjHmevanpxL3f5ci2TtHQEN6bw==", + "Microsoft.Extensions.DependencyModel/7.0.0": { + "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", "type": "package", - "path": "microsoft.extensions.apidescription.server/6.0.5", - "hasTools": true, + "path": "microsoft.extensions.dependencymodel/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", - "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.6.0.5.nupkg.sha512", - "microsoft.extensions.apidescription.server.nuspec", - "tools/Newtonsoft.Json.dll", - "tools/dotnet-getdocument.deps.json", - "tools/dotnet-getdocument.dll", - "tools/dotnet-getdocument.runtimeconfig.json", - "tools/net461-x86/GetDocument.Insider.exe", - "tools/net461-x86/GetDocument.Insider.exe.config", - "tools/net461-x86/Microsoft.Win32.Primitives.dll", - "tools/net461-x86/System.AppContext.dll", - "tools/net461-x86/System.Buffers.dll", - "tools/net461-x86/System.Collections.Concurrent.dll", - "tools/net461-x86/System.Collections.NonGeneric.dll", - "tools/net461-x86/System.Collections.Specialized.dll", - "tools/net461-x86/System.Collections.dll", - "tools/net461-x86/System.ComponentModel.EventBasedAsync.dll", - "tools/net461-x86/System.ComponentModel.Primitives.dll", - "tools/net461-x86/System.ComponentModel.TypeConverter.dll", - "tools/net461-x86/System.ComponentModel.dll", - "tools/net461-x86/System.Console.dll", - "tools/net461-x86/System.Data.Common.dll", - "tools/net461-x86/System.Diagnostics.Contracts.dll", - "tools/net461-x86/System.Diagnostics.Debug.dll", - "tools/net461-x86/System.Diagnostics.DiagnosticSource.dll", - "tools/net461-x86/System.Diagnostics.FileVersionInfo.dll", - "tools/net461-x86/System.Diagnostics.Process.dll", - "tools/net461-x86/System.Diagnostics.StackTrace.dll", - "tools/net461-x86/System.Diagnostics.TextWriterTraceListener.dll", - "tools/net461-x86/System.Diagnostics.Tools.dll", - "tools/net461-x86/System.Diagnostics.TraceSource.dll", - "tools/net461-x86/System.Diagnostics.Tracing.dll", - "tools/net461-x86/System.Drawing.Primitives.dll", - "tools/net461-x86/System.Dynamic.Runtime.dll", - "tools/net461-x86/System.Globalization.Calendars.dll", - "tools/net461-x86/System.Globalization.Extensions.dll", - "tools/net461-x86/System.Globalization.dll", - "tools/net461-x86/System.IO.Compression.ZipFile.dll", - "tools/net461-x86/System.IO.Compression.dll", - "tools/net461-x86/System.IO.FileSystem.DriveInfo.dll", - "tools/net461-x86/System.IO.FileSystem.Primitives.dll", - "tools/net461-x86/System.IO.FileSystem.Watcher.dll", - "tools/net461-x86/System.IO.FileSystem.dll", - "tools/net461-x86/System.IO.IsolatedStorage.dll", - "tools/net461-x86/System.IO.MemoryMappedFiles.dll", - "tools/net461-x86/System.IO.Pipes.dll", - "tools/net461-x86/System.IO.UnmanagedMemoryStream.dll", - "tools/net461-x86/System.IO.dll", - "tools/net461-x86/System.Linq.Expressions.dll", - "tools/net461-x86/System.Linq.Parallel.dll", - "tools/net461-x86/System.Linq.Queryable.dll", - "tools/net461-x86/System.Linq.dll", - "tools/net461-x86/System.Memory.dll", - "tools/net461-x86/System.Net.Http.dll", - "tools/net461-x86/System.Net.NameResolution.dll", - "tools/net461-x86/System.Net.NetworkInformation.dll", - "tools/net461-x86/System.Net.Ping.dll", - "tools/net461-x86/System.Net.Primitives.dll", - "tools/net461-x86/System.Net.Requests.dll", - "tools/net461-x86/System.Net.Security.dll", - "tools/net461-x86/System.Net.Sockets.dll", - "tools/net461-x86/System.Net.WebHeaderCollection.dll", - "tools/net461-x86/System.Net.WebSockets.Client.dll", - "tools/net461-x86/System.Net.WebSockets.dll", - "tools/net461-x86/System.Numerics.Vectors.dll", - "tools/net461-x86/System.ObjectModel.dll", - "tools/net461-x86/System.Reflection.Extensions.dll", - "tools/net461-x86/System.Reflection.Primitives.dll", - "tools/net461-x86/System.Reflection.dll", - "tools/net461-x86/System.Resources.Reader.dll", - "tools/net461-x86/System.Resources.ResourceManager.dll", - "tools/net461-x86/System.Resources.Writer.dll", - "tools/net461-x86/System.Runtime.CompilerServices.Unsafe.dll", - "tools/net461-x86/System.Runtime.CompilerServices.VisualC.dll", - "tools/net461-x86/System.Runtime.Extensions.dll", - "tools/net461-x86/System.Runtime.Handles.dll", - "tools/net461-x86/System.Runtime.InteropServices.RuntimeInformation.dll", - "tools/net461-x86/System.Runtime.InteropServices.dll", - "tools/net461-x86/System.Runtime.Numerics.dll", - "tools/net461-x86/System.Runtime.Serialization.Formatters.dll", - "tools/net461-x86/System.Runtime.Serialization.Json.dll", - "tools/net461-x86/System.Runtime.Serialization.Primitives.dll", - "tools/net461-x86/System.Runtime.Serialization.Xml.dll", - "tools/net461-x86/System.Runtime.dll", - "tools/net461-x86/System.Security.Claims.dll", - "tools/net461-x86/System.Security.Cryptography.Algorithms.dll", - "tools/net461-x86/System.Security.Cryptography.Csp.dll", - "tools/net461-x86/System.Security.Cryptography.Encoding.dll", - "tools/net461-x86/System.Security.Cryptography.Primitives.dll", - "tools/net461-x86/System.Security.Cryptography.X509Certificates.dll", - "tools/net461-x86/System.Security.Principal.dll", - "tools/net461-x86/System.Security.SecureString.dll", - "tools/net461-x86/System.Text.Encoding.Extensions.dll", - "tools/net461-x86/System.Text.Encoding.dll", - "tools/net461-x86/System.Text.RegularExpressions.dll", - "tools/net461-x86/System.Threading.Overlapped.dll", - "tools/net461-x86/System.Threading.Tasks.Parallel.dll", - "tools/net461-x86/System.Threading.Tasks.dll", - "tools/net461-x86/System.Threading.Thread.dll", - "tools/net461-x86/System.Threading.ThreadPool.dll", - "tools/net461-x86/System.Threading.Timer.dll", - "tools/net461-x86/System.Threading.dll", - "tools/net461-x86/System.ValueTuple.dll", - "tools/net461-x86/System.Xml.ReaderWriter.dll", - "tools/net461-x86/System.Xml.XDocument.dll", - "tools/net461-x86/System.Xml.XPath.XDocument.dll", - "tools/net461-x86/System.Xml.XPath.dll", - "tools/net461-x86/System.Xml.XmlDocument.dll", - "tools/net461-x86/System.Xml.XmlSerializer.dll", - "tools/net461-x86/netstandard.dll", - "tools/net461/GetDocument.Insider.exe", - "tools/net461/GetDocument.Insider.exe.config", - "tools/net461/Microsoft.Win32.Primitives.dll", - "tools/net461/System.AppContext.dll", - "tools/net461/System.Buffers.dll", - "tools/net461/System.Collections.Concurrent.dll", - "tools/net461/System.Collections.NonGeneric.dll", - "tools/net461/System.Collections.Specialized.dll", - "tools/net461/System.Collections.dll", - "tools/net461/System.ComponentModel.EventBasedAsync.dll", - "tools/net461/System.ComponentModel.Primitives.dll", - "tools/net461/System.ComponentModel.TypeConverter.dll", - "tools/net461/System.ComponentModel.dll", - "tools/net461/System.Console.dll", - "tools/net461/System.Data.Common.dll", - "tools/net461/System.Diagnostics.Contracts.dll", - "tools/net461/System.Diagnostics.Debug.dll", - "tools/net461/System.Diagnostics.DiagnosticSource.dll", - "tools/net461/System.Diagnostics.FileVersionInfo.dll", - "tools/net461/System.Diagnostics.Process.dll", - "tools/net461/System.Diagnostics.StackTrace.dll", - "tools/net461/System.Diagnostics.TextWriterTraceListener.dll", - "tools/net461/System.Diagnostics.Tools.dll", - "tools/net461/System.Diagnostics.TraceSource.dll", - "tools/net461/System.Diagnostics.Tracing.dll", - "tools/net461/System.Drawing.Primitives.dll", - "tools/net461/System.Dynamic.Runtime.dll", - "tools/net461/System.Globalization.Calendars.dll", - "tools/net461/System.Globalization.Extensions.dll", - "tools/net461/System.Globalization.dll", - "tools/net461/System.IO.Compression.ZipFile.dll", - "tools/net461/System.IO.Compression.dll", - "tools/net461/System.IO.FileSystem.DriveInfo.dll", - "tools/net461/System.IO.FileSystem.Primitives.dll", - "tools/net461/System.IO.FileSystem.Watcher.dll", - "tools/net461/System.IO.FileSystem.dll", - "tools/net461/System.IO.IsolatedStorage.dll", - "tools/net461/System.IO.MemoryMappedFiles.dll", - "tools/net461/System.IO.Pipes.dll", - "tools/net461/System.IO.UnmanagedMemoryStream.dll", - "tools/net461/System.IO.dll", - "tools/net461/System.Linq.Expressions.dll", - "tools/net461/System.Linq.Parallel.dll", - "tools/net461/System.Linq.Queryable.dll", - "tools/net461/System.Linq.dll", - "tools/net461/System.Memory.dll", - "tools/net461/System.Net.Http.dll", - "tools/net461/System.Net.NameResolution.dll", - "tools/net461/System.Net.NetworkInformation.dll", - "tools/net461/System.Net.Ping.dll", - "tools/net461/System.Net.Primitives.dll", - "tools/net461/System.Net.Requests.dll", - "tools/net461/System.Net.Security.dll", - "tools/net461/System.Net.Sockets.dll", - "tools/net461/System.Net.WebHeaderCollection.dll", - "tools/net461/System.Net.WebSockets.Client.dll", - "tools/net461/System.Net.WebSockets.dll", - "tools/net461/System.Numerics.Vectors.dll", - "tools/net461/System.ObjectModel.dll", - "tools/net461/System.Reflection.Extensions.dll", - "tools/net461/System.Reflection.Primitives.dll", - "tools/net461/System.Reflection.dll", - "tools/net461/System.Resources.Reader.dll", - "tools/net461/System.Resources.ResourceManager.dll", - "tools/net461/System.Resources.Writer.dll", - "tools/net461/System.Runtime.CompilerServices.Unsafe.dll", - "tools/net461/System.Runtime.CompilerServices.VisualC.dll", - "tools/net461/System.Runtime.Extensions.dll", - "tools/net461/System.Runtime.Handles.dll", - "tools/net461/System.Runtime.InteropServices.RuntimeInformation.dll", - "tools/net461/System.Runtime.InteropServices.dll", - "tools/net461/System.Runtime.Numerics.dll", - "tools/net461/System.Runtime.Serialization.Formatters.dll", - "tools/net461/System.Runtime.Serialization.Json.dll", - "tools/net461/System.Runtime.Serialization.Primitives.dll", - "tools/net461/System.Runtime.Serialization.Xml.dll", - "tools/net461/System.Runtime.dll", - "tools/net461/System.Security.Claims.dll", - "tools/net461/System.Security.Cryptography.Algorithms.dll", - "tools/net461/System.Security.Cryptography.Csp.dll", - "tools/net461/System.Security.Cryptography.Encoding.dll", - "tools/net461/System.Security.Cryptography.Primitives.dll", - "tools/net461/System.Security.Cryptography.X509Certificates.dll", - "tools/net461/System.Security.Principal.dll", - "tools/net461/System.Security.SecureString.dll", - "tools/net461/System.Text.Encoding.Extensions.dll", - "tools/net461/System.Text.Encoding.dll", - "tools/net461/System.Text.RegularExpressions.dll", - "tools/net461/System.Threading.Overlapped.dll", - "tools/net461/System.Threading.Tasks.Parallel.dll", - "tools/net461/System.Threading.Tasks.dll", - "tools/net461/System.Threading.Thread.dll", - "tools/net461/System.Threading.ThreadPool.dll", - "tools/net461/System.Threading.Timer.dll", - "tools/net461/System.Threading.dll", - "tools/net461/System.ValueTuple.dll", - "tools/net461/System.Xml.ReaderWriter.dll", - "tools/net461/System.Xml.XDocument.dll", - "tools/net461/System.Xml.XPath.XDocument.dll", - "tools/net461/System.Xml.XPath.dll", - "tools/net461/System.Xml.XmlDocument.dll", - "tools/net461/System.Xml.XmlSerializer.dll", - "tools/net461/netstandard.dll", - "tools/netcoreapp2.1/GetDocument.Insider.deps.json", - "tools/netcoreapp2.1/GetDocument.Insider.dll", - "tools/netcoreapp2.1/GetDocument.Insider.runtimeconfig.json", - "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" + "LICENSE.TXT", + "README.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Abstractions/8.0.0": { - "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "Microsoft.Extensions.DependencyModel/8.0.0": { + "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/8.0.0", + "path": "microsoft.extensions.dependencymodel/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -11247,29 +21178,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/8.0.0": { - "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", "type": "package", - "path": "microsoft.extensions.caching.memory/8.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -11277,29 +21208,27 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/8.0.0": { - "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", "type": "package", - "path": "microsoft.extensions.configuration/8.0.0", + "path": "microsoft.extensions.fileproviders.physical/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -11307,29 +21236,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "path": "microsoft.extensions.filesystemglobbing/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -11337,100 +21266,111 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Logging/6.0.0": { + "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.logging/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", - "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", + "lib/net461/Microsoft.Extensions.Logging.dll", + "lib/net461/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "Microsoft.Extensions.Logging/7.0.0": { + "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "path": "microsoft.extensions.logging/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.7.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "type": "package", + "path": "microsoft.extensions.logging/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "type": "package", - "path": "microsoft.extensions.configuration.json/8.0.0", + "path": "microsoft.extensions.logging.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -11438,85 +21378,149 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/6.0.1": { - "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", + "Microsoft.Extensions.Options/8.0.0": { + "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/6.0.1", + "path": "microsoft.extensions.options/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.DependencyInjection.dll", - "lib/net461/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.0.nupkg.sha512", + "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/7.0.0", + "path": "microsoft.extensions.options.configurationextensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/8.0.0", + "path": "microsoft.extensions.primitives/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -11524,1283 +21528,1253 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "Microsoft.Identity.Client/4.21.1": { + "sha512": "vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", + "type": "package", + "path": "microsoft.identity.client/4.21.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/monoandroid10.0/Microsoft.Identity.Client.dll", + "lib/monoandroid10.0/Microsoft.Identity.Client.xml", + "lib/monoandroid90/Microsoft.Identity.Client.dll", + "lib/monoandroid90/Microsoft.Identity.Client.xml", + "lib/net45/Microsoft.Identity.Client.dll", + "lib/net45/Microsoft.Identity.Client.xml", + "lib/net461/Microsoft.Identity.Client.dll", + "lib/net461/Microsoft.Identity.Client.xml", + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", + "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", + "lib/netstandard1.3/Microsoft.Identity.Client.dll", + "lib/netstandard1.3/Microsoft.Identity.Client.xml", + "lib/uap10.0/Microsoft.Identity.Client.dll", + "lib/uap10.0/Microsoft.Identity.Client.pri", + "lib/uap10.0/Microsoft.Identity.Client.xml", + "lib/xamarinios10/Microsoft.Identity.Client.dll", + "lib/xamarinios10/Microsoft.Identity.Client.xml", + "lib/xamarinmac20/Microsoft.Identity.Client.dll", + "lib/xamarinmac20/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.21.1.nupkg.sha512", + "microsoft.identity.client.nuspec", + "ref/MonoAndroid10.0/Microsoft.Identity.Client.dll", + "ref/MonoAndroid10.0/Microsoft.Identity.Client.xml", + "ref/MonoAndroid9.0/Microsoft.Identity.Client.dll", + "ref/MonoAndroid9.0/Microsoft.Identity.Client.xml", + "ref/Xamarin.iOS10/Microsoft.Identity.Client.dll", + "ref/Xamarin.iOS10/Microsoft.Identity.Client.xml", + "ref/net45/Microsoft.Identity.Client.dll", + "ref/net45/Microsoft.Identity.Client.xml", + "ref/net461/Microsoft.Identity.Client.dll", + "ref/net461/Microsoft.Identity.Client.xml", + "ref/netcoreapp2.1/Microsoft.Identity.Client.dll", + "ref/netcoreapp2.1/Microsoft.Identity.Client.xml", + "ref/netstandard1.3/Microsoft.Identity.Client.dll", + "ref/netstandard1.3/Microsoft.Identity.Client.xml", + "ref/uap10.0/Microsoft.Identity.Client.dll", + "ref/uap10.0/Microsoft.Identity.Client.xml", + "ref/xamarinmac20/Microsoft.Identity.Client.dll", + "ref/xamarinmac20/Microsoft.Identity.Client.xml" + ] + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "type": "package", + "path": "microsoft.identitymodel.abstractions/6.35.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" + ] + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "path": "microsoft.identitymodel.abstractions/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/6.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.DependencyModel.dll", - "lib/net461/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/7.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/8.0.0": { - "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.0", + "path": "microsoft.identitymodel.logging/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "Microsoft.IdentityModel.Logging/7.1.2": { + "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "path": "microsoft.identitymodel.logging/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", + "path": "microsoft.identitymodel.protocols/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "type": "package", + "path": "microsoft.identitymodel.protocols/7.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Logging/6.0.0": { - "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", "type": "package", - "path": "microsoft.extensions.logging/6.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.dll", - "lib/net461/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.6.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Logging/7.0.0": { - "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", "type": "package", - "path": "microsoft.extensions.logging/7.0.0", + "path": "microsoft.identitymodel.tokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.7.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Logging/8.0.0": { - "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "Microsoft.IdentityModel.Tokens/7.1.2": { + "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", "type": "package", - "path": "microsoft.extensions.logging/8.0.0", + "path": "microsoft.identitymodel.tokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", + "Microsoft.NETCore.Platforms/1.1.1": { + "sha512": "TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/8.0.0", + "path": "microsoft.netcore.platforms/1.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.1.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Targets/1.1.3": { + "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.3.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" ] }, - "Microsoft.Extensions.Options/8.0.0": { - "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", + "Microsoft.OpenApi/1.2.3": { + "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", "type": "package", - "path": "microsoft.extensions.options/8.0.0", + "path": "microsoft.openapi/1.2.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.8.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" + "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.Extensions.Options.ConfigurationExtensions/8.0.0": { - "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", + "Microsoft.Win32.Registry/5.0.0": { + "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/8.0.0", + "path": "microsoft.win32.registry/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.options.configurationextensions.nuspec", - "useSharedDesignerContext.txt" + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.5.0.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.Extensions.Primitives/8.0.0": { - "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", + "Microsoft.Win32.SystemEvents/8.0.0": { + "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", "type": "package", - "path": "microsoft.extensions.primitives/8.0.0", + "path": "microsoft.win32.systemevents/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", + "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", + "lib/net462/Microsoft.Win32.SystemEvents.dll", + "lib/net462/Microsoft.Win32.SystemEvents.xml", + "lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "microsoft.win32.systemevents.8.0.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", "useSharedDesignerContext.txt" ] }, - "Microsoft.Identity.Client/4.21.1": { - "sha512": "vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", - "type": "package", - "path": "microsoft.identity.client/4.21.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", - "lib/netstandard1.3/Microsoft.Identity.Client.dll", - "lib/netstandard1.3/Microsoft.Identity.Client.xml", - "lib/uap10.0/Microsoft.Identity.Client.dll", - "lib/uap10.0/Microsoft.Identity.Client.pri", - "lib/uap10.0/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "lib/xamarinmac20/Microsoft.Identity.Client.dll", - "lib/xamarinmac20/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.21.1.nupkg.sha512", - "microsoft.identity.client.nuspec", - "ref/MonoAndroid10.0/Microsoft.Identity.Client.dll", - "ref/MonoAndroid10.0/Microsoft.Identity.Client.xml", - "ref/MonoAndroid9.0/Microsoft.Identity.Client.dll", - "ref/MonoAndroid9.0/Microsoft.Identity.Client.xml", - "ref/Xamarin.iOS10/Microsoft.Identity.Client.dll", - "ref/Xamarin.iOS10/Microsoft.Identity.Client.xml", - "ref/net45/Microsoft.Identity.Client.dll", - "ref/net45/Microsoft.Identity.Client.xml", - "ref/net461/Microsoft.Identity.Client.dll", - "ref/net461/Microsoft.Identity.Client.xml", - "ref/netcoreapp2.1/Microsoft.Identity.Client.dll", - "ref/netcoreapp2.1/Microsoft.Identity.Client.xml", - "ref/netstandard1.3/Microsoft.Identity.Client.dll", - "ref/netstandard1.3/Microsoft.Identity.Client.xml", - "ref/uap10.0/Microsoft.Identity.Client.dll", - "ref/uap10.0/Microsoft.Identity.Client.xml", - "ref/xamarinmac20/Microsoft.Identity.Client.dll", - "ref/xamarinmac20/Microsoft.Identity.Client.xml" - ] - }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", - "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" - ] - }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { - "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", + "Minio/5.0.0": { + "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.1.2", + "path": "minio/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "LICENSE", + "icon.png", + "lib/net6.0/Minio.dll", + "lib/net6.0/Minio.xml", + "lib/net7.0/Minio.dll", + "lib/net7.0/Minio.xml", + "lib/netstandard2.0/Minio.dll", + "lib/netstandard2.0/Minio.xml", + "minio.5.0.0.nupkg.sha512", + "minio.nuspec", + "readme.md" ] }, - "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { - "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "MiniProfiler.AspNetCore/4.3.8": { + "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "path": "miniprofiler.aspnetcore/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.dll", + "lib/net6.0/MiniProfiler.AspNetCore.xml", + "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.nuspec" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { - "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "path": "miniprofiler.aspnetcore.mvc/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", + "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.mvc.nuspec" ] }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "MiniProfiler.Shared/4.3.8": { + "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", "type": "package", - "path": "microsoft.identitymodel.logging/6.35.0", + "path": "miniprofiler.shared/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE.txt", + "lib/net461/MiniProfiler.Shared.dll", + "lib/net461/MiniProfiler.Shared.xml", + "lib/netstandard2.0/MiniProfiler.Shared.dll", + "lib/netstandard2.0/MiniProfiler.Shared.xml", + "miniprofiler.shared.4.3.8.nupkg.sha512", + "miniprofiler.shared.nuspec" ] }, - "Microsoft.IdentityModel.Logging/7.1.2": { - "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", "type": "package", - "path": "microsoft.identitymodel.logging/7.1.2", + "path": "moyu.extras.authentication.jwtbearer/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/net8.0/Microsoft.IdentityModel.Logging.dll", - "lib/net8.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", + "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", + "moyu.extras.authentication.jwtbearer.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.35.0", + "path": "moyu.extras.objectmapper.mapster/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", + "moyu.extras.objectmapper.mapster.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/7.1.2": { - "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "MoYu.Pure/1.0.6": { + "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", "type": "package", - "path": "microsoft.identitymodel.protocols/7.1.2", + "path": "moyu.pure/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "README.md", + "content/SpecificationDocument/Assets/index-mini-profiler.html", + "content/SpecificationDocument/Assets/index.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", + "icon.png", + "lib/net5.0/MoYu.Pure.dll", + "lib/net5.0/MoYu.Pure.xml", + "lib/net6.0/MoYu.Pure.dll", + "lib/net6.0/MoYu.Pure.xml", + "lib/net7.0/MoYu.Pure.dll", + "lib/net7.0/MoYu.Pure.xml", + "lib/net8.0/MoYu.Pure.dll", + "lib/net8.0/MoYu.Pure.xml", + "lib/net9.0/MoYu.Pure.dll", + "lib/net9.0/MoYu.Pure.xml", + "moyu.pure.1.0.6.nupkg.sha512", + "moyu.pure.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", + "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { - "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", + "MySqlConnector/2.2.5": { + "sha512": "6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", + "path": "mysqlconnector/2.2.5", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "lib/net461/MySqlConnector.dll", + "lib/net461/MySqlConnector.xml", + "lib/net471/MySqlConnector.dll", + "lib/net471/MySqlConnector.xml", + "lib/net6.0/MySqlConnector.dll", + "lib/net6.0/MySqlConnector.xml", + "lib/net7.0/MySqlConnector.dll", + "lib/net7.0/MySqlConnector.xml", + "lib/netcoreapp3.1/MySqlConnector.dll", + "lib/netcoreapp3.1/MySqlConnector.xml", + "lib/netstandard2.0/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.xml", + "lib/netstandard2.1/MySqlConnector.dll", + "lib/netstandard2.1/MySqlConnector.xml", + "logo.png", + "mysqlconnector.2.2.5.nupkg.sha512", + "mysqlconnector.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "NewLife.Core/10.10.2024.601": { + "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.35.0", + "path": "newlife.core/10.10.2024.601", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Core.dll", + "lib/net45/NewLife.Core.xml", + "lib/net461/NewLife.Core.dll", + "lib/net461/NewLife.Core.xml", + "lib/net5.0-windows7.0/NewLife.Core.dll", + "lib/net5.0-windows7.0/NewLife.Core.xml", + "lib/net5.0/NewLife.Core.dll", + "lib/net5.0/NewLife.Core.xml", + "lib/net6.0-windows7.0/NewLife.Core.dll", + "lib/net6.0-windows7.0/NewLife.Core.xml", + "lib/net6.0/NewLife.Core.dll", + "lib/net6.0/NewLife.Core.xml", + "lib/net7.0-windows7.0/NewLife.Core.dll", + "lib/net7.0-windows7.0/NewLife.Core.xml", + "lib/net7.0/NewLife.Core.dll", + "lib/net7.0/NewLife.Core.xml", + "lib/net8.0-windows7.0/NewLife.Core.dll", + "lib/net8.0-windows7.0/NewLife.Core.xml", + "lib/net8.0/NewLife.Core.dll", + "lib/net8.0/NewLife.Core.xml", + "lib/netcoreapp3.1/NewLife.Core.dll", + "lib/netcoreapp3.1/NewLife.Core.xml", + "lib/netstandard2.0/NewLife.Core.dll", + "lib/netstandard2.0/NewLife.Core.xml", + "lib/netstandard2.1/NewLife.Core.dll", + "lib/netstandard2.1/NewLife.Core.xml", + "newlife.core.10.10.2024.601.nupkg.sha512", + "newlife.core.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.1.2": { - "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.1.2", + "path": "newtonsoft.json/13.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" ] }, - "Microsoft.NETCore.Platforms/1.1.1": { - "sha512": "TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", "type": "package", - "path": "microsoft.netcore.platforms/1.1.1", + "path": "newtonsoft.json.bson/1.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.1.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" ] }, - "Microsoft.NETCore.Targets/1.1.3": { - "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "Npgsql/5.0.18": { + "sha512": "1u4iCPKL9wtPeSUzChIbgq/BlOhvf44o7xASacdpMY7z0PbqACKpNOF0fjEn9jDV/AJl/HtPY6zk5qasQ1URhw==", "type": "package", - "path": "microsoft.netcore.targets/1.1.3", + "path": "npgsql/5.0.18", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.3.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" + "lib/net5.0/Npgsql.dll", + "lib/net5.0/Npgsql.xml", + "lib/netcoreapp3.1/Npgsql.dll", + "lib/netcoreapp3.1/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.5.0.18.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" ] }, - "Microsoft.OpenApi/1.2.3": { - "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "Oracle.ManagedDataAccess.Core/3.21.100": { + "sha512": "nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==", "type": "package", - "path": "microsoft.openapi/1.2.3", + "path": "oracle.manageddataaccess.core/3.21.100", "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" + "LICENSE.txt", + "PerfCounters/register_odpc_perfmon_counters.ps1", + "PerfCounters/unregister_odpc_perfmon_counters.ps1", + "info.txt", + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll", + "oracle.manageddataaccess.core.3.21.100.nupkg.sha512", + "oracle.manageddataaccess.core.nuspec", + "readme.txt" ] }, - "Microsoft.Win32.Registry/5.0.0": { - "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "Oscar.Data.SqlClient/4.0.4": { + "sha512": "VJ3xVvRjxrPi/mMPT5EqYiMZor0MjFu83mw1qvUveBFWJSudGh9BOKZq7RkhqeNCcL1ud0uK0/TVkw+xTa4q4g==", "type": "package", - "path": "microsoft.win32.registry/5.0.0", + "path": "oscar.data.sqlclient/4.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.xml", - "lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "microsoft.win32.registry.5.0.0.nupkg.sha512", - "microsoft.win32.registry.nuspec", - "ref/net46/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", - "ref/netstandard2.0/Microsoft.Win32.Registry.dll", - "ref/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "useSharedDesignerContext.txt", - "version.txt" + "lib/netstandard2.0/Oscar.Data.SqlClient.dll", + "oscar.data.sqlclient.4.0.4.nupkg.sha512", + "oscar.data.sqlclient.nuspec" ] }, - "Microsoft.Win32.SystemEvents/8.0.0": { - "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", + "Portable.BouncyCastle/1.9.0": { + "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", "type": "package", - "path": "microsoft.win32.systemevents/8.0.0", + "path": "portable.bouncycastle/1.9.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.8.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "lib/net40/BouncyCastle.Crypto.dll", + "lib/net40/BouncyCastle.Crypto.xml", + "lib/netstandard2.0/BouncyCastle.Crypto.dll", + "lib/netstandard2.0/BouncyCastle.Crypto.xml", + "portable.bouncycastle.1.9.0.nupkg.sha512", + "portable.bouncycastle.nuspec" + ] + }, + "runtime.any.System.Collections/4.3.0": { + "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", + "type": "package", + "path": "runtime.any.system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.dll", + "lib/netstandard1.3/System.Collections.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.collections.4.3.0.nupkg.sha512", + "runtime.any.system.collections.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Minio/5.0.0": { - "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", "type": "package", - "path": "minio/5.0.0", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE", - "icon.png", - "lib/net6.0/Minio.dll", - "lib/net6.0/Minio.xml", - "lib/net7.0/Minio.dll", - "lib/net7.0/Minio.xml", - "lib/netstandard2.0/Minio.dll", - "lib/netstandard2.0/Minio.xml", - "minio.5.0.0.nupkg.sha512", - "minio.nuspec", - "readme.md" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/netstandard1.5/System.Diagnostics.Tracing.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "runtime.any.system.diagnostics.tracing.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore/4.3.8": { - "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", + "runtime.any.System.Globalization/4.3.0": { + "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", "type": "package", - "path": "miniprofiler.aspnetcore/4.3.8", + "path": "runtime.any.system.globalization/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.dll", - "lib/net6.0/MiniProfiler.AspNetCore.xml", - "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Globalization.dll", + "lib/netstandard1.3/System.Globalization.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.globalization.4.3.0.nupkg.sha512", + "runtime.any.system.globalization.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore.Mvc/4.3.8": { - "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", + "runtime.any.System.IO/4.3.0": { + "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", "type": "package", - "path": "miniprofiler.aspnetcore.mvc/4.3.8", + "path": "runtime.any.system.io/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", - "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.mvc.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.dll", + "lib/netstandard1.5/System.IO.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.io.4.3.0.nupkg.sha512", + "runtime.any.system.io.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.Shared/4.3.8": { - "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", + "runtime.any.System.Reflection/4.3.0": { + "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", "type": "package", - "path": "miniprofiler.shared/4.3.8", + "path": "runtime.any.system.reflection/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net461/MiniProfiler.Shared.dll", - "lib/net461/MiniProfiler.Shared.xml", - "lib/netstandard2.0/MiniProfiler.Shared.dll", - "lib/netstandard2.0/MiniProfiler.Shared.xml", - "miniprofiler.shared.4.3.8.nupkg.sha512", - "miniprofiler.shared.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.dll", + "lib/netstandard1.5/System.Reflection.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.Authentication.JwtBearer/1.0.6": { - "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", + "runtime.any.System.Reflection.Extensions/4.3.0": { + "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", "type": "package", - "path": "moyu.extras.authentication.jwtbearer/1.0.6", + "path": "runtime.any.system.reflection.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", - "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", - "moyu.extras.authentication.jwtbearer.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/netstandard1.3/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { - "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", + "runtime.any.System.Reflection.Primitives/4.3.0": { + "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", "type": "package", - "path": "moyu.extras.objectmapper.mapster/1.0.6", + "path": "runtime.any.system.reflection.primitives/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", - "moyu.extras.objectmapper.mapster.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/netstandard1.3/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.primitives.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure/1.0.6": { - "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", "type": "package", - "path": "moyu.pure/1.0.6", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "content/SpecificationDocument/Assets/index-mini-profiler.html", - "content/SpecificationDocument/Assets/index.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", - "icon.png", - "lib/net5.0/MoYu.Pure.dll", - "lib/net5.0/MoYu.Pure.xml", - "lib/net6.0/MoYu.Pure.dll", - "lib/net6.0/MoYu.Pure.xml", - "lib/net7.0/MoYu.Pure.dll", - "lib/net7.0/MoYu.Pure.xml", - "lib/net8.0/MoYu.Pure.dll", - "lib/net8.0/MoYu.Pure.xml", - "lib/net9.0/MoYu.Pure.dll", - "lib/net9.0/MoYu.Pure.xml", - "moyu.pure.1.0.6.nupkg.sha512", - "moyu.pure.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netstandard1.3/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "runtime.any.system.resources.resourcemanager.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { - "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", + "runtime.any.System.Runtime/4.3.0": { + "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", "type": "package", - "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", + "path": "runtime.any.system.runtime/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", - "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.dll", + "lib/netstandard1.5/System.Runtime.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MySqlConnector/2.2.5": { - "sha512": "6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==", + "runtime.any.System.Runtime.Handles/4.3.0": { + "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", "type": "package", - "path": "mysqlconnector/2.2.5", + "path": "runtime.any.system.runtime.handles/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "lib/net461/MySqlConnector.dll", - "lib/net461/MySqlConnector.xml", - "lib/net471/MySqlConnector.dll", - "lib/net471/MySqlConnector.xml", - "lib/net6.0/MySqlConnector.dll", - "lib/net6.0/MySqlConnector.xml", - "lib/net7.0/MySqlConnector.dll", - "lib/net7.0/MySqlConnector.xml", - "lib/netcoreapp3.1/MySqlConnector.dll", - "lib/netcoreapp3.1/MySqlConnector.xml", - "lib/netstandard2.0/MySqlConnector.dll", - "lib/netstandard2.0/MySqlConnector.xml", - "lib/netstandard2.1/MySqlConnector.dll", - "lib/netstandard2.1/MySqlConnector.xml", - "logo.png", - "mysqlconnector.2.2.5.nupkg.sha512", - "mysqlconnector.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netstandard1.3/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.handles.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Core/10.10.2024.601": { - "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", "type": "package", - "path": "newlife.core/10.10.2024.601", + "path": "runtime.any.system.runtime.interopservices/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Core.dll", - "lib/net45/NewLife.Core.xml", - "lib/net461/NewLife.Core.dll", - "lib/net461/NewLife.Core.xml", - "lib/net5.0-windows7.0/NewLife.Core.dll", - "lib/net5.0-windows7.0/NewLife.Core.xml", - "lib/net5.0/NewLife.Core.dll", - "lib/net5.0/NewLife.Core.xml", - "lib/net6.0-windows7.0/NewLife.Core.dll", - "lib/net6.0-windows7.0/NewLife.Core.xml", - "lib/net6.0/NewLife.Core.dll", - "lib/net6.0/NewLife.Core.xml", - "lib/net7.0-windows7.0/NewLife.Core.dll", - "lib/net7.0-windows7.0/NewLife.Core.xml", - "lib/net7.0/NewLife.Core.dll", - "lib/net7.0/NewLife.Core.xml", - "lib/net8.0-windows7.0/NewLife.Core.dll", - "lib/net8.0-windows7.0/NewLife.Core.xml", - "lib/net8.0/NewLife.Core.dll", - "lib/net8.0/NewLife.Core.xml", - "lib/netcoreapp3.1/NewLife.Core.dll", - "lib/netcoreapp3.1/NewLife.Core.xml", - "lib/netstandard2.0/NewLife.Core.dll", - "lib/netstandard2.0/NewLife.Core.xml", - "lib/netstandard2.1/NewLife.Core.dll", - "lib/netstandard2.1/NewLife.Core.xml", - "newlife.core.10.10.2024.601.nupkg.sha512", - "newlife.core.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netstandard1.5/System.Runtime.InteropServices.dll", + "lib/netstandard1.6/System.Runtime.InteropServices.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.interopservices.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "runtime.any.System.Text.Encoding/4.3.0": { + "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "runtime.any.system.text.encoding/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/netstandard1.3/System.Text.Encoding.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json.Bson/1.0.2": { - "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", "type": "package", - "path": "newtonsoft.json.bson/1.0.2", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "lib/net45/Newtonsoft.Json.Bson.dll", - "lib/net45/Newtonsoft.Json.Bson.pdb", - "lib/net45/Newtonsoft.Json.Bson.xml", - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", - "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", - "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", - "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", - "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", - "newtonsoft.json.bson.1.0.2.nupkg.sha512", - "newtonsoft.json.bson.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Npgsql/5.0.18": { - "sha512": "1u4iCPKL9wtPeSUzChIbgq/BlOhvf44o7xASacdpMY7z0PbqACKpNOF0fjEn9jDV/AJl/HtPY6zk5qasQ1URhw==", + "runtime.any.System.Threading.Tasks/4.3.0": { + "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", "type": "package", - "path": "npgsql/5.0.18", + "path": "runtime.any.system.threading.tasks/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net5.0/Npgsql.dll", - "lib/net5.0/Npgsql.xml", - "lib/netcoreapp3.1/Npgsql.dll", - "lib/netcoreapp3.1/Npgsql.xml", - "lib/netstandard2.0/Npgsql.dll", - "lib/netstandard2.0/Npgsql.xml", - "lib/netstandard2.1/Npgsql.dll", - "lib/netstandard2.1/Npgsql.xml", - "npgsql.5.0.18.nupkg.sha512", - "npgsql.nuspec", - "postgresql.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netstandard1.3/System.Threading.Tasks.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "runtime.any.system.threading.tasks.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Oracle.ManagedDataAccess.Core/3.21.100": { - "sha512": "nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==", + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", "type": "package", - "path": "oracle.manageddataaccess.core/3.21.100", + "path": "runtime.win.system.diagnostics.debug/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "PerfCounters/register_odpc_perfmon_counters.ps1", - "PerfCounters/unregister_odpc_perfmon_counters.ps1", - "info.txt", - "lib/netstandard2.1/Oracle.ManagedDataAccess.dll", - "oracle.manageddataaccess.core.3.21.100.nupkg.sha512", - "oracle.manageddataaccess.core.nuspec", - "readme.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "runtime.win.system.diagnostics.debug.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp80/_._", + "runtimes/win/lib/wpa81/_._" ] }, - "Oscar.Data.SqlClient/4.0.4": { - "sha512": "VJ3xVvRjxrPi/mMPT5EqYiMZor0MjFu83mw1qvUveBFWJSudGh9BOKZq7RkhqeNCcL1ud0uK0/TVkw+xTa4q4g==", + "runtime.win.System.IO.FileSystem/4.3.0": { + "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", "type": "package", - "path": "oscar.data.sqlclient/4.0.4", + "path": "runtime.win.system.io.filesystem/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netstandard2.0/Oscar.Data.SqlClient.dll", - "oscar.data.sqlclient.4.0.4.nupkg.sha512", - "oscar.data.sqlclient.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "runtime.win.system.io.filesystem.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp8/_._", + "runtimes/win/lib/wpa81/_._" ] }, - "Portable.BouncyCastle/1.9.0": { - "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", + "runtime.win.System.Runtime.Extensions/4.3.0": { + "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", "type": "package", - "path": "portable.bouncycastle/1.9.0", + "path": "runtime.win.system.runtime.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net40/BouncyCastle.Crypto.dll", - "lib/net40/BouncyCastle.Crypto.xml", - "lib/netstandard2.0/BouncyCastle.Crypto.dll", - "lib/netstandard2.0/BouncyCastle.Crypto.xml", - "portable.bouncycastle.1.9.0.nupkg.sha512", - "portable.bouncycastle.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", + "runtime.win.system.runtime.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll" ] }, "SharpCompress/0.37.2": { @@ -13241,6 +23215,21 @@ "swashbuckle.aspnetcore.swaggerui.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.Buffers/4.5.1": { "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", @@ -15004,6 +24993,20 @@ "system.objectmodel.nuspec" ] }, + "System.Private.Uri/4.3.0": { + "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "type": "package", + "path": "system.private.uri/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "system.private.uri.4.3.0.nupkg.sha512", + "system.private.uri.nuspec" + ] + }, "System.Reactive/5.0.0": { "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", "type": "package", @@ -15798,6 +25801,99 @@ "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.Serialization.Primitives/4.3.0": { "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", "type": "package", @@ -16269,6 +26365,74 @@ "useSharedDesignerContext.txt" ] }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".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.Encodings.Web/8.0.0": { "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "type": "package", @@ -16637,6 +26801,36 @@ "useSharedDesignerContext.txt" ] }, + "System.Threading.Overlapped/4.3.0": { + "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Threading.Overlapped.dll", + "ref/net46/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", + "runtimes/win/lib/net46/System.Threading.Overlapped.dll", + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", + "system.threading.overlapped.4.3.0.nupkg.sha512", + "system.threading.overlapped.nuspec" + ] + }, "System.Threading.Tasks/4.3.0": { "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "type": "package", @@ -17040,6 +27234,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.SqlSugar/obj/project.nuget.cache b/SafeCampus.API/SafeCampus.SqlSugar/obj/project.nuget.cache index 8459505..5767602 100644 --- a/SafeCampus.API/SafeCampus.SqlSugar/obj/project.nuget.cache +++ b/SafeCampus.API/SafeCampus.SqlSugar/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "0C+ug6BmN0tVu1MADe4DbJzBi6W6AtpjpE3WKX/yV1jP28q9Fq7UkppEklVs/mGTzyjG5u7pMsvRYPRCnvqolw==", + "dgSpecHash": "VvFyjeUup1XQazECgEcQZ7xmpgJ2tgjo3jSi/j8hF4T0HK32BT7dWWg0l+2ipon/TEwMwlByE//w1p2ftfn0vQ==", "success": true, "projectFilePath": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.SqlSugar\\SafeCampus.SqlSugar.csproj", "expectedPackageFiles": [ @@ -105,6 +105,23 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\oracle.manageddataaccess.core\\3.21.100\\oracle.manageddataaccess.core.3.21.100.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\oscar.data.sqlclient\\4.0.4\\oscar.data.sqlclient.4.0.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\portable.bouncycastle\\1.9.0\\portable.bouncycastle.1.9.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.collections\\4.3.0\\runtime.any.system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.diagnostics.tracing\\4.3.0\\runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.globalization\\4.3.0\\runtime.any.system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.io\\4.3.0\\runtime.any.system.io.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection\\4.3.0\\runtime.any.system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.extensions\\4.3.0\\runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.primitives\\4.3.0\\runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.resources.resourcemanager\\4.3.0\\runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime\\4.3.0\\runtime.any.system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.handles\\4.3.0\\runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.interopservices\\4.3.0\\runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding\\4.3.0\\runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding.extensions\\4.3.0\\runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.threading.tasks\\4.3.0\\runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.diagnostics.debug\\4.3.0\\runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.io.filesystem\\4.3.0\\runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.runtime.extensions\\4.3.0\\runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpcompress\\0.37.2\\sharpcompress.0.37.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpziplib\\1.4.2\\sharpziplib.1.4.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\simpletool\\1.0.6\\simpletool.1.0.6.nupkg.sha512", @@ -125,6 +142,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.codedom\\8.0.0\\system.codedom.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", @@ -167,6 +185,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.private.uri\\4.3.0\\system.private.uri.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive.linq\\5.0.0\\system.reactive.linq.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", @@ -183,6 +202,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", @@ -193,12 +213,14 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\8.0.0\\system.text.encoding.codepages.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.3\\system.text.json.8.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.channels\\8.0.0\\system.threading.channels.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.overlapped\\4.3.0\\system.threading.overlapped.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.parallel\\4.3.0\\system.threading.tasks.parallel.4.3.0.nupkg.sha512", diff --git a/SafeCampus.API/SafeCampus.System/Const/BizConfigConst.cs b/SafeCampus.API/SafeCampus.System/Const/BizConfigConst.cs index beb4fec..6447ce2 100644 --- a/SafeCampus.API/SafeCampus.System/Const/BizConfigConst.cs +++ b/SafeCampus.API/SafeCampus.System/Const/BizConfigConst.cs @@ -13,6 +13,10 @@ public class BizConfigConst /// public const string BIZ_SMS_STATES = "BIZ_SMS_STATES"; /// + /// 归寝时间设置 + /// + public const string BIZ_DORMITORY_TIME = "BIZ_DORMITORY_TIME"; + /// /// 短信推送预警阈值 /// public const string BIZ_SMS_STATES_DAY = "BIZ_SMS_STATES_DAY"; diff --git a/SafeCampus.API/SafeCampus.System/Entity/Attendance.cs b/SafeCampus.API/SafeCampus.System/Entity/Attendance.cs index 707069d..1ebfe06 100644 --- a/SafeCampus.API/SafeCampus.System/Entity/Attendance.cs +++ b/SafeCampus.API/SafeCampus.System/Entity/Attendance.cs @@ -3,7 +3,7 @@ [Tenant(SqlSugarConst.DB_DEFAULT)] [BatchEdit] [CodeGen] -[IgnoreInitTable] +//[IgnoreInitTable] public class Attendance : PrimaryKeyEntity { /// @@ -77,6 +77,11 @@ public class Attendance : PrimaryKeyEntity [SugarColumn(ColumnName = "Rects", ColumnDescription = "目标在快照中的位置", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] public string Rects { get; set; } /// + /// 目标是进来还是出去 + /// + [SugarColumn(ColumnName = "InsOut", ColumnDescription = "目标是进来还是出去", IsNullable = true)] + public bool InsOut { get; set; } + /// /// 人员扩展信息 /// [SugarColumn(ColumnName = "Extend", ColumnDescription = "人员扩展信息", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] diff --git a/SafeCampus.API/SafeCampus.System/Entity/BuildingInfo.cs b/SafeCampus.API/SafeCampus.System/Entity/BuildingInfo.cs index d59dee5..bfde359 100644 --- a/SafeCampus.API/SafeCampus.System/Entity/BuildingInfo.cs +++ b/SafeCampus.API/SafeCampus.System/Entity/BuildingInfo.cs @@ -1,4 +1,7 @@ namespace SafeCampus.System; +/// +/// 学生宿舍楼表 +/// [SugarTable("BuildingInfo", TableDescription = "学生宿舍楼表")] [Tenant(SqlSugarConst.DB_DEFAULT)] [BatchEdit] @@ -19,6 +22,26 @@ public class BuildingInfo : PrimaryKeyEntity /// /// 创建时间 /// - [SugarColumn(ColumnName = "CreateTime", ColumnDescription = "创建时间", IsNullable = true)] + [SugarColumn(ColumnName = "CreateTime", ColumnDescription = "创建时间", IsOnlyIgnoreUpdate = true, IsNullable = true)] public DateTime CreateTime { get; set; } + /// + /// 进入摄像头id + /// + [SugarColumn(ColumnName = "InsCameraId", ColumnDescription = "进入摄像头id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string InsCameraId { get; set; } + /// + /// 出去摄像头id + /// + [SugarColumn(ColumnName = "OutCameraId", ColumnDescription = "出去摄像头id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string OutCameraId { get; set; } + /// + /// 进入摄像头 + /// + [Navigate(NavigateType.OneToOne, nameof(InsCameraId), nameof(CameraInfo.SensorId))] + public CameraInfo InsCameraInfoItem { get; set; } + /// + /// 出去摄像头 + /// + [Navigate(NavigateType.OneToOne, nameof(OutCameraId), nameof(CameraInfo.SensorId))] + public CameraInfo OutCameraInfoItem { get; set; } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.System/Entity/DormitoryInfo.cs b/SafeCampus.API/SafeCampus.System/Entity/DormitoryInfo.cs index 3c9b25c..6d22db2 100644 --- a/SafeCampus.API/SafeCampus.System/Entity/DormitoryInfo.cs +++ b/SafeCampus.API/SafeCampus.System/Entity/DormitoryInfo.cs @@ -3,7 +3,7 @@ [Tenant(SqlSugarConst.DB_DEFAULT)] [BatchEdit] [CodeGen] -//[IgnoreInitTable] +[IgnoreInitTable] public class DormitoryInfo : PrimaryKeyEntity { /// @@ -17,6 +17,11 @@ public class DormitoryInfo : PrimaryKeyEntity [SugarColumn(ColumnName = "Gender", ColumnDescription = "寝室类型", IsNullable = false)] public bool Gender { get; set; } /// + /// 所属宿舍楼id + /// + [SugarColumn(ColumnName = "BuildId", ColumnDescription = "所属宿舍楼id", IsNullable = false)] + public long BuildId { get; set; } + /// /// 人员列表 /// [Navigate(NavigateType.OneToMany, nameof(PersonInfo.DormitoryId))] @@ -24,6 +29,11 @@ public class DormitoryInfo : PrimaryKeyEntity /// /// 创建时间 /// - [SugarColumn(ColumnName = "CreateTime", ColumnDescription = "创建时间", IsNullable = true)] + [SugarColumn(ColumnName = "CreateTime", ColumnDescription = "创建时间", IsOnlyIgnoreUpdate = true, IsNullable = true)] public DateTime CreateTime { get; set; } + /// + /// 宿舍楼信息 + /// + [Navigate(NavigateType.OneToOne, nameof(BuildId))] + public BuildingInfo BuildingInfoItem { get; set; } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.System/Entity/PersonInfo.cs b/SafeCampus.API/SafeCampus.System/Entity/PersonInfo.cs index 3939f9f..17f868b 100644 --- a/SafeCampus.API/SafeCampus.System/Entity/PersonInfo.cs +++ b/SafeCampus.API/SafeCampus.System/Entity/PersonInfo.cs @@ -3,7 +3,7 @@ [Tenant(SqlSugarConst.DB_DEFAULT)] [BatchEdit] [CodeGen] -//[IgnoreInitTable] +[IgnoreInitTable] public class PersonInfo { /// @@ -59,7 +59,7 @@ public class PersonInfo /// /// 所属寝室id /// - [SugarColumn(ColumnName = "DormitoryId", ColumnDescription = "所属寝室id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + [SugarColumn(ColumnName = "DormitoryId", ColumnDescription = "所属寝室id",IsNullable = true)] public long? DormitoryId { get; set; } /// /// 人脸列表 @@ -76,4 +76,9 @@ public class PersonInfo /// [Navigate(NavigateType.OneToOne, nameof(DormitoryId))] public DormitoryInfo DormitoryInfoItem { get; set; } + /// + /// 考勤列表 + /// + [Navigate(NavigateType.OneToMany, nameof(Attendance.PersonId))] + public List Attendances { get; set; } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.System/Entity/WarnInfo.cs b/SafeCampus.API/SafeCampus.System/Entity/WarnInfo.cs index c38a39b..8edd1c9 100644 --- a/SafeCampus.API/SafeCampus.System/Entity/WarnInfo.cs +++ b/SafeCampus.API/SafeCampus.System/Entity/WarnInfo.cs @@ -36,11 +36,7 @@ public class WarnInfo : BaseEntity /// [SugarColumn(ColumnName = "CameraId", ColumnDescription = "摄像头id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] public string CameraId { get; set; } - /// - ///摄像头信息 - /// - [Navigate(NavigateType.OneToOne, nameof(CameraId), nameof(CameraInfo.SensorId))] - public CameraInfo CameraInfoItem { get; set; } + /// /// 事件发生时间 /// @@ -61,11 +57,71 @@ public class WarnInfo : BaseEntity /// [SugarColumn(ColumnName = "Rects", ColumnDescription = "目标在快照中的位置", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] public string Rects { get; set; } + ///// + ///// 人员名称 + ///// + //[SugarColumn(ColumnName = "PersonName", ColumnDescription = "人员名称", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + //public string PersonName { get; set; } + /// + /// 性别 + /// + [SugarColumn(ColumnName = "Gender", ColumnDescription = "性别", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string Gender { get; set; } + /// + /// 班级id + /// + [SugarColumn(ColumnName = "PersonSetId", ColumnDescription = "班级id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string PersonSetId { get; set; } + /// + /// 人员id + /// + [SugarColumn(ColumnName = "PersonId", ColumnDescription = "人员id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string PersonId { get; set; } + /// + /// 人脸相似度 + /// + [SugarColumn(ColumnName = "FaceSimilarity", ColumnDescription = "人脸相似度", IsNullable = true)] + public float? FaceSimilarity { get; set; } + /// + /// 人员跟踪id,同一个id表示是同一个人 + /// + [SugarColumn(ColumnName = "TrackId", ColumnDescription = "人员跟踪id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string TrackId { get; set; } + /// + /// 服装库id + /// + [SugarColumn(ColumnName = "ClothsSetId", ColumnDescription = "服装库id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string ClothsSetId { get; set; } + /// + /// 服装id + /// + [SugarColumn(ColumnName = "ClothId", ColumnDescription = "服装id", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string ClothId { get; set; } + /// + /// 服装相似度 + /// + [SugarColumn(ColumnName = "ClothSimilarity", ColumnDescription = "服装相似度", IsNullable = true)] + public float? ClothSimilarity { get; set; } + /// + /// 奔跑速度 + /// + [SugarColumn(ColumnName = "SpeedLevel", ColumnDescription = "奔跑速度", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] + public string SpeedLevel { get; set; } + /// + /// 奔跑时周围人数 + /// + [SugarColumn(ColumnName = "MaxAroundTracks", ColumnDescription = "奔跑时周围人数", IsNullable = true)] + public int? MaxAroundTracks { get; set; } + /// + /// 人群数量 + /// + [SugarColumn(ColumnName = "Count", ColumnDescription = "人群数量", IsNullable = true)] + public int? Count { get; set; } /// - /// 人员名称 + /// 持续时长 /// - [SugarColumn(ColumnName = "PersonName", ColumnDescription = "人员名称", ColumnDataType = StaticConfig.CodeFirst_BigString, IsNullable = true)] - public string PersonName { get; set; } + [SugarColumn(ColumnName = "Duration", ColumnDescription = "持续时长", IsNullable = true)] + public int? Duration { get; set; } /// /// 人员类型 /// @@ -96,4 +152,19 @@ public class WarnInfo : BaseEntity /// [SugarColumn(ColumnName = "HandTime", ColumnDescription = "处理时间", IsNullable = true)] public DateTime? HandTime { get; set; } + /// + ///摄像头信息 + /// + [Navigate(NavigateType.OneToOne, nameof(CameraId), nameof(CameraInfo.SensorId))] + public CameraInfo CameraInfoItem { get; set; } + /// + /// 班级信息 + /// + [Navigate(NavigateType.OneToOne,nameof(PersonSetId),nameof(PersonSetInfo.PersonSetId))] + public PersonSetInfo PersonSetInfoItem { get; set; } + /// + /// 人员信息 + /// + [Navigate(NavigateType.OneToOne,nameof(PersonId),nameof(PersonInfo.PersonId))] + public PersonInfo PersonInfoItem { get; set; } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.System/SafeCampus.System.xml b/SafeCampus.API/SafeCampus.System/SafeCampus.System.xml index 68f6896..5733a78 100644 --- a/SafeCampus.API/SafeCampus.System/SafeCampus.System.xml +++ b/SafeCampus.API/SafeCampus.System/SafeCampus.System.xml @@ -61,6 +61,11 @@ 短信推送开关 + + + 归寝时间设置 + + 短信推送预警阈值 @@ -761,6 +766,11 @@ 目标在快照中的位置 + + + 目标是进来还是出去 + + 人员扩展信息 @@ -776,6 +786,46 @@ 摄像头信息 + + + 学生宿舍楼表 + + + + + 宿舍楼名称 + + + + + 男寝还是女寝 + + + + + 创建时间 + + + + + 进入摄像头id + + + + + 出去摄像头id + + + + + 进入摄像头 + + + + + 出去摄像头 + + 分组名称 @@ -1026,11 +1076,26 @@ 男寝还是女寝 + + + 所属宿舍楼id + + 人员列表 + + + 创建时间 + + + + + 宿舍楼信息 + + 查询时间 @@ -1156,6 +1221,11 @@ 寝室信息 + + + 考勤列表 + + 班级id @@ -2412,11 +2482,6 @@ 摄像头id - - - 摄像头信息 - - 事件发生时间 @@ -2437,9 +2502,64 @@ 目标在快照中的位置 - + - 人员名称 + 性别 + + + + + 班级id + + + + + 人员id + + + + + 人脸相似度 + + + + + 人员跟踪id,同一个id表示是同一个人 + + + + + 服装库id + + + + + 服装id + + + + + 服装相似度 + + + + + 奔跑速度 + + + + + 奔跑时周围人数 + + + + + 人群数量 + + + + + 持续时长 @@ -2472,6 +2592,21 @@ 处理时间 + + + 摄像头信息 + + + + + 班级信息 + + + + + 人员信息 + + 认证模块事件总线 diff --git a/SafeCampus.API/SafeCampus.System/obj/Debug/net6.0/SafeCampus.System.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.System/obj/Debug/net6.0/SafeCampus.System.AssemblyInfo.cs index 1c64263..ac97fbf 100644 --- a/SafeCampus.API/SafeCampus.System/obj/Debug/net6.0/SafeCampus.System.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.System/obj/Debug/net6.0/SafeCampus.System.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.System/obj/Debug/net6.0/SafeCampus.System.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.System/obj/Debug/net6.0/SafeCampus.System.AssemblyInfoInputs.cache index c7fa04e..450077b 100644 --- a/SafeCampus.API/SafeCampus.System/obj/Debug/net6.0/SafeCampus.System.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.System/obj/Debug/net6.0/SafeCampus.System.AssemblyInfoInputs.cache @@ -1 +1 @@ -007197918a8ef4681a2c74d8c7b41f9277a2421db76fe87a7fc6fb42399b6629 +ed2b1257f9bab0c897f6e06c373b73dea35f96ba5e4df205a47ed45641f907df diff --git a/SafeCampus.API/SafeCampus.System/obj/Debug/net7.0/SafeCampus.System.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.System/obj/Debug/net7.0/SafeCampus.System.AssemblyInfo.cs index 1c64263..ac97fbf 100644 --- a/SafeCampus.API/SafeCampus.System/obj/Debug/net7.0/SafeCampus.System.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.System/obj/Debug/net7.0/SafeCampus.System.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.System/obj/Debug/net7.0/SafeCampus.System.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.System/obj/Debug/net7.0/SafeCampus.System.AssemblyInfoInputs.cache index c7fa04e..450077b 100644 --- a/SafeCampus.API/SafeCampus.System/obj/Debug/net7.0/SafeCampus.System.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.System/obj/Debug/net7.0/SafeCampus.System.AssemblyInfoInputs.cache @@ -1 +1 @@ -007197918a8ef4681a2c74d8c7b41f9277a2421db76fe87a7fc6fb42399b6629 +ed2b1257f9bab0c897f6e06c373b73dea35f96ba5e4df205a47ed45641f907df diff --git a/SafeCampus.API/SafeCampus.System/obj/Debug/net8.0/SafeCampus.System.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.System/obj/Debug/net8.0/SafeCampus.System.AssemblyInfo.cs index 1c64263..ac97fbf 100644 --- a/SafeCampus.API/SafeCampus.System/obj/Debug/net8.0/SafeCampus.System.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.System/obj/Debug/net8.0/SafeCampus.System.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.System")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.System/obj/Debug/net8.0/SafeCampus.System.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.System/obj/Debug/net8.0/SafeCampus.System.AssemblyInfoInputs.cache index c7fa04e..450077b 100644 --- a/SafeCampus.API/SafeCampus.System/obj/Debug/net8.0/SafeCampus.System.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.System/obj/Debug/net8.0/SafeCampus.System.AssemblyInfoInputs.cache @@ -1 +1 @@ -007197918a8ef4681a2c74d8c7b41f9277a2421db76fe87a7fc6fb42399b6629 +ed2b1257f9bab0c897f6e06c373b73dea35f96ba5e4df205a47ed45641f907df diff --git a/SafeCampus.API/SafeCampus.System/obj/SafeCampus.System.csproj.nuget.dgspec.json b/SafeCampus.API/SafeCampus.System/obj/SafeCampus.System.csproj.nuget.dgspec.json index 27146e0..2265257 100644 --- a/SafeCampus.API/SafeCampus.System/obj/SafeCampus.System.csproj.nuget.dgspec.json +++ b/SafeCampus.API/SafeCampus.System/obj/SafeCampus.System.csproj.nuget.dgspec.json @@ -142,6 +142,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Core\\SafeCampus.Core.csproj": { @@ -414,6 +419,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.Plugin\\SafeCampus.Plugin.Aop\\SafeCampus.Plugin.Aop.csproj": { @@ -536,6 +546,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.SqlSugar\\SafeCampus.SqlSugar.csproj": { @@ -676,6 +691,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } }, "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SafeCampus.System.csproj": { @@ -849,6 +869,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } diff --git a/SafeCampus.API/SafeCampus.System/obj/project.assets.json b/SafeCampus.API/SafeCampus.System/obj/project.assets.json index 28eb3e3..821a903 100644 --- a/SafeCampus.API/SafeCampus.System/obj/project.assets.json +++ b/SafeCampus.API/SafeCampus.System/obj/project.assets.json @@ -3447,19 +3447,19 @@ } } }, - "net7.0": { + "net6.0/win-x64": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "7.0.0" + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.dll": { + "lib/net6.0/AngleSharp.dll": { "related": ".xml" } } @@ -3470,12 +3470,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/AngleSharp.Css.dll": { + "lib/net6.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -3511,12 +3511,12 @@ "CommunityToolkit.HighPerformance/8.1.0": { "type": "package", "compile": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "lib/net6.0/CommunityToolkit.HighPerformance.dll": { "related": ".pdb;.xml" } } @@ -3565,10 +3565,10 @@ "IP2Region.Net/2.0.2": { "type": "package", "compile": { - "lib/net7.0/IP2Region.Net.dll": {} + "lib/net6.0/IP2Region.Net.dll": {} }, "runtime": { - "lib/net7.0/IP2Region.Net.dll": {} + "lib/net6.0/IP2Region.Net.dll": {} } }, "Lazy.Captcha.Core/2.0.7": { @@ -3591,23 +3591,23 @@ "Magicodes.IE.Core/2.7.5.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyModel": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyModel": "6.0.0", "SixLabors.ImageSharp": "3.0.0", "System.ComponentModel.Annotations": "4.7.0" }, "compile": { - "lib/net7.0/Magicodes.IE.Core.dll": { + "lib/net6.0/Magicodes.IE.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Magicodes.IE.Core.dll": { + "lib/net6.0/Magicodes.IE.Core.dll": { "related": ".xml" } }, "resource": { - "lib/net7.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "lib/net6.0/zh-Hans/Magicodes.IE.Core.resources.dll": { "locale": "zh-Hans" } } @@ -3618,14 +3618,14 @@ "Microsoft.IO.RecyclableMemoryStream": "2.1.1", "SixLabors.ImageSharp": "3.0.0", "SkiaSharp": "2.88.6", - "System.Security.Cryptography.Pkcs": "7.0.1", - "System.Text.Encoding.CodePages": "7.0.0" + "System.Security.Cryptography.Pkcs": "6.0.1", + "System.Text.Encoding.CodePages": "6.0.0" }, "compile": { - "lib/net7.0/Magicodes.IE.EPPlus.dll": {} + "lib/net6.0/Magicodes.IE.EPPlus.dll": {} }, "runtime": { - "lib/net7.0/Magicodes.IE.EPPlus.dll": {} + "lib/net6.0/Magicodes.IE.EPPlus.dll": {} } }, "Magicodes.IE.Excel/2.7.5.1": { @@ -3638,12 +3638,12 @@ "System.Linq.Dynamic.Core": "1.2.6" }, "compile": { - "lib/net7.0/Magicodes.IE.Excel.dll": { + "lib/net6.0/Magicodes.IE.Excel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Magicodes.IE.Excel.dll": { + "lib/net6.0/Magicodes.IE.Excel.dll": { "related": ".xml" } } @@ -3654,19 +3654,19 @@ "Mapster.Core": "1.2.1" }, "compile": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} }, "runtime": { - "lib/net7.0/Mapster.dll": {} + "lib/net6.0/Mapster.dll": {} } }, "Mapster.Core/1.2.1": { "type": "package", "compile": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} }, "runtime": { - "lib/net7.0/Mapster.Core.dll": {} + "lib/net6.0/Mapster.Core.dll": {} } }, "Mapster.DependencyInjection/1.0.1": { @@ -3676,10 +3676,10 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} }, "runtime": { - "lib/net7.0/Mapster.DependencyInjection.dll": {} + "lib/net6.0/Mapster.DependencyInjection.dll": {} } }, "Masuit.Tools.Abstractions/2024.3.4": { @@ -3701,12 +3701,12 @@ "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "lib/net6.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -3715,31 +3715,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "7.0.15" + "Microsoft.EntityFrameworkCore": "[6.0.26]" }, "compile": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Masuit.Tools.Core.dll": { + "lib/net6.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "Microsoft.AspNetCore.Authentication.JwtBearer/6.0.29": { "type": "package", "dependencies": { "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net6.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -3747,37 +3747,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "Microsoft.AspNetCore.JsonPatch/6.0.29": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net6.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/6.0.29": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Microsoft.AspNetCore.JsonPatch": "6.0.29", "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net6.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -3810,53 +3810,53 @@ "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { "locale": "zh-Hant" } } @@ -3867,53 +3867,53 @@ "Microsoft.CodeAnalysis.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { "locale": "zh-Hant" } } @@ -3927,53 +3927,53 @@ "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -3988,53 +3988,53 @@ "System.Threading.Channels": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "lib/net6.0/Microsoft.CodeAnalysis.Workspaces.dll": { "related": ".pdb;.xml" } }, "resource": { - "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "cs" }, - "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "de" }, - "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "es" }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "fr" }, - "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "it" }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ja" }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ko" }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pl" }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "pt-BR" }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "ru" }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "tr" }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hans" }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "lib/net6.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { "locale": "zh-Hant" } } @@ -4068,40 +4068,15 @@ } }, "runtime": { - "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "related": ".pdb;.xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "unix" - }, "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".pdb" } } }, "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { "type": "package", - "runtimeTargets": { - "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { - "assetType": "native", - "rid": "win-x86" - } + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} } }, "Microsoft.Data.Sqlite/8.0.1": { @@ -4133,14 +4108,16 @@ } } }, - "Microsoft.EntityFrameworkCore/7.0.15": { + "Microsoft.EntityFrameworkCore/6.0.26": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", - "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", - "Microsoft.Extensions.Caching.Memory": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Logging": "7.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "6.0.26", + "Microsoft.EntityFrameworkCore.Analyzers": "6.0.26", + "Microsoft.Extensions.Caching.Memory": "6.0.1", + "Microsoft.Extensions.DependencyInjection": "6.0.1", + "Microsoft.Extensions.Logging": "6.0.0", + "System.Collections.Immutable": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.1" }, "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { @@ -4156,7 +4133,7 @@ "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "Microsoft.EntityFrameworkCore.Abstractions/6.0.26": { "type": "package", "compile": { "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { @@ -4169,7 +4146,7 @@ } } }, - "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "Microsoft.EntityFrameworkCore.Analyzers/6.0.26": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -4193,12 +4170,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -4216,12 +4193,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -4236,12 +4213,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -4255,12 +4232,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -4274,12 +4251,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -4297,12 +4274,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -4320,12 +4297,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -4333,34 +4310,35 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { + "Microsoft.Extensions.DependencyInjection/6.0.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -4368,24 +4346,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/7.0.0": { + "Microsoft.Extensions.DependencyModel/6.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "7.0.0", - "System.Text.Json": "7.0.0" + "System.Buffers": "4.5.1", + "System.Memory": "4.5.4", + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "6.0.0", + "System.Text.Json": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { @@ -4415,12 +4393,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -4431,12 +4409,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -4444,26 +4422,24 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/7.0.0": { + "Microsoft.Extensions.Logging/6.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", - "Microsoft.Extensions.Logging.Abstractions": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0" + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0", + "Microsoft.Extensions.Logging.Abstractions": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "System.Diagnostics.DiagnosticSource": "6.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, "Microsoft.Extensions.Logging.Abstractions/8.0.0": { @@ -4472,12 +4448,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -4492,12 +4468,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.dll": { + "lib/net6.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -4515,12 +4491,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -4530,13 +4506,16 @@ }, "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, "compile": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "lib/net6.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -4713,37 +4692,25 @@ } }, "runtime": { - "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { - "assetType": "runtime", - "rid": "win" - } } }, "Minio/5.0.0": { @@ -4754,12 +4721,12 @@ "System.Reactive.Linq": "5.0.0" }, "compile": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/Minio.dll": { + "lib/net6.0/Minio.dll": { "related": ".xml" } } @@ -4831,15 +4798,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + "Microsoft.AspNetCore.Authentication.JwtBearer": "6.0.29" }, "compile": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -4849,15 +4816,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" }, "compile": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -4870,12 +4837,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.dll": { + "lib/net6.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -4894,20 +4861,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "6.0.29", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "7.0.0", - "System.Text.Json": "7.0.4", + "Microsoft.Extensions.DependencyModel": "6.0.0", + "System.Text.Json": "6.0.9", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -4915,12 +4882,12 @@ "MySqlConnector/2.2.5": { "type": "package", "compile": { - "lib/net7.0/MySqlConnector.dll": { + "lib/net6.0/MySqlConnector.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/MySqlConnector.dll": { + "lib/net6.0/MySqlConnector.dll": { "related": ".xml" } } @@ -4928,12 +4895,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/NewLife.Core.dll": { + "lib/net6.0/NewLife.Core.dll": { "related": ".xml" } } @@ -5038,650 +5005,519 @@ } } }, - "SharpCompress/0.37.2": { + "runtime.any.System.Collections/4.3.0": { "type": "package", "dependencies": { - "ZstdSharp.Port": "0.8.0" + "System.Runtime": "4.3.0" }, "compile": { - "lib/net6.0/SharpCompress.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SharpCompress.dll": {} + "lib/netstandard1.3/System.Collections.dll": {} } }, - "SharpZipLib/1.4.2": { + "runtime.any.System.Diagnostics.Tracing/4.3.0": { "type": "package", "compile": { - "lib/net6.0/ICSharpCode.SharpZipLib.dll": { - "related": ".pdb;.xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/ICSharpCode.SharpZipLib.dll": { - "related": ".pdb;.xml" - } + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} } }, - "SimpleRedis/1.1.9": { + "runtime.any.System.Globalization/4.3.0": { "type": "package", - "dependencies": { - "Microsoft.Extensions.Configuration": "7.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", - "Microsoft.Extensions.DependencyInjection": "7.0.0", - "Microsoft.Extensions.Options": "7.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", - "NewLife.Redis": "5.6.2024.402" - }, "compile": { - "lib/net7.0/SimpleRedis.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net7.0/SimpleRedis.dll": { - "related": ".xml" - } + "lib/netstandard1.3/System.Globalization.dll": {} } }, - "SimpleTool/1.0.6": { + "runtime.any.System.IO/4.3.0": { "type": "package", - "dependencies": { - "Newtonsoft.Json": "13.0.3" - }, "compile": { - "lib/net7.0/SimpleTool.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net7.0/SimpleTool.dll": { - "related": ".xml" - } + "lib/netstandard1.5/System.IO.dll": {} } }, - "SixLabors.Fonts/2.0.3": { + "runtime.any.System.Reflection/4.3.0": { "type": "package", "compile": { - "lib/net6.0/SixLabors.Fonts.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SixLabors.Fonts.dll": { - "related": ".xml" - } + "lib/netstandard1.5/System.Reflection.dll": {} } }, - "SixLabors.ImageSharp/3.1.4": { + "runtime.any.System.Reflection.Extensions/4.3.0": { "type": "package", "compile": { - "lib/net6.0/SixLabors.ImageSharp.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SixLabors.ImageSharp.dll": { - "related": ".xml" - } - }, - "build": { - "build/_._": {} + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} } }, - "SixLabors.ImageSharp.Drawing/2.1.3": { + "runtime.any.System.Reflection.Primitives/4.3.0": { "type": "package", - "dependencies": { - "SixLabors.Fonts": "2.0.3", - "SixLabors.ImageSharp": "3.1.4" - }, "compile": { - "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { - "related": ".xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { - "related": ".xml" - } + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} } }, - "SkiaSharp/2.88.6": { + "runtime.any.System.Resources.ResourceManager/4.3.0": { "type": "package", - "dependencies": { - "SkiaSharp.NativeAssets.Win32": "2.88.6", - "SkiaSharp.NativeAssets.macOS": "2.88.6" - }, "compile": { - "lib/net6.0/SkiaSharp.dll": { - "related": ".pdb;.xml" - } + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SkiaSharp.dll": { - "related": ".pdb;.xml" - } + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} } }, - "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { + "runtime.any.System.Runtime/4.3.0": { "type": "package", "dependencies": { - "SkiaSharp": "2.88.6" + "System.Private.Uri": "4.3.0" }, "compile": { - "lib/net6.0/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/linux-arm/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-arm" - }, - "runtimes/linux-arm64/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-arm64" - }, - "runtimes/linux-musl-x64/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-musl-x64" - }, - "runtimes/linux-x64/native/libSkiaSharp.so": { - "assetType": "native", - "rid": "linux-x64" - } + "lib/netstandard1.5/System.Runtime.dll": {} } }, - "SkiaSharp.NativeAssets.macOS/2.88.6": { + "runtime.any.System.Runtime.Handles/4.3.0": { "type": "package", "compile": { - "lib/net6.0/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/osx/native/libSkiaSharp.dylib": { - "assetType": "native", - "rid": "osx" - } + "lib/netstandard1.3/System.Runtime.Handles.dll": {} } }, - "SkiaSharp.NativeAssets.Win32/2.88.6": { + "runtime.any.System.Runtime.InteropServices/4.3.0": { "type": "package", "compile": { - "lib/net6.0/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win-arm64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/libSkiaSharp.dll": { - "assetType": "native", - "rid": "win-x86" - } + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} } }, - "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "runtime.any.System.Text.Encoding/4.3.0": { "type": "package", - "dependencies": { - "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", - "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" - }, "compile": { - "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + "lib/netstandard1.3/System.Text.Encoding.dll": {} } }, - "SQLitePCLRaw.core/2.1.6": { + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { "type": "package", - "dependencies": { - "System.Memory": "4.5.3" - }, "compile": { - "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} } }, - "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "runtime.any.System.Threading.Tasks/4.3.0": { "type": "package", "compile": { - "lib/netstandard2.0/_._": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.0/_._": {} - }, - "build": { - "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} - }, - "runtimeTargets": { - "runtimes/browser-wasm/nativeassets/net7.0/e_sqlite3.a": { - "assetType": "native", - "rid": "browser-wasm" - }, - "runtimes/linux-arm/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-arm" - }, - "runtimes/linux-arm64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-arm64" - }, - "runtimes/linux-armel/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-armel" - }, - "runtimes/linux-mips64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-mips64" - }, - "runtimes/linux-musl-arm/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-arm" - }, - "runtimes/linux-musl-arm64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-arm64" - }, - "runtimes/linux-musl-x64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-musl-x64" - }, - "runtimes/linux-ppc64le/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-ppc64le" - }, - "runtimes/linux-s390x/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-s390x" - }, - "runtimes/linux-x64/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-x64" - }, - "runtimes/linux-x86/native/libe_sqlite3.so": { - "assetType": "native", - "rid": "linux-x86" - }, - "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "maccatalyst-arm64" - }, - "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "maccatalyst-x64" - }, - "runtimes/osx-arm64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "osx-arm64" - }, - "runtimes/osx-x64/native/libe_sqlite3.dylib": { - "assetType": "native", - "rid": "osx-x64" - }, - "runtimes/win-arm/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-arm" - }, - "runtimes/win-arm64/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-arm64" - }, - "runtimes/win-x64/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-x64" - }, - "runtimes/win-x86/native/e_sqlite3.dll": { - "assetType": "native", - "rid": "win-x86" - } + "lib/netstandard1.3/System.Threading.Tasks.dll": {} } }, - "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "runtime.win.System.Diagnostics.Debug/4.3.0": { "type": "package", - "dependencies": { - "SQLitePCLRaw.core": "2.1.6" - }, "compile": { - "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} } }, - "SqlSugarCore/5.1.4.158": { + "runtime.win.System.IO.FileSystem/4.3.0": { "type": "package", "dependencies": { - "Microsoft.Data.SqlClient": "2.1.7", - "Microsoft.Data.Sqlite": "8.0.1", - "MySqlConnector": "2.2.5", - "Newtonsoft.Json": "13.0.2", - "Npgsql": "5.0.18", - "Oracle.ManagedDataAccess.Core": "3.21.100", - "Oscar.Data.SqlClient": "4.0.4", - "SqlSugarCore.Dm": "1.3.0", - "SqlSugarCore.Kdbndp": "9.3.6.411", - "System.Data.Common": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0" + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "compile": { - "lib/netstandard2.1/SqlSugar.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.1/SqlSugar.dll": {} + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} } }, - "SqlSugarCore.Dm/1.3.0": { + "runtime.win.System.Runtime.Extensions/4.3.0": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "5.0.0" + "System.Private.Uri": "4.3.0" }, "compile": { - "lib/netstandard2.0/DmProvider.dll": {} + "ref/netstandard/_._": {} }, "runtime": { - "lib/netstandard2.0/DmProvider.dll": {} + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} } }, - "SqlSugarCore.Kdbndp/9.3.6.411": { + "SharpCompress/0.37.2": { "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, "compile": { - "lib/netstandard2.1/Kdbndp.dll": {} + "lib/net6.0/SharpCompress.dll": {} }, "runtime": { - "lib/netstandard2.1/Kdbndp.dll": {} + "lib/net6.0/SharpCompress.dll": {} } }, - "Swashbuckle.AspNetCore/6.5.0": { + "SharpZipLib/1.4.2": { "type": "package", - "dependencies": { - "Microsoft.Extensions.ApiDescription.Server": "6.0.5", - "Swashbuckle.AspNetCore.Swagger": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", - "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } }, - "build": { - "build/_._": {} + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } } }, - "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "SimpleRedis/1.1.9": { "type": "package", "dependencies": { - "Microsoft.OpenApi": "1.2.3" + "Microsoft.Extensions.Configuration": "6.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "6.0.0", + "Microsoft.Extensions.DependencyInjection": "6.0.0", + "Microsoft.Extensions.Options": "6.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "6.0.0", + "NewLife.Redis": "5.6.2024.402" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SimpleRedis.dll": { + "related": ".xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SimpleRedis.dll": { + "related": ".xml" } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] + } }, - "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "SimpleTool/1.0.6": { "type": "package", "dependencies": { - "Swashbuckle.AspNetCore.Swagger": "6.5.0" + "Newtonsoft.Json": "13.0.3" }, "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SimpleTool.dll": { + "related": ".xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SimpleTool.dll": { + "related": ".xml" } } }, - "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "SixLabors.Fonts/2.0.3": { "type": "package", "compile": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" } }, "runtime": { - "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { - "related": ".pdb;.xml" + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" } - }, - "frameworkReferences": [ - "Microsoft.AspNetCore.App" - ] + } }, - "System.CodeDom/8.0.0": { + "SixLabors.ImageSharp/3.1.4": { "type": "package", "compile": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/SixLabors.ImageSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.CodeDom.dll": { + "lib/net6.0/SixLabors.ImageSharp.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "build/_._": {} } }, - "System.Collections/4.3.0": { + "SixLabors.ImageSharp.Drawing/2.1.3": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" }, "compile": { - "ref/netstandard1.3/_._": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { "related": ".xml" } } }, - "System.Collections.Concurrent/4.3.0": { + "SkiaSharp/2.88.6": { "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" + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" }, "compile": { - "ref/netstandard1.3/System.Collections.Concurrent.dll": { - "related": ".xml" + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/netstandard1.3/System.Collections.Concurrent.dll": {} + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } } }, - "System.Collections.Immutable/8.0.0": { + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6" + }, "compile": { - "lib/net7.0/System.Collections.Immutable.dll": { - "related": ".xml" - } + "lib/net6.0/_._": {} }, "runtime": { - "lib/net7.0/System.Collections.Immutable.dll": { - "related": ".xml" - } + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} }, - "build": { - "buildTransitive/net6.0/_._": {} + "runtime": { + "lib/net6.0/_._": {} } }, - "System.ComponentModel/4.3.0": { + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { "type": "package", "dependencies": { - "System.Runtime": "4.3.0" + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" }, "compile": { - "ref/netstandard1.0/System.ComponentModel.dll": { - "related": ".xml" - } + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} }, "runtime": { - "lib/netstandard1.3/System.ComponentModel.dll": {} + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} } }, - "System.ComponentModel.Annotations/4.7.0": { + "SQLitePCLRaw.core/2.1.6": { "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, "compile": { - "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { - "related": ".xml" - } + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} }, "runtime": { - "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { - "related": ".xml" - } + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} } }, - "System.ComponentModel.Primitives/4.3.0": { + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} + }, + "build": { + "buildTransitive/net6.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { "type": "package", "dependencies": { - "System.ComponentModel": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" + "SQLitePCLRaw.core": "2.1.6" }, "compile": { - "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { - "related": ".xml" - } + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} }, "runtime": { - "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} } }, - "System.Composition/8.0.0": { + "SqlSugarCore/5.1.4.158": { "type": "package", "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Convention": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0", - "System.Composition.TypedParts": "8.0.0" + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" }, "compile": { - "lib/netcoreapp2.0/_._": {} + "lib/netstandard2.1/SqlSugar.dll": {} }, "runtime": { - "lib/netcoreapp2.0/_._": {} + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" }, - "build": { - "buildTransitive/net6.0/_._": {} + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} } }, - "System.Composition.AttributedModel/8.0.0": { + "SqlSugarCore.Kdbndp/9.3.6.411": { "type": "package", "compile": { - "lib/net7.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } + "lib/netstandard2.1/Kdbndp.dll": {} }, "runtime": { - "lib/net7.0/System.Composition.AttributedModel.dll": { - "related": ".xml" - } + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" }, "build": { - "buildTransitive/net6.0/_._": {} + "build/_._": {} } }, - "System.Composition.Convention/8.0.0": { + "Swashbuckle.AspNetCore.Swagger/6.5.0": { "type": "package", "dependencies": { - "System.Composition.AttributedModel": "8.0.0" + "Microsoft.OpenApi": "1.2.3" }, "compile": { - "lib/net7.0/System.Composition.Convention.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Composition.Convention.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "System.Composition.Hosting/8.0.0": { + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { "type": "package", "dependencies": { - "System.Composition.Runtime": "8.0.0" + "Swashbuckle.AspNetCore.Swagger": "6.5.0" }, "compile": { - "lib/net7.0/System.Composition.Hosting.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Composition.Hosting.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, - "System.Composition.Runtime/8.0.0": { + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { "type": "package", "compile": { - "lib/net7.0/System.Composition.Runtime.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/net7.0/System.Composition.Runtime.dll": { - "related": ".xml" + "lib/net6.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} - } + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] }, - "System.Composition.TypedParts/8.0.0": { + "System.Buffers/4.5.1": { "type": "package", - "dependencies": { - "System.Composition.AttributedModel": "8.0.0", - "System.Composition.Hosting": "8.0.0", - "System.Composition.Runtime": "8.0.0" + "compile": { + "ref/netcoreapp2.0/_._": {} }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "System.CodeDom/8.0.0": { + "type": "package", "compile": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Composition.TypedParts.dll": { + "lib/net6.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -5689,265 +5525,187 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Configuration.ConfigurationManager/8.0.0": { + "System.Collections/4.3.0": { "type": "package", "dependencies": { - "System.Diagnostics.EventLog": "8.0.0", - "System.Security.Cryptography.ProtectedData": "8.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Collections": "4.3.0" }, "compile": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "ref/netstandard1.3/_._": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} } }, - "System.Data.Common/4.3.0": { + "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.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.RegularExpressions": "4.3.0", + "System.Threading": "4.3.0", "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.2/System.Data.Common.dll": { + "ref/netstandard1.3/System.Collections.Concurrent.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.2/System.Data.Common.dll": {} + "lib/netstandard1.3/System.Collections.Concurrent.dll": {} } }, - "System.Diagnostics.Debug/4.3.0": { + "System.Collections.Immutable/8.0.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/_._": { - "related": ".xml" - } - } - }, - "System.Diagnostics.DiagnosticSource/4.7.0": { - "type": "package", - "compile": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, - "runtime": { - "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { - "related": ".xml" - } - } - }, - "System.Diagnostics.EventLog/8.0.0": { - "type": "package", "compile": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.EventLog.dll": { + "lib/net6.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { - "assetType": "runtime", - "rid": "win" - }, - "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Diagnostics.PerformanceCounter/7.0.0": { + "System.ComponentModel/4.3.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "7.0.0" + "System.Runtime": "4.3.0" }, "compile": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "ref/netstandard1.0/System.ComponentModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netstandard1.3/System.ComponentModel.dll": {} } }, - "System.Diagnostics.StackTrace/4.3.0": { + "System.ComponentModel.Annotations/4.7.0": { "type": "package", - "dependencies": { - "System.IO.FileSystem": "4.3.0", - "System.Reflection": "4.3.0", - "System.Reflection.Metadata": "1.4.1", - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } } }, - "System.Diagnostics.Tracing/4.3.0": { + "System.ComponentModel.Primitives/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.5/_._": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { "related": ".xml" } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} } }, - "System.DirectoryServices/6.0.1": { + "System.Composition/8.0.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Security.Permissions": "6.0.0" + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" }, "compile": { - "lib/net6.0/System.DirectoryServices.dll": { - "related": ".xml" - } + "lib/netcoreapp2.0/_._": {} }, "runtime": { - "lib/net6.0/System.DirectoryServices.dll": { - "related": ".xml" - } + "lib/netcoreapp2.0/_._": {} }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/net6.0/_._": {} } }, - "System.DirectoryServices.Protocols/6.0.1": { + "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "lib/net6.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "linux" - }, - "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "osx" - }, - "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/net6.0/_._": {} } }, - "System.Drawing.Common/8.0.6": { + "System.Composition.Convention/8.0.0": { "type": "package", "dependencies": { - "Microsoft.Win32.SystemEvents": "8.0.0" + "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Drawing.Common.dll": { - "related": ".pdb;.xml" + "lib/net6.0/System.Composition.Convention.dll": { + "related": ".xml" } }, "build": { "buildTransitive/net6.0/_._": {} } }, - "System.Dynamic.Runtime/4.3.0": { + "System.Composition.Hosting/8.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Linq": "4.3.0", - "System.Linq.Expressions": "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.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Threading": "4.3.0" + "System.Composition.Runtime": "8.0.0" }, "compile": { - "ref/netstandard1.3/System.Dynamic.Runtime.dll": { + "lib/net6.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + "lib/net6.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.Formats.Asn1/7.0.0": { + "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Formats.Asn1.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Formats.Asn1.dll": { + "lib/net6.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -5955,62 +5713,74 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Globalization/4.3.0": { + "System.Composition.TypedParts/8.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" }, "compile": { - "ref/netstandard1.3/_._": { + "lib/net6.0/System.Composition.TypedParts.dll": { "related": ".xml" } + }, + "runtime": { + "lib/net6.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.IdentityModel.Tokens.Jwt/6.35.0": { + "System.Configuration.ConfigurationManager/8.0.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", - "Microsoft.IdentityModel.Tokens": "6.35.0" + "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.IO/4.3.0": { + "System.Data.Common/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", - "System.Text.Encoding": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", "System.Threading.Tasks": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.IO.dll": { + "ref/netstandard1.2/System.Data.Common.dll": { "related": ".xml" } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} } }, - "System.IO.FileSystem/4.3.0": { + "System.Diagnostics.Debug/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" + "runtime.win.System.Diagnostics.Debug": "4.3.0" }, "compile": { "ref/netstandard1.3/_._": { @@ -6018,45 +5788,54 @@ } } }, - "System.IO.FileSystem.Primitives/4.3.0": { + "System.Diagnostics.DiagnosticSource/6.0.1": { "type": "package", "dependencies": { - "System.Runtime": "4.3.0" + "System.Runtime.CompilerServices.Unsafe": "6.0.0" }, "compile": { - "ref/netstandard1.3/_._": { + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + "lib/net6.0/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.IO.Hashing/7.0.0": { + "System.Diagnostics.EventLog/6.0.0": { "type": "package", "compile": { - "lib/net7.0/System.IO.Hashing.dll": { + "lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Hashing.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net6.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.IO.Pipelines/8.0.0": { + "System.Diagnostics.PerformanceCounter/7.0.0": { "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "7.0.0" + }, "compile": { - "lib/net7.0/System.IO.Pipelines.dll": { + "lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.IO.Pipelines.dll": { + "runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, @@ -6064,236 +5843,240 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Linq/4.3.0": { + "System.Diagnostics.StackTrace/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" + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" }, "compile": { - "ref/netstandard1.6/_._": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.6/System.Linq.dll": {} + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} } }, - "System.Linq.Dynamic.Core/1.2.6": { + "System.Diagnostics.Tracing/4.3.0": { "type": "package", - "compile": { - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { - "related": ".pdb;.xml" - } + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" }, - "runtime": { - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { - "related": ".pdb;.xml" + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" } } }, - "System.Linq.Expressions/4.3.0": { + "System.DirectoryServices/6.0.1": { "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" + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" }, "compile": { - "ref/netstandard1.6/System.Linq.Expressions.dll": { + "lib/net6.0/System.DirectoryServices.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.6/System.Linq.Expressions.dll": {} + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Management/8.0.0": { + "System.DirectoryServices.Protocols/6.0.1": { "type": "package", - "dependencies": { - "System.CodeDom": "8.0.0" - }, "compile": { - "lib/net7.0/System.Management.dll": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Management.dll": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Management.dll": { - "assetType": "runtime", - "rid": "win" - } + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Memory/4.5.3": { + "System.Drawing.Common/8.0.6": { "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, "compile": { - "ref/netcoreapp2.1/_._": {} + "lib/net6.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } }, "runtime": { - "lib/netcoreapp2.1/_._": {} + "lib/net6.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.ObjectModel/4.3.0": { + "System.Dynamic.Runtime/4.3.0": { "type": "package", "dependencies": { "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.ObjectModel.dll": { + "ref/netstandard1.3/System.Dynamic.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.ObjectModel.dll": {} + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} } }, - "System.Reactive/5.0.0": { + "System.Formats.Asn1/6.0.0": { "type": "package", "compile": { - "lib/net5.0/System.Reactive.dll": { + "lib/net6.0/System.Formats.Asn1.dll": { "related": ".xml" } }, "runtime": { - "lib/net5.0/System.Reactive.dll": { + "lib/net6.0/System.Formats.Asn1.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net5.0/_._": {} + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Reactive.Linq/5.0.0": { + "System.Globalization/4.3.0": { "type": "package", "dependencies": { - "System.Reactive": "5.0.0", - "System.Threading.Tasks.Extensions": "4.5.4" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Globalization": "4.3.0" }, "compile": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.Reactive.Linq.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } }, - "System.Reflection/4.3.0": { + "System.IO/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" + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.any.System.IO": "4.3.0" }, "compile": { - "ref/netstandard1.5/System.Reflection.dll": { + "ref/netstandard1.5/System.IO.dll": { "related": ".xml" } } }, - "System.Reflection.Emit/4.3.0": { + "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.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Runtime": "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", + "runtime.win.System.IO.FileSystem": "4.3.0" }, "compile": { - "ref/netstandard1.1/_._": { + "ref/netstandard1.3/_._": { "related": ".xml" } - }, - "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.3.0": { + "System.IO.FileSystem.Primitives/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/_._": { + "ref/netstandard1.3/_._": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Reflection.Emit.Lightweight/4.7.0": { + "System.IO.Hashing/7.0.0": { "type": "package", "compile": { - "ref/netcoreapp2.0/_._": {} + "lib/net6.0/System.IO.Hashing.dll": { + "related": ".xml" + } }, "runtime": { - "lib/netcoreapp2.0/_._": {} - } - }, - "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/_._": { + "lib/net6.0/System.IO.Hashing.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.Reflection.Metadata/8.0.0": { + "System.IO.Pipelines/8.0.0": { "type": "package", - "dependencies": { - "System.Collections.Immutable": "8.0.0" - }, "compile": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Reflection.Metadata.dll": { + "lib/net6.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -6301,213 +6084,242 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Reflection.Primitives/4.3.0": { + "System.Linq/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "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.0/System.Reflection.Primitives.dll": { + "ref/netstandard1.6/_._": { "related": ".xml" } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} } }, - "System.Reflection.TypeExtensions/4.3.0": { + "System.Linq.Dynamic.Core/1.2.6": { "type": "package", - "dependencies": { - "System.Reflection": "4.3.0", - "System.Runtime": "4.3.0" - }, "compile": { - "ref/netstandard1.5/_._": { - "related": ".xml" + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" } }, "runtime": { - "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } } }, - "System.Resources.ResourceManager/4.3.0": { + "System.Linq.Expressions/4.3.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", + "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.Runtime": "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.0/_._": { + "ref/netstandard1.6/System.Linq.Expressions.dll": { "related": ".xml" } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.Expressions.dll": {} } }, - "System.Runtime/4.3.1": { + "System.Management/8.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.1", - "Microsoft.NETCore.Targets": "1.1.3" + "System.CodeDom": "8.0.0" }, "compile": { - "ref/netstandard1.5/System.Runtime.dll": { + "lib/net6.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Management.dll": { "related": ".xml" } + }, + "build": { + "buildTransitive/net6.0/_._": {} } }, - "System.Runtime.Caching/4.7.0": { + "System.Memory/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.ObjectModel/4.3.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "4.7.0" + "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/netstandard2.0/_._": { + "ref/netstandard1.3/System.ObjectModel.dll": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.Runtime.Caching.dll": { - "related": ".xml" - } + "lib/netstandard1.3/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" }, - "runtimeTargets": { - "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { - "assetType": "runtime", - "rid": "win" - } + "compile": { + "ref/netstandard/_._": {} } }, - "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "System.Reactive/5.0.0": { "type": "package", "compile": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "lib/net5.0/System.Reactive.dll": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "lib/net5.0/System.Reactive.dll": { "related": ".xml" } }, "build": { - "buildTransitive/netcoreapp3.1/_._": {} + "buildTransitive/net5.0/_._": {} } }, - "System.Runtime.Extensions/4.3.0": { + "System.Reactive.Linq/5.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" }, "compile": { - "ref/netstandard1.5/System.Runtime.Extensions.dll": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { "related": ".xml" } } }, - "System.Runtime.Handles/4.3.0": { + "System.Reflection/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection": "4.3.0" }, "compile": { - "ref/netstandard1.3/_._": { + "ref/netstandard1.5/System.Reflection.dll": { "related": ".xml" } } }, - "System.Runtime.Serialization.Primitives/4.3.0": { + "System.Reflection.Emit/4.3.0": { "type": "package", "dependencies": { - "System.Resources.ResourceManager": "4.3.0", + "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.3/System.Runtime.Serialization.Primitives.dll": { + "ref/netstandard1.1/_._": { "related": ".xml" } }, "runtime": { - "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + "lib/netstandard1.3/System.Reflection.Emit.dll": {} } }, - "System.Security.AccessControl/6.0.0": { + "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": { - "lib/net6.0/System.Security.AccessControl.dll": { + "ref/netstandard1.0/_._": { "related": ".xml" } }, "runtime": { - "lib/net6.0/System.Security.AccessControl.dll": { - "related": ".xml" - } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} } }, - "System.Security.Cryptography.Cng/4.5.0": { + "System.Reflection.Emit.Lightweight/4.7.0": { "type": "package", "compile": { - "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "related": ".xml" - } + "ref/netcoreapp2.0/_._": {} }, "runtime": { - "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} - }, - "runtimeTargets": { - "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netcoreapp2.0/_._": {} } }, - "System.Security.Cryptography.Pkcs/7.0.1": { + "System.Reflection.Extensions/4.3.0": { "type": "package", "dependencies": { - "System.Formats.Asn1": "7.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Extensions": "4.3.0" }, "compile": { - "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { + "ref/netstandard1.0/_._": { "related": ".xml" } - }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { - "assetType": "runtime", - "rid": "win" - } } }, - "System.Security.Cryptography.ProtectedData/8.0.0": { + "System.Reflection.Metadata/8.0.0": { "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, "compile": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net6.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -6515,118 +6327,329 @@ "buildTransitive/net6.0/_._": {} } }, - "System.Security.Permissions/6.0.0": { + "System.Reflection.Primitives/4.3.0": { "type": "package", "dependencies": { - "System.Security.AccessControl": "6.0.0", - "System.Windows.Extensions": "6.0.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Reflection.Primitives": "4.3.0" }, "compile": { - "lib/net6.0/System.Security.Permissions.dll": { - "related": ".xml" - } - }, - "runtime": { - "lib/net6.0/System.Security.Permissions.dll": { + "ref/netstandard1.0/System.Reflection.Primitives.dll": { "related": ".xml" } - }, - "build": { - "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Security.Principal.Windows/5.0.0": { + "System.Reflection.TypeExtensions/4.3.0": { "type": "package", + "dependencies": { + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, "compile": { - "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "ref/netstandard1.5/_._": { "related": ".xml" } }, "runtime": { - "lib/netstandard2.0/System.Security.Principal.Windows.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { - "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "unix" - }, - "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { - "assetType": "runtime", - "rid": "win" - } + "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} } }, - "System.Text.Encoding/4.3.0": { + "System.Resources.ResourceManager/4.3.0": { "type": "package", "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", "Microsoft.NETCore.Targets": "1.1.0", - "System.Runtime": "4.3.0" + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0", + "runtime.any.System.Resources.ResourceManager": "4.3.0" }, "compile": { - "ref/netstandard1.3/System.Text.Encoding.dll": { + "ref/netstandard1.0/_._": { "related": ".xml" } } }, - "System.Text.Encoding.CodePages/7.0.0": { + "System.Runtime/4.3.1": { "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, "compile": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "ref/netstandard1.5/System.Runtime.dll": { "related": ".xml" } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" }, - "runtime": { - "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "compile": { + "ref/netstandard2.0/_._": { "related": ".xml" } }, - "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { - "assetType": "runtime", - "rid": "win" + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" } } }, - "System.Text.Encodings.Web/8.0.0": { + "System.Runtime.CompilerServices.Unsafe/6.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Encodings.Web.dll": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net6.0/_._": {} - }, - "runtimeTargets": { - "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { - "assetType": "runtime", - "rid": "browser" - } + "buildTransitive/netcoreapp3.1/_._": {} } }, - "System.Text.Json/8.0.0": { + "System.Runtime.Extensions/4.3.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "8.0.0" - }, - "compile": { - "lib/net7.0/System.Text.Json.dll": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Text.Json.dll": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Pkcs/6.0.1": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/6.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "6.0.0", + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net6.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -6664,12 +6687,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net7.0/System.Threading.Channels.dll": { + "lib/net6.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -6677,12 +6700,30 @@ "buildTransitive/net6.0/_._": {} } }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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" + "System.Runtime": "4.3.0", + "runtime.any.System.Threading.Tasks": "4.3.0" }, "compile": { "ref/netstandard1.3/System.Threading.Tasks.dll": { @@ -6731,14 +6772,8 @@ } }, "runtime": { - "lib/net6.0/System.Windows.Extensions.dll": { - "related": ".xml" - } - }, - "runtimeTargets": { "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { - "assetType": "runtime", - "rid": "win" + "related": ".xml" } } }, @@ -6792,15 +6827,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net7.0/ZstdSharp.dll": {} + "lib/net6.0/ZstdSharp.dll": {} } }, "SafeCampus.Cache/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SimpleRedis": "1.1.9" @@ -6814,7 +6849,7 @@ }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -6839,7 +6874,7 @@ }, "SafeCampus.Plugin.Aop/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "SafeCampus.Cache": "3.0.0" }, @@ -6852,7 +6887,7 @@ }, "SafeCampus.SqlSugar/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v7.0", + "framework": ".NETCoreApp,Version=v6.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SqlSugarCore": "5.1.4.158" @@ -6865,19 +6900,19 @@ } } }, - "net8.0": { + "net7.0": { "AngleSharp/1.1.2": { "type": "package", "dependencies": { - "System.Text.Encoding.CodePages": "8.0.0" + "System.Text.Encoding.CodePages": "7.0.0" }, "compile": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.dll": { + "lib/net7.0/AngleSharp.dll": { "related": ".xml" } } @@ -6888,12 +6923,12 @@ "AngleSharp": "[1.0.0, 2.0.0)" }, "compile": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/AngleSharp.Css.dll": { + "lib/net7.0/AngleSharp.Css.dll": { "related": ".xml" } } @@ -7009,23 +7044,23 @@ "Magicodes.IE.Core/2.7.5.1": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.DependencyModel": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyModel": "7.0.0", "SixLabors.ImageSharp": "3.0.0", "System.ComponentModel.Annotations": "4.7.0" }, "compile": { - "lib/net8.0/Magicodes.IE.Core.dll": { + "lib/net7.0/Magicodes.IE.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Magicodes.IE.Core.dll": { + "lib/net7.0/Magicodes.IE.Core.dll": { "related": ".xml" } }, "resource": { - "lib/net8.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "lib/net7.0/zh-Hans/Magicodes.IE.Core.resources.dll": { "locale": "zh-Hans" } } @@ -7036,14 +7071,14 @@ "Microsoft.IO.RecyclableMemoryStream": "2.1.1", "SixLabors.ImageSharp": "3.0.0", "SkiaSharp": "2.88.6", - "System.Security.Cryptography.Pkcs": "8.0.0", - "System.Text.Encoding.CodePages": "8.0.0" + "System.Security.Cryptography.Pkcs": "7.0.1", + "System.Text.Encoding.CodePages": "7.0.0" }, "compile": { - "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + "lib/net7.0/Magicodes.IE.EPPlus.dll": {} }, "runtime": { - "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + "lib/net7.0/Magicodes.IE.EPPlus.dll": {} } }, "Magicodes.IE.Excel/2.7.5.1": { @@ -7056,12 +7091,12 @@ "System.Linq.Dynamic.Core": "1.2.6" }, "compile": { - "lib/net8.0/Magicodes.IE.Excel.dll": { + "lib/net7.0/Magicodes.IE.Excel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Magicodes.IE.Excel.dll": { + "lib/net7.0/Magicodes.IE.Excel.dll": { "related": ".xml" } } @@ -7114,17 +7149,17 @@ "SixLabors.ImageSharp.Drawing": "2.1.3", "System.Collections.Immutable": "8.0.0", "System.Configuration.ConfigurationManager": "8.0.0", - "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", "System.Management": "8.0.0", "System.Reflection.Emit.Lightweight": "4.7.0" }, "compile": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { "related": ".xml" } } @@ -7133,31 +7168,31 @@ "type": "package", "dependencies": { "Masuit.Tools.Abstractions": "2024.3.4", - "Microsoft.EntityFrameworkCore": "8.0.4" + "Microsoft.EntityFrameworkCore": "7.0.15" }, "compile": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Masuit.Tools.Core.dll": { + "lib/net7.0/Masuit.Tools.Core.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { "related": ".xml" } }, @@ -7165,37 +7200,37 @@ "Microsoft.AspNetCore.App" ] }, - "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "Microsoft.AspNetCore.JsonPatch/7.0.18": { "type": "package", "dependencies": { "Microsoft.CSharp": "4.7.0", - "Newtonsoft.Json": "13.0.3" + "Newtonsoft.Json": "13.0.1" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { "related": ".xml" } } }, - "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.JsonPatch": "8.0.4", - "Newtonsoft.Json": "13.0.3", + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", "Newtonsoft.Json.Bson": "1.0.2" }, "compile": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { "related": ".xml" } }, @@ -7541,52 +7576,53 @@ "SQLitePCLRaw.core": "2.1.6" }, "compile": { - "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore/8.0.4": { + "Microsoft.EntityFrameworkCore/7.0.15": { "type": "package", "dependencies": { - "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", - "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", - "Microsoft.Extensions.Caching.Memory": "8.0.0", - "Microsoft.Extensions.Logging": "8.0.0" + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { "related": ".xml" } }, "build": { - "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} } }, - "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { "type": "package", "compile": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { "type": "package", "compile": { "lib/netstandard2.0/_._": {} @@ -7610,12 +7646,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { "related": ".xml" } }, @@ -7633,12 +7669,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { "related": ".xml" } }, @@ -7653,12 +7689,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { "related": ".xml" } }, @@ -7672,12 +7708,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { "related": ".xml" } }, @@ -7691,12 +7727,12 @@ "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { "related": ".xml" } }, @@ -7714,12 +7750,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { "related": ".xml" } }, @@ -7737,12 +7773,12 @@ "System.Text.Json": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { "related": ".xml" } }, @@ -7750,18 +7786,18 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { + "Microsoft.Extensions.DependencyInjection/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { "related": ".xml" } }, @@ -7772,12 +7808,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { "related": ".xml" } }, @@ -7785,19 +7821,19 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.DependencyModel/8.0.0": { + "Microsoft.Extensions.DependencyModel/7.0.0": { "type": "package", "dependencies": { - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.0" + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { "related": ".xml" } }, @@ -7811,12 +7847,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { "related": ".xml" } }, @@ -7832,12 +7868,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { "related": ".xml" } }, @@ -7848,12 +7884,12 @@ "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { "related": ".xml" } }, @@ -7861,20 +7897,21 @@ "buildTransitive/net6.0/_._": {} } }, - "Microsoft.Extensions.Logging/8.0.0": { + "Microsoft.Extensions.Logging/7.0.0": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Logging.Abstractions": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0" + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { "related": ".xml" } }, @@ -7888,12 +7925,12 @@ "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { "related": ".xml" } }, @@ -7908,12 +7945,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.dll": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { "related": ".xml" } }, @@ -7931,12 +7968,12 @@ "Microsoft.Extensions.Primitives": "8.0.0" }, "compile": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { "related": ".xml" } }, @@ -7947,12 +7984,12 @@ "Microsoft.Extensions.Primitives/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { "related": ".xml" } }, @@ -7973,97 +8010,102 @@ } } }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { + "Microsoft.IdentityModel.Abstractions/6.35.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Logging/7.1.2": { + "Microsoft.IdentityModel.Logging/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Abstractions": "7.1.2" + "Microsoft.IdentityModel.Abstractions": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols/7.1.2": { + "Microsoft.IdentityModel.Protocols/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Protocols": "7.1.2", - "System.IdentityModel.Tokens.Jwt": "7.1.2" + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { "related": ".xml" } } }, - "Microsoft.IdentityModel.Tokens/7.1.2": { + "Microsoft.IdentityModel.Tokens/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.Logging": "7.1.2" + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" }, "compile": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { "related": ".xml" } } @@ -8138,12 +8180,12 @@ "Microsoft.Win32.SystemEvents/8.0.0": { "type": "package", "compile": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "related": ".xml" } }, @@ -8151,7 +8193,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { "assetType": "runtime", "rid": "win" } @@ -8242,15 +8284,15 @@ "MoYu.Extras.Authentication.JwtBearer/1.0.6": { "type": "package", "dependencies": { - "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" }, "compile": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { "related": ".xml" } } @@ -8260,15 +8302,15 @@ "dependencies": { "Mapster": "7.4.0", "Mapster.DependencyInjection": "1.0.1", - "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" }, "compile": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { "related": ".xml" } } @@ -8281,12 +8323,12 @@ "Swashbuckle.AspNetCore": "6.5.0" }, "compile": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.dll": { + "lib/net7.0/MoYu.Pure.dll": { "related": ".xml" } }, @@ -8305,20 +8347,20 @@ "type": "package", "dependencies": { "Ben.Demystifier": "0.4.1", - "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", "Microsoft.AspNetCore.Razor.Language": "6.0.29", "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", - "Microsoft.Extensions.DependencyModel": "8.0.0", - "System.Text.Json": "8.0.3", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", "System.Text.RegularExpressions": "4.3.1" }, "compile": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { "related": ".xml" } } @@ -8339,12 +8381,12 @@ "NewLife.Core/10.10.2024.601": { "type": "package", "compile": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/NewLife.Core.dll": { + "lib/net7.0/NewLife.Core.dll": { "related": ".xml" } } @@ -8455,10 +8497,10 @@ "ZstdSharp.Port": "0.8.0" }, "compile": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} }, "runtime": { - "lib/net8.0/SharpCompress.dll": {} + "lib/net6.0/SharpCompress.dll": {} } }, "SharpZipLib/1.4.2": { @@ -8477,20 +8519,20 @@ "SimpleRedis/1.1.9": { "type": "package", "dependencies": { - "Microsoft.Extensions.Configuration": "8.0.0", - "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", - "Microsoft.Extensions.DependencyInjection": "8.0.0", - "Microsoft.Extensions.Options": "8.0.0", - "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", "NewLife.Redis": "5.6.2024.402" }, "compile": { - "lib/net8.0/SimpleRedis.dll": { + "lib/net7.0/SimpleRedis.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/SimpleRedis.dll": { + "lib/net7.0/SimpleRedis.dll": { "related": ".xml" } } @@ -8676,10 +8718,10 @@ "lib/netstandard2.0/_._": {} }, "build": { - "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} }, "runtimeTargets": { - "runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a": { + "runtimes/browser-wasm/nativeassets/net7.0/e_sqlite3.a": { "assetType": "native", "rid": "browser-wasm" }, @@ -8882,12 +8924,12 @@ "System.CodeDom/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.CodeDom.dll": { + "lib/net7.0/System.CodeDom.dll": { "related": ".xml" } }, @@ -8934,12 +8976,12 @@ "System.Collections.Immutable/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Collections.Immutable.dll": { + "lib/net7.0/System.Collections.Immutable.dll": { "related": ".xml" } }, @@ -9012,12 +9054,12 @@ "System.Composition.AttributedModel/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.AttributedModel.dll": { + "lib/net7.0/System.Composition.AttributedModel.dll": { "related": ".xml" } }, @@ -9031,12 +9073,12 @@ "System.Composition.AttributedModel": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Convention.dll": { + "lib/net7.0/System.Composition.Convention.dll": { "related": ".xml" } }, @@ -9050,12 +9092,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Hosting.dll": { + "lib/net7.0/System.Composition.Hosting.dll": { "related": ".xml" } }, @@ -9066,12 +9108,12 @@ "System.Composition.Runtime/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.Runtime.dll": { + "lib/net7.0/System.Composition.Runtime.dll": { "related": ".xml" } }, @@ -9087,12 +9129,12 @@ "System.Composition.Runtime": "8.0.0" }, "compile": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Composition.TypedParts.dll": { + "lib/net7.0/System.Composition.TypedParts.dll": { "related": ".xml" } }, @@ -9107,12 +9149,12 @@ "System.Security.Cryptography.ProtectedData": "8.0.0" }, "compile": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { "related": ".xml" } }, @@ -9170,12 +9212,12 @@ "System.Diagnostics.EventLog/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { "related": ".xml" } }, @@ -9183,28 +9225,28 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": { "assetType": "runtime", "rid": "win" }, - "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { "assetType": "runtime", "rid": "win" } } }, - "System.Diagnostics.PerformanceCounter/8.0.0": { + "System.Diagnostics.PerformanceCounter/7.0.0": { "type": "package", "dependencies": { - "System.Configuration.ConfigurationManager": "8.0.0" + "System.Configuration.ConfigurationManager": "7.0.0" }, "compile": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "related": ".xml" } }, @@ -9212,7 +9254,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { "assetType": "runtime", "rid": "win" } @@ -9310,12 +9352,12 @@ "Microsoft.Win32.SystemEvents": "8.0.0" }, "compile": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, "runtime": { - "lib/net8.0/System.Drawing.Common.dll": { + "lib/net7.0/System.Drawing.Common.dll": { "related": ".pdb;.xml" } }, @@ -9350,15 +9392,15 @@ "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} } }, - "System.Formats.Asn1/8.0.0": { + "System.Formats.Asn1/7.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Formats.Asn1.dll": { + "lib/net7.0/System.Formats.Asn1.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Formats.Asn1.dll": { + "lib/net7.0/System.Formats.Asn1.dll": { "related": ".xml" } }, @@ -9379,19 +9421,19 @@ } } }, - "System.IdentityModel.Tokens.Jwt/7.1.2": { + "System.IdentityModel.Tokens.Jwt/6.35.0": { "type": "package", "dependencies": { - "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", - "Microsoft.IdentityModel.Tokens": "7.1.2" + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" }, "compile": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { "related": ".xml" } } @@ -9462,12 +9504,12 @@ "System.IO.Pipelines/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.IO.Pipelines.dll": { + "lib/net7.0/System.IO.Pipelines.dll": { "related": ".xml" } }, @@ -9542,12 +9584,12 @@ "System.CodeDom": "8.0.0" }, "compile": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Management.dll": { + "lib/net7.0/System.Management.dll": { "related": ".xml" } }, @@ -9555,7 +9597,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Management.dll": { + "runtimes/win/lib/net7.0/System.Management.dll": { "assetType": "runtime", "rid": "win" } @@ -9699,12 +9741,12 @@ "System.Collections.Immutable": "8.0.0" }, "compile": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Reflection.Metadata.dll": { + "lib/net7.0/System.Reflection.Metadata.dll": { "related": ".xml" } }, @@ -9868,18 +9910,35 @@ } } }, - "System.Security.Cryptography.Pkcs/8.0.0": { + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/7.0.1": { "type": "package", "dependencies": { - "System.Formats.Asn1": "8.0.0" + "System.Formats.Asn1": "7.0.0" }, "compile": { - "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { "related": ".xml" } }, @@ -9887,7 +9946,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { "assetType": "runtime", "rid": "win" } @@ -9896,12 +9955,12 @@ "System.Security.Cryptography.ProtectedData/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { "related": ".xml" } }, @@ -9965,15 +10024,15 @@ } } }, - "System.Text.Encoding.CodePages/8.0.0": { + "System.Text.Encoding.CodePages/7.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { "related": ".xml" } }, @@ -9981,7 +10040,7 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { "assetType": "runtime", "rid": "win" } @@ -9990,12 +10049,12 @@ "System.Text.Encodings.Web/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Encodings.Web.dll": { + "lib/net7.0/System.Text.Encodings.Web.dll": { "related": ".xml" } }, @@ -10003,24 +10062,24 @@ "buildTransitive/net6.0/_._": {} }, "runtimeTargets": { - "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "runtimes/browser/lib/net7.0/System.Text.Encodings.Web.dll": { "assetType": "runtime", "rid": "browser" } } }, - "System.Text.Json/8.0.3": { + "System.Text.Json/8.0.0": { "type": "package", "dependencies": { "System.Text.Encodings.Web": "8.0.0" }, "compile": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Text.Json.dll": { + "lib/net7.0/System.Text.Json.dll": { "related": ".xml" } }, @@ -10058,12 +10117,12 @@ "System.Threading.Channels/8.0.0": { "type": "package", "compile": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, "runtime": { - "lib/net8.0/System.Threading.Channels.dll": { + "lib/net7.0/System.Threading.Channels.dll": { "related": ".xml" } }, @@ -10186,15 +10245,15 @@ "ZstdSharp.Port/0.8.0": { "type": "package", "compile": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} }, "runtime": { - "lib/net8.0/ZstdSharp.dll": {} + "lib/net7.0/ZstdSharp.dll": {} } }, "SafeCampus.Cache/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SimpleRedis": "1.1.9" @@ -10208,7 +10267,7 @@ }, "SafeCampus.Core/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "Lazy.Captcha.Core": "2.0.7", "Masuit.Tools.Core": "2024.3.4", @@ -10233,7 +10292,7 @@ }, "SafeCampus.Plugin.Aop/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "SafeCampus.Cache": "3.0.0" }, @@ -10246,7 +10305,7 @@ }, "SafeCampus.SqlSugar/3.0.0": { "type": "project", - "framework": ".NETCoreApp,Version=v8.0", + "framework": ".NETCoreApp,Version=v7.0", "dependencies": { "SafeCampus.Core": "3.0.0", "SqlSugarCore": "5.1.4.158" @@ -10258,60 +10317,10318 @@ "bin/placeholder/SafeCampus.SqlSugar.dll": {} } } - } - }, - "libraries": { - "AngleSharp/1.1.2": { - "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", - "type": "package", - "path": "anglesharp/1.1.2", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.1.1.2.nupkg.sha512", - "anglesharp.nuspec", - "lib/net461/AngleSharp.dll", - "lib/net461/AngleSharp.xml", - "lib/net472/AngleSharp.dll", - "lib/net472/AngleSharp.xml", - "lib/net6.0/AngleSharp.dll", - "lib/net6.0/AngleSharp.xml", - "lib/net7.0/AngleSharp.dll", - "lib/net7.0/AngleSharp.xml", - "lib/net8.0/AngleSharp.dll", - "lib/net8.0/AngleSharp.xml", - "lib/netstandard2.0/AngleSharp.dll", - "lib/netstandard2.0/AngleSharp.xml", - "logo.png" - ] - }, - "AngleSharp.Css/1.0.0-beta.139": { - "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", - "type": "package", - "path": "anglesharp.css/1.0.0-beta.139", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "README.md", - "anglesharp.css.1.0.0-beta.139.nupkg.sha512", - "anglesharp.css.nuspec", - "lib/net461/AngleSharp.Css.dll", - "lib/net461/AngleSharp.Css.xml", - "lib/net472/AngleSharp.Css.dll", - "lib/net472/AngleSharp.Css.xml", - "lib/net6.0/AngleSharp.Css.dll", - "lib/net6.0/AngleSharp.Css.xml", - "lib/net7.0/AngleSharp.Css.dll", - "lib/net7.0/AngleSharp.Css.xml", - "lib/net8.0/AngleSharp.Css.dll", - "lib/net8.0/AngleSharp.Css.xml", - "lib/netstandard2.0/AngleSharp.Css.dll", - "lib/netstandard2.0/AngleSharp.Css.xml", - "logo.png" - ] }, - "Ben.Demystifier/0.4.1": { + "net7.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "7.0.0" + }, + "compile": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "DynamicExpresso.Core/2.3.3": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "IP2Region.Net/2.0.2": { + "type": "package", + "compile": { + "lib/net7.0/IP2Region.Net.dll": {} + }, + "runtime": { + "lib/net7.0/IP2Region.Net.dll": {} + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Magicodes.IE.Core/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "SixLabors.ImageSharp": "3.0.0", + "System.ComponentModel.Annotations": "4.7.0" + }, + "compile": { + "lib/net7.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net7.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Magicodes.IE.EPPlus/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.IO.RecyclableMemoryStream": "2.1.1", + "SixLabors.ImageSharp": "3.0.0", + "SkiaSharp": "2.88.6", + "System.Security.Cryptography.Pkcs": "7.0.1", + "System.Text.Encoding.CodePages": "7.0.0" + }, + "compile": { + "lib/net7.0/Magicodes.IE.EPPlus.dll": {} + }, + "runtime": { + "lib/net7.0/Magicodes.IE.EPPlus.dll": {} + } + }, + "Magicodes.IE.Excel/2.7.5.1": { + "type": "package", + "dependencies": { + "DynamicExpresso.Core": "2.3.3", + "Magicodes.IE.Core": "2.7.5.1", + "Magicodes.IE.EPPlus": "2.7.5.1", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.6", + "System.Linq.Dynamic.Core": "1.2.6" + }, + "compile": { + "lib/net7.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "7.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "7.0.15" + }, + "compile": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.1" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/7.0.18": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "7.0.18", + "Newtonsoft.Json": "13.0.1", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/7.0.15": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "7.0.15", + "Microsoft.EntityFrameworkCore.Analyzers": "7.0.15", + "Microsoft.Extensions.Caching.Memory": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Logging": "7.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/7.0.15": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/7.0.15": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "7.0.0", + "System.Text.Json": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/7.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0", + "Microsoft.Extensions.Logging.Abstractions": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "type": "package", + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "6.35.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encodings.Web": "4.7.2", + "System.Text.Json": "4.7.2" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "6.35.0", + "System.IdentityModel.Tokens.Jwt": "6.35.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.5.0", + "Microsoft.IdentityModel.Logging": "6.35.0", + "System.Security.Cryptography.Cng": "4.5.0" + }, + "compile": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IO.RecyclableMemoryStream/2.1.1": { + "type": "package", + "compile": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "7.0.18" + }, + "compile": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "7.0.0" + }, + "compile": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "7.0.18", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "7.0.0", + "System.Text.Json": "7.0.4", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net6.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net6.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "7.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "7.0.0", + "Microsoft.Extensions.DependencyInjection": "7.0.0", + "Microsoft.Extensions.Options": "7.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "7.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net7.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} + }, + "build": { + "buildTransitive/net7.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Annotations/4.7.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net7.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/7.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Formats.Asn1/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/6.35.0": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "6.35.0", + "Microsoft.IdentityModel.Tokens": "6.35.0" + }, + "compile": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Dynamic.Core/1.2.6": { + "type": "package", + "compile": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.Cng/4.5.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/System.Security.Cryptography.Cng.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Pkcs/7.0.1": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "7.0.0" + }, + "compile": { + "lib/net7.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net7.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "UAParser/3.1.47": { + "type": "package", + "compile": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net7.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net7.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + }, + "SafeCampus.Plugin.Aop/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "SafeCampus.Cache": "3.0.0" + }, + "compile": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + } + }, + "SafeCampus.SqlSugar/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v7.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SqlSugarCore": "5.1.4.158" + }, + "compile": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + } + } + }, + "net8.0": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "DynamicExpresso.Core/2.3.3": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "IP2Region.Net/2.0.2": { + "type": "package", + "compile": { + "lib/net7.0/IP2Region.Net.dll": {} + }, + "runtime": { + "lib/net7.0/IP2Region.Net.dll": {} + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Magicodes.IE.Core/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "SixLabors.ImageSharp": "3.0.0", + "System.ComponentModel.Annotations": "4.7.0" + }, + "compile": { + "lib/net8.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Magicodes.IE.EPPlus/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.IO.RecyclableMemoryStream": "2.1.1", + "SixLabors.ImageSharp": "3.0.0", + "SkiaSharp": "2.88.6", + "System.Security.Cryptography.Pkcs": "8.0.0", + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + }, + "runtime": { + "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + } + }, + "Magicodes.IE.Excel/2.7.5.1": { + "type": "package", + "dependencies": { + "DynamicExpresso.Core": "2.3.3", + "Magicodes.IE.Core": "2.7.5.1", + "Magicodes.IE.EPPlus": "2.7.5.1", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.6", + "System.Linq.Dynamic.Core": "1.2.6" + }, + "compile": { + "lib/net8.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IO.RecyclableMemoryStream/2.1.1": { + "type": "package", + "compile": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/linux-arm/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-musl-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-x64/native/libSkiaSharp.so": { + "assetType": "native", + "rid": "linux-x64" + } + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/osx/native/libSkiaSharp.dylib": { + "assetType": "native", + "rid": "osx" + } + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win-arm64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/libSkiaSharp.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "build": { + "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + }, + "runtimeTargets": { + "runtimes/browser-wasm/nativeassets/net8.0/e_sqlite3.a": { + "assetType": "native", + "rid": "browser-wasm" + }, + "runtimes/linux-arm/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-arm" + }, + "runtimes/linux-arm64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-arm64" + }, + "runtimes/linux-armel/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-armel" + }, + "runtimes/linux-mips64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-mips64" + }, + "runtimes/linux-musl-arm/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-arm" + }, + "runtimes/linux-musl-arm64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-arm64" + }, + "runtimes/linux-musl-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-musl-x64" + }, + "runtimes/linux-ppc64le/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-ppc64le" + }, + "runtimes/linux-s390x/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-s390x" + }, + "runtimes/linux-x64/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/linux-x86/native/libe_sqlite3.so": { + "assetType": "native", + "rid": "linux-x86" + }, + "runtimes/maccatalyst-arm64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "maccatalyst-arm64" + }, + "runtimes/maccatalyst-x64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "maccatalyst-x64" + }, + "runtimes/osx-arm64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "osx-arm64" + }, + "runtimes/osx-x64/native/libe_sqlite3.dylib": { + "assetType": "native", + "rid": "osx-x64" + }, + "runtimes/win-arm/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-arm" + }, + "runtimes/win-arm64/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-arm64" + }, + "runtimes/win-x64/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/e_sqlite3.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "System.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Annotations/4.7.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": { + "assetType": "runtime", + "rid": "win" + }, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "linux" + }, + "runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "osx" + }, + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Formats.Asn1/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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.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/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Dynamic.Core/1.2.6": { + "type": "package", + "compile": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + }, + "runtimeTargets": { + "runtimes/browser/lib/net8.0/System.Text.Encodings.Web.dll": { + "assetType": "runtime", + "rid": "browser" + } + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "UAParser/3.1.47": { + "type": "package", + "compile": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + }, + "SafeCampus.Plugin.Aop/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Cache": "3.0.0" + }, + "compile": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + } + }, + "SafeCampus.SqlSugar/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SqlSugarCore": "5.1.4.158" + }, + "compile": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + } + } + }, + "net8.0/win-x64": { + "AngleSharp/1.1.2": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.dll": { + "related": ".xml" + } + } + }, + "AngleSharp.Css/1.0.0-beta.139": { + "type": "package", + "dependencies": { + "AngleSharp": "[1.0.0, 2.0.0)" + }, + "compile": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/AngleSharp.Css.dll": { + "related": ".xml" + } + } + }, + "Ben.Demystifier/0.4.1": { + "type": "package", + "dependencies": { + "System.Reflection.Metadata": "5.0.0" + }, + "compile": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Ben.Demystifier.dll": {} + } + }, + "Castle.Core/5.1.1": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "6.0.0" + }, + "compile": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Castle.Core.dll": { + "related": ".xml" + } + } + }, + "CommunityToolkit.HighPerformance/8.1.0": { + "type": "package", + "compile": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/CommunityToolkit.HighPerformance.dll": { + "related": ".pdb;.xml" + } + } + }, + "DnsClient/1.7.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "5.0.0" + }, + "compile": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/DnsClient.dll": { + "related": ".xml" + } + } + }, + "DynamicExpresso.Core/2.3.3": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0" + }, + "compile": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DynamicExpresso.Core.dll": {} + } + }, + "Humanizer.Core/2.14.1": { + "type": "package", + "compile": { + "lib/net6.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Humanizer.dll": { + "related": ".xml" + } + } + }, + "IP2Region.Net/2.0.2": { + "type": "package", + "compile": { + "lib/net7.0/IP2Region.Net.dll": {} + }, + "runtime": { + "lib/net7.0/IP2Region.Net.dll": {} + } + }, + "Lazy.Captcha.Core/2.0.7": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Lazy.Captcha.Core.dll": {} + } + }, + "Magicodes.IE.Core/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "SixLabors.ImageSharp": "3.0.0", + "System.ComponentModel.Annotations": "4.7.0" + }, + "compile": { + "lib/net8.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Magicodes.IE.Core.dll": { + "related": ".xml" + } + }, + "resource": { + "lib/net8.0/zh-Hans/Magicodes.IE.Core.resources.dll": { + "locale": "zh-Hans" + } + } + }, + "Magicodes.IE.EPPlus/2.7.5.1": { + "type": "package", + "dependencies": { + "Microsoft.IO.RecyclableMemoryStream": "2.1.1", + "SixLabors.ImageSharp": "3.0.0", + "SkiaSharp": "2.88.6", + "System.Security.Cryptography.Pkcs": "8.0.0", + "System.Text.Encoding.CodePages": "8.0.0" + }, + "compile": { + "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + }, + "runtime": { + "lib/net8.0/Magicodes.IE.EPPlus.dll": {} + } + }, + "Magicodes.IE.Excel/2.7.5.1": { + "type": "package", + "dependencies": { + "DynamicExpresso.Core": "2.3.3", + "Magicodes.IE.Core": "2.7.5.1", + "Magicodes.IE.EPPlus": "2.7.5.1", + "SkiaSharp.NativeAssets.Linux.NoDependencies": "2.88.6", + "System.Linq.Dynamic.Core": "1.2.6" + }, + "compile": { + "lib/net8.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Magicodes.IE.Excel.dll": { + "related": ".xml" + } + } + }, + "Mapster/7.4.0": { + "type": "package", + "dependencies": { + "Mapster.Core": "1.2.1" + }, + "compile": { + "lib/net7.0/Mapster.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.dll": {} + } + }, + "Mapster.Core/1.2.1": { + "type": "package", + "compile": { + "lib/net7.0/Mapster.Core.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.Core.dll": {} + } + }, + "Mapster.DependencyInjection/1.0.1": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0" + }, + "compile": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net7.0/Mapster.DependencyInjection.dll": {} + } + }, + "Masuit.Tools.Abstractions/2024.3.4": { + "type": "package", + "dependencies": { + "AngleSharp": "1.1.2", + "AngleSharp.Css": "1.0.0-beta.139", + "Castle.Core": "5.1.1", + "DnsClient": "1.7.0", + "Microsoft.CSharp": "4.7.0", + "Microsoft.Extensions.Configuration.Json": "8.0.0", + "Newtonsoft.Json": "13.0.3", + "SharpCompress": "0.37.2", + "SixLabors.ImageSharp.Drawing": "2.1.3", + "System.Collections.Immutable": "8.0.0", + "System.Configuration.ConfigurationManager": "8.0.0", + "System.Diagnostics.PerformanceCounter": "8.0.0", + "System.Management": "8.0.0", + "System.Reflection.Emit.Lightweight": "4.7.0" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Masuit.Tools.Core/2024.3.4": { + "type": "package", + "dependencies": { + "Masuit.Tools.Abstractions": "2024.3.4", + "Microsoft.EntityFrameworkCore": "8.0.4" + }, + "compile": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Masuit.Tools.Core.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Authentication.JwtBearer/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.JsonPatch/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.JsonPatch.dll": { + "related": ".xml" + } + } + }, + "Microsoft.AspNetCore.Mvc.NewtonsoftJson/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.JsonPatch": "8.0.4", + "Newtonsoft.Json": "13.0.3", + "Newtonsoft.Json.Bson": "1.0.2" + }, + "compile": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Microsoft.AspNetCore.Razor.Language/6.0.29": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.AspNetCore.Razor.Language.dll": {} + } + }, + "Microsoft.CodeAnalysis.Analyzers/3.3.4": { + "type": "package", + "build": { + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.props": {}, + "buildTransitive/Microsoft.CodeAnalysis.Analyzers.targets": {} + } + }, + "Microsoft.CodeAnalysis.Common/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Analyzers": "3.3.4", + "System.Collections.Immutable": "8.0.0", + "System.Reflection.Metadata": "8.0.0", + "System.Runtime.CompilerServices.Unsafe": "6.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp/4.9.2": { + "type": "package", + "dependencies": { + "Microsoft.CodeAnalysis.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.CSharp.Workspaces/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.CSharp": "[4.9.2]", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "Microsoft.CodeAnalysis.Workspaces.Common": "[4.9.2]" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.CSharp.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CodeAnalysis.Workspaces.Common/4.9.2": { + "type": "package", + "dependencies": { + "Humanizer.Core": "2.14.1", + "Microsoft.CodeAnalysis.Common": "[4.9.2]", + "System.Composition": "8.0.0", + "System.IO.Pipelines": "8.0.0", + "System.Threading.Channels": "8.0.0" + }, + "compile": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Microsoft.CodeAnalysis.Workspaces.dll": { + "related": ".pdb;.xml" + } + }, + "resource": { + "lib/net7.0/cs/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "cs" + }, + "lib/net7.0/de/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "de" + }, + "lib/net7.0/es/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "es" + }, + "lib/net7.0/fr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "fr" + }, + "lib/net7.0/it/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "it" + }, + "lib/net7.0/ja/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ja" + }, + "lib/net7.0/ko/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ko" + }, + "lib/net7.0/pl/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pl" + }, + "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "pt-BR" + }, + "lib/net7.0/ru/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "ru" + }, + "lib/net7.0/tr/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "tr" + }, + "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hans" + }, + "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.Workspaces.resources.dll": { + "locale": "zh-Hant" + } + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.Data.SqlClient/2.1.7": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient.SNI.runtime": "2.1.1", + "Microsoft.Identity.Client": "4.21.1", + "Microsoft.IdentityModel.JsonWebTokens": "6.8.0", + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.8.0", + "Microsoft.Win32.Registry": "4.7.0", + "System.Configuration.ConfigurationManager": "4.7.0", + "System.Diagnostics.DiagnosticSource": "4.7.0", + "System.Runtime.Caching": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "System.Text.Encoding.CodePages": "4.7.0" + }, + "compile": { + "ref/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll": { + "related": ".pdb" + } + } + }, + "Microsoft.Data.SqlClient.SNI.runtime/2.1.1": { + "type": "package", + "native": { + "runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll": {} + } + }, + "Microsoft.Data.Sqlite/8.0.1": { + "type": "package", + "dependencies": { + "Microsoft.Data.Sqlite.Core": "8.0.1", + "SQLitePCLRaw.bundle_e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Data.Sqlite.Core/8.0.1": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Data.Sqlite.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore/8.0.4": { + "type": "package", + "dependencies": { + "Microsoft.EntityFrameworkCore.Abstractions": "8.0.4", + "Microsoft.EntityFrameworkCore.Analyzers": "8.0.4", + "Microsoft.Extensions.Caching.Memory": "8.0.0", + "Microsoft.Extensions.Logging": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net8.0/Microsoft.EntityFrameworkCore.props": {} + } + }, + "Microsoft.EntityFrameworkCore.Abstractions/8.0.4": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.EntityFrameworkCore.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.EntityFrameworkCore.Analyzers/8.0.4": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + } + }, + "Microsoft.Extensions.ApiDescription.Server/6.0.5": { + "type": "package", + "build": { + "build/_._": {} + }, + "buildMultiTargeting": { + "buildMultiTargeting/_._": {} + } + }, + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Caching.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets": {} + } + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileProviders.Physical": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.FileExtensions": "8.0.0", + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0", + "System.Text.Json": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.FileProviders.Abstractions": "8.0.0", + "Microsoft.Extensions.FileSystemGlobbing": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Logging.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets": {} + } + }, + "Microsoft.Extensions.Options/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets": {} + } + }, + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.Configuration.Binder": "8.0.0", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Primitives": "8.0.0" + }, + "compile": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Extensions.Primitives/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.Extensions.Primitives.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Microsoft.Identity.Client/4.21.1": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Logging/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Abstractions": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Logging.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Protocols": "7.1.2", + "System.IdentityModel.Tokens.Jwt": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IdentityModel.Tokens/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.Logging": "7.1.2" + }, + "compile": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll": { + "related": ".xml" + } + } + }, + "Microsoft.IO.RecyclableMemoryStream/2.1.1": { + "type": "package", + "compile": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll": { + "related": ".xml" + } + } + }, + "Microsoft.NETCore.Platforms/1.1.1": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.3": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.OpenApi/1.2.3": { + "type": "package", + "compile": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.OpenApi.dll": { + "related": ".pdb;.xml" + } + } + }, + "Microsoft.Win32.Registry/5.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "5.0.0", + "System.Security.Principal.Windows": "5.0.0" + }, + "compile": { + "ref/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + } + }, + "Microsoft.Win32.SystemEvents/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "Minio/5.0.0": { + "type": "package", + "dependencies": { + "CommunityToolkit.HighPerformance": "8.1.0", + "System.IO.Hashing": "7.0.0", + "System.Reactive.Linq": "5.0.0" + }, + "compile": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/Minio.dll": { + "related": ".xml" + } + } + }, + "MiniProfiler.AspNetCore/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.Shared": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore": "4.3.8" + }, + "compile": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "MiniProfiler.Shared/4.3.8": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", + "Newtonsoft.Json": "13.0.1", + "System.ComponentModel.Primitives": "4.3.0", + "System.Data.Common": "4.3.0", + "System.Diagnostics.DiagnosticSource": "4.4.1", + "System.Diagnostics.StackTrace": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Serialization.Primitives": "4.3.0", + "System.Threading.Tasks.Parallel": "4.3.0" + }, + "compile": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/MiniProfiler.Shared.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "type": "package", + "dependencies": { + "Microsoft.AspNetCore.Authentication.JwtBearer": "8.0.4" + }, + "compile": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll": { + "related": ".xml" + } + } + }, + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "type": "package", + "dependencies": { + "Mapster": "7.4.0", + "Mapster.DependencyInjection": "1.0.1", + "Microsoft.Extensions.DependencyInjection.Abstractions": "8.0.0" + }, + "compile": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll": { + "related": ".xml" + } + } + }, + "MoYu.Pure/1.0.6": { + "type": "package", + "dependencies": { + "MiniProfiler.AspNetCore.Mvc": "4.3.8", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis": "1.0.6", + "Swashbuckle.AspNetCore": "6.5.0" + }, + "compile": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.dll": { + "related": ".xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ], + "contentFiles": { + "contentFiles/any/any/_._": { + "buildAction": "None", + "codeLanguage": "any", + "copyToOutput": false + } + } + }, + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "type": "package", + "dependencies": { + "Ben.Demystifier": "0.4.1", + "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.4", + "Microsoft.AspNetCore.Razor.Language": "6.0.29", + "Microsoft.CodeAnalysis.CSharp.Workspaces": "4.9.2", + "Microsoft.Extensions.DependencyModel": "8.0.0", + "System.Text.Json": "8.0.3", + "System.Text.RegularExpressions": "4.3.1" + }, + "compile": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll": { + "related": ".xml" + } + } + }, + "MySqlConnector/2.2.5": { + "type": "package", + "compile": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/MySqlConnector.dll": { + "related": ".xml" + } + } + }, + "NewLife.Core/10.10.2024.601": { + "type": "package", + "compile": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/NewLife.Core.dll": { + "related": ".xml" + } + } + }, + "NewLife.Redis/5.6.2024.402": { + "type": "package", + "dependencies": { + "NewLife.Core": "10.9.2024.402" + }, + "compile": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/NewLife.Redis.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json/13.0.3": { + "type": "package", + "compile": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/Newtonsoft.Json.dll": { + "related": ".xml" + } + } + }, + "Newtonsoft.Json.Bson/1.0.2": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "12.0.1" + }, + "compile": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll": { + "related": ".pdb;.xml" + } + } + }, + "Npgsql/5.0.18": { + "type": "package", + "dependencies": { + "System.Runtime.CompilerServices.Unsafe": "4.6.0" + }, + "compile": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/Npgsql.dll": { + "related": ".xml" + } + } + }, + "Oracle.ManagedDataAccess.Core/3.21.100": { + "type": "package", + "dependencies": { + "System.Diagnostics.PerformanceCounter": "6.0.1", + "System.DirectoryServices": "6.0.1", + "System.DirectoryServices.Protocols": "6.0.1" + }, + "compile": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll": {} + } + }, + "Oscar.Data.SqlClient/4.0.4": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "4.7.1" + }, + "compile": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Oscar.Data.SqlClient.dll": {} + } + }, + "Portable.BouncyCastle/1.9.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/BouncyCastle.Crypto.dll": { + "related": ".xml" + } + } + }, + "runtime.any.System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Collections.dll": {} + } + }, + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Diagnostics.Tracing.dll": {} + } + }, + "runtime.any.System.Globalization/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Globalization.dll": {} + } + }, + "runtime.any.System.IO/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.IO.dll": {} + } + }, + "runtime.any.System.Reflection/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Reflection.dll": {} + } + }, + "runtime.any.System.Reflection.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Extensions.dll": {} + } + }, + "runtime.any.System.Reflection.Primitives/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Reflection.Primitives.dll": {} + } + }, + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Resources.ResourceManager.dll": {} + } + }, + "runtime.any.System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.5/System.Runtime.dll": {} + } + }, + "runtime.any.System.Runtime.Handles/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Handles.dll": {} + } + }, + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Runtime.InteropServices.dll": {} + } + }, + "runtime.any.System.Text.Encoding/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll": {} + } + }, + "runtime.any.System.Threading.Tasks/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.dll": {} + } + }, + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "type": "package", + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win.System.IO.FileSystem/4.3.0": { + "type": "package", + "dependencies": { + "System.Buffers": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Text.Encoding.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll": {} + } + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.3.0" + }, + "compile": { + "ref/netstandard/_._": {} + }, + "runtime": { + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll": {} + } + }, + "SharpCompress/0.37.2": { + "type": "package", + "dependencies": { + "ZstdSharp.Port": "0.8.0" + }, + "compile": { + "lib/net8.0/SharpCompress.dll": {} + }, + "runtime": { + "lib/net8.0/SharpCompress.dll": {} + } + }, + "SharpZipLib/1.4.2": { + "type": "package", + "compile": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/ICSharpCode.SharpZipLib.dll": { + "related": ".pdb;.xml" + } + } + }, + "SimpleRedis/1.1.9": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.Configuration": "8.0.0", + "Microsoft.Extensions.Configuration.Abstractions": "8.0.0", + "Microsoft.Extensions.DependencyInjection": "8.0.0", + "Microsoft.Extensions.Options": "8.0.0", + "Microsoft.Extensions.Options.ConfigurationExtensions": "8.0.0", + "NewLife.Redis": "5.6.2024.402" + }, + "compile": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/SimpleRedis.dll": { + "related": ".xml" + } + } + }, + "SimpleTool/1.0.6": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "13.0.3" + }, + "compile": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/SimpleTool.dll": { + "related": ".xml" + } + } + }, + "SixLabors.Fonts/2.0.3": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.Fonts.dll": { + "related": ".xml" + } + } + }, + "SixLabors.ImageSharp/3.1.4": { + "type": "package", + "compile": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.dll": { + "related": ".xml" + } + }, + "build": { + "build/_._": {} + } + }, + "SixLabors.ImageSharp.Drawing/2.1.3": { + "type": "package", + "dependencies": { + "SixLabors.Fonts": "2.0.3", + "SixLabors.ImageSharp": "3.1.4" + }, + "compile": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/SixLabors.ImageSharp.Drawing.dll": { + "related": ".xml" + } + } + }, + "SkiaSharp/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp.NativeAssets.Win32": "2.88.6", + "SkiaSharp.NativeAssets.macOS": "2.88.6" + }, + "compile": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net6.0/SkiaSharp.dll": { + "related": ".pdb;.xml" + } + } + }, + "SkiaSharp.NativeAssets.Linux.NoDependencies/2.88.6": { + "type": "package", + "dependencies": { + "SkiaSharp": "2.88.6" + }, + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.macOS/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + } + }, + "SkiaSharp.NativeAssets.Win32/2.88.6": { + "type": "package", + "compile": { + "lib/net6.0/_._": {} + }, + "runtime": { + "lib/net6.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/libSkiaSharp.dll": {} + } + }, + "SQLitePCLRaw.bundle_e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.lib.e_sqlite3": "2.1.6", + "SQLitePCLRaw.provider.e_sqlite3": "2.1.6" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.batteries_v2.dll": {} + } + }, + "SQLitePCLRaw.core/2.1.6": { + "type": "package", + "dependencies": { + "System.Memory": "4.5.3" + }, + "compile": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + }, + "runtime": { + "lib/netstandard2.0/SQLitePCLRaw.core.dll": {} + } + }, + "SQLitePCLRaw.lib.e_sqlite3/2.1.6": { + "type": "package", + "compile": { + "lib/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/_._": {} + }, + "native": { + "runtimes/win-x64/native/e_sqlite3.dll": {} + }, + "build": { + "buildTransitive/net8.0/SQLitePCLRaw.lib.e_sqlite3.targets": {} + } + }, + "SQLitePCLRaw.provider.e_sqlite3/2.1.6": { + "type": "package", + "dependencies": { + "SQLitePCLRaw.core": "2.1.6" + }, + "compile": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + }, + "runtime": { + "lib/net6.0/SQLitePCLRaw.provider.e_sqlite3.dll": {} + } + }, + "SqlSugarCore/5.1.4.158": { + "type": "package", + "dependencies": { + "Microsoft.Data.SqlClient": "2.1.7", + "Microsoft.Data.Sqlite": "8.0.1", + "MySqlConnector": "2.2.5", + "Newtonsoft.Json": "13.0.2", + "Npgsql": "5.0.18", + "Oracle.ManagedDataAccess.Core": "3.21.100", + "Oscar.Data.SqlClient": "4.0.4", + "SqlSugarCore.Dm": "1.3.0", + "SqlSugarCore.Kdbndp": "9.3.6.411", + "System.Data.Common": "4.3.0", + "System.Reflection.Emit.Lightweight": "4.3.0" + }, + "compile": { + "lib/netstandard2.1/SqlSugar.dll": {} + }, + "runtime": { + "lib/netstandard2.1/SqlSugar.dll": {} + } + }, + "SqlSugarCore.Dm/1.3.0": { + "type": "package", + "dependencies": { + "System.Text.Encoding.CodePages": "5.0.0" + }, + "compile": { + "lib/netstandard2.0/DmProvider.dll": {} + }, + "runtime": { + "lib/netstandard2.0/DmProvider.dll": {} + } + }, + "SqlSugarCore.Kdbndp/9.3.6.411": { + "type": "package", + "compile": { + "lib/netstandard2.1/Kdbndp.dll": {} + }, + "runtime": { + "lib/netstandard2.1/Kdbndp.dll": {} + } + }, + "Swashbuckle.AspNetCore/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.ApiDescription.Server": "6.0.5", + "Swashbuckle.AspNetCore.Swagger": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerGen": "6.5.0", + "Swashbuckle.AspNetCore.SwaggerUI": "6.5.0" + }, + "build": { + "build/_._": {} + } + }, + "Swashbuckle.AspNetCore.Swagger/6.5.0": { + "type": "package", + "dependencies": { + "Microsoft.OpenApi": "1.2.3" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.Swagger.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "Swashbuckle.AspNetCore.SwaggerGen/6.5.0": { + "type": "package", + "dependencies": { + "Swashbuckle.AspNetCore.Swagger": "6.5.0" + }, + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerGen.dll": { + "related": ".pdb;.xml" + } + } + }, + "Swashbuckle.AspNetCore.SwaggerUI/6.5.0": { + "type": "package", + "compile": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net7.0/Swashbuckle.AspNetCore.SwaggerUI.dll": { + "related": ".pdb;.xml" + } + }, + "frameworkReferences": [ + "Microsoft.AspNetCore.App" + ] + }, + "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.CodeDom/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.CodeDom.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Collections": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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.Collections.Immutable/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Collections.Immutable.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.ComponentModel/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Annotations/4.7.0": { + "type": "package", + "compile": { + "ref/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.1/System.ComponentModel.Annotations.dll": { + "related": ".xml" + } + } + }, + "System.ComponentModel.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/System.ComponentModel.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.Composition/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Convention": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0", + "System.Composition.TypedParts": "8.0.0" + }, + "compile": { + "lib/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.AttributedModel/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.AttributedModel.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Convention/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Convention.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Hosting/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Hosting.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.Runtime/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.Runtime.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Composition.TypedParts/8.0.0": { + "type": "package", + "dependencies": { + "System.Composition.AttributedModel": "8.0.0", + "System.Composition.Hosting": "8.0.0", + "System.Composition.Runtime": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Composition.TypedParts.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Configuration.ConfigurationManager/8.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.EventLog": "8.0.0", + "System.Security.Cryptography.ProtectedData": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Configuration.ConfigurationManager.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "runtime.win.System.Diagnostics.Debug": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Diagnostics.DiagnosticSource/4.7.0": { + "type": "package", + "compile": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll": { + "related": ".xml" + } + } + }, + "System.Diagnostics.EventLog/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.Messages.dll": {}, + "runtimes/win/lib/net8.0/System.Diagnostics.EventLog.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.PerformanceCounter/8.0.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Diagnostics.StackTrace/4.3.0": { + "type": "package", + "dependencies": { + "System.IO.FileSystem": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Metadata": "1.4.1", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Diagnostics.StackTrace.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Diagnostics.StackTrace.dll": {} + } + }, + "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", + "runtime.any.System.Diagnostics.Tracing": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": { + "related": ".xml" + } + } + }, + "System.DirectoryServices/6.0.1": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Security.Permissions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.DirectoryServices.Protocols/6.0.1": { + "type": "package", + "compile": { + "lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Drawing.Common/8.0.6": { + "type": "package", + "dependencies": { + "Microsoft.Win32.SystemEvents": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/net8.0/System.Drawing.Common.dll": { + "related": ".pdb;.xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Dynamic.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", + "System.Linq.Expressions": "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.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.3/System.Dynamic.Runtime.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} + } + }, + "System.Formats.Asn1/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Formats.Asn1.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Globalization": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IdentityModel.Tokens.Jwt/7.1.2": { + "type": "package", + "dependencies": { + "Microsoft.IdentityModel.JsonWebTokens": "7.1.2", + "Microsoft.IdentityModel.Tokens": "7.1.2" + }, + "compile": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IdentityModel.Tokens.Jwt.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.IO": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.win.System.IO.FileSystem": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.IO.FileSystem.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.IO.Hashing/7.0.0": { + "type": "package", + "compile": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net7.0/System.IO.Hashing.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.IO.Pipelines/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.IO.Pipelines.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.6/System.Linq.dll": {} + } + }, + "System.Linq.Dynamic.Core/1.2.6": { + "type": "package", + "compile": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { + "related": ".pdb;.xml" + } + } + }, + "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.Management/8.0.0": { + "type": "package", + "dependencies": { + "System.CodeDom": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Management.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Memory/4.5.3": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "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.Private.Uri/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard/_._": {} + } + }, + "System.Reactive/5.0.0": { + "type": "package", + "compile": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net5.0/System.Reactive.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net5.0/_._": {} + } + }, + "System.Reactive.Linq/5.0.0": { + "type": "package", + "dependencies": { + "System.Reactive": "5.0.0", + "System.Threading.Tasks.Extensions": "4.5.4" + }, + "compile": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Reactive.Linq.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Reflection": "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.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Reflection.Metadata/8.0.0": { + "type": "package", + "dependencies": { + "System.Collections.Immutable": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Reflection.Metadata.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Reflection.Primitives": "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", + "runtime.any.System.Resources.ResourceManager": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": { + "related": ".xml" + } + } + }, + "System.Runtime/4.3.1": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.1", + "Microsoft.NETCore.Targets": "1.1.3", + "runtime.any.System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.Caching/4.7.0": { + "type": "package", + "dependencies": { + "System.Configuration.ConfigurationManager": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll": { + "related": ".xml" + } + } + }, + "System.Runtime.CompilerServices.Unsafe/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Runtime.CompilerServices.Unsafe.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "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", + "runtime.win.System.Runtime.Extensions": "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", + "runtime.any.System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "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", + "runtime.any.System.Runtime.InteropServices": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + } + }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Runtime.Serialization.Primitives.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Runtime.Serialization.Primitives.dll": {} + } + }, + "System.Security.AccessControl/6.0.0": { + "type": "package", + "compile": { + "lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Cryptography.Pkcs/8.0.0": { + "type": "package", + "dependencies": { + "System.Formats.Asn1": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Security.Cryptography.Pkcs.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Cryptography.ProtectedData/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Security.Permissions/6.0.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "6.0.0", + "System.Windows.Extensions": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net6.0/System.Security.Permissions.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/netcoreapp3.1/_._": {} + } + }, + "System.Security.Principal.Windows/5.0.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + } + }, + "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", + "runtime.any.System.Text.Encoding": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": { + "related": ".xml" + } + } + }, + "System.Text.Encoding.CodePages/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net8.0/System.Text.Encoding.CodePages.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "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", + "runtime.any.System.Text.Encoding.Extensions": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + } + }, + "System.Text.Encodings.Web/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Encodings.Web.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Text.Json/8.0.3": { + "type": "package", + "dependencies": { + "System.Text.Encodings.Web": "8.0.0" + }, + "compile": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Text.Json.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/System.Text.Json.targets": {} + } + }, + "System.Text.RegularExpressions/4.3.1": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.1" + }, + "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/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Channels/8.0.0": { + "type": "package", + "compile": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/net8.0/System.Threading.Channels.dll": { + "related": ".xml" + } + }, + "build": { + "buildTransitive/net6.0/_._": {} + } + }, + "System.Threading.Overlapped/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.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", + "runtime.any.System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": { + "related": ".xml" + } + } + }, + "System.Threading.Tasks.Extensions/4.5.4": { + "type": "package", + "compile": { + "ref/netcoreapp2.1/_._": {} + }, + "runtime": { + "lib/netcoreapp2.1/_._": {} + } + }, + "System.Threading.Tasks.Parallel/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "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.1/System.Threading.Tasks.Parallel.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard1.3/System.Threading.Tasks.Parallel.dll": {} + } + }, + "System.Windows.Extensions/6.0.0": { + "type": "package", + "dependencies": { + "System.Drawing.Common": "6.0.0" + }, + "compile": { + "lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + }, + "runtime": { + "runtimes/win/lib/net6.0/System.Windows.Extensions.dll": { + "related": ".xml" + } + } + }, + "Tencent.QCloud.Cos.Sts.Sdk/3.0.5": { + "type": "package", + "dependencies": { + "TencentCloudSDK": "3.0.500" + }, + "compile": { + "lib/netstandard2.0/COSSTS.dll": {} + }, + "runtime": { + "lib/netstandard2.0/COSSTS.dll": {} + } + }, + "TencentCloudSDK/3.0.500": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "11.0.1", + "System.Text.Encodings.Web": "4.5.1" + }, + "compile": { + "lib/netstandard2.0/TencentCloud.dll": {} + }, + "runtime": { + "lib/netstandard2.0/TencentCloud.dll": {} + } + }, + "UAParser/3.1.47": { + "type": "package", + "compile": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.0/UAParser.dll": { + "related": ".xml" + } + } + }, + "Yitter.IdGenerator/1.0.14": { + "type": "package", + "compile": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Yitter.IdGenerator.dll": {} + } + }, + "ZstdSharp.Port/0.8.0": { + "type": "package", + "compile": { + "lib/net8.0/ZstdSharp.dll": {} + }, + "runtime": { + "lib/net8.0/ZstdSharp.dll": {} + } + }, + "SafeCampus.Cache/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SimpleRedis": "1.1.9" + }, + "compile": { + "bin/placeholder/SafeCampus.Cache.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Cache.dll": {} + } + }, + "SafeCampus.Core/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "Lazy.Captcha.Core": "2.0.7", + "Masuit.Tools.Core": "2024.3.4", + "Minio": "5.0.0", + "MoYu.Extras.Authentication.JwtBearer": "1.0.6", + "MoYu.Extras.ObjectMapper.Mapster": "1.0.6", + "MoYu.Pure": "1.0.6", + "NewLife.Core": "10.10.2024.601", + "Portable.BouncyCastle": "1.9.0", + "SharpZipLib": "1.4.2", + "SimpleTool": "1.0.6", + "System.Drawing.Common": "8.0.6", + "Tencent.QCloud.Cos.Sts.Sdk": "3.0.5", + "Yitter.IdGenerator": "1.0.14" + }, + "compile": { + "bin/placeholder/SafeCampus.Core.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Core.dll": {} + } + }, + "SafeCampus.Plugin.Aop/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Cache": "3.0.0" + }, + "compile": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.Plugin.Aop.dll": {} + } + }, + "SafeCampus.SqlSugar/3.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v8.0", + "dependencies": { + "SafeCampus.Core": "3.0.0", + "SqlSugarCore": "5.1.4.158" + }, + "compile": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + }, + "runtime": { + "bin/placeholder/SafeCampus.SqlSugar.dll": {} + } + } + } + }, + "libraries": { + "AngleSharp/1.1.2": { + "sha512": "aRFpAqixbuj1Vmqy2hsWPF0PJygo1SfjvmpBvVWZv6i+/u+C/L4wDdwFIzyCGUbjqr61NsZdPNPqDE8wlmG2qA==", + "type": "package", + "path": "anglesharp/1.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.1.1.2.nupkg.sha512", + "anglesharp.nuspec", + "lib/net461/AngleSharp.dll", + "lib/net461/AngleSharp.xml", + "lib/net472/AngleSharp.dll", + "lib/net472/AngleSharp.xml", + "lib/net6.0/AngleSharp.dll", + "lib/net6.0/AngleSharp.xml", + "lib/net7.0/AngleSharp.dll", + "lib/net7.0/AngleSharp.xml", + "lib/net8.0/AngleSharp.dll", + "lib/net8.0/AngleSharp.xml", + "lib/netstandard2.0/AngleSharp.dll", + "lib/netstandard2.0/AngleSharp.xml", + "logo.png" + ] + }, + "AngleSharp.Css/1.0.0-beta.139": { + "sha512": "6WE6IsXtmTUe3h5dL7d0AM/WqlR3toulUcUnt9hQOZaJykjUxRE5WLAEwIjVzh1/n2vqKxjG+BCOx0ywmY0Xhg==", + "type": "package", + "path": "anglesharp.css/1.0.0-beta.139", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "anglesharp.css.1.0.0-beta.139.nupkg.sha512", + "anglesharp.css.nuspec", + "lib/net461/AngleSharp.Css.dll", + "lib/net461/AngleSharp.Css.xml", + "lib/net472/AngleSharp.Css.dll", + "lib/net472/AngleSharp.Css.xml", + "lib/net6.0/AngleSharp.Css.dll", + "lib/net6.0/AngleSharp.Css.xml", + "lib/net7.0/AngleSharp.Css.dll", + "lib/net7.0/AngleSharp.Css.xml", + "lib/net8.0/AngleSharp.Css.dll", + "lib/net8.0/AngleSharp.Css.xml", + "lib/netstandard2.0/AngleSharp.Css.dll", + "lib/netstandard2.0/AngleSharp.Css.xml", + "logo.png" + ] + }, + "Ben.Demystifier/0.4.1": { "sha512": "axFeEMfmEORy3ipAzOXG/lE+KcNptRbei3F0C4kQCdeiQtW+qJW90K5iIovITGrdLt8AjhNCwk5qLSX9/rFpoA==", "type": "package", "path": "ben.demystifier/0.4.1", @@ -12183,10 +22500,201 @@ "tools/netcoreapp2.1/System.Diagnostics.DiagnosticSource.dll" ] }, - "Microsoft.Extensions.Caching.Abstractions/8.0.0": { - "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "Microsoft.Extensions.Caching.Abstractions/8.0.0": { + "sha512": "3KuSxeHoNYdxVYfg2IRZCThcrlJ1XJqIXkAWikCsbm5C/bCjv7G0WoKDyuR98Q+T607QT2Zl5GsbGRkENcV2yQ==", + "type": "package", + "path": "microsoft.extensions.caching.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", + "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Caching.Memory/8.0.0": { + "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "type": "package", + "path": "microsoft.extensions.caching.memory/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", + "lib/net462/Microsoft.Extensions.Caching.Memory.dll", + "lib/net462/Microsoft.Extensions.Caching.Memory.xml", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", + "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", + "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", + "microsoft.extensions.caching.memory.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration/8.0.0": { + "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "type": "package", + "path": "microsoft.extensions.configuration/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", + "lib/net462/Microsoft.Extensions.Configuration.dll", + "lib/net462/Microsoft.Extensions.Configuration.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", + "microsoft.extensions.configuration.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { + "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "type": "package", + "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", + "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Binder/8.0.0": { + "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "type": "package", + "path": "microsoft.extensions.configuration.binder/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", + "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", + "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", + "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.binder.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { + "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "type": "package", + "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", + "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.fileextensions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.Configuration.Json/8.0.0": { + "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", "type": "package", - "path": "microsoft.extensions.caching.abstractions/8.0.0", + "path": "microsoft.extensions.configuration.json/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12194,29 +22702,226 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Abstractions.xml", - "microsoft.extensions.caching.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", + "lib/net462/Microsoft.Extensions.Configuration.Json.dll", + "lib/net462/Microsoft.Extensions.Configuration.Json.xml", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", + "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", + "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", + "microsoft.extensions.configuration.json.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Caching.Memory/8.0.0": { - "sha512": "7pqivmrZDzo1ADPkRwjy+8jtRKWRCPag9qPI+p7sgu7Q4QreWhcvbiWXsbhP+yY8XSiDvZpu2/LWdBv7PnmOpQ==", + "Microsoft.Extensions.DependencyInjection/6.0.1": { + "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/6.0.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/netcoreapp3.1/_._", + "lib/net461/Microsoft.Extensions.DependencyInjection.dll", + "lib/net461/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/7.0.0": { + "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection/8.0.0": { + "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", + "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { + "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "type": "package", + "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/6.0.0": { + "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/6.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net461/Microsoft.Extensions.DependencyModel.dll", + "lib/net461/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/7.0.0": { + "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/7.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "README.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.DependencyModel/8.0.0": { + "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "type": "package", + "path": "microsoft.extensions.dependencymodel/8.0.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "PACKAGE.md", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", + "lib/net462/Microsoft.Extensions.DependencyModel.dll", + "lib/net462/Microsoft.Extensions.DependencyModel.xml", + "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", + "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", + "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", + "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", + "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", + "microsoft.extensions.dependencymodel.nuspec", + "useSharedDesignerContext.txt" + ] + }, + "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { + "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", "type": "package", - "path": "microsoft.extensions.caching.memory/8.0.0", + "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12224,29 +22929,27 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Caching.Memory.targets", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Caching.Memory.targets", - "lib/net462/Microsoft.Extensions.Caching.Memory.dll", - "lib/net462/Microsoft.Extensions.Caching.Memory.xml", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net6.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net7.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/net8.0/Microsoft.Extensions.Caching.Memory.xml", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.dll", - "lib/netstandard2.0/Microsoft.Extensions.Caching.Memory.xml", - "microsoft.extensions.caching.memory.8.0.0.nupkg.sha512", - "microsoft.extensions.caching.memory.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", + "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration/8.0.0": { - "sha512": "0J/9YNXTMWSZP2p2+nvl8p71zpSwokZXZuJW+VjdErkegAnFdO1XlqtA62SJtgVYHdKu3uPxJHcMR/r35HwFBA==", + "Microsoft.Extensions.FileProviders.Physical/8.0.0": { + "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", "type": "package", - "path": "microsoft.extensions.configuration/8.0.0", + "path": "microsoft.extensions.fileproviders.physical/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12254,29 +22957,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.targets", + "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.targets", - "lib/net462/Microsoft.Extensions.Configuration.dll", - "lib/net462/Microsoft.Extensions.Configuration.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.xml", - "microsoft.extensions.configuration.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", + "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", + "microsoft.extensions.fileproviders.physical.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Abstractions/8.0.0": { - "sha512": "3lE/iLSutpgX1CC0NOW70FJoGARRHbyKmG7dc0klnUZ9Dd9hS6N/POPWhKhMLCEuNN5nXEY5agmlFtH562vqhQ==", + "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { + "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", "type": "package", - "path": "microsoft.extensions.configuration.abstractions/8.0.0", + "path": "microsoft.extensions.filesystemglobbing/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12284,100 +22987,79 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.xml", - "microsoft.extensions.configuration.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", + "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", + "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", + "microsoft.extensions.filesystemglobbing.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Binder/8.0.0": { - "sha512": "mBMoXLsr5s1y2zOHWmKsE9veDcx8h1x/c3rz4baEdQKTeDcmQAPNbB54Pi/lhFO3K431eEq6PFbMgLaa6PHFfA==", + "Microsoft.Extensions.Logging/6.0.0": { + "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", "type": "package", - "path": "microsoft.extensions.configuration.binder/8.0.0", + "path": "microsoft.extensions.logging/6.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.dll", - "analyzers/dotnet/cs/cs/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/de/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/es/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/fr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/it/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ja/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ko/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pl/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/pt-BR/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/ru/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/tr/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hans/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "analyzers/dotnet/cs/zh-Hant/Microsoft.Extensions.Configuration.Binder.SourceGeneration.resources.dll", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Configuration.Binder.targets", - "lib/net462/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net462/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Binder.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.xml", - "microsoft.extensions.configuration.binder.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.binder.nuspec", + "lib/net461/Microsoft.Extensions.Logging.dll", + "lib/net461/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.6.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.FileExtensions/8.0.0": { - "sha512": "McP+Lz/EKwvtCv48z0YImw+L1gi1gy5rHhNaNIY2CrjloV+XY8gydT8DjMR6zWeL13AFK+DioVpppwAuO1Gi1w==", + "Microsoft.Extensions.Logging/7.0.0": { + "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", "type": "package", - "path": "microsoft.extensions.configuration.fileextensions/8.0.0", + "path": "microsoft.extensions.logging/7.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", - "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.FileExtensions.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.FileExtensions.targets", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net462/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.xml", - "microsoft.extensions.configuration.fileextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.fileextensions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.7.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.Configuration.Json/8.0.0": { - "sha512": "C2wqUoh9OmRL1akaCcKSTmRU8z0kckfImG7zLNI8uyi47Lp+zd5LWAD17waPQEqCz3ioWOCrFUo+JJuoeZLOBw==", + "Microsoft.Extensions.Logging/8.0.0": { + "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", "type": "package", - "path": "microsoft.extensions.configuration.json/8.0.0", + "path": "microsoft.extensions.logging/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12385,85 +23067,151 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Configuration.Json.targets", + "buildTransitive/net461/Microsoft.Extensions.Logging.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Configuration.Json.targets", - "lib/net462/Microsoft.Extensions.Configuration.Json.dll", - "lib/net462/Microsoft.Extensions.Configuration.Json.xml", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net6.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net7.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/net8.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.0/Microsoft.Extensions.Configuration.Json.xml", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll", - "lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.xml", - "microsoft.extensions.configuration.json.8.0.0.nupkg.sha512", - "microsoft.extensions.configuration.json.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", + "lib/net462/Microsoft.Extensions.Logging.dll", + "lib/net462/Microsoft.Extensions.Logging.xml", + "lib/net6.0/Microsoft.Extensions.Logging.dll", + "lib/net6.0/Microsoft.Extensions.Logging.xml", + "lib/net7.0/Microsoft.Extensions.Logging.dll", + "lib/net7.0/Microsoft.Extensions.Logging.xml", + "lib/net8.0/Microsoft.Extensions.Logging.dll", + "lib/net8.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", + "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", + "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", + "microsoft.extensions.logging.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/6.0.1": { - "sha512": "vWXPg3HJQIpZkENn1KWq8SfbqVujVD7S7vIAyFXXqK5xkf1Vho+vG0bLBCHxU36lD1cLLtmGpfYf0B3MYFi9tQ==", + "Microsoft.Extensions.Logging.Abstractions/8.0.0": { + "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/6.0.1", + "path": "microsoft.extensions.logging.abstractions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/netcoreapp3.1/_._", - "lib/net461/Microsoft.Extensions.DependencyInjection.dll", - "lib/net461/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.6.0.1.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", + "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", + "microsoft.extensions.logging.abstractions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/7.0.0": { - "sha512": "elNeOmkeX3eDVG6pYVeV82p29hr+UKDaBhrZyWvWLw/EVZSYEkZlQdkp0V39k/Xehs2Qa0mvoCvkVj3eQxNQ1Q==", + "Microsoft.Extensions.Options/8.0.0": { + "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/7.0.0", + "path": "microsoft.extensions.options/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", "Icon.png", "LICENSE.TXT", + "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", + "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", + "buildTransitive/net461/Microsoft.Extensions.Options.targets", + "buildTransitive/net462/Microsoft.Extensions.Options.targets", + "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", + "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", + "lib/net462/Microsoft.Extensions.Options.dll", + "lib/net462/Microsoft.Extensions.Options.xml", + "lib/net6.0/Microsoft.Extensions.Options.dll", + "lib/net6.0/Microsoft.Extensions.Options.xml", + "lib/net7.0/Microsoft.Extensions.Options.dll", + "lib/net7.0/Microsoft.Extensions.Options.xml", + "lib/net8.0/Microsoft.Extensions.Options.dll", + "lib/net8.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.xml", + "lib/netstandard2.1/Microsoft.Extensions.Options.dll", + "lib/netstandard2.1/Microsoft.Extensions.Options.xml", + "microsoft.extensions.options.8.0.0.nupkg.sha512", + "microsoft.extensions.options.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection/8.0.0": { - "sha512": "V8S3bsm50ig6JSyrbcJJ8bW2b9QLGouz+G1miK3UTaOWmMtFwNNNzUf4AleyDWUmTrWMLNnFSLEQtxmxgNQnNQ==", + "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { + "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", "type": "package", - "path": "microsoft.extensions.dependencyinjection/8.0.0", + "path": "microsoft.extensions.options.configurationextensions/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12471,31 +23219,29 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.targets", + "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.xml", - "microsoft.extensions.dependencyinjection.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", + "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", + "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", + "microsoft.extensions.options.configurationextensions.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/8.0.0": { - "sha512": "cjWrLkJXK0rs4zofsK4bSdg+jhDLTaxrkXu4gS6Y7MAlCvRyNNgwY/lJi5RDlQOnSZweHqoyvgvbdvQsRIW+hg==", + "Microsoft.Extensions.Primitives/8.0.0": { + "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", "type": "package", - "path": "microsoft.extensions.dependencyinjection.abstractions/8.0.0", + "path": "microsoft.extensions.primitives/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", @@ -12503,1293 +23249,1295 @@ "LICENSE.TXT", "PACKAGE.md", "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyInjection.Abstractions.targets", + "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", "buildTransitive/net462/_._", "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyInjection.Abstractions.targets", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/netstandard2.1/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "microsoft.extensions.dependencyinjection.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencyinjection.abstractions.nuspec", + "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", + "lib/net462/Microsoft.Extensions.Primitives.dll", + "lib/net462/Microsoft.Extensions.Primitives.xml", + "lib/net6.0/Microsoft.Extensions.Primitives.dll", + "lib/net6.0/Microsoft.Extensions.Primitives.xml", + "lib/net7.0/Microsoft.Extensions.Primitives.dll", + "lib/net7.0/Microsoft.Extensions.Primitives.xml", + "lib/net8.0/Microsoft.Extensions.Primitives.dll", + "lib/net8.0/Microsoft.Extensions.Primitives.xml", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", + "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", + "microsoft.extensions.primitives.8.0.0.nupkg.sha512", + "microsoft.extensions.primitives.nuspec", "useSharedDesignerContext.txt" ] }, - "Microsoft.Extensions.DependencyModel/6.0.0": { - "sha512": "TD5QHg98m3+QhgEV1YVoNMl5KtBw/4rjfxLHO0e/YV9bPUBDKntApP4xdrVtGgCeQZHVfC2EXIGsdpRNrr87Pg==", + "Microsoft.Identity.Client/4.21.1": { + "sha512": "vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", "type": "package", - "path": "microsoft.extensions.dependencymodel/6.0.0", + "path": "microsoft.identity.client/4.21.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.DependencyModel.dll", - "lib/net461/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.6.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/monoandroid10.0/Microsoft.Identity.Client.dll", + "lib/monoandroid10.0/Microsoft.Identity.Client.xml", + "lib/monoandroid90/Microsoft.Identity.Client.dll", + "lib/monoandroid90/Microsoft.Identity.Client.xml", + "lib/net45/Microsoft.Identity.Client.dll", + "lib/net45/Microsoft.Identity.Client.xml", + "lib/net461/Microsoft.Identity.Client.dll", + "lib/net461/Microsoft.Identity.Client.xml", + "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", + "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", + "lib/netstandard1.3/Microsoft.Identity.Client.dll", + "lib/netstandard1.3/Microsoft.Identity.Client.xml", + "lib/uap10.0/Microsoft.Identity.Client.dll", + "lib/uap10.0/Microsoft.Identity.Client.pri", + "lib/uap10.0/Microsoft.Identity.Client.xml", + "lib/xamarinios10/Microsoft.Identity.Client.dll", + "lib/xamarinios10/Microsoft.Identity.Client.xml", + "lib/xamarinmac20/Microsoft.Identity.Client.dll", + "lib/xamarinmac20/Microsoft.Identity.Client.xml", + "microsoft.identity.client.4.21.1.nupkg.sha512", + "microsoft.identity.client.nuspec", + "ref/MonoAndroid10.0/Microsoft.Identity.Client.dll", + "ref/MonoAndroid10.0/Microsoft.Identity.Client.xml", + "ref/MonoAndroid9.0/Microsoft.Identity.Client.dll", + "ref/MonoAndroid9.0/Microsoft.Identity.Client.xml", + "ref/Xamarin.iOS10/Microsoft.Identity.Client.dll", + "ref/Xamarin.iOS10/Microsoft.Identity.Client.xml", + "ref/net45/Microsoft.Identity.Client.dll", + "ref/net45/Microsoft.Identity.Client.xml", + "ref/net461/Microsoft.Identity.Client.dll", + "ref/net461/Microsoft.Identity.Client.xml", + "ref/netcoreapp2.1/Microsoft.Identity.Client.dll", + "ref/netcoreapp2.1/Microsoft.Identity.Client.xml", + "ref/netstandard1.3/Microsoft.Identity.Client.dll", + "ref/netstandard1.3/Microsoft.Identity.Client.xml", + "ref/uap10.0/Microsoft.Identity.Client.dll", + "ref/uap10.0/Microsoft.Identity.Client.xml", + "ref/xamarinmac20/Microsoft.Identity.Client.dll", + "ref/xamarinmac20/Microsoft.Identity.Client.xml" ] }, - "Microsoft.Extensions.DependencyModel/7.0.0": { - "sha512": "oONNYd71J3LzkWc4fUHl3SvMfiQMYUCo/mDHDEu76hYYxdhdrPYv6fvGv9nnKVyhE9P0h20AU8RZB5OOWQcAXg==", + "Microsoft.IdentityModel.Abstractions/6.35.0": { + "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", "type": "package", - "path": "microsoft.extensions.dependencymodel/7.0.0", + "path": "microsoft.identitymodel.abstractions/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "README.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.7.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Abstractions.dll", + "lib/net45/Microsoft.IdentityModel.Abstractions.xml", + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.DependencyModel/8.0.0": { - "sha512": "NSmDw3K0ozNDgShSIpsZcbFIzBX4w28nDag+TfaQujkXGazBm+lid5onlWoCBy4VsLxqnnKjEBbGSJVWJMf43g==", + "Microsoft.IdentityModel.Abstractions/7.1.2": { + "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", "type": "package", - "path": "microsoft.extensions.dependencymodel/8.0.0", + "path": "microsoft.identitymodel.abstractions/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.DependencyModel.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.DependencyModel.targets", - "lib/net462/Microsoft.Extensions.DependencyModel.dll", - "lib/net462/Microsoft.Extensions.DependencyModel.xml", - "lib/net6.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net6.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net7.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net7.0/Microsoft.Extensions.DependencyModel.xml", - "lib/net8.0/Microsoft.Extensions.DependencyModel.dll", - "lib/net8.0/Microsoft.Extensions.DependencyModel.xml", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.dll", - "lib/netstandard2.0/Microsoft.Extensions.DependencyModel.xml", - "microsoft.extensions.dependencymodel.8.0.0.nupkg.sha512", - "microsoft.extensions.dependencymodel.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Abstractions.dll", + "lib/net461/Microsoft.IdentityModel.Abstractions.xml", + "lib/net462/Microsoft.IdentityModel.Abstractions.dll", + "lib/net462/Microsoft.IdentityModel.Abstractions.xml", + "lib/net472/Microsoft.IdentityModel.Abstractions.dll", + "lib/net472/Microsoft.IdentityModel.Abstractions.xml", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", + "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", + "microsoft.identitymodel.abstractions.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Abstractions/8.0.0": { - "sha512": "ZbaMlhJlpisjuWbvXr4LdAst/1XxH3vZ6A0BsgTphZ2L4PGuxRLz7Jr/S7mkAAnOn78Vu0fKhEgNF5JO3zfjqQ==", + "Microsoft.IdentityModel.JsonWebTokens/6.35.0": { + "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", "type": "package", - "path": "microsoft.extensions.fileproviders.abstractions/8.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Abstractions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Abstractions.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.xml", - "microsoft.extensions.fileproviders.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.FileProviders.Physical/8.0.0": { - "sha512": "UboiXxpPUpwulHvIAVE36Knq0VSHaAmfrFkegLyBZeaADuKezJ/AIXYAW8F5GBlGk/VaibN2k/Zn1ca8YAfVdA==", + "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { + "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", "type": "package", - "path": "microsoft.extensions.fileproviders.physical/8.0.0", + "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileProviders.Physical.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileProviders.Physical.targets", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net462/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net6.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net7.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/net8.0/Microsoft.Extensions.FileProviders.Physical.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Physical.xml", - "microsoft.extensions.fileproviders.physical.8.0.0.nupkg.sha512", - "microsoft.extensions.fileproviders.physical.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", + "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.jsonwebtokens.nuspec" ] }, - "Microsoft.Extensions.FileSystemGlobbing/8.0.0": { - "sha512": "OK+670i7esqlQrPjdIKRbsyMCe9g5kSLpRRQGSr4Q58AOYEe/hCnfLZprh7viNisSUUQZmMrbbuDaIrP+V1ebQ==", + "Microsoft.IdentityModel.Logging/6.35.0": { + "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", "type": "package", - "path": "microsoft.extensions.filesystemglobbing/8.0.0", + "path": "microsoft.identitymodel.logging/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.FileSystemGlobbing.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.FileSystemGlobbing.targets", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net462/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net7.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net8.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/netstandard2.0/Microsoft.Extensions.FileSystemGlobbing.xml", - "microsoft.extensions.filesystemglobbing.8.0.0.nupkg.sha512", - "microsoft.extensions.filesystemglobbing.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Logging.dll", + "lib/net45/Microsoft.IdentityModel.Logging.xml", + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.Logging/6.0.0": { - "sha512": "eIbyj40QDg1NDz0HBW0S5f3wrLVnKWnDJ/JtZ+yJDFnDj90VoPuoPmFkeaXrtu+0cKm5GRAwoDf+dBWXK0TUdg==", + "Microsoft.IdentityModel.Logging/7.1.2": { + "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", "type": "package", - "path": "microsoft.extensions.logging/6.0.0", + "path": "microsoft.identitymodel.logging/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net461/Microsoft.Extensions.Logging.dll", - "lib/net461/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.6.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Logging.dll", + "lib/net461/Microsoft.IdentityModel.Logging.xml", + "lib/net462/Microsoft.IdentityModel.Logging.dll", + "lib/net462/Microsoft.IdentityModel.Logging.xml", + "lib/net472/Microsoft.IdentityModel.Logging.dll", + "lib/net472/Microsoft.IdentityModel.Logging.xml", + "lib/net6.0/Microsoft.IdentityModel.Logging.dll", + "lib/net6.0/Microsoft.IdentityModel.Logging.xml", + "lib/net8.0/Microsoft.IdentityModel.Logging.dll", + "lib/net8.0/Microsoft.IdentityModel.Logging.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", + "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", + "microsoft.identitymodel.logging.nuspec" ] }, - "Microsoft.Extensions.Logging/7.0.0": { - "sha512": "Nw2muoNrOG5U5qa2ZekXwudUn2BJcD41e65zwmDHb1fQegTX66UokLWZkJRpqSSHXDOWZ5V0iqhbxOEky91atA==", + "Microsoft.IdentityModel.Protocols/6.35.0": { + "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", "type": "package", - "path": "microsoft.extensions.logging/7.0.0", + "path": "microsoft.identitymodel.protocols/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.7.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" + ] + }, + "Microsoft.IdentityModel.Protocols/7.1.2": { + "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "type": "package", + "path": "microsoft.identitymodel.protocols/7.1.2", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net461/Microsoft.IdentityModel.Protocols.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", + "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.nuspec" ] }, - "Microsoft.Extensions.Logging/8.0.0": { - "sha512": "tvRkov9tAJ3xP51LCv3FJ2zINmv1P8Hi8lhhtcKGqM+ImiTCC84uOPEI4z8Cdq2C3o9e+Aa0Gw0rmrsJD77W+w==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { + "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", "type": "package", - "path": "microsoft.extensions.logging/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Logging.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.targets", - "lib/net462/Microsoft.Extensions.Logging.dll", - "lib/net462/Microsoft.Extensions.Logging.xml", - "lib/net6.0/Microsoft.Extensions.Logging.dll", - "lib/net6.0/Microsoft.Extensions.Logging.xml", - "lib/net7.0/Microsoft.Extensions.Logging.dll", - "lib/net7.0/Microsoft.Extensions.Logging.xml", - "lib/net8.0/Microsoft.Extensions.Logging.dll", - "lib/net8.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.xml", - "lib/netstandard2.1/Microsoft.Extensions.Logging.dll", - "lib/netstandard2.1/Microsoft.Extensions.Logging.xml", - "microsoft.extensions.logging.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Logging.Abstractions/8.0.0": { - "sha512": "arDBqTgFCyS0EvRV7O3MZturChstm50OJ0y9bDJvAcmEPJm0FFpFyjU/JLYyStNGGey081DvnQYlncNX5SJJGA==", + "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { + "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", "type": "package", - "path": "microsoft.extensions.logging.abstractions/8.0.0", + "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn3.11/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn3.11/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn3.11/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.0/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.0/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Logging.Generators.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Logging.Generators.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Logging.Generators.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net462/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.targets", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net462/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net6.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net7.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net8.0/Microsoft.Extensions.Logging.Abstractions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.xml", - "microsoft.extensions.logging.abstractions.8.0.0.nupkg.sha512", - "microsoft.extensions.logging.abstractions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", + "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", + "microsoft.identitymodel.protocols.openidconnect.nuspec" ] }, - "Microsoft.Extensions.Options/8.0.0": { - "sha512": "JOVOfqpnqlVLUzINQ2fox8evY2SKLYJ3BV8QDe/Jyp21u1T7r45x/R/5QdteURMR5r01GxeJSBBUOCOyaNXA3g==", + "Microsoft.IdentityModel.Tokens/6.35.0": { + "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", "type": "package", - "path": "microsoft.extensions.options/8.0.0", + "path": "microsoft.identitymodel.tokens/6.35.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "analyzers/dotnet/roslyn4.4/cs/Microsoft.Extensions.Options.SourceGeneration.dll", - "analyzers/dotnet/roslyn4.4/cs/cs/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/de/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/es/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/fr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/it/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ja/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ko/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pl/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/pt-BR/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/ru/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/tr/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hans/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "analyzers/dotnet/roslyn4.4/cs/zh-Hant/Microsoft.Extensions.Options.SourceGeneration.resources.dll", - "buildTransitive/net461/Microsoft.Extensions.Options.targets", - "buildTransitive/net462/Microsoft.Extensions.Options.targets", - "buildTransitive/net6.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.targets", - "buildTransitive/netstandard2.0/Microsoft.Extensions.Options.targets", - "lib/net462/Microsoft.Extensions.Options.dll", - "lib/net462/Microsoft.Extensions.Options.xml", - "lib/net6.0/Microsoft.Extensions.Options.dll", - "lib/net6.0/Microsoft.Extensions.Options.xml", - "lib/net7.0/Microsoft.Extensions.Options.dll", - "lib/net7.0/Microsoft.Extensions.Options.xml", - "lib/net8.0/Microsoft.Extensions.Options.dll", - "lib/net8.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.xml", - "lib/netstandard2.1/Microsoft.Extensions.Options.dll", - "lib/netstandard2.1/Microsoft.Extensions.Options.xml", - "microsoft.extensions.options.8.0.0.nupkg.sha512", - "microsoft.extensions.options.nuspec", - "useSharedDesignerContext.txt" + "lib/net45/Microsoft.IdentityModel.Tokens.dll", + "lib/net45/Microsoft.IdentityModel.Tokens.xml", + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Options.ConfigurationExtensions/8.0.0": { - "sha512": "0f4DMRqEd50zQh+UyJc+/HiBsZ3vhAQALgdkcQEalSH1L2isdC7Yj54M3cyo5e+BeO5fcBQ7Dxly8XiBBcvRgw==", + "Microsoft.IdentityModel.Tokens/7.1.2": { + "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", "type": "package", - "path": "microsoft.extensions.options.configurationextensions/8.0.0", + "path": "microsoft.identitymodel.tokens/7.1.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Options.ConfigurationExtensions.targets", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net462/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net6.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net7.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/net8.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.dll", - "lib/netstandard2.0/Microsoft.Extensions.Options.ConfigurationExtensions.xml", - "microsoft.extensions.options.configurationextensions.8.0.0.nupkg.sha512", - "microsoft.extensions.options.configurationextensions.nuspec", - "useSharedDesignerContext.txt" + "lib/net461/Microsoft.IdentityModel.Tokens.dll", + "lib/net461/Microsoft.IdentityModel.Tokens.xml", + "lib/net462/Microsoft.IdentityModel.Tokens.dll", + "lib/net462/Microsoft.IdentityModel.Tokens.xml", + "lib/net472/Microsoft.IdentityModel.Tokens.dll", + "lib/net472/Microsoft.IdentityModel.Tokens.xml", + "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", + "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", + "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", + "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", + "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", + "microsoft.identitymodel.tokens.nuspec" ] }, - "Microsoft.Extensions.Primitives/8.0.0": { - "sha512": "bXJEZrW9ny8vjMF1JV253WeLhpEVzFo1lyaZu1vQ4ZxWUlVvknZ/+ftFgVheLubb4eZPSwwxBeqS1JkCOjxd8g==", - "type": "package", - "path": "microsoft.extensions.primitives/8.0.0", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "PACKAGE.md", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Extensions.Primitives.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Extensions.Primitives.targets", - "lib/net462/Microsoft.Extensions.Primitives.dll", - "lib/net462/Microsoft.Extensions.Primitives.xml", - "lib/net6.0/Microsoft.Extensions.Primitives.dll", - "lib/net6.0/Microsoft.Extensions.Primitives.xml", - "lib/net7.0/Microsoft.Extensions.Primitives.dll", - "lib/net7.0/Microsoft.Extensions.Primitives.xml", - "lib/net8.0/Microsoft.Extensions.Primitives.dll", - "lib/net8.0/Microsoft.Extensions.Primitives.xml", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.dll", - "lib/netstandard2.0/Microsoft.Extensions.Primitives.xml", - "microsoft.extensions.primitives.8.0.0.nupkg.sha512", - "microsoft.extensions.primitives.nuspec", - "useSharedDesignerContext.txt" + "Microsoft.IO.RecyclableMemoryStream/2.1.1": { + "sha512": "BTrXL3Ej17x+aze3xbso4xn16ajFaBU1YKQypzrirX4attETZnqCXLB+yRwo1hsZsP1U0O6mNCPuSdccTHCrBg==", + "type": "package", + "path": "microsoft.io.recyclablememorystream/2.1.1", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net462/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/net462/Microsoft.IO.RecyclableMemoryStream.xml", + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.xml", + "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.xml", + "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml", + "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll", + "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml", + "microsoft.io.recyclablememorystream.2.1.1.nupkg.sha512", + "microsoft.io.recyclablememorystream.nuspec" ] }, - "Microsoft.Identity.Client/4.21.1": { - "sha512": "vycgk7S/HAbHaUaK4Tid1fsWHsXdFRRP2KavAIOHCVV27zvuQfYAjXmMvctuuF4egydSumG58CwPZob3gWeYgQ==", + "Microsoft.NETCore.Platforms/1.1.1": { + "sha512": "TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ==", "type": "package", - "path": "microsoft.identity.client/4.21.1", + "path": "microsoft.netcore.platforms/1.1.1", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/monoandroid10.0/Microsoft.Identity.Client.dll", - "lib/monoandroid10.0/Microsoft.Identity.Client.xml", - "lib/monoandroid90/Microsoft.Identity.Client.dll", - "lib/monoandroid90/Microsoft.Identity.Client.xml", - "lib/net45/Microsoft.Identity.Client.dll", - "lib/net45/Microsoft.Identity.Client.xml", - "lib/net461/Microsoft.Identity.Client.dll", - "lib/net461/Microsoft.Identity.Client.xml", - "lib/netcoreapp2.1/Microsoft.Identity.Client.dll", - "lib/netcoreapp2.1/Microsoft.Identity.Client.xml", - "lib/netstandard1.3/Microsoft.Identity.Client.dll", - "lib/netstandard1.3/Microsoft.Identity.Client.xml", - "lib/uap10.0/Microsoft.Identity.Client.dll", - "lib/uap10.0/Microsoft.Identity.Client.pri", - "lib/uap10.0/Microsoft.Identity.Client.xml", - "lib/xamarinios10/Microsoft.Identity.Client.dll", - "lib/xamarinios10/Microsoft.Identity.Client.xml", - "lib/xamarinmac20/Microsoft.Identity.Client.dll", - "lib/xamarinmac20/Microsoft.Identity.Client.xml", - "microsoft.identity.client.4.21.1.nupkg.sha512", - "microsoft.identity.client.nuspec", - "ref/MonoAndroid10.0/Microsoft.Identity.Client.dll", - "ref/MonoAndroid10.0/Microsoft.Identity.Client.xml", - "ref/MonoAndroid9.0/Microsoft.Identity.Client.dll", - "ref/MonoAndroid9.0/Microsoft.Identity.Client.xml", - "ref/Xamarin.iOS10/Microsoft.Identity.Client.dll", - "ref/Xamarin.iOS10/Microsoft.Identity.Client.xml", - "ref/net45/Microsoft.Identity.Client.dll", - "ref/net45/Microsoft.Identity.Client.xml", - "ref/net461/Microsoft.Identity.Client.dll", - "ref/net461/Microsoft.Identity.Client.xml", - "ref/netcoreapp2.1/Microsoft.Identity.Client.dll", - "ref/netcoreapp2.1/Microsoft.Identity.Client.xml", - "ref/netstandard1.3/Microsoft.Identity.Client.dll", - "ref/netstandard1.3/Microsoft.Identity.Client.xml", - "ref/uap10.0/Microsoft.Identity.Client.dll", - "ref/uap10.0/Microsoft.Identity.Client.xml", - "ref/xamarinmac20/Microsoft.Identity.Client.dll", - "ref/xamarinmac20/Microsoft.Identity.Client.xml" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.1.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" ] }, - "Microsoft.IdentityModel.Abstractions/6.35.0": { - "sha512": "xuR8E4Rd96M41CnUSCiOJ2DBh+z+zQSmyrYHdYhD6K4fXBcQGVnRCFQ0efROUYpP+p0zC1BLKr0JRpVuujTZSg==", + "Microsoft.NETCore.Targets/1.1.3": { + "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", "type": "package", - "path": "microsoft.identitymodel.abstractions/6.35.0", + "path": "microsoft.netcore.targets/1.1.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Abstractions.dll", - "lib/net45/Microsoft.IdentityModel.Abstractions.xml", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.6.35.0.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.3.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" ] }, - "Microsoft.IdentityModel.Abstractions/7.1.2": { - "sha512": "33eTIA2uO/L9utJjZWbKsMSVsQf7F8vtd6q5mQX7ZJzNvCpci5fleD6AeANGlbbb7WX7XKxq9+Dkb5e3GNDrmQ==", + "Microsoft.OpenApi/1.2.3": { + "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", "type": "package", - "path": "microsoft.identitymodel.abstractions/7.1.2", + "path": "microsoft.openapi/1.2.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Abstractions.dll", - "lib/net461/Microsoft.IdentityModel.Abstractions.xml", - "lib/net462/Microsoft.IdentityModel.Abstractions.dll", - "lib/net462/Microsoft.IdentityModel.Abstractions.xml", - "lib/net472/Microsoft.IdentityModel.Abstractions.dll", - "lib/net472/Microsoft.IdentityModel.Abstractions.xml", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net6.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/net8.0/Microsoft.IdentityModel.Abstractions.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Abstractions.xml", - "microsoft.identitymodel.abstractions.7.1.2.nupkg.sha512", - "microsoft.identitymodel.abstractions.nuspec" + "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.IdentityModel.JsonWebTokens/6.35.0": { - "sha512": "9wxai3hKgZUb4/NjdRKfQd0QJvtXKDlvmGMYACbEC8DFaicMFCFhQFZq9ZET1kJLwZahf2lfY5Gtcpsx8zYzbg==", + "Microsoft.Win32.Registry/5.0.0": { + "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/6.35.0", + "path": "microsoft.win32.registry/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net45/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.5.0.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" ] }, - "Microsoft.IdentityModel.JsonWebTokens/7.1.2": { - "sha512": "cloLGeZolXbCJhJBc5OC05uhrdhdPL6MWHuVUnkkUvPDeK7HkwThBaLZ1XjBQVk9YhxXE2OvHXnKi0PLleXxDg==", + "Microsoft.Win32.SystemEvents/8.0.0": { + "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", "type": "package", - "path": "microsoft.identitymodel.jsonwebtokens/7.1.2", + "path": "microsoft.win32.systemevents/8.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net461/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net462/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net472/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net6.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/net8.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.JsonWebTokens.xml", - "microsoft.identitymodel.jsonwebtokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.jsonwebtokens.nuspec" + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", + "buildTransitive/net462/_._", + "buildTransitive/net6.0/_._", + "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", + "lib/net462/Microsoft.Win32.SystemEvents.dll", + "lib/net462/Microsoft.Win32.SystemEvents.xml", + "lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", + "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", + "microsoft.win32.systemevents.8.0.0.nupkg.sha512", + "microsoft.win32.systemevents.nuspec", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", + "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", + "useSharedDesignerContext.txt" ] }, - "Microsoft.IdentityModel.Logging/6.35.0": { - "sha512": "jePrSfGAmqT81JDCNSY+fxVWoGuJKt9e6eJ+vT7+quVS55nWl//jGjUQn4eFtVKt4rt5dXaleZdHRB9J9AJZ7Q==", + "Minio/5.0.0": { + "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", "type": "package", - "path": "microsoft.identitymodel.logging/6.35.0", + "path": "minio/5.0.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Logging.dll", - "lib/net45/Microsoft.IdentityModel.Logging.xml", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.6.35.0.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE", + "icon.png", + "lib/net6.0/Minio.dll", + "lib/net6.0/Minio.xml", + "lib/net7.0/Minio.dll", + "lib/net7.0/Minio.xml", + "lib/netstandard2.0/Minio.dll", + "lib/netstandard2.0/Minio.xml", + "minio.5.0.0.nupkg.sha512", + "minio.nuspec", + "readme.md" ] }, - "Microsoft.IdentityModel.Logging/7.1.2": { - "sha512": "YCxBt2EeJP8fcXk9desChkWI+0vFqFLvBwrz5hBMsoh0KJE6BC66DnzkdzkJNqMltLromc52dkdT206jJ38cTw==", + "MiniProfiler.AspNetCore/4.3.8": { + "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", "type": "package", - "path": "microsoft.identitymodel.logging/7.1.2", + "path": "miniprofiler.aspnetcore/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Logging.dll", - "lib/net461/Microsoft.IdentityModel.Logging.xml", - "lib/net462/Microsoft.IdentityModel.Logging.dll", - "lib/net462/Microsoft.IdentityModel.Logging.xml", - "lib/net472/Microsoft.IdentityModel.Logging.dll", - "lib/net472/Microsoft.IdentityModel.Logging.xml", - "lib/net6.0/Microsoft.IdentityModel.Logging.dll", - "lib/net6.0/Microsoft.IdentityModel.Logging.xml", - "lib/net8.0/Microsoft.IdentityModel.Logging.dll", - "lib/net8.0/Microsoft.IdentityModel.Logging.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Logging.xml", - "microsoft.identitymodel.logging.7.1.2.nupkg.sha512", - "microsoft.identitymodel.logging.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.dll", + "lib/net6.0/MiniProfiler.AspNetCore.xml", + "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/6.35.0": { - "sha512": "BPQhlDzdFvv1PzaUxNSk+VEPwezlDEVADIKmyxubw7IiELK18uJ06RQ9QKKkds30XI+gDu9n8j24XQ8w7fjWcg==", + "MiniProfiler.AspNetCore.Mvc/4.3.8": { + "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", "type": "package", - "path": "microsoft.identitymodel.protocols/6.35.0", + "path": "miniprofiler.aspnetcore.mvc/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "LICENSE.txt", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", + "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", + "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", + "miniprofiler.aspnetcore.mvc.nuspec" ] }, - "Microsoft.IdentityModel.Protocols/7.1.2": { - "sha512": "SydLwMRFx6EHPWJ+N6+MVaoArN1Htt92b935O3RUWPY1yUF63zEjvd3lBu79eWdZUwedP8TN2I5V9T3nackvIQ==", + "MiniProfiler.Shared/4.3.8": { + "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", "type": "package", - "path": "microsoft.identitymodel.protocols/7.1.2", + "path": "miniprofiler.shared/4.3.8", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.xml", - "microsoft.identitymodel.protocols.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.nuspec" + "LICENSE.txt", + "lib/net461/MiniProfiler.Shared.dll", + "lib/net461/MiniProfiler.Shared.xml", + "lib/netstandard2.0/MiniProfiler.Shared.dll", + "lib/netstandard2.0/MiniProfiler.Shared.xml", + "miniprofiler.shared.4.3.8.nupkg.sha512", + "miniprofiler.shared.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/6.35.0": { - "sha512": "LMtVqnECCCdSmyFoCOxIE5tXQqkOLrvGrL7OxHg41DIm1bpWtaCdGyVcTAfOQpJXvzND9zUKIN/lhngPkYR8vg==", + "MoYu.Extras.Authentication.JwtBearer/1.0.6": { + "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/6.35.0", + "path": "moyu.extras.authentication.jwtbearer/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net45/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.6.35.0.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", + "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", + "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", + "moyu.extras.authentication.jwtbearer.nuspec" ] }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/7.1.2": { - "sha512": "6lHQoLXhnMQ42mGrfDkzbIOR3rzKM1W1tgTeMPLgLCqwwGw0d96xFi/UiX/fYsu7d6cD5MJiL3+4HuI8VU+sVQ==", + "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { + "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", "type": "package", - "path": "microsoft.identitymodel.protocols.openidconnect/7.1.2", + "path": "moyu.extras.objectmapper.mapster/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net461/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net462/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net472/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net6.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/net8.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Protocols.OpenIdConnect.xml", - "microsoft.identitymodel.protocols.openidconnect.7.1.2.nupkg.sha512", - "microsoft.identitymodel.protocols.openidconnect.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", + "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", + "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", + "moyu.extras.objectmapper.mapster.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/6.35.0": { - "sha512": "RN7lvp7s3Boucg1NaNAbqDbxtlLj5Qeb+4uSS1TeK5FSBVM40P4DKaTKChT43sHyKfh7V0zkrMph6DdHvyA4bg==", + "MoYu.Pure/1.0.6": { + "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", "type": "package", - "path": "microsoft.identitymodel.tokens/6.35.0", + "path": "moyu.pure/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net45/Microsoft.IdentityModel.Tokens.dll", - "lib/net45/Microsoft.IdentityModel.Tokens.xml", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.6.35.0.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "README.md", + "content/SpecificationDocument/Assets/index-mini-profiler.html", + "content/SpecificationDocument/Assets/index.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", + "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", + "icon.png", + "lib/net5.0/MoYu.Pure.dll", + "lib/net5.0/MoYu.Pure.xml", + "lib/net6.0/MoYu.Pure.dll", + "lib/net6.0/MoYu.Pure.xml", + "lib/net7.0/MoYu.Pure.dll", + "lib/net7.0/MoYu.Pure.xml", + "lib/net8.0/MoYu.Pure.dll", + "lib/net8.0/MoYu.Pure.xml", + "lib/net9.0/MoYu.Pure.dll", + "lib/net9.0/MoYu.Pure.xml", + "moyu.pure.1.0.6.nupkg.sha512", + "moyu.pure.nuspec" ] }, - "Microsoft.IdentityModel.Tokens/7.1.2": { - "sha512": "oICJMqr3aNEDZOwnH5SK49bR6Z4aX0zEAnOLuhloumOSuqnNq+GWBdQyrgILnlcT5xj09xKCP/7Y7gJYB+ls/g==", + "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { + "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", "type": "package", - "path": "microsoft.identitymodel.tokens/7.1.2", + "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net461/Microsoft.IdentityModel.Tokens.dll", - "lib/net461/Microsoft.IdentityModel.Tokens.xml", - "lib/net462/Microsoft.IdentityModel.Tokens.dll", - "lib/net462/Microsoft.IdentityModel.Tokens.xml", - "lib/net472/Microsoft.IdentityModel.Tokens.dll", - "lib/net472/Microsoft.IdentityModel.Tokens.xml", - "lib/net6.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net6.0/Microsoft.IdentityModel.Tokens.xml", - "lib/net8.0/Microsoft.IdentityModel.Tokens.dll", - "lib/net8.0/Microsoft.IdentityModel.Tokens.xml", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.dll", - "lib/netstandard2.0/Microsoft.IdentityModel.Tokens.xml", - "microsoft.identitymodel.tokens.7.1.2.nupkg.sha512", - "microsoft.identitymodel.tokens.nuspec" + "README.md", + "icon.png", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", + "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", + "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", + "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" + ] + }, + "MySqlConnector/2.2.5": { + "sha512": "6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==", + "type": "package", + "path": "mysqlconnector/2.2.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "README.md", + "lib/net461/MySqlConnector.dll", + "lib/net461/MySqlConnector.xml", + "lib/net471/MySqlConnector.dll", + "lib/net471/MySqlConnector.xml", + "lib/net6.0/MySqlConnector.dll", + "lib/net6.0/MySqlConnector.xml", + "lib/net7.0/MySqlConnector.dll", + "lib/net7.0/MySqlConnector.xml", + "lib/netcoreapp3.1/MySqlConnector.dll", + "lib/netcoreapp3.1/MySqlConnector.xml", + "lib/netstandard2.0/MySqlConnector.dll", + "lib/netstandard2.0/MySqlConnector.xml", + "lib/netstandard2.1/MySqlConnector.dll", + "lib/netstandard2.1/MySqlConnector.xml", + "logo.png", + "mysqlconnector.2.2.5.nupkg.sha512", + "mysqlconnector.nuspec" + ] + }, + "NewLife.Core/10.10.2024.601": { + "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", + "type": "package", + "path": "newlife.core/10.10.2024.601", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Core.dll", + "lib/net45/NewLife.Core.xml", + "lib/net461/NewLife.Core.dll", + "lib/net461/NewLife.Core.xml", + "lib/net5.0-windows7.0/NewLife.Core.dll", + "lib/net5.0-windows7.0/NewLife.Core.xml", + "lib/net5.0/NewLife.Core.dll", + "lib/net5.0/NewLife.Core.xml", + "lib/net6.0-windows7.0/NewLife.Core.dll", + "lib/net6.0-windows7.0/NewLife.Core.xml", + "lib/net6.0/NewLife.Core.dll", + "lib/net6.0/NewLife.Core.xml", + "lib/net7.0-windows7.0/NewLife.Core.dll", + "lib/net7.0-windows7.0/NewLife.Core.xml", + "lib/net7.0/NewLife.Core.dll", + "lib/net7.0/NewLife.Core.xml", + "lib/net8.0-windows7.0/NewLife.Core.dll", + "lib/net8.0-windows7.0/NewLife.Core.xml", + "lib/net8.0/NewLife.Core.dll", + "lib/net8.0/NewLife.Core.xml", + "lib/netcoreapp3.1/NewLife.Core.dll", + "lib/netcoreapp3.1/NewLife.Core.xml", + "lib/netstandard2.0/NewLife.Core.dll", + "lib/netstandard2.0/NewLife.Core.xml", + "lib/netstandard2.1/NewLife.Core.dll", + "lib/netstandard2.1/NewLife.Core.xml", + "newlife.core.10.10.2024.601.nupkg.sha512", + "newlife.core.nuspec" ] }, - "Microsoft.IO.RecyclableMemoryStream/2.1.1": { - "sha512": "BTrXL3Ej17x+aze3xbso4xn16ajFaBU1YKQypzrirX4attETZnqCXLB+yRwo1hsZsP1U0O6mNCPuSdccTHCrBg==", + "NewLife.Redis/5.6.2024.402": { + "sha512": "ZFB+7+7D7MtZhJyMNJv6ujdclh/N4Gg1zNEtvrP4zdtJAGRj5K3ADF8BnedEcfys6XpHUksmevb1AGIj5MtMMw==", "type": "package", - "path": "microsoft.io.recyclablememorystream/2.1.1", + "path": "newlife.redis/5.6.2024.402", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net462/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/net462/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/net5.0/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netcoreapp2.1/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netstandard2.0/Microsoft.IO.RecyclableMemoryStream.xml", - "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.dll", - "lib/netstandard2.1/Microsoft.IO.RecyclableMemoryStream.xml", - "microsoft.io.recyclablememorystream.2.1.1.nupkg.sha512", - "microsoft.io.recyclablememorystream.nuspec" + "Readme.MD", + "leaf.png", + "lib/net45/NewLife.Redis.dll", + "lib/net45/NewLife.Redis.xml", + "lib/net461/NewLife.Redis.dll", + "lib/net461/NewLife.Redis.xml", + "lib/netstandard2.0/NewLife.Redis.dll", + "lib/netstandard2.0/NewLife.Redis.xml", + "lib/netstandard2.1/NewLife.Redis.dll", + "lib/netstandard2.1/NewLife.Redis.xml", + "newlife.redis.5.6.2024.402.nupkg.sha512", + "newlife.redis.nuspec" ] }, - "Microsoft.NETCore.Platforms/1.1.1": { - "sha512": "TMBuzAHpTenGbGgk0SMTwyEkyijY/Eae4ZGsFNYJvAr/LDn1ku3Etp3FPxChmDp5HHF3kzJuoaa08N0xjqAJfQ==", + "Newtonsoft.Json/13.0.3": { + "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", "type": "package", - "path": "microsoft.netcore.platforms/1.1.1", + "path": "newtonsoft.json/13.0.3", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.platforms.1.1.1.nupkg.sha512", - "microsoft.netcore.platforms.nuspec", - "runtime.json" + "LICENSE.md", + "README.md", + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/net6.0/Newtonsoft.Json.dll", + "lib/net6.0/Newtonsoft.Json.xml", + "lib/netstandard1.0/Newtonsoft.Json.dll", + "lib/netstandard1.0/Newtonsoft.Json.xml", + "lib/netstandard1.3/Newtonsoft.Json.dll", + "lib/netstandard1.3/Newtonsoft.Json.xml", + "lib/netstandard2.0/Newtonsoft.Json.dll", + "lib/netstandard2.0/Newtonsoft.Json.xml", + "newtonsoft.json.13.0.3.nupkg.sha512", + "newtonsoft.json.nuspec", + "packageIcon.png" ] }, - "Microsoft.NETCore.Targets/1.1.3": { - "sha512": "3Wrmi0kJDzClwAC+iBdUBpEKmEle8FQNsCs77fkiOIw/9oYA07bL1EZNX0kQ2OMN3xpwvl0vAtOCYY3ndDNlhQ==", + "Newtonsoft.Json.Bson/1.0.2": { + "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", "type": "package", - "path": "microsoft.netcore.targets/1.1.3", + "path": "newtonsoft.json.bson/1.0.2", "files": [ ".nupkg.metadata", ".signature.p7s", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/netstandard1.0/_._", - "microsoft.netcore.targets.1.1.3.nupkg.sha512", - "microsoft.netcore.targets.nuspec", - "runtime.json" + "LICENSE.md", + "lib/net45/Newtonsoft.Json.Bson.dll", + "lib/net45/Newtonsoft.Json.Bson.pdb", + "lib/net45/Newtonsoft.Json.Bson.xml", + "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", + "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", + "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", + "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", + "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", + "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", + "newtonsoft.json.bson.1.0.2.nupkg.sha512", + "newtonsoft.json.bson.nuspec" ] }, - "Microsoft.OpenApi/1.2.3": { - "sha512": "Nug3rO+7Kl5/SBAadzSMAVgqDlfGjJZ0GenQrLywJ84XGKO0uRqkunz5Wyl0SDwcR71bAATXvSdbdzPrYRYKGw==", + "Npgsql/5.0.18": { + "sha512": "1u4iCPKL9wtPeSUzChIbgq/BlOhvf44o7xASacdpMY7z0PbqACKpNOF0fjEn9jDV/AJl/HtPY6zk5qasQ1URhw==", "type": "package", - "path": "microsoft.openapi/1.2.3", + "path": "npgsql/5.0.18", "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" + "lib/net5.0/Npgsql.dll", + "lib/net5.0/Npgsql.xml", + "lib/netcoreapp3.1/Npgsql.dll", + "lib/netcoreapp3.1/Npgsql.xml", + "lib/netstandard2.0/Npgsql.dll", + "lib/netstandard2.0/Npgsql.xml", + "lib/netstandard2.1/Npgsql.dll", + "lib/netstandard2.1/Npgsql.xml", + "npgsql.5.0.18.nupkg.sha512", + "npgsql.nuspec", + "postgresql.png" ] }, - "Microsoft.Win32.Registry/5.0.0": { - "sha512": "dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==", + "Oracle.ManagedDataAccess.Core/3.21.100": { + "sha512": "nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==", "type": "package", - "path": "microsoft.win32.registry/5.0.0", + "path": "oracle.manageddataaccess.core/3.21.100", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "lib/net46/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.dll", - "lib/net461/Microsoft.Win32.Registry.xml", - "lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "microsoft.win32.registry.5.0.0.nupkg.sha512", - "microsoft.win32.registry.nuspec", - "ref/net46/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.dll", - "ref/net461/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/Microsoft.Win32.Registry.dll", - "ref/netstandard1.3/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", - "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", - "ref/netstandard2.0/Microsoft.Win32.Registry.dll", - "ref/netstandard2.0/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", - "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", - "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", - "useSharedDesignerContext.txt", - "version.txt" + "LICENSE.txt", + "PerfCounters/register_odpc_perfmon_counters.ps1", + "PerfCounters/unregister_odpc_perfmon_counters.ps1", + "info.txt", + "lib/netstandard2.1/Oracle.ManagedDataAccess.dll", + "oracle.manageddataaccess.core.3.21.100.nupkg.sha512", + "oracle.manageddataaccess.core.nuspec", + "readme.txt" ] }, - "Microsoft.Win32.SystemEvents/8.0.0": { - "sha512": "9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", + "Oscar.Data.SqlClient/4.0.4": { + "sha512": "VJ3xVvRjxrPi/mMPT5EqYiMZor0MjFu83mw1qvUveBFWJSudGh9BOKZq7RkhqeNCcL1ud0uK0/TVkw+xTa4q4g==", "type": "package", - "path": "microsoft.win32.systemevents/8.0.0", + "path": "oscar.data.sqlclient/4.0.4", "files": [ ".nupkg.metadata", ".signature.p7s", - "Icon.png", - "LICENSE.TXT", - "THIRD-PARTY-NOTICES.TXT", - "buildTransitive/net461/Microsoft.Win32.SystemEvents.targets", - "buildTransitive/net462/_._", - "buildTransitive/net6.0/_._", - "buildTransitive/netcoreapp2.0/Microsoft.Win32.SystemEvents.targets", - "lib/net462/Microsoft.Win32.SystemEvents.dll", - "lib/net462/Microsoft.Win32.SystemEvents.xml", - "lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll", - "lib/netstandard2.0/Microsoft.Win32.SystemEvents.xml", - "microsoft.win32.systemevents.8.0.0.nupkg.sha512", - "microsoft.win32.systemevents.nuspec", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net7.0/Microsoft.Win32.SystemEvents.xml", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.dll", - "runtimes/win/lib/net8.0/Microsoft.Win32.SystemEvents.xml", - "useSharedDesignerContext.txt" + "lib/netstandard2.0/Oscar.Data.SqlClient.dll", + "oscar.data.sqlclient.4.0.4.nupkg.sha512", + "oscar.data.sqlclient.nuspec" ] }, - "Minio/5.0.0": { - "sha512": "7tZj90WEuuH60RAP4wBYexjMuJOhCnK7I46hCiX3CtZPackHisLZ8aAJmn3KlwbUX22dBDphwemD+h37vet8Qw==", + "Portable.BouncyCastle/1.9.0": { + "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", "type": "package", - "path": "minio/5.0.0", + "path": "portable.bouncycastle/1.9.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE", - "icon.png", - "lib/net6.0/Minio.dll", - "lib/net6.0/Minio.xml", - "lib/net7.0/Minio.dll", - "lib/net7.0/Minio.xml", - "lib/netstandard2.0/Minio.dll", - "lib/netstandard2.0/Minio.xml", - "minio.5.0.0.nupkg.sha512", - "minio.nuspec", - "readme.md" + "lib/net40/BouncyCastle.Crypto.dll", + "lib/net40/BouncyCastle.Crypto.xml", + "lib/netstandard2.0/BouncyCastle.Crypto.dll", + "lib/netstandard2.0/BouncyCastle.Crypto.xml", + "portable.bouncycastle.1.9.0.nupkg.sha512", + "portable.bouncycastle.nuspec" ] }, - "MiniProfiler.AspNetCore/4.3.8": { - "sha512": "dohMvXpjKDPv/edl7gwKhq80JBqRLLRSwVJB9bo0UYqsgEox7BZyYS/4vBty+UsZ59pYYYhMUpUKHVWLLj/PBw==", + "runtime.any.System.Collections/4.3.0": { + "sha512": "23g6rqftKmovn2cLeGsuHUYm0FD7pdutb0uQMJpZ3qTvq+zHkgmt6J65VtRry4WDGYlmkMa4xDACtaQ94alNag==", "type": "package", - "path": "miniprofiler.aspnetcore/4.3.8", + "path": "runtime.any.system.collections/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.dll", - "lib/net6.0/MiniProfiler.AspNetCore.xml", - "miniprofiler.aspnetcore.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Collections.dll", + "lib/netstandard1.3/System.Collections.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.collections.4.3.0.nupkg.sha512", + "runtime.any.system.collections.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.AspNetCore.Mvc/4.3.8": { - "sha512": "aJ6Kkw2zMy36cKDWTjQYo/pJ6bhPBRA8z4NO8REe+xDhv8+fk58P526Bi52gnvsDp4jIVk5AQ8nQDgPUS/K+7A==", + "runtime.any.System.Diagnostics.Tracing/4.3.0": { + "sha512": "1lpifymjGDzoYIaam6/Hyqf8GhBI3xXYLK2TgEvTtuZMorG3Kb9QnMTIKhLjJYXIiu1JvxjngHvtVFQQlpQ3HQ==", "type": "package", - "path": "miniprofiler.aspnetcore.mvc/4.3.8", + "path": "runtime.any.system.diagnostics.tracing/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.dll", - "lib/net6.0/MiniProfiler.AspNetCore.Mvc.xml", - "miniprofiler.aspnetcore.mvc.4.3.8.nupkg.sha512", - "miniprofiler.aspnetcore.mvc.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/netstandard1.5/System.Diagnostics.Tracing.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "runtime.any.system.diagnostics.tracing.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MiniProfiler.Shared/4.3.8": { - "sha512": "SfXNX90fmDm373YAla0z06plTCj6YbByQJOm6G8/9kE6Hf4UALJxySyiMB9O4KYeTc6Ha1EFQDs6jLhio+bBFA==", + "runtime.any.System.Globalization/4.3.0": { + "sha512": "sMDBnad4rp4t7GY442Jux0MCUuKL4otn5BK6Ni0ARTXTSpRNBzZ7hpMfKSvnVSED5kYJm96YOWsqV0JH0d2uuw==", "type": "package", - "path": "miniprofiler.shared/4.3.8", + "path": "runtime.any.system.globalization/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "lib/net461/MiniProfiler.Shared.dll", - "lib/net461/MiniProfiler.Shared.xml", - "lib/netstandard2.0/MiniProfiler.Shared.dll", - "lib/netstandard2.0/MiniProfiler.Shared.xml", - "miniprofiler.shared.4.3.8.nupkg.sha512", - "miniprofiler.shared.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Globalization.dll", + "lib/netstandard1.3/System.Globalization.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.globalization.4.3.0.nupkg.sha512", + "runtime.any.system.globalization.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.Authentication.JwtBearer/1.0.6": { - "sha512": "yK9+39sByIQQyNyK0qHfvwhgUCS6ojSJTBjhW9Hb+lNF9/Q9AzDNwU0HEJNgOHqdqKCyrZOvgXQLFCBHJrhv2Q==", + "runtime.any.System.IO/4.3.0": { + "sha512": "SDZ5AD1DtyRoxYtEcqQ3HDlcrorMYXZeCt7ZhG9US9I5Vva+gpIWDGMkcwa5XiKL0ceQKRZIX2x0XEjLX7PDzQ==", "type": "package", - "path": "moyu.extras.authentication.jwtbearer/1.0.6", + "path": "runtime.any.system.io/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net5.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net6.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net7.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net8.0/MoYu.Extras.Authentication.JwtBearer.xml", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.dll", - "lib/net9.0/MoYu.Extras.Authentication.JwtBearer.xml", - "moyu.extras.authentication.jwtbearer.1.0.6.nupkg.sha512", - "moyu.extras.authentication.jwtbearer.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.dll", + "lib/netstandard1.5/System.IO.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.io.4.3.0.nupkg.sha512", + "runtime.any.system.io.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Extras.ObjectMapper.Mapster/1.0.6": { - "sha512": "HjDDyfeYaek8kONqAHVfcxPWYMQDq1gQuPA44IYsViU9PNIbvVenDKUCMFXGm+/R42aGiBLOK5XwhAgFsveVcg==", + "runtime.any.System.Reflection/4.3.0": { + "sha512": "hLC3A3rI8jipR5d9k7+f0MgRCW6texsAp0MWkN/ci18FMtQ9KH7E2vDn/DH2LkxsszlpJpOn9qy6Z6/69rH6eQ==", "type": "package", - "path": "moyu.extras.objectmapper.mapster/1.0.6", + "path": "runtime.any.system.reflection/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net5.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net6.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net7.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net8.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.dll", - "lib/net9.0/MoYu.Extras.ObjectMapper.Mapster.xml", - "moyu.extras.objectmapper.mapster.1.0.6.nupkg.sha512", - "moyu.extras.objectmapper.mapster.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.dll", + "lib/netstandard1.5/System.Reflection.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure/1.0.6": { - "sha512": "yKRdQZ7kIxOte0+JLQmVUU4Z5gFpIZvpr1zCo8m6xjvy27WjrM/Vk+i8ioJbZRZ0lzG0b4eraN7MAVK7kJN52A==", + "runtime.any.System.Reflection.Extensions/4.3.0": { + "sha512": "cPhT+Vqu52+cQQrDai/V91gubXUnDKNRvlBnH+hOgtGyHdC17aQIU64EaehwAQymd7kJA5rSrVRNfDYrbhnzyA==", "type": "package", - "path": "moyu.pure/1.0.6", + "path": "runtime.any.system.reflection.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "content/SpecificationDocument/Assets/index-mini-profiler.html", - "content/SpecificationDocument/Assets/index.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net5.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net6.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net7.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net8.0/SpecificationDocument/Assets/index.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index-mini-profiler.html", - "contentFiles/any/net9.0/SpecificationDocument/Assets/index.html", - "icon.png", - "lib/net5.0/MoYu.Pure.dll", - "lib/net5.0/MoYu.Pure.xml", - "lib/net6.0/MoYu.Pure.dll", - "lib/net6.0/MoYu.Pure.xml", - "lib/net7.0/MoYu.Pure.dll", - "lib/net7.0/MoYu.Pure.xml", - "lib/net8.0/MoYu.Pure.dll", - "lib/net8.0/MoYu.Pure.xml", - "lib/net9.0/MoYu.Pure.dll", - "lib/net9.0/MoYu.Pure.xml", - "moyu.pure.1.0.6.nupkg.sha512", - "moyu.pure.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/netstandard1.3/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MoYu.Pure.Extras.DependencyModel.CodeAnalysis/1.0.6": { - "sha512": "LHHsvPHO7sZhZ4Rbk/4gUVW5CV2j7P1C2jQXRMS14mFvZDIndVKGRyXb7taAUXCWiRUUEGRWDfUPWnVDQfuEVw==", + "runtime.any.System.Reflection.Primitives/4.3.0": { + "sha512": "Nrm1p3armp6TTf2xuvaa+jGTTmncALWFq22CpmwRvhDf6dE9ZmH40EbOswD4GnFLrMRS0Ki6Kx5aUPmKK/hZBg==", "type": "package", - "path": "moyu.pure.extras.dependencymodel.codeanalysis/1.0.6", + "path": "runtime.any.system.reflection.primitives/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "icon.png", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net5.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net6.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net7.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net8.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.dll", - "lib/net9.0/MoYu.Pure.Extras.DependencyModel.CodeAnalysis.xml", - "moyu.pure.extras.dependencymodel.codeanalysis.1.0.6.nupkg.sha512", - "moyu.pure.extras.dependencymodel.codeanalysis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/netstandard1.3/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "runtime.any.system.reflection.primitives.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "MySqlConnector/2.2.5": { - "sha512": "6sinY78RvryhHwpup3awdjYO7d5hhWahb5p/1VDODJhSxJggV/sBbYuKK5IQF9TuzXABiddqUbmRfM884tqA3Q==", + "runtime.any.System.Resources.ResourceManager/4.3.0": { + "sha512": "Lxb89SMvf8w9p9+keBLyL6H6x/TEmc6QVsIIA0T36IuyOY3kNvIdyGddA2qt35cRamzxF8K5p0Opq4G4HjNbhQ==", "type": "package", - "path": "mysqlconnector/2.2.5", + "path": "runtime.any.system.resources.resourcemanager/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "README.md", - "lib/net461/MySqlConnector.dll", - "lib/net461/MySqlConnector.xml", - "lib/net471/MySqlConnector.dll", - "lib/net471/MySqlConnector.xml", - "lib/net6.0/MySqlConnector.dll", - "lib/net6.0/MySqlConnector.xml", - "lib/net7.0/MySqlConnector.dll", - "lib/net7.0/MySqlConnector.xml", - "lib/netcoreapp3.1/MySqlConnector.dll", - "lib/netcoreapp3.1/MySqlConnector.xml", - "lib/netstandard2.0/MySqlConnector.dll", - "lib/netstandard2.0/MySqlConnector.xml", - "lib/netstandard2.1/MySqlConnector.dll", - "lib/netstandard2.1/MySqlConnector.xml", - "logo.png", - "mysqlconnector.2.2.5.nupkg.sha512", - "mysqlconnector.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netstandard1.3/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "runtime.any.system.resources.resourcemanager.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Core/10.10.2024.601": { - "sha512": "LZianu/xR+HEhyA0Cx1fb1wQI3CYKgJIyL5rNrmI1zj7fMH4ELav3jIR8U0KRd+gE5RTK7+yhJVnL25ERpIkPQ==", + "runtime.any.System.Runtime/4.3.0": { + "sha512": "fRS7zJgaG9NkifaAxGGclDDoRn9HC7hXACl52Or06a/fxdzDajWb5wov3c6a+gVSlekRoexfjwQSK9sh5um5LQ==", "type": "package", - "path": "newlife.core/10.10.2024.601", + "path": "runtime.any.system.runtime/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Core.dll", - "lib/net45/NewLife.Core.xml", - "lib/net461/NewLife.Core.dll", - "lib/net461/NewLife.Core.xml", - "lib/net5.0-windows7.0/NewLife.Core.dll", - "lib/net5.0-windows7.0/NewLife.Core.xml", - "lib/net5.0/NewLife.Core.dll", - "lib/net5.0/NewLife.Core.xml", - "lib/net6.0-windows7.0/NewLife.Core.dll", - "lib/net6.0-windows7.0/NewLife.Core.xml", - "lib/net6.0/NewLife.Core.dll", - "lib/net6.0/NewLife.Core.xml", - "lib/net7.0-windows7.0/NewLife.Core.dll", - "lib/net7.0-windows7.0/NewLife.Core.xml", - "lib/net7.0/NewLife.Core.dll", - "lib/net7.0/NewLife.Core.xml", - "lib/net8.0-windows7.0/NewLife.Core.dll", - "lib/net8.0-windows7.0/NewLife.Core.xml", - "lib/net8.0/NewLife.Core.dll", - "lib/net8.0/NewLife.Core.xml", - "lib/netcoreapp3.1/NewLife.Core.dll", - "lib/netcoreapp3.1/NewLife.Core.xml", - "lib/netstandard2.0/NewLife.Core.dll", - "lib/netstandard2.0/NewLife.Core.xml", - "lib/netstandard2.1/NewLife.Core.dll", - "lib/netstandard2.1/NewLife.Core.xml", - "newlife.core.10.10.2024.601.nupkg.sha512", - "newlife.core.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.dll", + "lib/netstandard1.5/System.Runtime.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "NewLife.Redis/5.6.2024.402": { - "sha512": "ZFB+7+7D7MtZhJyMNJv6ujdclh/N4Gg1zNEtvrP4zdtJAGRj5K3ADF8BnedEcfys6XpHUksmevb1AGIj5MtMMw==", + "runtime.any.System.Runtime.Handles/4.3.0": { + "sha512": "GG84X6vufoEzqx8PbeBKheE4srOhimv+yLtGb/JkR3Y2FmoqmueLNFU4Xx8Y67plFpltQSdK74x0qlEhIpv/CQ==", "type": "package", - "path": "newlife.redis/5.6.2024.402", + "path": "runtime.any.system.runtime.handles/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "Readme.MD", - "leaf.png", - "lib/net45/NewLife.Redis.dll", - "lib/net45/NewLife.Redis.xml", - "lib/net461/NewLife.Redis.dll", - "lib/net461/NewLife.Redis.xml", - "lib/netstandard2.0/NewLife.Redis.dll", - "lib/netstandard2.0/NewLife.Redis.xml", - "lib/netstandard2.1/NewLife.Redis.dll", - "lib/netstandard2.1/NewLife.Redis.xml", - "newlife.redis.5.6.2024.402.nupkg.sha512", - "newlife.redis.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netstandard1.3/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.handles.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json/13.0.3": { - "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", + "runtime.any.System.Runtime.InteropServices/4.3.0": { + "sha512": "lBoFeQfxe/4eqjPi46E0LU/YaCMdNkQ8B4MZu/mkzdIAZh8RQ1NYZSj0egrQKdgdvlPFtP4STtob40r4o2DBAw==", "type": "package", - "path": "newtonsoft.json/13.0.3", + "path": "runtime.any.system.runtime.interopservices/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "README.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/net6.0/Newtonsoft.Json.dll", - "lib/net6.0/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.3.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netstandard1.5/System.Runtime.InteropServices.dll", + "lib/netstandard1.6/System.Runtime.InteropServices.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "runtime.any.system.runtime.interopservices.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Newtonsoft.Json.Bson/1.0.2": { - "sha512": "QYFyxhaABwmq3p/21VrZNYvCg3DaEoN/wUuw5nmfAf0X3HLjgupwhkEWdgfb9nvGAUIv3osmZoD3kKl4jxEmYQ==", + "runtime.any.System.Text.Encoding/4.3.0": { + "sha512": "+ihI5VaXFCMVPJNstG4O4eo1CfbrByLxRrQQTqOTp1ttK0kUKDqOdBSTaCB2IBk/QtjDrs6+x4xuezyMXdm0HQ==", "type": "package", - "path": "newtonsoft.json.bson/1.0.2", + "path": "runtime.any.system.text.encoding/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.md", - "lib/net45/Newtonsoft.Json.Bson.dll", - "lib/net45/Newtonsoft.Json.Bson.pdb", - "lib/net45/Newtonsoft.Json.Bson.xml", - "lib/netstandard1.3/Newtonsoft.Json.Bson.dll", - "lib/netstandard1.3/Newtonsoft.Json.Bson.pdb", - "lib/netstandard1.3/Newtonsoft.Json.Bson.xml", - "lib/netstandard2.0/Newtonsoft.Json.Bson.dll", - "lib/netstandard2.0/Newtonsoft.Json.Bson.pdb", - "lib/netstandard2.0/Newtonsoft.Json.Bson.xml", - "newtonsoft.json.bson.1.0.2.nupkg.sha512", - "newtonsoft.json.bson.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/netstandard1.3/System.Text.Encoding.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Npgsql/5.0.18": { - "sha512": "1u4iCPKL9wtPeSUzChIbgq/BlOhvf44o7xASacdpMY7z0PbqACKpNOF0fjEn9jDV/AJl/HtPY6zk5qasQ1URhw==", + "runtime.any.System.Text.Encoding.Extensions/4.3.0": { + "sha512": "NLrxmLsfRrOuVqPWG+2lrQZnE53MLVeo+w9c54EV+TUo4c8rILpsDXfY8pPiOy9kHpUHHP07ugKmtsU3vVW5Jg==", "type": "package", - "path": "npgsql/5.0.18", + "path": "runtime.any.system.text.encoding.extensions/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net5.0/Npgsql.dll", - "lib/net5.0/Npgsql.xml", - "lib/netcoreapp3.1/Npgsql.dll", - "lib/netcoreapp3.1/Npgsql.xml", - "lib/netstandard2.0/Npgsql.dll", - "lib/netstandard2.0/Npgsql.xml", - "lib/netstandard2.1/Npgsql.dll", - "lib/netstandard2.1/Npgsql.xml", - "npgsql.5.0.18.nupkg.sha512", - "npgsql.nuspec", - "postgresql.png" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/netstandard1.3/System.Text.Encoding.Extensions.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "runtime.any.system.text.encoding.extensions.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Oracle.ManagedDataAccess.Core/3.21.100": { - "sha512": "nsqyUE+v246WB0SOnR1u9lfZxYoNcdj1fRjTt7TOhCN0JurEc6+qu+mMe+dl1sySB2UpyWdfqHG1iSQJYaXEfA==", + "runtime.any.System.Threading.Tasks/4.3.0": { + "sha512": "OhBAVBQG5kFj1S+hCEQ3TUHBAEtZ3fbEMgZMRNdN8A0Pj4x+5nTELEqL59DU0TjKVE6II3dqKw4Dklb3szT65w==", "type": "package", - "path": "oracle.manageddataaccess.core/3.21.100", + "path": "runtime.any.system.threading.tasks/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "LICENSE.txt", - "PerfCounters/register_odpc_perfmon_counters.ps1", - "PerfCounters/unregister_odpc_perfmon_counters.ps1", - "info.txt", - "lib/netstandard2.1/Oracle.ManagedDataAccess.dll", - "oracle.manageddataaccess.core.3.21.100.nupkg.sha512", - "oracle.manageddataaccess.core.nuspec", - "readme.txt" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netstandard1.3/System.Threading.Tasks.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/netstandard/_._", + "runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "runtime.any.system.threading.tasks.nuspec", + "runtimes/aot/lib/netcore50/_._" ] }, - "Oscar.Data.SqlClient/4.0.4": { - "sha512": "VJ3xVvRjxrPi/mMPT5EqYiMZor0MjFu83mw1qvUveBFWJSudGh9BOKZq7RkhqeNCcL1ud0uK0/TVkw+xTa4q4g==", + "runtime.win.System.Diagnostics.Debug/4.3.0": { + "sha512": "hHHP0WCStene2jjeYcuDkETozUYF/3sHVRHAEOgS3L15hlip24ssqCTnJC28Z03Wpo078oMcJd0H4egD2aJI8g==", "type": "package", - "path": "oscar.data.sqlclient/4.0.4", + "path": "runtime.win.system.diagnostics.debug/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/netstandard2.0/Oscar.Data.SqlClient.dll", - "oscar.data.sqlclient.4.0.4.nupkg.sha512", - "oscar.data.sqlclient.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "runtime.win.system.diagnostics.debug.nuspec", + "runtimes/aot/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/net45/_._", + "runtimes/win/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win/lib/netstandard1.3/System.Diagnostics.Debug.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp80/_._", + "runtimes/win/lib/wpa81/_._" ] }, - "Portable.BouncyCastle/1.9.0": { - "sha512": "eZZBCABzVOek+id9Xy04HhmgykF0wZg9wpByzrWN7q8qEI0Qen9b7tfd7w8VA3dOeesumMG7C5ZPy0jk7PSRHw==", + "runtime.win.System.IO.FileSystem/4.3.0": { + "sha512": "Z37zcSCpXuGCYtFbqYO0TwOVXxS2d+BXgSoDFZmRg8BC4Cuy54edjyIvhhcfCrDQA9nl+EPFTgHN54dRAK7mNA==", "type": "package", - "path": "portable.bouncycastle/1.9.0", + "path": "runtime.win.system.io.filesystem/4.3.0", "files": [ ".nupkg.metadata", ".signature.p7s", - "lib/net40/BouncyCastle.Crypto.dll", - "lib/net40/BouncyCastle.Crypto.xml", - "lib/netstandard2.0/BouncyCastle.Crypto.dll", - "lib/netstandard2.0/BouncyCastle.Crypto.xml", - "portable.bouncycastle.1.9.0.nupkg.sha512", - "portable.bouncycastle.nuspec" + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "runtime.win.system.io.filesystem.nuspec", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win/lib/netstandard1.3/System.IO.FileSystem.dll", + "runtimes/win/lib/win8/_._", + "runtimes/win/lib/wp8/_._", + "runtimes/win/lib/wpa81/_._" + ] + }, + "runtime.win.System.Runtime.Extensions/4.3.0": { + "sha512": "RkgHVhUPvzZxuUubiZe8yr/6CypRVXj0VBzaR8hsqQ8f+rUo7e4PWrHTLOCjd8fBMGWCrY//fi7Ku3qXD7oHRw==", + "type": "package", + "path": "runtime.win.system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", + "runtime.win.system.runtime.extensions.nuspec", + "runtimes/aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/net/_._", + "runtimes/win/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win/lib/netstandard1.5/System.Runtime.Extensions.dll" ] }, "SharpCompress/0.37.2": { @@ -14274,6 +25022,21 @@ "swashbuckle.aspnetcore.swaggerui.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.Buffers/4.5.1": { "sha512": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg==", "type": "package", @@ -16241,6 +27004,20 @@ "system.objectmodel.nuspec" ] }, + "System.Private.Uri/4.3.0": { + "sha512": "I4SwANiUGho1esj4V4oSlPllXjzCZDE+5XXso2P03LW2vOda2Enzh8DWOxwN6hnrJyp314c7KuVu31QYhRzOGg==", + "type": "package", + "path": "system.private.uri/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "ref/netstandard/_._", + "system.private.uri.4.3.0.nupkg.sha512", + "system.private.uri.nuspec" + ] + }, "System.Reactive/5.0.0": { "sha512": "erBZjkQHWL9jpasCE/0qKAryzVBJFxGHVBAvgRN1bzM0q2s1S4oYREEEL0Vb+1kA/6BKb5FjUZMp5VXmy+gzkQ==", "type": "package", @@ -17035,6 +27812,99 @@ "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.Serialization.Primitives/4.3.0": { "sha512": "Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", "type": "package", @@ -17613,6 +28483,74 @@ "useSharedDesignerContext.txt" ] }, + "System.Text.Encoding.Extensions/4.3.0": { + "sha512": "YVMK0Bt/A43RmwizJoZ22ei2nmrhobgeiYwFzC4YAN+nue8RF6djXDMog0UCn+brerQoYVyaS+ghy9P/MUVcmw==", + "type": "package", + "path": "system.text.encoding.extensions/4.3.0", + "files": [ + ".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.Encodings.Web/8.0.0": { "sha512": "yev/k9GHAEGx2Rg3/tU6MQh4HGBXJs70y7j1LaM1i/ER9po+6nnQ6RRqTJn1E7Xu0fbIFK80Nh5EoODxrbxwBQ==", "type": "package", @@ -17981,6 +28919,36 @@ "useSharedDesignerContext.txt" ] }, + "System.Threading.Overlapped/4.3.0": { + "sha512": "m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "type": "package", + "path": "system.threading.overlapped/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/net46/System.Threading.Overlapped.dll", + "ref/net46/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.dll", + "ref/netstandard1.3/System.Threading.Overlapped.xml", + "ref/netstandard1.3/de/System.Threading.Overlapped.xml", + "ref/netstandard1.3/es/System.Threading.Overlapped.xml", + "ref/netstandard1.3/fr/System.Threading.Overlapped.xml", + "ref/netstandard1.3/it/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ja/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ko/System.Threading.Overlapped.xml", + "ref/netstandard1.3/ru/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Overlapped.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Overlapped.xml", + "runtimes/unix/lib/netstandard1.3/System.Threading.Overlapped.dll", + "runtimes/win/lib/net46/System.Threading.Overlapped.dll", + "runtimes/win/lib/netcore50/System.Threading.Overlapped.dll", + "runtimes/win/lib/netstandard1.3/System.Threading.Overlapped.dll", + "system.threading.overlapped.4.3.0.nupkg.sha512", + "system.threading.overlapped.nuspec" + ] + }, "System.Threading.Tasks/4.3.0": { "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", "type": "package", @@ -18468,6 +29436,11 @@ }, "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.202/PortableRuntimeIdentifierGraph.json" } + }, + "runtimes": { + "win-x64": { + "#import": [] + } } } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.System/obj/project.nuget.cache b/SafeCampus.API/SafeCampus.System/obj/project.nuget.cache index 7194033..8219a5b 100644 --- a/SafeCampus.API/SafeCampus.System/obj/project.nuget.cache +++ b/SafeCampus.API/SafeCampus.System/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "JgfSlZ39hb0iXxWLWsLqUglkknl86hB1tEeAG45QlZLMKyd9KQU3auSrDsL7XHRaTePaeIxvXplBT11sX7eAIg==", + "dgSpecHash": "BSMGJAGa64o2QMj1ISC/ze+jFLSfIDbJ0y/LUXFiR+Zfhk7E4mPdzkN5wjWSsqU4Ce7zC7ZOhPG9XVe4Roubxw==", "success": true, "projectFilePath": "F:\\Project\\QJKJ\\SafeCampus\\SafeCampus.API\\SafeCampus.System\\SafeCampus.System.csproj", "expectedPackageFiles": [ @@ -112,6 +112,23 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\oracle.manageddataaccess.core\\3.21.100\\oracle.manageddataaccess.core.3.21.100.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\oscar.data.sqlclient\\4.0.4\\oscar.data.sqlclient.4.0.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\portable.bouncycastle\\1.9.0\\portable.bouncycastle.1.9.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.collections\\4.3.0\\runtime.any.system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.diagnostics.tracing\\4.3.0\\runtime.any.system.diagnostics.tracing.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.globalization\\4.3.0\\runtime.any.system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.io\\4.3.0\\runtime.any.system.io.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection\\4.3.0\\runtime.any.system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.extensions\\4.3.0\\runtime.any.system.reflection.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.reflection.primitives\\4.3.0\\runtime.any.system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.resources.resourcemanager\\4.3.0\\runtime.any.system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime\\4.3.0\\runtime.any.system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.handles\\4.3.0\\runtime.any.system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.runtime.interopservices\\4.3.0\\runtime.any.system.runtime.interopservices.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding\\4.3.0\\runtime.any.system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.text.encoding.extensions\\4.3.0\\runtime.any.system.text.encoding.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.any.system.threading.tasks\\4.3.0\\runtime.any.system.threading.tasks.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.diagnostics.debug\\4.3.0\\runtime.win.system.diagnostics.debug.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.io.filesystem\\4.3.0\\runtime.win.system.io.filesystem.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\runtime.win.system.runtime.extensions\\4.3.0\\runtime.win.system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpcompress\\0.37.2\\sharpcompress.0.37.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\sharpziplib\\1.4.2\\sharpziplib.1.4.2.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\simpleredis\\1.1.9\\simpleredis.1.1.9.nupkg.sha512", @@ -134,6 +151,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swagger\\6.5.0\\swashbuckle.aspnetcore.swagger.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggergen\\6.5.0\\swashbuckle.aspnetcore.swaggergen.6.5.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\swashbuckle.aspnetcore.swaggerui\\6.5.0\\swashbuckle.aspnetcore.swaggerui.6.5.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.3.0\\system.buffers.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.buffers\\4.5.1\\system.buffers.4.5.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.codedom\\8.0.0\\system.codedom.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", @@ -181,6 +199,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.3\\system.memory.4.5.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.memory\\4.5.4\\system.memory.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.objectmodel\\4.3.0\\system.objectmodel.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.private.uri\\4.3.0\\system.private.uri.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive\\5.0.0\\system.reactive.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reactive.linq\\5.0.0\\system.reactive.linq.5.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", @@ -197,6 +216,7 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.handles\\4.3.0\\system.runtime.handles.4.3.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.interopservices\\4.3.0\\system.runtime.interopservices.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.runtime.serialization.primitives\\4.3.0\\system.runtime.serialization.primitives.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.accesscontrol\\6.0.0\\system.security.accesscontrol.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.security.cryptography.cng\\4.5.0\\system.security.cryptography.cng.4.5.0.nupkg.sha512", @@ -210,12 +230,14 @@ "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\6.0.0\\system.text.encoding.codepages.6.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\7.0.0\\system.text.encoding.codepages.7.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.codepages\\8.0.0\\system.text.encoding.codepages.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encoding.extensions\\4.3.0\\system.text.encoding.extensions.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.encodings.web\\8.0.0\\system.text.encodings.web.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.0\\system.text.json.8.0.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.json\\8.0.3\\system.text.json.8.0.3.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.text.regularexpressions\\4.3.1\\system.text.regularexpressions.4.3.1.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.channels\\8.0.0\\system.threading.channels.8.0.0.nupkg.sha512", + "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.overlapped\\4.3.0\\system.threading.overlapped.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.extensions\\4.5.4\\system.threading.tasks.extensions.4.5.4.nupkg.sha512", "C:\\Users\\王晓寒\\.nuget\\packages\\system.threading.tasks.parallel\\4.3.0\\system.threading.tasks.parallel.4.3.0.nupkg.sha512", diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/AlarmApi.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/AlarmApi.cs index 34787fe..5988d55 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/AlarmApi.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/AlarmApi.cs @@ -1,8 +1,10 @@ -using MoYu.FriendlyException; +using Microsoft.AspNetCore.SignalR; +using MoYu.FriendlyException; using MoYu.RemoteRequest.Extensions; using Newtonsoft.Json.Linq; using SafeCampus.Application.Manager.DeepelephManager; using SafeCampus.Web.Core.Controllers.Application.Business.Dto; +using SafeCampus.Web.Core.Hub; namespace SafeCampus.Web.Core.Controllers.Application.Business; /// @@ -14,10 +16,12 @@ namespace SafeCampus.Web.Core.Controllers.Application.Business; public class AlarmApi:IDynamicApiController { private readonly IDeepelephManager _deepelephManager; + private readonly IHubContext _hubContext; - public AlarmApi(IDeepelephManager deepelephManager) + public AlarmApi(IDeepelephManager deepelephManager, IHubContext hubContext) { _deepelephManager = deepelephManager; + _hubContext = hubContext; } /// @@ -97,4 +101,26 @@ public class AlarmApi:IDynamicApiController throw Oops.Oh(model["message"].ToString()); } + /// + /// 发送分组消息 + /// + /// + /// + /// + public async Task SendGroupMsg(string group,string msg) + { + await _hubContext.Clients.Group(group).ReceiveMessage("System", msg); + return true; + } + /// + /// 发送消息 + /// + /// + /// + /// + public async Task SendMsg(string user, string msg) + { + await _hubContext.Clients.All.ReceiveMessage(user,msg); + return true; + } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/AttendanceApi.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/AttendanceApi.cs index 7619d29..705c669 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/AttendanceApi.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/AttendanceApi.cs @@ -116,4 +116,13 @@ public class AttendanceApi : IDynamicApiController { return await _attendanceService.GetNoPageList(search); } + /// + /// 根据宿舍楼id获取出入记录 + /// + /// + /// + public async Task> GetPageListByBuild(BuildAttendanceSearch search) + { + return await _attendanceService.GetPageListByBuild(search); + } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/BuildingController.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/BuildingController.cs new file mode 100644 index 0000000..8c79ab6 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/BuildingController.cs @@ -0,0 +1,57 @@ +using SafeCampus.Application.Services.Business.BuildingService; + +namespace SafeCampus.Web.Core.Controllers.Application.Business; +/// +/// 宿舍楼管理接口 +/// +[ApiDescriptionSettings(ApiGroupConsts.SYSTEM_Business, Order = 87, Tag = "宿舍楼管理")] +[Route("/business/building")] +[RolePermission] +public class BuildingController +{ + private readonly IBuildingService _buildingService; + + public BuildingController(IBuildingService buildingService) + { + _buildingService = buildingService; + } + + /// + /// 添加 + /// + /// 添加参数 + /// + public async Task Add(BuildingInfoDto input) + { + return await _buildingService.Add(input); + } + + /// + /// 修改 + /// + /// 添加参数 + /// + public async Task Update(BuildingInfoDto input) + { + return await _buildingService.Update(input); + } + + /// + /// 删除 + /// + /// id + /// + public async Task Delete(long id) + { + return await _buildingService.Delete(id); + } + + /// + /// 获取列表 + /// + /// + public async Task> GetNoPageList() + { + return await _buildingService.GetNoPageList(); + } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/ClothApi.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/ClothApi.cs index 979ca00..9eb6344 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/ClothApi.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/ClothApi.cs @@ -23,7 +23,7 @@ public class ClothApi /// /// 新增服装底库 /// - /// 人员信息 + /// 人员信息 /// public async Task AddClothDataBaseA(ClothDataNameInfo input) { diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/DfieldApi.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/DfieldApi.cs index a8adb8e..a8c5985 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/DfieldApi.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/DfieldApi.cs @@ -95,7 +95,7 @@ public class DfieldApi : IDynamicApiController /// /// 删除底库 /// - /// 底库id + /// 底库id /// public async Task DeleteDfieldD(string id) { diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/DormitoryController.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/DormitoryController.cs new file mode 100644 index 0000000..8a99d21 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/DormitoryController.cs @@ -0,0 +1,216 @@ +using Masuit.Tools.DateTimeExt; +using MoYu.FriendlyException; +using MoYu.RemoteRequest.Extensions; +using Newtonsoft.Json.Linq; +using SafeCampus.Application.Manager.DeepelephManager; +using SafeCampus.Application.Services.Business.CameraInfoService; +using SafeCampus.Application.Services.Business.DormitoryService; +using SafeCampus.Application.Services.Business.PersonSetInfoService; +using System; +using SafeCampus.Core.Extension; +using TencentCloud.Iot.V20180123.Models; +using TencentCloud.Nlp.V20190408.Models; + +namespace SafeCampus.Web.Core.Controllers.Application.Business; +/// +/// 寝室管理接口 +/// +[ApiDescriptionSettings(ApiGroupConsts.SYSTEM_Business, Order = 86, Tag = "寝室管理")] +[Route("/business/dormitory")] +[RolePermission] +public class DormitoryController +{ + private readonly IDormitoryService _dormitoryService; + private readonly IConfigService _configService; + private readonly IDeepelephManager _deepelephManager; + private readonly IPersonSetInfoService _personSetInfoService; + private readonly ICameraInfoService _cameraInfoService; + + public DormitoryController(IDormitoryService dormitoryService, IConfigService configService, IDeepelephManager deepelephManager, IPersonSetInfoService personSetInfoService, ICameraInfoService cameraInfoService) + { + _dormitoryService = dormitoryService; + _configService = configService; + _deepelephManager = deepelephManager; + _personSetInfoService = personSetInfoService; + _cameraInfoService = cameraInfoService; + } + + /// + /// 添加 + /// + /// 添加参数 + /// + public async Task Add(DormitoryInfoDto input) + { + return await _dormitoryService.Add(input); + } + + /// + /// 修改 + /// + /// 添加参数 + /// + public async Task Update(DormitoryInfoDto input) + { + return await _dormitoryService.Update(input); + } + /// + /// 获取详情(带寝室人员列表) + /// + /// + /// + public async Task GetInfo(long id) + { + return await _dormitoryService.GetInfo(id); + } + /// + /// 删除 + /// + /// id + /// + public async Task Delete(long id) + { + return await _dormitoryService.Delete(id); + } + /// + /// 寝室分配人员 + /// + /// + /// + public async Task SetAssignPerson(DormitorySetPersonInput input) + { + return await _dormitoryService.SetAssignPerson(input); + } + /// + /// 获取列表 + /// + /// + public async Task> GetPageList(DormitoryInfoSearch search) + { + return await _dormitoryService.GetPageList(search); + } + /// + /// 查询归寝寝室列表 + /// + /// + /// + public async Task> GetReturnPageList(ReturnDormitoryISearch search) + { + if (!search.BuildId.HasValue) + { + throw Oops.Oh("填写宿舍楼id"); + } + return await _dormitoryService.GetReturnPageList(search); + } + /// + /// 查询寝室归寝详情 + /// + /// 寝室id + /// 归寝日期 + /// + public async Task GetReturnInfo(long id,DateTime returnTime) + { + var model= await _dormitoryService.GetReturnInfo(id, returnTime); + model.AttendanceDtos = model.AttendanceDtos.GroupBy(x => x.PersonId).Select(x => x.FirstOrDefault()).ToList(); + foreach (var modelPersonInfo in model.PersonInfos) + { + modelPersonInfo.Attendances = null; + } + return model; + } + /// + /// 设置归寝时间 + /// + /// + public async Task SetReturnTime(ReturnTimeInput input) + { + var appSettings = App.GetOptionsMonitor(); + var configId = 0; + var query = await $"{appSettings.SXAPIURL}/dfield-api/ecology/func/v1/conf/query-paged" + .SetBody(new + { + funcType= "attendance", + pageIndex=1, + pageSize=10, + tenantCode = appSettings.TenantCode, + poiId =appSettings.PoiId, + token = _deepelephManager.GetToken(), + }) + .SetContentType("application/json") + .PostAsAsync(); + var queryList = JsonConvert.DeserializeObject(query); + if (queryList["data"]?[0] != null) + { + configId = queryList["data"][0]["configId"].ParseToInt(); + } + var time = new { timeBegin = input.TimeBegin, timeEnd = input.TimeEnd }; + var personSetIds = await _personSetInfoService.GetPageList(); + var cameras = await _cameraInfoService.GetPageList(new CameraSearch{PageSize = 1000,PageNum = 1}); + var body = new + { + token = _deepelephManager.GetToken(), + tenantCode = appSettings.TenantCode, + poiId = appSettings.PoiId, + enable = true, + configId, + funcType = "attendance", + funcStart = input.FuncStart, + funcEnd = input.FuncEnd, + enableAlarmRateLimit = false, + cameras = cameras.List.Select(x => new + { + cameraId = x.SensorId, + cameraName = x.SensorName, + calibrationContentStatus = false, + deviceStatus = "online" + }).ToList(), + timePeriodType = "every_day", + timePeriod = new List { time }, + similarity = 0.4, + personSetIds = personSetIds.Select(x => x.PersonSetId).ToArray() + }; + var str = await $"{appSettings.SXAPIURL}/dfield-api/ecology/func/v1/conf/submit" + .SetBody(body) + .SetContentType("application/json") + .PostAsAsync(); + var model = JsonConvert.DeserializeObject(str); + if ((bool)model["success"]) + { + var sysConfig = await _configService.GetByConfigKey(CateGoryConst.CONFIG_BIZ_DEFINE, BizConfigConst.BIZ_DORMITORY_TIME); + if (sysConfig != null) + { + await _configService.Edit(new ConfigEditInput + { + Category = CateGoryConst.CONFIG_BIZ_DEFINE, + ConfigKey = BizConfigConst.BIZ_DORMITORY_TIME, + ConfigValue = JsonConvert.SerializeObject(input) + }); + } + else + { + await _configService.Add(new ConfigAddInput + { + Category = CateGoryConst.CONFIG_BIZ_DEFINE, + ConfigKey = BizConfigConst.BIZ_DORMITORY_TIME, + ConfigValue = JsonConvert.SerializeObject(input) + }); + } + return true; + } + throw Oops.Oh(model["message"].ToString()); + } + /// + /// 获取归寝时间 + /// + /// + public async Task GetReturnTime() + { + var json = await _configService.GetByConfigKey(CateGoryConst.CONFIG_BIZ_DEFINE, + BizConfigConst.BIZ_DORMITORY_TIME); + if (json == null) + { + return new ReturnTimeInput(); + } + return JsonConvert.DeserializeObject(json.ConfigValue); + } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/Dto/ReturnTimeInput.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/Dto/ReturnTimeInput.cs new file mode 100644 index 0000000..dfa0794 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/Dto/ReturnTimeInput.cs @@ -0,0 +1,21 @@ +namespace SafeCampus.Web.Core.Controllers.Application.Business; + +public class ReturnTimeInput +{ + /// + /// 开始日期 yyyy-dd-mm + /// + public string FuncStart { get; set; } + /// + /// 结束日期 yyyy-dd-mm + /// + public string FuncEnd { get; set; } + /// + /// 开始时间 hh:mm:ss + /// + public string TimeBegin { get; set; } + /// + /// 结束时间 hh:mm:ss + /// + public string TimeEnd { get; set; } +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/PassengerFlowApi.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/PassengerFlowApi.cs index fcde0e8..356ea2c 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/PassengerFlowApi.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/PassengerFlowApi.cs @@ -59,7 +59,7 @@ public class PassengerFlowApi : IDynamicApiController /// /// /// - public async Task> GetPageList(PassengerFlowSearch search) + public async Task> GetPageList(PassengerFlowSearch search) { return await _passengerFlowService.GetPageList(search); } diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/PersonApi.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/PersonApi.cs index 26ce53d..4c61b54 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/PersonApi.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/PersonApi.cs @@ -547,6 +547,9 @@ public class PersonApi : IDynamicApiController PersonId = item["personId"]?.ToString(), Tag = faceItem["tag"]?.ToString(), }; + var signImg = Path.Combine(Directory.GetCurrentDirectory(), "Files", App.Configuration["AppInfo:PersonImg"], face.FaceId + ".jpg"); + await face.FaceUrl.GetToSaveAsync(signImg); + face.FaceUrl = $"/Files/{App.Configuration["AppInfo:PersonImg"]}/{face.FaceId}.jpg"; list.Add(face); } await _personFacesService.BatchAdd(list); diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/SubscribeHub.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/SubscribeHub.cs deleted file mode 100644 index 2d92178..0000000 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/SubscribeHub.cs +++ /dev/null @@ -1,20 +0,0 @@ -using Microsoft.AspNetCore.SignalR; - -namespace SafeCampus.Web.Core.Controllers.Application.Business; -/// -/// 预警消息前端订阅 -/// -public class SubscribeHub:Hub -{ - // 定义一个方法供客户端调用 - public async Task SendMessage(string user, string message) - { - // 触发客户端定义监听的方法 - await Clients.All.ReceiveMessage( user, message); - } -} - -public interface IChatClient -{ - Task ReceiveMessage(string user, string message); -} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/VioAnalysisController.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/VioAnalysisController.cs new file mode 100644 index 0000000..b9f6d57 --- /dev/null +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/VioAnalysisController.cs @@ -0,0 +1,13 @@ +namespace SafeCampus.Web.Core.Controllers.Application.Business; +/// +/// 预警分析控制器 +/// +[ApiDescriptionSettings(ApiGroupConsts.SYSTEM_Business, Tag = "预警分析", Order =86)] +[Route("violation/analysis")] +[RolePermission] +public class VioAnalysisController +{ + //场景报告导出 + //导出查询条件 + //生成word +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/WarnInfoController.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/WarnInfoController.cs index 2fd946e..e575baf 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/WarnInfoController.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Business/WarnInfoController.cs @@ -61,31 +61,9 @@ public class WarnInfoController if (!string.IsNullOrEmpty(model.Extend)) { var extend = JsonConvert.DeserializeObject(model.Extend); - var sex = "男性"; - if (extend["genderScore"] != null) - { - if ((float)extend["genderScore"][0] > 0.6) - { - sex = "男性"; - } - else if ((float)extend["genderScore"][1] > 0.6) - { - sex = "女性"; - } - else if ((float)extend["genderScore"][2] > 0.6) - { - sex = "不确定"; - } - } - model.Extend = $"年龄:{extend["age"]};年龄置信度:{extend["ageProb"]};性别:{sex}"; + model.Extend = extend["age"]!=null?$"年龄:{extend["age"]};年龄置信度:{extend["ageProb"]};":""; } - if (!Enum.TryParse(model.CameraId, out CameraType cameraType)) - { - cameraType = CameraType.SXT001; - } - - model.CameraName = cameraType.GetDescription(); try { var appSettings = App.GetOptionsMonitor(); @@ -135,6 +113,10 @@ public class WarnInfoController list = _simpleCacheService.Get>(SafeCampusConst.WarnGroup); if (list != null) { + if (!string.IsNullOrEmpty(cameraId)) + { + return list.Where(x => x.CameraId.Contains(cameraId)).ToList(); + } return list; } var basePath = AppContext.BaseDirectory;//获取项目目录 @@ -176,30 +158,44 @@ public class WarnInfoController /// public async Task SetWarnPushSetting(ConfigPush push) { - await _configService.Edit(new ConfigEditInput + var sysConfig=await _configService.GetByConfigKey(CateGoryConst.CONFIG_BIZ_DEFINE, BizConfigConst.BIZ_SMS_STATES); + if (sysConfig != null) { - Category = CateGoryConst.CONFIG_BIZ_DEFINE, - ConfigKey = BizConfigConst.BIZ_SMS_STATES, - ConfigValue = push.PushState.ToString() - }); - await _configService.Edit(new ConfigEditInput + await _configService.Edit(new ConfigEditInput + { + Category = CateGoryConst.CONFIG_BIZ_DEFINE, + ConfigKey = BizConfigConst.BIZ_SMS_STATES, + ConfigValue = push.PushState.ToString() + }); + } + else { - Category = CateGoryConst.CONFIG_BIZ_DEFINE, - ConfigKey = BizConfigConst.BIZ_SMS_STATES_DAY, - ConfigValue = push.DaySum.ToString() - }); - //await _configService.Add(new ConfigAddInput - //{ - // Category = CateGoryConst.CONFIG_BIZ_DEFINE, - // ConfigKey = BizConfigConst.BIZ_SMS_STATES, - // ConfigValue = push.PushState.ToString() - //}); - //await _configService.Add(new ConfigAddInput - //{ - // Category = CateGoryConst.CONFIG_BIZ_DEFINE, - // ConfigKey = BizConfigConst.BIZ_SMS_STATES_DAY, - // ConfigValue = push.DaySum.ToString() - //}); + await _configService.Add(new ConfigAddInput + { + Category = CateGoryConst.CONFIG_BIZ_DEFINE, + ConfigKey = BizConfigConst.BIZ_SMS_STATES, + ConfigValue = push.PushState.ToString() + }); + } + var sysConfigDay = await _configService.GetByConfigKey(CateGoryConst.CONFIG_BIZ_DEFINE, BizConfigConst.BIZ_SMS_STATES_DAY); + if (sysConfigDay != null) + { + await _configService.Edit(new ConfigEditInput + { + Category = CateGoryConst.CONFIG_BIZ_DEFINE, + ConfigKey = BizConfigConst.BIZ_SMS_STATES_DAY, + ConfigValue = push.DaySum.ToString() + }); + } + else + { + await _configService.Add(new ConfigAddInput + { + Category = CateGoryConst.CONFIG_BIZ_DEFINE, + ConfigKey = BizConfigConst.BIZ_SMS_STATES_DAY, + ConfigValue = push.DaySum.ToString() + }); + } return true; } /// @@ -364,4 +360,12 @@ public class WarnInfoController }).Where(x=>x.Count>0).ToList(); return new { item = list, statistion = alarmStatistics }; } + /// + /// 处理预警 + /// + /// + public async Task HandWarn(HandWarnInput input) + { + return await _warnInfoService.HandWarn(input); + } } \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Organization/BizUserController.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Organization/BizUserController.cs index b5b3e44..0e273c1 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Organization/BizUserController.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/Application/Organization/BizUserController.cs @@ -1,14 +1,4 @@ - -// - - - - - - - - -namespace SafeCampus.Web.Core; +namespace SafeCampus.Web.Core; /// /// 人员管理控制器 diff --git a/SafeCampus.API/SafeCampus.Web.Core/Controllers/System/UserCenter/UserCenterController.cs b/SafeCampus.API/SafeCampus.Web.Core/Controllers/System/UserCenter/UserCenterController.cs index 785b75b..386a0ae 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Controllers/System/UserCenter/UserCenterController.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Controllers/System/UserCenter/UserCenterController.cs @@ -145,7 +145,6 @@ public class UserCenterController : BaseController /// /// 快捷方式菜单树 /// - /// /// [HttpGet("shortcutTree")] public async Task ShortcutTree() diff --git a/SafeCampus.API/SafeCampus.Web.Core/Hub/SubscribeHub.cs b/SafeCampus.API/SafeCampus.Web.Core/Hub/SubscribeHub.cs new file mode 100644 index 0000000..8993aee --- /dev/null +++ b/SafeCampus.API/SafeCampus.Web.Core/Hub/SubscribeHub.cs @@ -0,0 +1,42 @@ +using Microsoft.AspNetCore.SignalR; +using MoYu.InstantMessaging; + +namespace SafeCampus.Web.Core.Hub; +/// +/// 预警消息前端订阅 +/// +[MapHub("/hubs/chathub")] +public class SubscribeHub : Hub +{ + // 定义一个方法供客户端调用 + public async Task SendMessage(string user, string message) + { + // 触发客户端定义监听的方法 + await Clients.All.ReceiveMessage(user, message); + } + /// + /// 加入分组 + /// + /// + /// + public async Task JoinGroup(string groupName) + { + await Groups.AddToGroupAsync(Context.ConnectionId, groupName); + } + /// + /// 给分组发送消息 + /// + /// + /// + /// + /// + public async Task SendMessageToGroup(string groupName, string user, string message) + { + await Clients.Group(groupName).ReceiveMessage(user,message); + } +} + +public interface IChatClient +{ + Task ReceiveMessage(string user, string message); +} \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Core/SafeCampus.Web.Core.csproj b/SafeCampus.API/SafeCampus.Web.Core/SafeCampus.Web.Core.csproj index 19cff19..f4a9f3f 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/SafeCampus.Web.Core.csproj +++ b/SafeCampus.API/SafeCampus.Web.Core/SafeCampus.Web.Core.csproj @@ -12,5 +12,9 @@ + + + + diff --git a/SafeCampus.API/SafeCampus.Web.Core/SafeCampus.Web.Core.xml b/SafeCampus.API/SafeCampus.Web.Core/SafeCampus.Web.Core.xml index f27cbd0..0b0ea3b 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/SafeCampus.Web.Core.xml +++ b/SafeCampus.API/SafeCampus.Web.Core/SafeCampus.Web.Core.xml @@ -45,6 +45,22 @@ 预警id + + + 发送分组消息 + + + + + + + + 发送消息 + + + + + 考勤事件管理接口 @@ -78,6 +94,45 @@ + + + 根据宿舍楼id获取出入记录 + + + + + + + 宿舍楼管理接口 + + + + + 添加 + + 添加参数 + + + + + 修改 + + 添加参数 + + + + + 删除 + + id + + + + + 获取列表 + + + 摄像头分组管理接口 @@ -275,7 +330,7 @@ 新增服装底库 - 人员信息 + 人员信息 @@ -419,7 +474,7 @@ 删除底库 - 底库id + 底库id @@ -435,6 +490,79 @@ + + + 寝室管理接口 + + + + + 添加 + + 添加参数 + + + + + 修改 + + 添加参数 + + + + + 获取详情(带寝室人员列表) + + + + + + + 删除 + + id + + + + + 寝室分配人员 + + + + + + + 获取列表 + + + + + + 查询归寝寝室列表 + + + + + + + 查询寝室归寝详情 + + 寝室id + 归寝日期 + + + + + 设置归寝时间 + + + + + + 获取归寝时间 + + + 预警类型 @@ -667,6 +795,26 @@ 底库id + + + 开始日期 yyyy-dd-mm + + + + + 结束日期 yyyy-dd-mm + + + + + 开始时间 hh:mm:ss + + + + + 结束时间 hh:mm:ss + + 重点人员库接口 @@ -834,9 +982,9 @@ - + - 预警消息前端订阅 + 预警分析控制器 @@ -927,6 +1075,12 @@ + + + 处理预警 + + + 机构管理控制器 @@ -2345,7 +2499,6 @@ 快捷方式菜单树 - @@ -2415,6 +2568,27 @@ 全局异常处理提供器 + + + 预警消息前端订阅 + + + + + 加入分组 + + + + + + + 给分组发送消息 + + + + + + 数据库写入器 diff --git a/SafeCampus.API/SafeCampus.Web.Core/Startup.cs b/SafeCampus.API/SafeCampus.Web.Core/Startup.cs index 0418606..5d35b74 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/Startup.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/Startup.cs @@ -1,5 +1,6 @@ using MoYu.DependencyInjection; using SafeCampus.Application.Manager.DeepelephManager; +using SafeCampus.Web.Core.Hub; namespace SafeCampus.Web.Core; @@ -40,6 +41,7 @@ public class Startup : AppStartup options.KnownProxies.Clear(); }); services.AddRemoteRequest(); + services.AddSignalR(); } public void Configure(IApplicationBuilder app, IWebHostEnvironment env) @@ -98,6 +100,9 @@ public class Startup : AppStartup app.UseForwardedHeaders();//Nginx代理的话获取真实IP app.UseEndpoints(endpoints => { + // 注册集线器 + endpoints.MapHubs(); + endpoints.MapControllers(); }); var path = Path.Combine(Directory.GetCurrentDirectory(), "Files"); @@ -110,6 +115,11 @@ public class Startup : AppStartup { Directory.CreateDirectory(alarmImg); } + var personImg = Path.Combine(Directory.GetCurrentDirectory(), "Files", "personImg"); + if (!Directory.Exists(personImg)) + { + Directory.CreateDirectory(personImg); + } var roomCallImg = Path.Combine(Directory.GetCurrentDirectory(), "Files", "roomCallImg"); if (!Directory.Exists(roomCallImg)) { diff --git a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.AssemblyInfo.cs index bcd7e5c..2d7bcb4 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Web.Core")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Web.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Web.Core")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.AssemblyInfoInputs.cache index 71c082b..91ad624 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.AssemblyInfoInputs.cache @@ -1 +1 @@ -fcfd02f3bb0122034e380713f4e18a2e292cf6069c168492c8bc54867ded25ea +89d6e8060c64852e44b99f6517a43305f335ee8aec2b0cdfcf089dac877b56e7 diff --git a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.csproj.AssemblyReference.cache b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net6.0/SafeCampus.Web.Core.csproj.AssemblyReference.cache index 1f85a00bad0f98470a9bf51c96af3402ccbf498e..2d18e8a6a814c7c3314f116a5a35c34a91087d60 100644 GIT binary patch delta 55 zcmV-70LcIFp#{^T1(10LPsi|jYOJw;5&;1klfVmBv*-cB1e44#W3#FT?B9l diff --git a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.AssemblyInfo.cs b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.AssemblyInfo.cs index bcd7e5c..2d7bcb4 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.AssemblyInfo.cs +++ b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("SafeCampus.Web.Core")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("3.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+895c1895ca019eda5147abf95218245d4fcedc5b")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.0.0+7765c6b5ad28c1c08626624ead60ab4307228fd7")] [assembly: System.Reflection.AssemblyProductAttribute("SafeCampus.Web.Core")] [assembly: System.Reflection.AssemblyTitleAttribute("SafeCampus.Web.Core")] [assembly: System.Reflection.AssemblyVersionAttribute("3.0.0.0")] diff --git a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.AssemblyInfoInputs.cache b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.AssemblyInfoInputs.cache index 71c082b..91ad624 100644 --- a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.AssemblyInfoInputs.cache +++ b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.AssemblyInfoInputs.cache @@ -1 +1 @@ -fcfd02f3bb0122034e380713f4e18a2e292cf6069c168492c8bc54867ded25ea +89d6e8060c64852e44b99f6517a43305f335ee8aec2b0cdfcf089dac877b56e7 diff --git a/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.csproj.AssemblyReference.cache b/SafeCampus.API/SafeCampus.Web.Core/obj/Debug/net7.0/SafeCampus.Web.Core.csproj.AssemblyReference.cache index 5b6590bacbbd1bb6d466254721c1bbadb4da6bfc..314f90ee52ed269bf592b1d0a55c4beee9cc5c80 100644 GIT binary patch delta 59 zcmV-B0L1^>qy@gE1(10LF>IK6YOJw;5&;1klfVmBlMFCTvo!*B1d~}XW3#FTd?yAz RjqY+!tb;5rw=6CJFC?dZ6-595 delta 51 zcmdnDl=b!!)(Mqt+Sk5pF<7;+UWk!Va&m!U*yb0EhgdfAve&4ywbm5@rJDQow)g8X H>Z <_PublishTargetUrl>F:\Project\QJKJ\SafeCampus\SafeCampus.API\SafeCampus.Web.Entry\bin\Release\net6.0\publish\ - True|2024-07-19T10:04:32.2703039Z;True|2024-07-19T15:56:25.4103701+08:00;True|2024-07-19T15:09:00.9662436+08:00;True|2024-07-19T15:05:35.7255851+08:00;True|2024-07-19T13:14:42.9559521+08:00;False|2024-07-19T11:37:52.4020673+08:00;True|2024-07-19T11:10:22.8661346+08:00;True|2024-07-19T11:00:00.8819251+08:00;True|2024-07-19T10:45:46.8271770+08:00;True|2024-07-19T10:45:03.8183458+08:00;True|2024-07-18T18:04:42.1000382+08:00;True|2024-07-18T18:01:51.3964409+08:00;True|2024-07-18T17:57:50.3509206+08:00;True|2024-07-18T16:32:46.2184830+08:00;True|2024-07-18T16:00:11.1381449+08:00;True|2024-07-18T15:11:52.6472758+08:00;True|2024-07-18T11:54:49.4848006+08:00;True|2024-07-18T09:25:58.7204846+08:00;True|2024-07-17T17:29:28.6175272+08:00;True|2024-07-17T17:10:54.5184246+08:00;True|2024-07-17T16:57:59.8174060+08:00;True|2024-07-17T16:18:13.8137834+08:00;True|2024-07-17T15:59:16.2360757+08:00;True|2024-07-17T15:31:41.9159909+08:00;True|2024-07-17T14:41:14.6127340+08:00;True|2024-07-17T14:28:53.4455461+08:00;True|2024-07-17T14:09:44.1826222+08:00;True|2024-07-17T13:57:12.3372528+08:00;True|2024-07-17T11:39:19.5754602+08:00;True|2024-07-16T17:44:10.6162562+08:00;True|2024-07-16T17:13:48.3928403+08:00;True|2024-07-16T17:00:47.7458109+08:00;True|2024-07-16T14:07:19.3463408+08:00;True|2024-07-15T16:05:13.3561511+08:00;True|2024-07-15T16:03:45.7866063+08:00;True|2024-07-15T13:25:00.0791938+08:00;True|2024-07-12T13:45:20.6945520+08:00;True|2024-07-12T13:07:01.3911178+08:00;False|2024-07-12T13:06:45.7048568+08:00;True|2024-07-12T13:06:03.7557254+08:00;False|2024-07-12T11:51:55.8228106+08:00;True|2024-07-12T09:11:11.9982410+08:00;True|2024-07-12T09:10:42.9689716+08:00;True|2024-07-12T09:08:04.7560729+08:00;False|2024-07-12T09:07:07.7298589+08:00;True|2024-07-12T08:46:51.1170229+08:00;True|2024-07-11T18:30:09.2678639+08:00;True|2024-07-11T17:24:01.3152273+08:00;True|2024-07-10T16:39:46.3177813+08:00;True|2024-07-10T15:11:58.9145970+08:00;True|2024-07-09T16:25:08.5009553+08:00;True|2024-07-09T16:20:39.2341016+08:00;False|2024-07-09T16:20:17.8406033+08:00;True|2024-07-09T15:52:31.4276391+08:00;True|2024-07-08T17:13:08.0190137+08:00;True|2024-07-08T16:57:04.2357740+08:00;True|2024-07-08T16:29:29.1651404+08:00;True|2024-07-08T14:22:58.7135629+08:00;True|2024-07-08T14:20:59.8873172+08:00;True|2024-07-08T13:26:29.4427470+08:00;True|2024-07-08T13:12:30.1384299+08:00;True|2024-07-08T13:04:59.2952002+08:00;True|2024-07-08T10:50:52.9725842+08:00;True|2024-07-08T10:50:25.0107185+08:00;False|2024-07-08T10:49:23.9681597+08:00;False|2024-07-08T10:48:52.5240964+08:00;False|2024-07-08T10:48:12.6417161+08:00;False|2024-07-08T10:47:43.9676511+08:00;False|2024-07-08T10:16:38.6379000+08:00;False|2024-07-08T10:15:29.4899267+08:00;False|2024-07-08T10:13:37.6823155+08:00;True|2024-07-08T10:06:51.1830372+08:00;False|2024-07-08T10:06:04.2105738+08:00; + True|2024-07-25T05:41:48.8201522Z;True|2024-07-25T10:41:30.7277553+08:00;True|2024-07-25T10:16:05.9105335+08:00;True|2024-07-24T15:31:54.7914854+08:00;True|2024-07-24T09:54:17.6182454+08:00;True|2024-07-23T17:01:18.1510211+08:00;True|2024-07-23T16:41:53.3366577+08:00;True|2024-07-23T16:07:25.4129335+08:00;True|2024-07-23T15:50:42.2437488+08:00;True|2024-07-23T15:19:00.1900116+08:00;True|2024-07-23T14:59:22.8551233+08:00;True|2024-07-23T14:19:55.1193373+08:00;True|2024-07-19T18:04:32.2703039+08:00;True|2024-07-19T15:56:25.4103701+08:00;True|2024-07-19T15:09:00.9662436+08:00;True|2024-07-19T15:05:35.7255851+08:00;True|2024-07-19T13:14:42.9559521+08:00;False|2024-07-19T11:37:52.4020673+08:00;True|2024-07-19T11:10:22.8661346+08:00;True|2024-07-19T11:00:00.8819251+08:00;True|2024-07-19T10:45:46.8271770+08:00;True|2024-07-19T10:45:03.8183458+08:00;True|2024-07-18T18:04:42.1000382+08:00;True|2024-07-18T18:01:51.3964409+08:00;True|2024-07-18T17:57:50.3509206+08:00;True|2024-07-18T16:32:46.2184830+08:00;True|2024-07-18T16:00:11.1381449+08:00;True|2024-07-18T15:11:52.6472758+08:00;True|2024-07-18T11:54:49.4848006+08:00;True|2024-07-18T09:25:58.7204846+08:00;True|2024-07-17T17:29:28.6175272+08:00;True|2024-07-17T17:10:54.5184246+08:00;True|2024-07-17T16:57:59.8174060+08:00;True|2024-07-17T16:18:13.8137834+08:00;True|2024-07-17T15:59:16.2360757+08:00;True|2024-07-17T15:31:41.9159909+08:00;True|2024-07-17T14:41:14.6127340+08:00;True|2024-07-17T14:28:53.4455461+08:00;True|2024-07-17T14:09:44.1826222+08:00;True|2024-07-17T13:57:12.3372528+08:00;True|2024-07-17T11:39:19.5754602+08:00;True|2024-07-16T17:44:10.6162562+08:00;True|2024-07-16T17:13:48.3928403+08:00;True|2024-07-16T17:00:47.7458109+08:00;True|2024-07-16T14:07:19.3463408+08:00;True|2024-07-15T16:05:13.3561511+08:00;True|2024-07-15T16:03:45.7866063+08:00;True|2024-07-15T13:25:00.0791938+08:00;True|2024-07-12T13:45:20.6945520+08:00;True|2024-07-12T13:07:01.3911178+08:00;False|2024-07-12T13:06:45.7048568+08:00;True|2024-07-12T13:06:03.7557254+08:00;False|2024-07-12T11:51:55.8228106+08:00;True|2024-07-12T09:11:11.9982410+08:00;True|2024-07-12T09:10:42.9689716+08:00;True|2024-07-12T09:08:04.7560729+08:00;False|2024-07-12T09:07:07.7298589+08:00;True|2024-07-12T08:46:51.1170229+08:00;True|2024-07-11T18:30:09.2678639+08:00;True|2024-07-11T17:24:01.3152273+08:00;True|2024-07-10T16:39:46.3177813+08:00;True|2024-07-10T15:11:58.9145970+08:00;True|2024-07-09T16:25:08.5009553+08:00;True|2024-07-09T16:20:39.2341016+08:00;False|2024-07-09T16:20:17.8406033+08:00;True|2024-07-09T15:52:31.4276391+08:00;True|2024-07-08T17:13:08.0190137+08:00;True|2024-07-08T16:57:04.2357740+08:00;True|2024-07-08T16:29:29.1651404+08:00;True|2024-07-08T14:22:58.7135629+08:00;True|2024-07-08T14:20:59.8873172+08:00;True|2024-07-08T13:26:29.4427470+08:00;True|2024-07-08T13:12:30.1384299+08:00;True|2024-07-08T13:04:59.2952002+08:00;True|2024-07-08T10:50:52.9725842+08:00;True|2024-07-08T10:50:25.0107185+08:00;False|2024-07-08T10:49:23.9681597+08:00;False|2024-07-08T10:48:52.5240964+08:00;False|2024-07-08T10:48:12.6417161+08:00;False|2024-07-08T10:47:43.9676511+08:00;False|2024-07-08T10:16:38.6379000+08:00;False|2024-07-08T10:15:29.4899267+08:00;False|2024-07-08T10:13:37.6823155+08:00;True|2024-07-08T10:06:51.1830372+08:00;False|2024-07-08T10:06:04.2105738+08:00; \ No newline at end of file diff --git a/SafeCampus.API/SafeCampus.Web.Entry/appsettings.json b/SafeCampus.API/SafeCampus.Web.Entry/appsettings.json index dc241d4..627b652 100644 --- a/SafeCampus.API/SafeCampus.Web.Entry/appsettings.json +++ b/SafeCampus.API/SafeCampus.Web.Entry/appsettings.json @@ -45,7 +45,10 @@ "AppSecret": "36000f41-f13c-458b-a29b-59938359e58e", "PoiId": "DEMO00001", "TenantCode": "quanjiang", - "AlarmImg": "alarmImg" + "AlarmImg": "alarmImg", + "PersonImg": "personImg", + "AttendanceImg": "attendanceImg", + "RoomCallImg": "roomCallImg" }, //腾讯云短信配置 "TXSms": { From 9a82968349878fd6cdc32f68a0b9139f86ae83b5 Mon Sep 17 00:00:00 2001 From: suyanyan <1321717064@qq.com> Date: Thu, 25 Jul 2024 14:23:21 +0800 Subject: [PATCH 2/2] =?UTF-8?q?id=E7=B1=BB=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SafeCampus.WEB/src/api/modules/usermanage/personnel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SafeCampus.WEB/src/api/modules/usermanage/personnel.ts b/SafeCampus.WEB/src/api/modules/usermanage/personnel.ts index 602f3ca..45ddf2a 100644 --- a/SafeCampus.WEB/src/api/modules/usermanage/personnel.ts +++ b/SafeCampus.WEB/src/api/modules/usermanage/personnel.ts @@ -27,7 +27,7 @@ const userManagePersonnelApi = { return http.post("pageQuery", params); }, /** 获取单页详情 */ - detail(params: ReqId) { + detail(params: any) { return http.get("getPersionById", params); }, /** 删除人员 */