From 025bed61b1356755a75b96657f3097888a75216f Mon Sep 17 00:00:00 2001 From: Grzegorz Russek Date: Fri, 17 Mar 2023 19:39:27 +0100 Subject: [PATCH] Changed version number prefix --- ...amework,Version=v4.8.AssemblyAttributes.cs | 4 + ...amationTool.csproj.AssemblyReference.cache | Bin 0 -> 3709 bytes ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 6553 bytes ...amework,Version=v4.8.AssemblyAttributes.cs | 4 + ...gnTimeResolveAssemblyReferencesInput.cache | Bin 0 -> 41501 bytes ...amORM.Tests.csproj.AssemblyReference.cache | Bin 0 -> 13415 bytes .../DynamORM.Tests.csproj.nuget.dgspec.json | 196 ++ .../obj/DynamORM.Tests.csproj.nuget.g.props | 23 + .../obj/DynamORM.Tests.csproj.nuget.g.targets | 7 + DynamORM.Tests/obj/project.assets.json | 1002 ++++++++++ DynamORM.Tests/obj/project.nuget.cache | 18 + DynamORM/DynamORM.csproj | 4 +- ...ework,Version=v4.7.2.AssemblyAttributes.cs | 4 + .../obj/Debug/net472/DynamORM.AssemblyInfo.cs | 26 + .../net472/DynamORM.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 3 + .../obj/Debug/net472/DynamORM.assets.cache | Bin 0 -> 858 bytes .../DynamORM.csproj.AssemblyReference.cache | Bin 0 -> 5604 bytes ...CoreApp,Version=v5.0.AssemblyAttributes.cs | 4 + .../obj/Debug/net5.0/DynamORM.AssemblyInfo.cs | 26 + .../net5.0/DynamORM.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 10 + .../obj/Debug/net5.0/DynamORM.assets.cache | Bin 0 -> 2135 bytes .../DynamORM.csproj.AssemblyReference.cache | Bin 0 -> 86662 bytes ...CoreApp,Version=v6.0.AssemblyAttributes.cs | 4 + .../obj/Debug/net6.0/DynamORM.AssemblyInfo.cs | 26 + .../net6.0/DynamORM.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 10 + .../obj/Debug/net6.0/DynamORM.assets.cache | Bin 0 -> 2135 bytes .../DynamORM.csproj.AssemblyReference.cache | Bin 0 -> 90939 bytes ...tandard,Version=v2.0.AssemblyAttributes.cs | 4 + .../netstandard2.0/DynamORM.AssemblyInfo.cs | 26 + .../DynamORM.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 3 + .../netstandard2.0/DynamORM.assets.cache | Bin 0 -> 2796 bytes .../DynamORM.csproj.AssemblyReference.cache | Bin 0 -> 66637 bytes .../obj/DynamORM.csproj.nuget.dgspec.json | 131 ++ DynamORM/obj/DynamORM.csproj.nuget.g.props | 16 + DynamORM/obj/DynamORM.csproj.nuget.g.targets | 6 + DynamORM/obj/project.assets.json | 1714 +++++++++++++++++ DynamORM/obj/project.nuget.cache | 26 + ...CoreApp,Version=v3.1.AssemblyAttributes.cs | 4 + .../netcoreapp3.1/Tester.AssemblyInfo.cs | 25 + .../Tester.AssemblyInfoInputs.cache | 1 + ....GeneratedMSBuildEditorConfig.editorconfig | 3 + .../Debug/netcoreapp3.1/Tester.assets.cache | Bin 0 -> 7331 bytes .../Tester.csproj.AssemblyReference.cache | Bin 0 -> 88907 bytes Tester/obj/Tester.csproj.nuget.dgspec.json | 207 ++ Tester/obj/Tester.csproj.nuget.g.props | 16 + Tester/obj/Tester.csproj.nuget.g.targets | 2 + Tester/obj/project.assets.json | 1662 ++++++++++++++++ Tester/obj/project.nuget.cache | 32 + 52 files changed, 5251 insertions(+), 2 deletions(-) create mode 100644 AmalgamationTool/obj/x86/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs create mode 100644 AmalgamationTool/obj/x86/Debug/AmalgamationTool.csproj.AssemblyReference.cache create mode 100644 AmalgamationTool/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 DynamORM.Tests/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs create mode 100644 DynamORM.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache create mode 100644 DynamORM.Tests/obj/Debug/DynamORM.Tests.csproj.AssemblyReference.cache create mode 100644 DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.dgspec.json create mode 100644 DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.props create mode 100644 DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.targets create mode 100644 DynamORM.Tests/obj/project.assets.json create mode 100644 DynamORM.Tests/obj/project.nuget.cache create mode 100644 DynamORM/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs create mode 100644 DynamORM/obj/Debug/net472/DynamORM.AssemblyInfo.cs create mode 100644 DynamORM/obj/Debug/net472/DynamORM.AssemblyInfoInputs.cache create mode 100644 DynamORM/obj/Debug/net472/DynamORM.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 DynamORM/obj/Debug/net472/DynamORM.assets.cache create mode 100644 DynamORM/obj/Debug/net472/DynamORM.csproj.AssemblyReference.cache create mode 100644 DynamORM/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs create mode 100644 DynamORM/obj/Debug/net5.0/DynamORM.AssemblyInfo.cs create mode 100644 DynamORM/obj/Debug/net5.0/DynamORM.AssemblyInfoInputs.cache create mode 100644 DynamORM/obj/Debug/net5.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 DynamORM/obj/Debug/net5.0/DynamORM.assets.cache create mode 100644 DynamORM/obj/Debug/net5.0/DynamORM.csproj.AssemblyReference.cache create mode 100644 DynamORM/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs create mode 100644 DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfo.cs create mode 100644 DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfoInputs.cache create mode 100644 DynamORM/obj/Debug/net6.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 DynamORM/obj/Debug/net6.0/DynamORM.assets.cache create mode 100644 DynamORM/obj/Debug/net6.0/DynamORM.csproj.AssemblyReference.cache create mode 100644 DynamORM/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs create mode 100644 DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfo.cs create mode 100644 DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfoInputs.cache create mode 100644 DynamORM/obj/Debug/netstandard2.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 DynamORM/obj/Debug/netstandard2.0/DynamORM.assets.cache create mode 100644 DynamORM/obj/Debug/netstandard2.0/DynamORM.csproj.AssemblyReference.cache create mode 100644 DynamORM/obj/DynamORM.csproj.nuget.dgspec.json create mode 100644 DynamORM/obj/DynamORM.csproj.nuget.g.props create mode 100644 DynamORM/obj/DynamORM.csproj.nuget.g.targets create mode 100644 DynamORM/obj/project.assets.json create mode 100644 DynamORM/obj/project.nuget.cache create mode 100644 Tester/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs create mode 100644 Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfo.cs create mode 100644 Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfoInputs.cache create mode 100644 Tester/obj/Debug/netcoreapp3.1/Tester.GeneratedMSBuildEditorConfig.editorconfig create mode 100644 Tester/obj/Debug/netcoreapp3.1/Tester.assets.cache create mode 100644 Tester/obj/Debug/netcoreapp3.1/Tester.csproj.AssemblyReference.cache create mode 100644 Tester/obj/Tester.csproj.nuget.dgspec.json create mode 100644 Tester/obj/Tester.csproj.nuget.g.props create mode 100644 Tester/obj/Tester.csproj.nuget.g.targets create mode 100644 Tester/obj/project.assets.json create mode 100644 Tester/obj/project.nuget.cache diff --git a/AmalgamationTool/obj/x86/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs b/AmalgamationTool/obj/x86/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs new file mode 100644 index 0000000..15efebf --- /dev/null +++ b/AmalgamationTool/obj/x86/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/AmalgamationTool/obj/x86/Debug/AmalgamationTool.csproj.AssemblyReference.cache b/AmalgamationTool/obj/x86/Debug/AmalgamationTool.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..0e15aac11e2e25297e0d8319b1d4c6b68395b554 GIT binary patch literal 3709 zcmcIm&2H2%5Y7mwwp#?^M@U5+_6V1#s1<5^K`7mxph8WBI0RK*?__H=akjR%?e@|$ zZ-c~v3$FoZ9)&nKg^*mLO!lyf<7hnd{mgg;2A=1^aj+Y`SJ_OlbhIxL)T8H@+pk_k zhZv(m$#L{XYfLAJKpnjkTxB|oO|+kXj~AIbjr@c0(cjhimcJdPnrA8z6Mvc{0Qo5% zejh*m`g7nF3%HZNxhpf3im7D2Oy+BLA!Gi}^VB{UAIbQ%*eDmp4h-{?HvG+v&6hhK zeCnZyaH$QZ4JF*NumKFpD&e-Ru;B;S?qyN6SK$5aD*CX#_3Lx7lSg^%jtMdui`hak zBQn`4;+NOQ*AIRScgu)F7x817w2D*B%totX9QTKDo~r*=$g>8ptyIXsrhx`vKL}5ln)l5Vh2w|-2Ds-8wzrfl6}**ls@=No zu}KePmFZfK)hF^QrK2c#qUzF*T-`^CNzJ$&thyCf|2NkAF5tl;&6_pv7L0!IKXK`m z6D45$M95jIlB@D0nS00FDZ5Rkj^6t_dIk! w7ZWu+OS)YH=`W~t&U$Qlc9u4fMtZ5FAdRZ!k#?vuScrU~gjsfIBsJ210|&32n*aa+ literal 0 HcmV?d00001 diff --git a/AmalgamationTool/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/AmalgamationTool/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..435ba66bce6ba979e96061e61a73805b04c1d4bf GIT binary patch literal 6553 zcmeHMZBrXJ5VpZwFoYD-ln~OSPG6JMb7R*KUS{|}Y@9L;DPwzRXRrt4yR}icJGqh$ za2b9}e?g}|vE4n}$7^Ul_-6Rv^LQ;*(mt!zO7}>_;;~rlUwr77p8F#x>@99dp+r-g zJ6!q9sc7Hk!Yl~a72alXBa_|%skrdga!Y2GKACjEceF2I%>!Rc=48^_e#7C`FVLxq zL-5ub*?e=cxzx<%?8Pk0voV5P{s__=pF1|;ZF(A{X#XZzyA9GTGr8%teXSm2=f})( z#4*_GN`c#OIvXb%Jn~9SVe5kMn!Huw4$NB2v$@SQ^jnfvJ!$%mQ{js`3iNw4qQ2!VPe>?2lVK<}J*CmVbMLx_U)|oQYp&b$ z5x?2Q(`)*Rz0wYjQ|T*i7P$mV3&}xEw{6X21(>uBwwXRq)2%Ct$+i?tj1Y}#Mna1# zEj#BOk~lC86vBBlbTJqgP-d@GZ3&Mbf_#3ny2w@AVI2az+Od~tPr4nqrLaILA=lA+ zu5nD5a=k8Kmwiuj7kXW;TIxng&G`z-&;$t{nkq@*qR|g%>4EHPgRmGQ#;9S$VxuTW z;_LpMdtr=EljH@c`}Y7guW) z;Y$mGPPJmkWA3lzt=hWFoECE#@sFwyPE9mE)J~RP*NV{aTPPJ$%_`ENGAQ93h1~a? z`X`8xOHCfvT*T&*pP0 z$uIEl*hGqANnc}@gn7(8*ESwuIbqt4W6T95IDr&}n}TZ)$8Qx@Ysk-9NYm2+YfryG zjF+`=6zN{vkl9{{Z|LOZNY}{I^JZqDa=>Iez@JC3y$HbibS?mSf*_3uKti@DA;9?( zaddPzMW&faq5}H-&=nv*jdp|qGNsEi#HmL&LW1}TAy{+}zq?Klu{6RoqlJ0Ly*~&m zL7Uj{)jNFk4)l;YXyzKcB=+!d@2asq#s7ryy`%1J6W08b2=}_{hwtIZn(o;?dI=Ck z-Vb{62Yk-ht&fia@&`iJs97-kI?VRrycmtqtz=IBSZiC=qYtM-)*^j*&sbyAjNKiCN4> i3YrSoE`r<(rke7Ap3%RD`_}*ce_*(8h4;4g$^QTsG +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] diff --git a/DynamORM.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/DynamORM.Tests/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000000000000000000000000000000000000..e0ada88c6b7f43a9302e28ab7fe8e7e2def6fda4 GIT binary patch literal 41501 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 ZS=Cn7m0>FD%&JtrDq$*LnQGKYzXzr=_`?7I literal 0 HcmV?d00001 diff --git a/DynamORM.Tests/obj/Debug/DynamORM.Tests.csproj.AssemblyReference.cache b/DynamORM.Tests/obj/Debug/DynamORM.Tests.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..4bea609d3c023df6d42c5df149448d4a778185e3 GIT binary patch literal 13415 zcmeHOZEO@p7`~ALl|uRQqacztL4;U#d%f$GB30{AFcAv&N-?lN_U>knrF*+&KY#+U zBp@i7pj0I###GclpnxAy6G#MY{N*1B5Q#t}YD6Uw{`eWdnYo?&+|oOCE|$b?dfeU( zv+vA1&+|U-JJS(hyvO4KtAlfdCAt>V#dzg>S%F67jE%DcGlf|QSlMJ4FdkN9 zXb6ksh^`r$WD4_9d$>Wjr5Tx7T9GUS~sLCYeDu>$@?8?SV2S1jNQ!W34lqqam}g;^-f(jAmY&Vas(DOi<$Q2!bdC~d~n>$ zMGsSoV}YIt_Cyns4y{w%DGLBtuhU$g6_N5VJv%s!sZL?xG**kEq7_P4u>mqdlZ-dVdYi2j#M}v|0g;l;Z zHfy{&vrR{P+vUep|G5^UtdKu0yIjE#tpJS4DDsf5F^Ar;FW>>KjPaa|w13RF&qnc} ztH~L=%Zr3vY~kRDZOwuJE1Z_G#3^0PF0+}GTyzZ!)~bU|*2fC0#VaQ~V5`5N7Vp$l z6pj{YQK*n)y-8IylN2lplic3VX1Bi=XsIJyjY0#J1+)%S5Yc3pKbYre|1}Tp0)r4? z92I#Dlfy45b%V4GS2HUNP0^pGaZ;4tE*qApgiI?cYg`-puS*oslu*r_+@w^HQ#Gby z*Wn4r&R`id*G-3@oCa(AUuU-61M;L>r+MJh<{?crxiOmvt3GV(u=UEeg}r;Ge(>;5`_7&| zcjElMlYxmbb)$7sn^)h{1$8bI{Hq!9jS$eb`U874cXFuVQ9oGX~8S zA{)B(Xz#TYBrh^S0zf4#i9$oObX08QTJ3j>L>1K;bXUEPPxdY;kkpr5bw^92bdxC+ z%w2U$3xYvSv8^mj|7Fi9rSS!d7QVGTu&4#g-cS#xco(c#X@3R(u0#h9uY zCMwr+^I+I=R}Pz~Vk^!yo}{`2OcEwD0V{_;JfT*XGU(@(X*XKelJZ`FS(OT-m>Td#$v$zGUK-qvdAPiR)Vq zwM={L(8~v3ywKpge(e2spE&RPsC;67)i+f_#oPXU!T71(@4tBVt2H%u|GDG$6J=+? z-M>C`=DwI!+VK6Gy-nv{C(8NTp3R@1T70zuEXy59T7*h?Dxd0TG~D2;4@YXFe!nDn zeTnMmklQ$*@OG_UnJ40GY9)C2W#ZYP6p3s2X{AWKpHv`>p%lmu#m(~rDI_1+am+?C zjbLd==1|i-(Y*H7(Tohw56sl?K0Kqh6`)t-0vgXPJ5UeZEe~es&L`5~g@G@p
% zqQTHArqW4rS-d7gA1tHJVwz~-OrszjmLJt*p0P`*hI<|GK-3+U3i!IYbWm=cY_RS5 zu}#wUK5Wo!MK?~`4G(9C@=XS^6MIbs3G?iNJVldhL6KotLIdZ7L%cZf^*`m1bL@^q zye!Juf+&aeaebRmZoX%fl0C_@{3Y0Rtj-FsI7UND6G4sD`D_XY#=*q{))m2z^Tmi5 zMQ3Ny0|atvTvKzLhuoF{&_pxB9C&YpUNoc-fR=1U?nd8$uCx&1uoiizKONzdbwxh8 zUBzddD&X;-j_~#vGV;;1G4!G54;D{`)=tjSTyLa8i65V8$|oBQJMGS3Pcg$EUFj}~ LANwagVe|Y8Wj$MH literal 0 HcmV?d00001 diff --git a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.dgspec.json b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.dgspec.json new file mode 100644 index 0000000..04ad930 --- /dev/null +++ b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.dgspec.json @@ -0,0 +1,196 @@ +{ + "format": 1, + "restore": { + "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj": {} + }, + "projects": { + "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj", + "projectName": "DynamORM.Tests", + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj", + "packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\", + "outputPath": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\obj\\", + "projectStyle": "PackageReference", + "skipContentFileWrite": true, + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net48" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net48": { + "projectReferences": { + "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj" + } + } + } + } + }, + "frameworks": { + "net48": { + "dependencies": { + "MSTest.TestAdapter": { + "target": "Package", + "version": "[2.0.0-beta4, )" + }, + "MSTest.TestFramework": { + "target": "Package", + "version": "[2.0.0-beta4, )" + }, + "System.Data.SQLite": { + "target": "Package", + "version": "[1.0.111, )" + } + } + } + }, + "runtimes": { + "win": { + "#import": [] + }, + "win-x64": { + "#import": [] + }, + "win-x86": { + "#import": [] + } + } + }, + "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { + "version": "1.3.0", + "restore": { + "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "projectName": "DynamORM", + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\", + "outputPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\obj\\", + "projectStyle": "PackageReference", + "crossTargeting": true, + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net472", + "net6.0", + "netstandard2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + }, + "net472": { + "targetAlias": "net472", + "projectReferences": {} + }, + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + }, + "net472": { + "targetAlias": "net472", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + }, + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "NETStandard.Library": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.3, )", + "autoReferenced": true + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.props b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.props new file mode 100644 index 0000000..ff97d72 --- /dev/null +++ b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.props @@ -0,0 +1,23 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\gruss\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.1.0 + + + + + + + + + + C:\Users\gruss\.nuget\packages\entityframework\6.2.0 + C:\Users\gruss\.nuget\packages\system.data.sqlite.ef6\1.0.111 + + \ No newline at end of file diff --git a/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.targets b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.targets new file mode 100644 index 0000000..d65721f --- /dev/null +++ b/DynamORM.Tests/obj/DynamORM.Tests.csproj.nuget.g.targets @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/DynamORM.Tests/obj/project.assets.json b/DynamORM.Tests/obj/project.assets.json new file mode 100644 index 0000000..be2f544 --- /dev/null +++ b/DynamORM.Tests/obj/project.assets.json @@ -0,0 +1,1002 @@ +{ + "version": 3, + "targets": { + ".NETFramework,Version=v4.8": { + "EntityFramework/6.2.0": { + "type": "package", + "frameworkAssemblies": [ + "System.ComponentModel.DataAnnotations" + ], + "compile": { + "lib/net45/EntityFramework.SqlServer.dll": {}, + "lib/net45/EntityFramework.dll": {} + }, + "runtime": { + "lib/net45/EntityFramework.SqlServer.dll": {}, + "lib/net45/EntityFramework.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "MSTest.TestAdapter/2.0.0-beta4": { + "type": "package", + "build": { + "build/net45/MSTest.TestAdapter.props": {}, + "build/net45/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/2.0.0-beta4": { + "type": "package", + "compile": { + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Data", + "mscorlib" + ], + "compile": { + "ref/net451/System.Data.Common.dll": {} + }, + "runtime": { + "lib/net451/System.Data.Common.dll": {} + } + }, + "System.Data.SQLite/1.0.111": { + "type": "package", + "dependencies": { + "System.Data.SQLite.Core": "1.0.111", + "System.Data.SQLite.EF6": "1.0.111", + "System.Data.SQLite.Linq": "1.0.111" + } + }, + "System.Data.SQLite.Core/1.0.111": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": {} + }, + "build": { + "build/net46/System.Data.SQLite.Core.targets": {} + }, + "runtimeTargets": { + "runtimes/linux-x64/native/netstandard2.0/SQLite.Interop.dll": { + "assetType": "native", + "rid": "linux-x64" + }, + "runtimes/osx-x64/native/netstandard2.0/SQLite.Interop.dll": { + "assetType": "native", + "rid": "osx-x64" + }, + "runtimes/win-x64/native/netstandard2.0/SQLite.Interop.dll": { + "assetType": "native", + "rid": "win-x64" + }, + "runtimes/win-x86/native/netstandard2.0/SQLite.Interop.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "System.Data.SQLite.EF6/1.0.111": { + "type": "package", + "dependencies": { + "EntityFramework": "6.2.0" + }, + "compile": { + "lib/net46/System.Data.SQLite.EF6.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.EF6.dll": {} + } + }, + "System.Data.SQLite.Linq/1.0.111": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + } + }, + "DynamORM/1.3.0": { + "type": "project", + "framework": ".NETFramework,Version=v4.7.2", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "System.Data.Common": "4.3.0" + }, + "compile": { + "bin/placeholder/DynamORM.dll": {} + }, + "runtime": { + "bin/placeholder/DynamORM.dll": {} + } + } + }, + ".NETFramework,Version=v4.8/win": { + "EntityFramework/6.2.0": { + "type": "package", + "frameworkAssemblies": [ + "System.ComponentModel.DataAnnotations" + ], + "compile": { + "lib/net45/EntityFramework.SqlServer.dll": {}, + "lib/net45/EntityFramework.dll": {} + }, + "runtime": { + "lib/net45/EntityFramework.SqlServer.dll": {}, + "lib/net45/EntityFramework.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "MSTest.TestAdapter/2.0.0-beta4": { + "type": "package", + "build": { + "build/net45/MSTest.TestAdapter.props": {}, + "build/net45/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/2.0.0-beta4": { + "type": "package", + "compile": { + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Data", + "mscorlib" + ], + "compile": { + "ref/net451/System.Data.Common.dll": {} + }, + "runtime": { + "lib/net451/System.Data.Common.dll": {} + } + }, + "System.Data.SQLite/1.0.111": { + "type": "package", + "dependencies": { + "System.Data.SQLite.Core": "1.0.111", + "System.Data.SQLite.EF6": "1.0.111", + "System.Data.SQLite.Linq": "1.0.111" + } + }, + "System.Data.SQLite.Core/1.0.111": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": {} + }, + "build": { + "build/net46/System.Data.SQLite.Core.targets": {} + } + }, + "System.Data.SQLite.EF6/1.0.111": { + "type": "package", + "dependencies": { + "EntityFramework": "6.2.0" + }, + "compile": { + "lib/net46/System.Data.SQLite.EF6.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.EF6.dll": {} + } + }, + "System.Data.SQLite.Linq/1.0.111": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + } + }, + "DynamORM/1.3.0": { + "type": "project", + "framework": ".NETFramework,Version=v4.7.2", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "System.Data.Common": "4.3.0" + }, + "compile": { + "bin/placeholder/DynamORM.dll": {} + }, + "runtime": { + "bin/placeholder/DynamORM.dll": {} + } + } + }, + ".NETFramework,Version=v4.8/win-x64": { + "EntityFramework/6.2.0": { + "type": "package", + "frameworkAssemblies": [ + "System.ComponentModel.DataAnnotations" + ], + "compile": { + "lib/net45/EntityFramework.SqlServer.dll": {}, + "lib/net45/EntityFramework.dll": {} + }, + "runtime": { + "lib/net45/EntityFramework.SqlServer.dll": {}, + "lib/net45/EntityFramework.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "MSTest.TestAdapter/2.0.0-beta4": { + "type": "package", + "build": { + "build/net45/MSTest.TestAdapter.props": {}, + "build/net45/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/2.0.0-beta4": { + "type": "package", + "compile": { + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Data", + "mscorlib" + ], + "compile": { + "ref/net451/System.Data.Common.dll": {} + }, + "runtime": { + "lib/net451/System.Data.Common.dll": {} + } + }, + "System.Data.SQLite/1.0.111": { + "type": "package", + "dependencies": { + "System.Data.SQLite.Core": "1.0.111", + "System.Data.SQLite.EF6": "1.0.111", + "System.Data.SQLite.Linq": "1.0.111" + } + }, + "System.Data.SQLite.Core/1.0.111": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": {} + }, + "native": { + "runtimes/win-x64/native/netstandard2.0/SQLite.Interop.dll": {} + }, + "build": { + "build/net46/System.Data.SQLite.Core.targets": {} + } + }, + "System.Data.SQLite.EF6/1.0.111": { + "type": "package", + "dependencies": { + "EntityFramework": "6.2.0" + }, + "compile": { + "lib/net46/System.Data.SQLite.EF6.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.EF6.dll": {} + } + }, + "System.Data.SQLite.Linq/1.0.111": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + } + }, + "DynamORM/1.3.0": { + "type": "project", + "framework": ".NETFramework,Version=v4.7.2", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "System.Data.Common": "4.3.0" + }, + "compile": { + "bin/placeholder/DynamORM.dll": {} + }, + "runtime": { + "bin/placeholder/DynamORM.dll": {} + } + } + }, + ".NETFramework,Version=v4.8/win-x86": { + "EntityFramework/6.2.0": { + "type": "package", + "frameworkAssemblies": [ + "System.ComponentModel.DataAnnotations" + ], + "compile": { + "lib/net45/EntityFramework.SqlServer.dll": {}, + "lib/net45/EntityFramework.dll": {} + }, + "runtime": { + "lib/net45/EntityFramework.SqlServer.dll": {}, + "lib/net45/EntityFramework.dll": {} + } + }, + "Microsoft.CSharp/4.7.0": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "MSTest.TestAdapter/2.0.0-beta4": { + "type": "package", + "build": { + "build/net45/MSTest.TestAdapter.props": {}, + "build/net45/MSTest.TestAdapter.targets": {} + } + }, + "MSTest.TestFramework/2.0.0-beta4": { + "type": "package", + "compile": { + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll": {}, + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Data", + "mscorlib" + ], + "compile": { + "ref/net451/System.Data.Common.dll": {} + }, + "runtime": { + "lib/net451/System.Data.Common.dll": {} + } + }, + "System.Data.SQLite/1.0.111": { + "type": "package", + "dependencies": { + "System.Data.SQLite.Core": "1.0.111", + "System.Data.SQLite.EF6": "1.0.111", + "System.Data.SQLite.Linq": "1.0.111" + } + }, + "System.Data.SQLite.Core/1.0.111": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.dll": {} + }, + "native": { + "runtimes/win-x86/native/netstandard2.0/SQLite.Interop.dll": {} + }, + "build": { + "build/net46/System.Data.SQLite.Core.targets": {} + } + }, + "System.Data.SQLite.EF6/1.0.111": { + "type": "package", + "dependencies": { + "EntityFramework": "6.2.0" + }, + "compile": { + "lib/net46/System.Data.SQLite.EF6.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.EF6.dll": {} + } + }, + "System.Data.SQLite.Linq/1.0.111": { + "type": "package", + "compile": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + }, + "runtime": { + "lib/net46/System.Data.SQLite.Linq.dll": {} + } + }, + "DynamORM/1.3.0": { + "type": "project", + "framework": ".NETFramework,Version=v4.7.2", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "System.Data.Common": "4.3.0" + }, + "compile": { + "bin/placeholder/DynamORM.dll": {} + }, + "runtime": { + "bin/placeholder/DynamORM.dll": {} + } + } + } + }, + "libraries": { + "EntityFramework/6.2.0": { + "sha512": "ptGyXOf26qLrtn+2doAmylIlCxOnBJANwlyyLrXDmqIk9O18IzLWHyxDwwAyhgXkxmbiaA0WNpRy67WRReInBw==", + "type": "package", + "path": "entityframework/6.2.0", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "content/net40/App.config.transform", + "content/net40/Web.config.transform", + "entityframework.6.2.0.nupkg.sha512", + "entityframework.nuspec", + "lib/net40/EntityFramework.SqlServer.dll", + "lib/net40/EntityFramework.SqlServer.xml", + "lib/net40/EntityFramework.dll", + "lib/net40/EntityFramework.xml", + "lib/net45/EntityFramework.SqlServer.dll", + "lib/net45/EntityFramework.SqlServer.xml", + "lib/net45/EntityFramework.dll", + "lib/net45/EntityFramework.xml", + "tools/EntityFramework.PowerShell.Utility.dll", + "tools/EntityFramework.PowerShell.dll", + "tools/EntityFramework.psd1", + "tools/EntityFramework.psm1", + "tools/about_EntityFramework.help.txt", + "tools/init.ps1", + "tools/install.ps1", + "tools/migrate.exe" + ] + }, + "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" + ] + }, + "MSTest.TestAdapter/2.0.0-beta4": { + "sha512": "THe/1KF+3r7Jz48yrZ5DkuQBTvsdEDI/66UQzPPsdk15Cqzpy2qvg6v0q2cysOKBDXNiPK/yV9/5lOozFrVn1Q==", + "type": "package", + "path": "mstest.testadapter/2.0.0-beta4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/_common/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.dll", + "build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.Interface.dll", + "build/_common/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/_common/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/cs/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/de/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/de/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/es/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/es/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/fr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/it/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/it/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/ja/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/ko/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/pl/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/pt/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/pt/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/ru/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/tr/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.resources.dll", + "build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.resources.dll", + "build/_common/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.resources.dll", + "build/net45/MSTest.TestAdapter.props", + "build/net45/MSTest.TestAdapter.targets", + "build/netcoreapp1.0/MSTest.TestAdapter.props", + "build/netcoreapp1.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "build/uap10.0/MSTest.TestAdapter.props", + "build/uap10.0/MSTest.TestAdapter.targets", + "build/uap10.0/Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices.dll", + "mstest.testadapter.2.0.0-beta4.nupkg.sha512", + "mstest.testadapter.nuspec" + ] + }, + "MSTest.TestFramework/2.0.0-beta4": { + "sha512": "bVS0GSdHlFOWRaGt2Pmng4xZs/Tv9l4tnDqHhFUjKBAgFBCkF2d+/ELRzDAAXEolkofb8e1wNjmDyzj0SJf39w==", + "type": "package", + "path": "mstest.testframework/2.0.0-beta4", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML", + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.XML", + "lib/net45/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/net45/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML", + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML", + "lib/netstandard1.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/netstandard1.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.XML", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.XML", + "lib/uap10.0/Microsoft.VisualStudio.TestPlatform.TestFramework.dll", + "lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/cs/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/de/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/es/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/fr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/it/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/ja/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/ko/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/pl/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/pt/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/ru/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/tr/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/zh-Hans/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.xml", + "lib/uap10.0/zh-Hant/Microsoft.VisualStudio.TestPlatform.TestFramework.xml", + "mstest.testframework.2.0.0-beta4.nupkg.sha512", + "mstest.testframework.nuspec" + ] + }, + "System.Data.Common/4.3.0": { + "sha512": "lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", + "type": "package", + "path": "system.data.common/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.Common.dll", + "lib/netstandard1.2/System.Data.Common.dll", + "lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.xml", + "ref/netstandard1.2/de/System.Data.Common.xml", + "ref/netstandard1.2/es/System.Data.Common.xml", + "ref/netstandard1.2/fr/System.Data.Common.xml", + "ref/netstandard1.2/it/System.Data.Common.xml", + "ref/netstandard1.2/ja/System.Data.Common.xml", + "ref/netstandard1.2/ko/System.Data.Common.xml", + "ref/netstandard1.2/ru/System.Data.Common.xml", + "ref/netstandard1.2/zh-hans/System.Data.Common.xml", + "ref/netstandard1.2/zh-hant/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.data.common.4.3.0.nupkg.sha512", + "system.data.common.nuspec" + ] + }, + "System.Data.SQLite/1.0.111": { + "sha512": "G6oK5KkT3gHfelwJ9MvBZc9mrO1x1gkpjNfPs1YBWGIQB5reJSmu5lraYC24VRRQpNBH7RIZqPQjqeBGr7CrNw==", + "type": "package", + "path": "system.data.sqlite/1.0.111", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "system.data.sqlite.1.0.111.nupkg.sha512", + "system.data.sqlite.nuspec" + ] + }, + "System.Data.SQLite.Core/1.0.111": { + "sha512": "D7Qo3JWUB6epymTVRNaAXt+Y+eh0juGjXb5q8SEp/LBdKJr6a224Mk0HCOemRsXfPIF8ULblPyCbVixUvfbpiw==", + "type": "package", + "path": "system.data.sqlite.core/1.0.111", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/net20/System.Data.SQLite.Core.targets", + "build/net20/x64/SQLite.Interop.dll", + "build/net20/x86/SQLite.Interop.dll", + "build/net40/System.Data.SQLite.Core.targets", + "build/net40/x64/SQLite.Interop.dll", + "build/net40/x86/SQLite.Interop.dll", + "build/net45/System.Data.SQLite.Core.targets", + "build/net45/x64/SQLite.Interop.dll", + "build/net45/x86/SQLite.Interop.dll", + "build/net451/System.Data.SQLite.Core.targets", + "build/net451/x64/SQLite.Interop.dll", + "build/net451/x86/SQLite.Interop.dll", + "build/net46/System.Data.SQLite.Core.targets", + "build/net46/x64/SQLite.Interop.dll", + "build/net46/x86/SQLite.Interop.dll", + "lib/net20/System.Data.SQLite.dll", + "lib/net20/System.Data.SQLite.dll.config", + "lib/net20/System.Data.SQLite.xml", + "lib/net40/System.Data.SQLite.dll", + "lib/net40/System.Data.SQLite.dll.config", + "lib/net40/System.Data.SQLite.xml", + "lib/net45/System.Data.SQLite.dll", + "lib/net45/System.Data.SQLite.dll.config", + "lib/net45/System.Data.SQLite.xml", + "lib/net451/System.Data.SQLite.dll", + "lib/net451/System.Data.SQLite.dll.config", + "lib/net451/System.Data.SQLite.xml", + "lib/net46/System.Data.SQLite.dll", + "lib/net46/System.Data.SQLite.dll.config", + "lib/net46/System.Data.SQLite.xml", + "lib/netstandard2.0/System.Data.SQLite.dll", + "lib/netstandard2.0/System.Data.SQLite.dll.config", + "lib/netstandard2.0/System.Data.SQLite.xml", + "runtimes/linux-x64/native/netstandard2.0/SQLite.Interop.dll", + "runtimes/osx-x64/native/netstandard2.0/SQLite.Interop.dll", + "runtimes/win-x64/native/netstandard2.0/SQLite.Interop.dll", + "runtimes/win-x86/native/netstandard2.0/SQLite.Interop.dll", + "system.data.sqlite.core.1.0.111.nupkg.sha512", + "system.data.sqlite.core.nuspec" + ] + }, + "System.Data.SQLite.EF6/1.0.111": { + "sha512": "R1YG+hSQ1EG4OgIPd8GaWztB5IensUVS+akT1BiCGeD9n97PGya5cGaoL1Q23jb4GA+ZoaIx+81fTNpuldY8Fg==", + "type": "package", + "path": "system.data.sqlite.ef6/1.0.111", + "hasTools": true, + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "content/net40/app.config.install.xdt", + "content/net40/app.config.transform", + "content/net40/web.config.install.xdt", + "content/net40/web.config.transform", + "content/net45/app.config.install.xdt", + "content/net45/app.config.transform", + "content/net45/web.config.install.xdt", + "content/net45/web.config.transform", + "content/net451/app.config.install.xdt", + "content/net451/app.config.transform", + "content/net451/web.config.install.xdt", + "content/net451/web.config.transform", + "content/net46/app.config.install.xdt", + "content/net46/app.config.transform", + "content/net46/web.config.install.xdt", + "content/net46/web.config.transform", + "lib/net40/System.Data.SQLite.EF6.dll", + "lib/net45/System.Data.SQLite.EF6.dll", + "lib/net451/System.Data.SQLite.EF6.dll", + "lib/net46/System.Data.SQLite.EF6.dll", + "system.data.sqlite.ef6.1.0.111.nupkg.sha512", + "system.data.sqlite.ef6.nuspec", + "tools/net40/install.ps1", + "tools/net45/install.ps1", + "tools/net451/install.ps1", + "tools/net46/install.ps1" + ] + }, + "System.Data.SQLite.Linq/1.0.111": { + "sha512": "6UJPe8nqCmMXvkZM9ohy9zAjF2LXJv+oBjZ2Cgl8CGVjvtLT3zFQpkXRSum0YIND5WLjKx8nrConEbK1O2+msg==", + "type": "package", + "path": "system.data.sqlite.linq/1.0.111", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "content/net20/app.config.transform", + "content/net20/web.config.transform", + "content/net40/app.config.transform", + "content/net40/web.config.transform", + "content/net45/app.config.transform", + "content/net45/web.config.transform", + "content/net451/app.config.transform", + "content/net451/web.config.transform", + "content/net46/app.config.transform", + "content/net46/web.config.transform", + "lib/net20/System.Data.SQLite.Linq.dll", + "lib/net40/System.Data.SQLite.Linq.dll", + "lib/net45/System.Data.SQLite.Linq.dll", + "lib/net451/System.Data.SQLite.Linq.dll", + "lib/net46/System.Data.SQLite.Linq.dll", + "system.data.sqlite.linq.1.0.111.nupkg.sha512", + "system.data.sqlite.linq.nuspec" + ] + }, + "DynamORM/1.3.0": { + "type": "project", + "path": "../DynamORM/DynamORM.csproj", + "msbuildProject": "../DynamORM/DynamORM.csproj" + } + }, + "projectFileDependencyGroups": { + ".NETFramework,Version=v4.8": [ + "DynamORM >= 1.3.0", + "MSTest.TestAdapter >= 2.0.0-beta4", + "MSTest.TestFramework >= 2.0.0-beta4", + "System.Data.SQLite >= 1.0.111" + ] + }, + "packageFolders": { + "C:\\Users\\gruss\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj", + "projectName": "DynamORM.Tests", + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj", + "packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\", + "outputPath": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\obj\\", + "projectStyle": "PackageReference", + "skipContentFileWrite": true, + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net48" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net48": { + "projectReferences": { + "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj" + } + } + } + } + }, + "frameworks": { + "net48": { + "dependencies": { + "MSTest.TestAdapter": { + "target": "Package", + "version": "[2.0.0-beta4, )" + }, + "MSTest.TestFramework": { + "target": "Package", + "version": "[2.0.0-beta4, )" + }, + "System.Data.SQLite": { + "target": "Package", + "version": "[1.0.111, )" + } + } + } + }, + "runtimes": { + "win": { + "#import": [] + }, + "win-x64": { + "#import": [] + }, + "win-x86": { + "#import": [] + } + } + } +} \ No newline at end of file diff --git a/DynamORM.Tests/obj/project.nuget.cache b/DynamORM.Tests/obj/project.nuget.cache new file mode 100644 index 0000000..65bda9c --- /dev/null +++ b/DynamORM.Tests/obj/project.nuget.cache @@ -0,0 +1,18 @@ +{ + "version": 2, + "dgSpecHash": "rAFgnQ0ruwj6gTzn4dYezodFcNf5+kCOxLq8HTYaz7PuF0I0Uc4bTWz4d/BjGTmeTByLE/ZMDAWkH2yJJcIImQ==", + "success": true, + "projectFilePath": "D:\\Source\\.NET\\DynamORM\\DynamORM.Tests\\DynamORM.Tests.csproj", + "expectedPackageFiles": [ + "C:\\Users\\gruss\\.nuget\\packages\\entityframework\\6.2.0\\entityframework.6.2.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\mstest.testadapter\\2.0.0-beta4\\mstest.testadapter.2.0.0-beta4.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\mstest.testframework\\2.0.0-beta4\\mstest.testframework.2.0.0-beta4.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite\\1.0.111\\system.data.sqlite.1.0.111.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.core\\1.0.111\\system.data.sqlite.core.1.0.111.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.ef6\\1.0.111\\system.data.sqlite.ef6.1.0.111.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlite.linq\\1.0.111\\system.data.sqlite.linq.1.0.111.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/DynamORM/DynamORM.csproj b/DynamORM/DynamORM.csproj index 189cbda..be7dbd4 100644 --- a/DynamORM/DynamORM.csproj +++ b/DynamORM/DynamORM.csproj @@ -1,12 +1,12 @@ - netstandard2.0;net472;net5.0;net6.0 + netstandard2.0;net472;net6.0 Dynamic Object-Relational Mapping library. Copyright © RUSSEK Software 2012-2023 RUSSEK Software Grzegorz Russek - 1.2.5 + 1.3.0 https://svn.dr4cul4.pl/svn/DynamORM/ https://dr4cul4.pl DynamORM diff --git a/DynamORM/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/DynamORM/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/DynamORM/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfo.cs b/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfo.cs new file mode 100644 index 0000000..805c146 --- /dev/null +++ b/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfo.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")] +[assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://svn.dr4cul4.pl/svn/DynamORM/")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfoInputs.cache b/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfoInputs.cache new file mode 100644 index 0000000..264d5b4 --- /dev/null +++ b/DynamORM/obj/Debug/net472/DynamORM.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3a57660c52c7c7c707310efd04cf66b6601bec30 diff --git a/DynamORM/obj/Debug/net472/DynamORM.GeneratedMSBuildEditorConfig.editorconfig b/DynamORM/obj/Debug/net472/DynamORM.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..a4e5710 --- /dev/null +++ b/DynamORM/obj/Debug/net472/DynamORM.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = DynamORM +build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\ diff --git a/DynamORM/obj/Debug/net472/DynamORM.assets.cache b/DynamORM/obj/Debug/net472/DynamORM.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..ff09591f550f49b75ec6ec5a30daf3a991126792 GIT binary patch literal 858 zcmbtS%}T>S5UyHnt5&6=ha#AQUZd8kRZk_=Qv9J(EeNZyO}1??$=2Ns*rVV@Px>mp zf-mAtyy+V_Q&S1F=)r-HWOu%u`R1o`P%4Z^B9V6)yEY%n_m2y6cj=G4XLa(r`KErsfrGGD&1dD(31IRa7^*>vE6e z^mToe2-YATQ@M>bQvK!>kz;f@y5%?{p)8mb&r!f=aF6GiBij^Q@`lolYKw|?Pu&R-?BNuN|{BD{Ss4^pwSo$?O!v29{fHNY%5y0eK?ai zAOXM)ngC1!l7J~d*rwqy71mw02J~+>%&5U`+1wlLZcVa6Rjcd;MQ31#R=#&=rGE;z zLwys2FkAX+1`7TCVWJ=UFaiwWOTw#yO*Z+8y4Nu8(?K1&suRJKPIXsh~l)HOd? F!xxeC=e+;` literal 0 HcmV?d00001 diff --git a/DynamORM/obj/Debug/net472/DynamORM.csproj.AssemblyReference.cache b/DynamORM/obj/Debug/net472/DynamORM.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..15e1454c53df9fbfca893a528a489d268a0fd2f5 GIT binary patch literal 5604 zcmd5=UuYCZ7~k5HP4z7(HS2z{@Rg3v+>ifIvAA8Qdhvp1W%xh=BXY`MLMo7r8y z{r>#E-}lYe0y-2$0Z{KR9i~o&LOU~vE#zi)f4skMPiYL9h$3R3%mLR$_N0Z8TN=g& zbzH~vN`vfuH0RLik~(s5{NLSdkGfCoD%q~#Pzz70Wy=D9eMfnC`R3k*rB)@_fc5N7 z2XUy4%LJ;#nrY`7Vj9n^%X}TYM9k^nLAVK?fHwB6oZ6l1&cC66qp6rtthyeuV~kkK zT?asGXeU_5ZH&3Vyto8tjjE;z>_elf?$|RFxh^}QsC-5s!d`#2m)d8(B0dvUpdnZ_&ZhOw z$Ei4fWzwSR#VJT3v67&(Iu|hyoiwoA0Vwe!4~Wvd}6Zn>(?|*@7H3cc3RxjPFul} zwlb&FB2zo9Hnr1)721DTafxZ5?5b&VjxAfbzHC2MJdjry8Ug!l_~FTWi`Vb{`IUO| zO6T>b8-H7V`q87)r~Y0$Ykf9!;p~oY-+XxS-qKHZe!h6OZ_Ca#XWHpof1Nl#zxeCi zi>JTeFgLnqxogwe-`797zr6GI*MBTOE|-Qn7VccVu=~hl_6o{wfAV9&JL2qp@c7dY zZ*(qxS$KWh7n^nTTE@P;&@=qO-GyMl7GeOrTW?7=Gl3{)vO# literal 0 HcmV?d00001 diff --git a/DynamORM/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/DynamORM/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs new file mode 100644 index 0000000..2f7e5ec --- /dev/null +++ b/DynamORM/obj/Debug/net5.0/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")] diff --git a/DynamORM/obj/Debug/net5.0/DynamORM.AssemblyInfo.cs b/DynamORM/obj/Debug/net5.0/DynamORM.AssemblyInfo.cs new file mode 100644 index 0000000..805c146 --- /dev/null +++ b/DynamORM/obj/Debug/net5.0/DynamORM.AssemblyInfo.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")] +[assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://svn.dr4cul4.pl/svn/DynamORM/")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/DynamORM/obj/Debug/net5.0/DynamORM.AssemblyInfoInputs.cache b/DynamORM/obj/Debug/net5.0/DynamORM.AssemblyInfoInputs.cache new file mode 100644 index 0000000..264d5b4 --- /dev/null +++ b/DynamORM/obj/Debug/net5.0/DynamORM.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3a57660c52c7c7c707310efd04cf66b6601bec30 diff --git a/DynamORM/obj/Debug/net5.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig b/DynamORM/obj/Debug/net5.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..47756ab --- /dev/null +++ b/DynamORM/obj/Debug/net5.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,10 @@ +is_global = true +build_property.TargetFramework = net5.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = DynamORM +build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\ diff --git a/DynamORM/obj/Debug/net5.0/DynamORM.assets.cache b/DynamORM/obj/Debug/net5.0/DynamORM.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..e027955959e0706f226063534ba0e0cab676db15 GIT binary patch literal 2135 zcmbVNO>Yx15G~MB3T>gEP=O$-)I)`Ep{1p8tI`lf&^9EY5@HW^cb(Mg?mDu)D1i$% zICAIAjSKt%gy77be*zK*W;Wh*H=B?MOV;j;-}sHkGvnf;{MPxQp`nA%2Y;UL|Dta{ zE>=H%{XO?#=ic`xKfk zZQ*dg){A>BI&1~eIfIUSfEf@!_XUvofF2x4Mv%tJ5Y2v%+R4*xUb6eH&OKC|_a*u2Nf`z1+Hb99$+DwrW zYyIs|ABs!jE|U?cl}@NyNUBJ#p_#9uqeMO@asbV)8?$hs#A<;{Wv)?|Oto$2BS`Y@ z&>FMmMxRVUTpln*DQc2>nTOnEDzmh@+1T7zTD@@`QczaC~A70J!lfx!%T$l6wGOuGcadiHv2?FwYptcxv~{*b`ow= zKPeA45;dH@Caj~#+d1$eUd{6$ck}i#=;PxG2$S(>7o4arVg)c0N9@B302wwC_V$S) z)kg*2T-7pk`jup-Uom+U+YS9bshUj6W<9cLHR_JEU+RsI_1Uhee=}ve7EvWi1Rd;= z|F{0JMY2+GlV!Nm0pqcy6w{SvosF7TWh^V|&Bwx~?y!~to8D$hb3bf5<=_y*9=X^N Z+CIg-p7LoU5rpn}wivYod``MU{sN{zl)eA} literal 0 HcmV?d00001 diff --git a/DynamORM/obj/Debug/net5.0/DynamORM.csproj.AssemblyReference.cache b/DynamORM/obj/Debug/net5.0/DynamORM.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..9cb2c89e8d9efd4f02ea1425fb294e1c77e67c3d GIT binary patch literal 86662 zcmds=4Uingb%1Y$Ktc*g0ujpsi4%VTN$lNmy3-#rB~FJ>xD$u&^oM@ucIWO^+TB^r z&PqBtwkU&*NjX3XTZ$c5p(@+qCq_w;QWBF8Lm^yH5K{*10xHH1KZOGLuWX8h7?PgZ z>3KafJ$uhv{kFDq6sNno?z{J9zJC4sz1Q7mrT(&|r6skaXT|mb+ZwfvLhB8=yjk9! zwVa~qY%dv^z2)uwxr}Xi|M{hKmJm}o27 z+S+*}|E^ZA{BJLA;RRaac}=jZj9b6N{e+_$9v z))((fO=U9u-F3ST&-(GS6{$f`xvIzF)=j2e&RNA(p33R=#jQP+yi>8wRYkMn*hYSF z>p*2VpUd22jt^OT&El%z_Rf*6k)0X_%O&0HvR8ZTC^SK&oXxkq=ST-mq`N253)%D01aK?uw!nKwG7cHo^|$ zr+IDB=3KG!n)HC3E99KqezOdd*R==d$8AxxIdU4Kv_(;oG_^%L0Hvr#z?0IcZKpC* zG&o*%%!2D7^;kv6Jm|gl9y#35rRgDKkScMTk(@rW%#&DlA(e`loT^T-SnkX&mA24t0j;9!`zi~THaXs$;rQee|d{D`GW2T-hA%W z!@DNGFyo8+Ha>Xd?uV~>@8el7{PQC#A2|1u2Oj^{CHXynv2^ZplDJrBuxA1U`moqQ?rzv@R1XtW)q{f#&8TNZX>_w^kWB?%XN?ROtFks z=)+63xvSbx?(I;6kc&u%#_r_r?|o;|;n6$iA6RkE>vt`CX5Pz_9y7n!I&b&Z&m28< z#GL=-Z$5e5>jZ+`VA*>SJ@>?RfCS$_58s7DXzxj8meWW2Luc%*Y#SGSSv>|SDac2(b8 zI7>&3UhjTp@L0mm%&snv7X`Qehx=F6MlaG6Y3&+?UPL-Hdd-y!PCzfB9H6H(ie4bL zdbLwCt@2R^oshs)8f5E0Fily@O!UBsFe?#bHZ)!`S)_HpX*;Ivy&JEppmpI)-@aWc zS3J}Y3ERO2!4{HDQ{F}pkDUlPb)^b&9VE+z3#2WPSg9{nkV>N|NL!@J5TRqJw^qfG z+-Sx2R+?a*AWShkP)}%xbo6s{_DB#$Q*JiP9xPykcH=S09_49fHlvj-d3uMZnf)e6 z8$*_679~CIE^)M~gW_psUkkuPsjIz3y;Wg#y}>k;d+1`{*O?wLZ<|OPvYXC^_%hC{ zE_}VuJb>XX!T<5l_D!E&^7Fe=>jkml72rqc(xpaMrmMSSdFK+decAHr-wQ9al}Df5 z;0H_b7YbGp-o(+@TKzY{qt8M!1c%1XJru>({t5iDjl^b7A`oQ?E-a8yI zzV6SZugQznh9b3O#y600;+MjWuiJ&_6)3NTS(7tHi&ojmWxO&gwn-x62!jdCFt3G? zc0d|rvRW9aP@0-%UJE1D39wRXq)pXsl_>lgbGR}JGdtMlIli+JYmCIHK;>}71kx0x zZAlN92qWbY%Fv4lEY+Y@u``0#{>07QkqBk2en_~;B9ygcLvz+#CB{5LSxdD#ki*m+ zTa=dT2DbCk-%_})IAVbfgHparBttCH4GG+VMp(0mXlUM=E8AyI{Lt&b4HKSHw-;2R z0^8l2G0TGY1*zq^$<2{?so#HJ?MT*$2q*Q6<6x33rw1LjjeUqY^ukmL&R4KF zmi9nGMYlMXN~I}R!D3yi6cJhnC@01tw!v?+onv`okFUNQ+x*9>-C=@+r13(@pi1bD zgzj)7Cdvd6H6^fse+fi5lCCg^EGsWen_%Q*D@?C3619e`FhTm`Zun8FtdDGk>FGm+ zk@B4t;*!O)WzoeYz{Gb}By>R{MYgjdK`c!z7T;NspcN5br0%_oSFR|Hgvs1{zc~`C zhPd~l2Kw15nS1YRM1<3bav#h#4!8(KYAC%rJupTbl8rQDD25 zH&lvFt{_AZ0FyuFV<6lVX=C=1*_g06ni`m`@`nrfD9!)vR*laMmR&GdB6)SW*x|ha zZ;FBwUe5Q`6Wbxd8KVM6lm$&qb0uOnNgit*$Y2sL%2#4*^VYDtt-V^`+hgR-V%8AP z2LcC&uf!6%AVDHqi6w}IW~#Z8Eqo=Gpj91sVG=EQ)fOo%zN~NzYF#e&hfz`=Bw!Ae zrAm@ZQ^JNPc-%yYDc_+Gel3Ax4Y6>(Lm|`<2@}~4g^)0s62x~XgmfXoMtKR|x|`kV z=aS7*zpRoqeZ6ft`JDG6Jf{hccHt#>(hf+B$V%{}LU~$DTsX-~-lV^yp4W&dV^_Xu zHzNEEEQI3QwZIa>ruT^wh74mKJ47U82z^lYBN)fM8`R3Dz^ue%%g$3Vy8g7Yvb!3}Q z!_pvM8Q<&~?o9NmlrILE)PezBW3zLq!xebotnRS{i2zCF_@rL zJ$NCao5~l1Vew_zlnv`Q`ZdLTF__c`2^iU8Fi9>=3FC{wB(;bTqwwkl3%1#CGGk(a z6u1q7S0C?ygp1Ovj|-(KS;8tKt`iYf%3}=SVG+16@fbs>Ard397(+-HP4VF|hLA2q z*eEX?U_!5B#~>JvnH_X2+ZYvAFi>UA3kTw@kpPhu4#XwWlpYA?YrztE3<$l4=uDvc1;p~z&?6sVmw9y1YA+X;{w$dyElo|=A% z?|#n!{k%3vbh3o#fUNp0;5I}aClMkPE4Gcrf>C5MSGHshIY7_);qHZg`F=+!6^6S&k|!ji%)A zoLN{IB6O6WrsYW;7#i?k_)&)L&ykprou(DYsGk?ZPxo?FAVT6+)qYHMr3ACjw^LX8 zYov4h>9yJdiN!FL&mzc)0i(H!t_MPovJNyb<<`pmll7*PzR__?=|3%t=Wd?;La$E< z_fJ9%k)V+ICm~_bvrKdG!u^wwE=1TU57h-iOC}l~s^e{tu#ko7xEyFsnyc`hhw8W* zbs&PNv{$}(=JLi*1%ZRw_~JR*7Ksem;yEf08lC1cF?{hHRi_SwFq0FBmFYKf!nzr@ zj)_*rZG%LH)XD_1>gToC>2odEOZ5QqJM#0=*vb=W1y?qeeTnMu8jCQ;=5*xCN zc3dK~t!b`lif6Rr3e|xUX2Mcl;_XRpItMI!uUlm5?pzJw1hs&?#9Q72i4<9hw_GYs zvEn7?a;1pSBALhrLWjP9Z4xIkw+#{>(upjP6*G}FmmLx(GFJ^EM3hH-UBG1($PmEe z5#Ml2BraqT->@{AS{WYk4J$*0j`C9$T&Xvh`zmHxJhLBmnekH=#CAw*$WB=hWziHG ze#(NVicZK3nwbhaymQ=p{9f%0OiCg$yj?RO!)5t@fDBiK2pN)i&Y)@U&t=R3D_3*? z8(5T!@f@)&5*^ZbjwlZrpXQC{i0agV5GJ0Z{E9EvQVv>~y{0%%fzdh7&!7m+kl>JA z@g<0YW~RCPVSdGzph+FLU>4*gxv9e*#X*4BB3>ktlMCfc*T@mPVAMgSp=4r43L!Lafi>eloOQ>H4q8}b2;DA5f z3ULsM`q)mTVA}58ubY^!Y>B6>f-MPRJCU|XYeE;>iO8d=Jqc=cBI*D__*1nI2&qqT za=8Pu0ttv9#p$;}+7`MLrzq>h=Mn}fMZX)o68xw}9CW5U+;;Qu9yXl&t*p572u_^g z;WnWeax9aD+XPWG9mYJ|CTIe_Dd_f~H(M|h}YO|D#Wk1C2Rav^ZSPs2*;g9M3e zZ*`Jfno`C0Rwt=NgqZS+oCW!N3pppfu5Yb-VPK@t3MP(AeOIbhKO|~o7dh9GO;gZ??7f{x;`@>W;)HHU;K(j=o=7A8R!sbaq*yAHraWoCeG)0VG<&mft5oSA8=e`650`D9mTeD&dKqN>bRGF}dy!tKghGLJD z2o>ddF?UyK#m=xJNjG@aWZ*RY=$fm1L&Wo9(Y8oz$ns)Qc{DXUJTDeihX^5pNevLH ze%0?CUuw%(f=Ml*6A~)INi9JzP3eM3EkQ3L%m^*jX11qCykY{p@wla`wnakK081sv zuHQ5lw^UVih!83(_lx{HzTI00*@5e}zr&=Q-dHRfBf?Dq5HPrc&+N6kA_4m>nFm!{ zJWXv^4)^eh@N*i5-=Zz6AdMWTHpl_eBEuXAK8X)J;E&w+H$7i4atNn9K&> zPRJq;zx}UseTSbPCKGRs#Ek4PnYcunnl^rzOk5!%l+@<|eUxrAirLW3DBUe0Os}#6m{(z94PXr-}j)+~J__rXT`%;Q} zhMZVbO@Va&;CDjAs`CAo+(<`XT@YM_6)4|tna~AEA=!S*1hF(Fj_Be{jWRD^nAQNPXn-rJFA_2G09TTHnj#ksa3!fn zgkX_sSsB(NeDwoFR~JN+g6c~zd`BT{9kvvN`vhR74N5PPIw7H>E4@e(OjFu|(u*X$ zh%i%M4J}n5h*5xf3-)ZtIw1GN(^W&ug!0guc!PXUeJuMO@EVowmfuF@8wD>89HDc= zvog{WWT?F!S5p0w#PV9t)j?5iS6iidvxI3Jv7ZGN*YClS@KyNW)WkWaM zTt08ew{w^K9zpG%NZ<}pd0n-o)0Da~)T1XtuR)V61TJKTuJ$AgeUbPzc#;MAGzGBs zBn#>hA$X`U)^AH!`|=*scG#iw8N*@Q$$~{D1fZ_2ITWM60g2-m$O^XP<}fOzrc{>x zpm#yUrt(Uf;FYmqRm|i{h7bsajn%x8Cf*v!99bnzTp~^J;*~UUg@{m69`g(&_r5R( z-O{X4uxhY|uu`3fuu^`AY#@9vKLSbo5Lw;^889b1M3&2; zDKGp`TdoEmf)CRp&KXu-h{ck5?iFO!Q*GJ7>tJ+FzBSihQ1U{oXj>#QWQAB!dC=&b z{QbS}OgcPz=llaJ?s@&LWzWoedD3I%_gd%e-ujuNr;eEOzx>T7ubX|rdnd2^?yQaz z(_iX*`j@*Gj9z_g&bu8Co_PG6<5Su$f8}$JS_mU;o|Sg^SKx`^Zz~q7R;$dghLYQd3)6S~|YJ zY||s%>$_6C5G$%q9SC)H43Bg!>*_YLo!v{!&Mx+6*hgyGeiy>d_RfywEh*(?puXJf za9eh=gW!vUt>I;$;g(2z$jU&&(xBmK&N9%jGIgMXDFao$*I~#!=%j;KRu4N`d%zeK z*K@GFi|=(v=z{cp$o4uUh@~l2e6K@-R)Ck%B%|^pxWnShwxL2&`eJ{Ln$!mg7}*ir zNpfjQ7(aqLNi8D8lwYbCmS5s$^Gg*&4UsUBU8)!oMpJ?|%LXhFHp*j1p%+kg?^pER zf|oUfyYG1HDBcGh5grDybMMkC=n(!uJ#6Vw30XM z-h(BZE!Dz@VM78ri}RS z2?QkcL83($2uP4iQ@nyeK!RFCh$-I-3ih^&m@L`^6CvLVn%oPC8QEUYWXaH=HP^(* z_kt!XRtIXB36k8J4H&kO&x^NG!X~L8tQi?zybltyhFLQ%7aFqWnk;Jtv|K5kAVR3Iwq|yW_nDFSxnrYl|XP1<|%h zfXJ!}qVi};5U(nTszZbj;VQ7I!GL86^_8_&fzTd_QUg|jAd{vz#aDr#5)o3AlUlAI z9#{r6NhUS7DH5bcOlpDT$62U+qS$$JIY*L7&DDkoAN7frz=aOHAt>_>5-q$D5*fNg z3l~IFgA*iLxE@59sE>r(2D{)P<9OMXJ}V<`3po3QUf=r(BH^*tNO0&P;W3HO1U1)! zKZu0K6siLy%tC*+@<_NSd0=#4wmP4OW`%ahs>(64$hRPi2hPOjoote*0j~&OKfQFR z(Us}y?pWTr#B5)-+?^kz#jnb5zuRQwE9Ow8lou{^fiNGx{SI0Mujh=acr3wP{YV{V z|4zQm&3Uu`$!@;`Ni-eR{PsIgB#cUDx_xnLPbKeEY;#r7tT-$-wzzemGMvw4ZZgM* zti5J&6=pOmcR$@CpBo*gw9(1sbI!Q;{Jpmiym0q3(iAx*khz}`aWo}|yPpwl03UQQ zD+Zs|hRnFv>LFc(NY{wuM;`@53`C?5nVC*+pggxrE2vKR!WKPjjtI`r#o0 z4)}=&v2jQF`C6NE#jJHesImYg`1x9X6C@U7=WB_Q>W2nDU(45m2oL33|J-94`*Ov7 zGLyl#{_!?QK*+ZKaXCC$Cw3S4Ry*FUo>zi!6_p3YU3shb-U|0JdJX^-AMmYq(Y8nr zfGj8;l?UwtG?$&{LGh?MfDqaTz@+6&)johLH{0nYoOdqq20xf(I@m2VPp72mSP%CO50ijK@8^Gzb5hR88bwn-!;jHUygZxRXV0@x@W z?V}Wk;ssRsUqTN3JwobMYJKphr~r?qH`}* zOtV9TLUd6>jgbhEx~L(6G=)fXnM3*zVWd3T$%OVEy|+Gwt!X^k$$pGn&5%Vqxr7r3 zEO>O0^?=8(bj32L+Vu=Pgr99~_cPXKRXrf&W8X&QQo52&{K(f;g(Z62Ta-O+KdN}W zQ5N!taPrc0;pfN)zgzi(7i2(N!{$0+X}zFA9Y|nKRobWwi9$JJ+4-E1>}g#%(;tIV z`45pW>`)E^7r-N7;&FHrZ(qk_A4Y^~)Q!ZV>69IIyS!lwn+ +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")] diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfo.cs b/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfo.cs new file mode 100644 index 0000000..805c146 --- /dev/null +++ b/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfo.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")] +[assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://svn.dr4cul4.pl/svn/DynamORM/")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfoInputs.cache b/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfoInputs.cache new file mode 100644 index 0000000..264d5b4 --- /dev/null +++ b/DynamORM/obj/Debug/net6.0/DynamORM.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3a57660c52c7c7c707310efd04cf66b6601bec30 diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig b/DynamORM/obj/Debug/net6.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..40a9c67 --- /dev/null +++ b/DynamORM/obj/Debug/net6.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,10 @@ +is_global = true +build_property.TargetFramework = net6.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = DynamORM +build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\ diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.assets.cache b/DynamORM/obj/Debug/net6.0/DynamORM.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..12b210a3aeb6c99b139f807e83b9980e230b14a7 GIT binary patch literal 2135 zcmbVN&2AGh5H8SC3T>gk(1Kt=>Y)O*(9)`KtI`l6Xd5MICD0<_?oLvxyX(mIqJ$IA zz?CQ91P8cq;>2TcL9HKv5!d| zge6)+f@eBJ64Pd$$9(INxn@4FIMgg3q>#jS2zMTut5zk#ZX-4qVok?&&&6zK)c35K zC=aWN?0bW;Q`U=gJs~ab>0Ee7ooiIdF9+k|fiI~CeF@7EPG`N)!8)d77>rdyQ<~u0 z%%Oh07x!9n*eas)Ft2j^crl^m&T&~O zuIx~oGr?-o%vFvEZy@OUiE=kz%`pyU$tAMJxF>LZA-i5BT;*)IIvwX=j=3(_k}^M~ z)>0GqnvKx~mmLz9z9VRW3uEy@aSx@bSSmv;-W0VrGFr35sYfM!3n8h|1_%~#8-!Vg z=x>Mks<=4rGMRv)bVAiaT4m;&5`2*yCGk0x188CWtv9!9`+}v1NeQdRF#yFrNAg)o7fum{{?-m?uHz0T%U=KmY&$ literal 0 HcmV?d00001 diff --git a/DynamORM/obj/Debug/net6.0/DynamORM.csproj.AssemblyReference.cache b/DynamORM/obj/Debug/net6.0/DynamORM.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..e048cdc44380f3ace91b4f4348c33392b13eb446 GIT binary patch literal 90939 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 literal 0 HcmV?d00001 diff --git a/DynamORM/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs b/DynamORM/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs new file mode 100644 index 0000000..45b1ca0 --- /dev/null +++ b/DynamORM/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")] diff --git a/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfo.cs b/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfo.cs new file mode 100644 index 0000000..805c146 --- /dev/null +++ b/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfo.cs @@ -0,0 +1,26 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2023")] +[assembly: System.Reflection.AssemblyDescriptionAttribute("Dynamic Object-Relational Mapping library.")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.3.0")] +[assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyTitleAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.3.0.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://svn.dr4cul4.pl/svn/DynamORM/")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfoInputs.cache b/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfoInputs.cache new file mode 100644 index 0000000..264d5b4 --- /dev/null +++ b/DynamORM/obj/Debug/netstandard2.0/DynamORM.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +3a57660c52c7c7c707310efd04cf66b6601bec30 diff --git a/DynamORM/obj/Debug/netstandard2.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig b/DynamORM/obj/Debug/netstandard2.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..a4e5710 --- /dev/null +++ b/DynamORM/obj/Debug/netstandard2.0/DynamORM.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = DynamORM +build_property.ProjectDir = D:\Source\.NET\DynamORM\DynamORM\ diff --git a/DynamORM/obj/Debug/netstandard2.0/DynamORM.assets.cache b/DynamORM/obj/Debug/netstandard2.0/DynamORM.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..eace6ad6304cb3b59e5f7131b220382347d87350 GIT binary patch literal 2796 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 literal 0 HcmV?d00001 diff --git a/DynamORM/obj/DynamORM.csproj.nuget.dgspec.json b/DynamORM/obj/DynamORM.csproj.nuget.dgspec.json new file mode 100644 index 0000000..6f54e8a --- /dev/null +++ b/DynamORM/obj/DynamORM.csproj.nuget.dgspec.json @@ -0,0 +1,131 @@ +{ + "format": 1, + "restore": { + "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": {} + }, + "projects": { + "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { + "version": "1.3.0", + "restore": { + "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "projectName": "DynamORM", + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\", + "outputPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\obj\\", + "projectStyle": "PackageReference", + "crossTargeting": true, + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net472", + "net6.0", + "netstandard2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + }, + "net472": { + "targetAlias": "net472", + "projectReferences": {} + }, + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + }, + "net472": { + "targetAlias": "net472", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + }, + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "NETStandard.Library": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.3, )", + "autoReferenced": true + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/DynamORM/obj/DynamORM.csproj.nuget.g.props b/DynamORM/obj/DynamORM.csproj.nuget.g.props new file mode 100644 index 0000000..c7e351b --- /dev/null +++ b/DynamORM/obj/DynamORM.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\gruss\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.1.0 + + + + + + \ No newline at end of file diff --git a/DynamORM/obj/DynamORM.csproj.nuget.g.targets b/DynamORM/obj/DynamORM.csproj.nuget.g.targets new file mode 100644 index 0000000..2192724 --- /dev/null +++ b/DynamORM/obj/DynamORM.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/DynamORM/obj/project.assets.json b/DynamORM/obj/project.assets.json new file mode 100644 index 0000000..70ff490 --- /dev/null +++ b/DynamORM/obj/project.assets.json @@ -0,0 +1,1714 @@ +{ + "version": 3, + "targets": { + ".NETFramework,Version=v4.7.2": { + "Microsoft.CSharp/4.7.0": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp" + ], + "compile": { + "ref/net45/_._": {} + }, + "runtime": { + "lib/net45/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "frameworkAssemblies": [ + "System.Data", + "mscorlib" + ], + "compile": { + "ref/net451/System.Data.Common.dll": {} + }, + "runtime": { + "lib/net451/System.Data.Common.dll": {} + } + } + }, + ".NETStandard,Version=v2.0": { + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netstandard2.0/Microsoft.CSharp.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.CSharp.dll": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "NETStandard.Library/2.0.3": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0" + }, + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + }, + "build": { + "build/netstandard2.0/NETStandard.Library.targets": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": {} + } + }, + "System.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.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.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": {} + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "compile": { + "ref/netstandard1.6/_._": {} + }, + "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/_._": {} + }, + "runtime": { + "lib/netstandard1.3/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Threading.Tasks.dll": {} + } + } + }, + "net6.0": { + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.NETCore.Platforms/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": {} + } + }, + "System.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.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.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": {} + } + }, + "System.Text.Encoding/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/System.Text.Encoding.dll": {} + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading.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": {} + } + } + } + }, + "libraries": { + "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.NETCore.Platforms/1.1.0": { + "sha512": "kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==", + "type": "package", + "path": "microsoft.netcore.platforms/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "NETStandard.Library/2.0.3": { + "sha512": "st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==", + "type": "package", + "path": "netstandard.library/2.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "build/netstandard2.0/NETStandard.Library.targets", + "build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll", + "build/netstandard2.0/ref/System.AppContext.dll", + "build/netstandard2.0/ref/System.Collections.Concurrent.dll", + "build/netstandard2.0/ref/System.Collections.NonGeneric.dll", + "build/netstandard2.0/ref/System.Collections.Specialized.dll", + "build/netstandard2.0/ref/System.Collections.dll", + "build/netstandard2.0/ref/System.ComponentModel.Composition.dll", + "build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll", + "build/netstandard2.0/ref/System.ComponentModel.Primitives.dll", + "build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll", + "build/netstandard2.0/ref/System.ComponentModel.dll", + "build/netstandard2.0/ref/System.Console.dll", + "build/netstandard2.0/ref/System.Core.dll", + "build/netstandard2.0/ref/System.Data.Common.dll", + "build/netstandard2.0/ref/System.Data.dll", + "build/netstandard2.0/ref/System.Diagnostics.Contracts.dll", + "build/netstandard2.0/ref/System.Diagnostics.Debug.dll", + "build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll", + "build/netstandard2.0/ref/System.Diagnostics.Process.dll", + "build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll", + "build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tools.dll", + "build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll", + "build/netstandard2.0/ref/System.Diagnostics.Tracing.dll", + "build/netstandard2.0/ref/System.Drawing.Primitives.dll", + "build/netstandard2.0/ref/System.Drawing.dll", + "build/netstandard2.0/ref/System.Dynamic.Runtime.dll", + "build/netstandard2.0/ref/System.Globalization.Calendars.dll", + "build/netstandard2.0/ref/System.Globalization.Extensions.dll", + "build/netstandard2.0/ref/System.Globalization.dll", + "build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll", + "build/netstandard2.0/ref/System.IO.Compression.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll", + "build/netstandard2.0/ref/System.IO.FileSystem.dll", + "build/netstandard2.0/ref/System.IO.IsolatedStorage.dll", + "build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll", + "build/netstandard2.0/ref/System.IO.Pipes.dll", + "build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll", + "build/netstandard2.0/ref/System.IO.dll", + "build/netstandard2.0/ref/System.Linq.Expressions.dll", + "build/netstandard2.0/ref/System.Linq.Parallel.dll", + "build/netstandard2.0/ref/System.Linq.Queryable.dll", + "build/netstandard2.0/ref/System.Linq.dll", + "build/netstandard2.0/ref/System.Net.Http.dll", + "build/netstandard2.0/ref/System.Net.NameResolution.dll", + "build/netstandard2.0/ref/System.Net.NetworkInformation.dll", + "build/netstandard2.0/ref/System.Net.Ping.dll", + "build/netstandard2.0/ref/System.Net.Primitives.dll", + "build/netstandard2.0/ref/System.Net.Requests.dll", + "build/netstandard2.0/ref/System.Net.Security.dll", + "build/netstandard2.0/ref/System.Net.Sockets.dll", + "build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.Client.dll", + "build/netstandard2.0/ref/System.Net.WebSockets.dll", + "build/netstandard2.0/ref/System.Net.dll", + "build/netstandard2.0/ref/System.Numerics.dll", + "build/netstandard2.0/ref/System.ObjectModel.dll", + "build/netstandard2.0/ref/System.Reflection.Extensions.dll", + "build/netstandard2.0/ref/System.Reflection.Primitives.dll", + "build/netstandard2.0/ref/System.Reflection.dll", + "build/netstandard2.0/ref/System.Resources.Reader.dll", + "build/netstandard2.0/ref/System.Resources.ResourceManager.dll", + "build/netstandard2.0/ref/System.Resources.Writer.dll", + "build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll", + "build/netstandard2.0/ref/System.Runtime.Extensions.dll", + "build/netstandard2.0/ref/System.Runtime.Handles.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/netstandard2.0/ref/System.Runtime.InteropServices.dll", + "build/netstandard2.0/ref/System.Runtime.Numerics.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll", + "build/netstandard2.0/ref/System.Runtime.Serialization.dll", + "build/netstandard2.0/ref/System.Runtime.dll", + "build/netstandard2.0/ref/System.Security.Claims.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll", + "build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll", + "build/netstandard2.0/ref/System.Security.Principal.dll", + "build/netstandard2.0/ref/System.Security.SecureString.dll", + "build/netstandard2.0/ref/System.ServiceModel.Web.dll", + "build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll", + "build/netstandard2.0/ref/System.Text.Encoding.dll", + "build/netstandard2.0/ref/System.Text.RegularExpressions.dll", + "build/netstandard2.0/ref/System.Threading.Overlapped.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll", + "build/netstandard2.0/ref/System.Threading.Tasks.dll", + "build/netstandard2.0/ref/System.Threading.Thread.dll", + "build/netstandard2.0/ref/System.Threading.ThreadPool.dll", + "build/netstandard2.0/ref/System.Threading.Timer.dll", + "build/netstandard2.0/ref/System.Threading.dll", + "build/netstandard2.0/ref/System.Transactions.dll", + "build/netstandard2.0/ref/System.ValueTuple.dll", + "build/netstandard2.0/ref/System.Web.dll", + "build/netstandard2.0/ref/System.Windows.dll", + "build/netstandard2.0/ref/System.Xml.Linq.dll", + "build/netstandard2.0/ref/System.Xml.ReaderWriter.dll", + "build/netstandard2.0/ref/System.Xml.Serialization.dll", + "build/netstandard2.0/ref/System.Xml.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll", + "build/netstandard2.0/ref/System.Xml.XPath.dll", + "build/netstandard2.0/ref/System.Xml.XmlDocument.dll", + "build/netstandard2.0/ref/System.Xml.XmlSerializer.dll", + "build/netstandard2.0/ref/System.Xml.dll", + "build/netstandard2.0/ref/System.dll", + "build/netstandard2.0/ref/mscorlib.dll", + "build/netstandard2.0/ref/netstandard.dll", + "build/netstandard2.0/ref/netstandard.xml", + "lib/netstandard1.0/_._", + "netstandard.library.2.0.3.nupkg.sha512", + "netstandard.library.nuspec" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Data.Common/4.3.0": { + "sha512": "lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", + "type": "package", + "path": "system.data.common/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.Common.dll", + "lib/netstandard1.2/System.Data.Common.dll", + "lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.xml", + "ref/netstandard1.2/de/System.Data.Common.xml", + "ref/netstandard1.2/es/System.Data.Common.xml", + "ref/netstandard1.2/fr/System.Data.Common.xml", + "ref/netstandard1.2/it/System.Data.Common.xml", + "ref/netstandard1.2/ja/System.Data.Common.xml", + "ref/netstandard1.2/ko/System.Data.Common.xml", + "ref/netstandard1.2/ru/System.Data.Common.xml", + "ref/netstandard1.2/zh-hans/System.Data.Common.xml", + "ref/netstandard1.2/zh-hant/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.data.common.4.3.0.nupkg.sha512", + "system.data.common.nuspec" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.RegularExpressions/4.3.0": { + "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "type": "package", + "path": "system.text.regularexpressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.regularexpressions.4.3.0.nupkg.sha512", + "system.text.regularexpressions.nuspec" + ] + }, + "System.Threading/4.3.0": { + "sha512": "VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "type": "package", + "path": "system.threading/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.Threading.dll", + "lib/netstandard1.3/System.Threading.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/netstandard1.0/System.Threading.dll", + "ref/netstandard1.0/System.Threading.xml", + "ref/netstandard1.0/de/System.Threading.xml", + "ref/netstandard1.0/es/System.Threading.xml", + "ref/netstandard1.0/fr/System.Threading.xml", + "ref/netstandard1.0/it/System.Threading.xml", + "ref/netstandard1.0/ja/System.Threading.xml", + "ref/netstandard1.0/ko/System.Threading.xml", + "ref/netstandard1.0/ru/System.Threading.xml", + "ref/netstandard1.0/zh-hans/System.Threading.xml", + "ref/netstandard1.0/zh-hant/System.Threading.xml", + "ref/netstandard1.3/System.Threading.dll", + "ref/netstandard1.3/System.Threading.xml", + "ref/netstandard1.3/de/System.Threading.xml", + "ref/netstandard1.3/es/System.Threading.xml", + "ref/netstandard1.3/fr/System.Threading.xml", + "ref/netstandard1.3/it/System.Threading.xml", + "ref/netstandard1.3/ja/System.Threading.xml", + "ref/netstandard1.3/ko/System.Threading.xml", + "ref/netstandard1.3/ru/System.Threading.xml", + "ref/netstandard1.3/zh-hans/System.Threading.xml", + "ref/netstandard1.3/zh-hant/System.Threading.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/aot/lib/netcore50/System.Threading.dll", + "system.threading.4.3.0.nupkg.sha512", + "system.threading.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + ".NETFramework,Version=v4.7.2": [ + "Microsoft.CSharp >= 4.7.0", + "System.Data.Common >= 4.3.0" + ], + ".NETStandard,Version=v2.0": [ + "Microsoft.CSharp >= 4.7.0", + "NETStandard.Library >= 2.0.3", + "System.Data.Common >= 4.3.0" + ], + "net6.0": [ + "Microsoft.CSharp >= 4.7.0", + "System.Data.Common >= 4.3.0" + ] + }, + "packageFolders": { + "C:\\Users\\gruss\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.3.0", + "restore": { + "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "projectName": "DynamORM", + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\", + "outputPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\obj\\", + "projectStyle": "PackageReference", + "crossTargeting": true, + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net472", + "net6.0", + "netstandard2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + }, + "net472": { + "targetAlias": "net472", + "projectReferences": {} + }, + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + }, + "net472": { + "targetAlias": "net472", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + }, + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "NETStandard.Library": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.3, )", + "autoReferenced": true + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/DynamORM/obj/project.nuget.cache b/DynamORM/obj/project.nuget.cache new file mode 100644 index 0000000..b8da958 --- /dev/null +++ b/DynamORM/obj/project.nuget.cache @@ -0,0 +1,26 @@ +{ + "version": 2, + "dgSpecHash": "IuYP4tdqCfN1hgy879V5KHbsnBQClfQ9vldxowC+IrPfJ7aGphHYKMfCNAuH/rZVylrlcnncc6biySxBiZHxXA==", + "success": true, + "projectFilePath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "expectedPackageFiles": [ + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.netcore.platforms\\1.1.0\\microsoft.netcore.platforms.1.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\netstandard.library\\2.0.3\\netstandard.library.2.0.3.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.threading\\4.3.0\\system.threading.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/Tester/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/Tester/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs new file mode 100644 index 0000000..ad8dfe1 --- /dev/null +++ b/Tester/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfo.cs b/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfo.cs new file mode 100644 index 0000000..a81878a --- /dev/null +++ b/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("RUSSEK Software")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © RUSSEK Software 2012-2022")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.2.1.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.2.1")] +[assembly: System.Reflection.AssemblyProductAttribute("DynamORM")] +[assembly: System.Reflection.AssemblyTitleAttribute("Tester")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.2.1.0")] +[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://svn.dr4cul4.pl/svn/DynamORM/")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfoInputs.cache b/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfoInputs.cache new file mode 100644 index 0000000..a5e4dac --- /dev/null +++ b/Tester/obj/Debug/netcoreapp3.1/Tester.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +782bb48d5e52ed18c98c3f55de3e3a89004a0c4b diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.GeneratedMSBuildEditorConfig.editorconfig b/Tester/obj/Debug/netcoreapp3.1/Tester.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d220ff1 --- /dev/null +++ b/Tester/obj/Debug/netcoreapp3.1/Tester.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = Tester +build_property.ProjectDir = D:\Source\.NET\DynamORM\Tester\ diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.assets.cache b/Tester/obj/Debug/netcoreapp3.1/Tester.assets.cache new file mode 100644 index 0000000000000000000000000000000000000000..9b599e7589af9a152eb64466711a13901b18490e GIT binary patch literal 7331 zcmb_hTW=dh6mIE_04=?@>D4U_w3Mt9Cvn}awMW7YZ*50J6u6Ny?HI0i9 zLc9SFJn+tQU-%s$#2-KcUicC4#&>pSW@m5qI*FyDbkCfb^PQPh1plOZQJ(m z%FWU1zxFPSPu}_ahabN^efzWDT7UfV>F@vi_u{WZfByVa?I48sZ#VuL^=tY^%=DPP z=5-mGud_!xx?Y8Ua)7q3ap?l`4?wCIF4X0&ztx2t- zH$vGtlC1}_TFbU~aBbW1_azX0?*#1vtq!4`J++&*Wja0p)U+u9py_(1(dksQ$(a7e zQ@b8Ws}RUwg0Kff5MBm7CYMAnW;#u`WjSkkx~GJ(D|n?NIn`N)FpJ~C|UIrhwT zXkdg7EIy#G1N>{*T;=MBdn(1%mOQI%(Y^<8N>YHiU9V{}oK*O)dxnGL=g}(rgisi3 z#2SsWwE1=4beJ&mG#_o4&8}zpJ#Ds$rCHr|e9yIM{<)+CU^z{zW7rxTrsX~h&e9hW4=vU;>{7$;wvZqxfXtSDzq?@iOT2*4TJ)pT+a92|En^WLi@@=C;2;rP zLB+AHM{32XfF+U8&MBcrsem-n?*NFbrou-_{}AXf=m_X2h|<7u&?sob)i8lAzZwcu z$!d54+Otrd1b;JCk^?JJB?UD4t5(TVInYjn|7^gKvals!A{dMy7@A=)Vn1kAlaG_jaM!A4j z(3EplV^utzLsYaEI9k!Rjpd+y6MX7%z8HXbK#=pA#q_RYtq&XW)X&i`8S-y|mla$W z!M_B08*~};4(Rz7;fK#`75s6)%7U+fPw>kif;C=AP zf}0?+U>4*LID<@xaFXD1CY(eK<03^!I8U+&eE>iNJXy8t;1TdS5CNwUW?KPViQmoO zo(G;R+_%6d+zTMWO|kpUpxEU*-nW{n;VBZ3G+;s`{_O5ljoxHsy$yg_hAe_lhI|MT zhI~J)A$g@%8q?p6q&1m!SGZKN?%v6<=q|TNb*b;R+@ikzwK0S4IRgSiz4j zQ2W%5eX*5sO*^DYJj81eZW_CScc8sXhW~ic;qCqbB!*RPJ{*8kuFx^jCTva}STOk-FRI-F2IWz0>!)=D|6W z`4*LR*J*Sg(HWoWx8S7&0Nj7XhA5YPbvqL5%Y1<%M=tK)!4ffN=zsT~PJpCc;?61K zEp^dIUDgLnq>@mrfa267+N`l8yiBP94+1j@?UPznn4R;4K&sDk)qO;6i0oXZ>^!Uw z%Gn$0^pC|Ibk6ed&g6Q%a{^QDst0&*FShWMY^_?Rx0B#s7Zb}!%){CuCsR)>impfw zgWf4hLUZ2a9awY|Pk~4gXxrt+kbPm>UJl##GH=^=ho4d~x4%E30*>DRM&#lfetbMD zRu6!pH&4Kn;{m>O?|xj&Pmb>)Y>!%5v1IL5K`3&O%pH^e I^VT29|Fx~}9{>OV literal 0 HcmV?d00001 diff --git a/Tester/obj/Debug/netcoreapp3.1/Tester.csproj.AssemblyReference.cache b/Tester/obj/Debug/netcoreapp3.1/Tester.csproj.AssemblyReference.cache new file mode 100644 index 0000000000000000000000000000000000000000..f2fa465ae76c7c5fc9955ab3b6cdfcc713769305 GIT binary patch literal 88907 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 Of+(v|6V-gd`Tqd2ed>S! literal 0 HcmV?d00001 diff --git a/Tester/obj/Tester.csproj.nuget.dgspec.json b/Tester/obj/Tester.csproj.nuget.dgspec.json new file mode 100644 index 0000000..b3a970c --- /dev/null +++ b/Tester/obj/Tester.csproj.nuget.dgspec.json @@ -0,0 +1,207 @@ +{ + "format": 1, + "restore": { + "D:\\Source\\.NET\\DynamORM\\Tester\\Tester.csproj": {} + }, + "projects": { + "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { + "version": "1.3.0", + "restore": { + "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "projectName": "DynamORM", + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj", + "packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\", + "outputPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\obj\\", + "projectStyle": "PackageReference", + "crossTargeting": true, + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net472", + "net6.0", + "netstandard2.0" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "projectReferences": {} + }, + "net472": { + "targetAlias": "net472", + "projectReferences": {} + }, + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0": { + "targetAlias": "net6.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + }, + "net472": { + "targetAlias": "net472", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + }, + "netstandard2.0": { + "targetAlias": "netstandard2.0", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "NETStandard.Library": { + "suppressParent": "All", + "target": "Package", + "version": "[2.0.3, )", + "autoReferenced": true + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\Source\\.NET\\DynamORM\\Tester\\Tester.csproj": { + "version": "1.2.1", + "restore": { + "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\Tester\\Tester.csproj", + "projectName": "Tester", + "projectPath": "D:\\Source\\.NET\\DynamORM\\Tester\\Tester.csproj", + "packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\", + "outputPath": "D:\\Source\\.NET\\DynamORM\\Tester\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": { + "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + }, + "System.Data.SqlClient": { + "target": "Package", + "version": "[4.8.3, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Tester/obj/Tester.csproj.nuget.g.props b/Tester/obj/Tester.csproj.nuget.g.props new file mode 100644 index 0000000..c7e351b --- /dev/null +++ b/Tester/obj/Tester.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\gruss\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.1.0 + + + + + + \ No newline at end of file diff --git a/Tester/obj/Tester.csproj.nuget.g.targets b/Tester/obj/Tester.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Tester/obj/Tester.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Tester/obj/project.assets.json b/Tester/obj/project.assets.json new file mode 100644 index 0000000..63f826f --- /dev/null +++ b/Tester/obj/project.assets.json @@ -0,0 +1,1662 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": { + "Microsoft.CSharp/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp2.0/_._": {} + }, + "runtime": { + "lib/netcoreapp2.0/_._": {} + } + }, + "Microsoft.NETCore.Platforms/3.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.NETCore.Targets/1.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "type": "package", + "dependencies": { + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" + } + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm64/native/sni.dll": { + "assetType": "native", + "rid": "win-arm64" + } + } + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-x64/native/sni.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-x86/native/sni.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "System.Collections/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.Data.Common/4.3.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Text.RegularExpressions": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.2/System.Data.Common.dll": {} + }, + "runtime": { + "lib/netstandard1.2/System.Data.Common.dll": {} + } + }, + "System.Data.SqlClient/4.8.3": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "runtime.native.System.Data.SqlClient.sni": "4.7.0" + }, + "compile": { + "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} + }, + "runtime": { + "lib/netcoreapp2.1/System.Data.SqlClient.dll": {} + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Globalization/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.3/_._": {} + } + }, + "System.IO/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/System.IO.dll": {} + } + }, + "System.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.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.Resources.ResourceManager/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.0/_._": {} + } + }, + "System.Runtime/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0" + }, + "compile": { + "ref/netstandard1.5/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.3.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netstandard1.5/_._": {} + } + }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": {} + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/_._": {} + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} + }, + "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": {} + } + }, + "System.Text.RegularExpressions/4.3.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.3.0" + }, + "compile": { + "ref/netcoreapp1.1/_._": {} + }, + "runtime": { + "lib/netstandard1.6/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading.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": {} + } + }, + "DynamORM/1.3.0": { + "type": "project", + "framework": ".NETStandard,Version=v2.0", + "dependencies": { + "Microsoft.CSharp": "4.7.0", + "System.Data.Common": "4.3.0" + }, + "compile": { + "bin/placeholder/DynamORM.dll": {} + }, + "runtime": { + "bin/placeholder/DynamORM.dll": {} + } + } + } + }, + "libraries": { + "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.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", + "type": "package", + "path": "microsoft.netcore.platforms/3.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.NETCore.Targets/1.1.0": { + "sha512": "aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "type": "package", + "path": "microsoft.netcore.targets/1.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/netstandard1.0/_._", + "microsoft.netcore.targets.1.1.0.nupkg.sha512", + "microsoft.netcore.targets.nuspec", + "runtime.json" + ] + }, + "Microsoft.Win32.Registry/4.7.0": { + "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "type": "package", + "path": "microsoft.win32.registry/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "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.4.7.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/net472/Microsoft.Win32.Registry.dll", + "ref/net472/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/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/unix/lib/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" + ] + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", + "type": "package", + "path": "runtime.native.system.data.sqlclient.sni/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", + "runtime.native.system.data.sqlclient.sni.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", + "type": "package", + "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-arm64/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", + "type": "package", + "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-x64/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", + "type": "package", + "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-x86/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Collections/4.3.0": { + "sha512": "3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "type": "package", + "path": "system.collections/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/netstandard1.0/System.Collections.dll", + "ref/netstandard1.0/System.Collections.xml", + "ref/netstandard1.0/de/System.Collections.xml", + "ref/netstandard1.0/es/System.Collections.xml", + "ref/netstandard1.0/fr/System.Collections.xml", + "ref/netstandard1.0/it/System.Collections.xml", + "ref/netstandard1.0/ja/System.Collections.xml", + "ref/netstandard1.0/ko/System.Collections.xml", + "ref/netstandard1.0/ru/System.Collections.xml", + "ref/netstandard1.0/zh-hans/System.Collections.xml", + "ref/netstandard1.0/zh-hant/System.Collections.xml", + "ref/netstandard1.3/System.Collections.dll", + "ref/netstandard1.3/System.Collections.xml", + "ref/netstandard1.3/de/System.Collections.xml", + "ref/netstandard1.3/es/System.Collections.xml", + "ref/netstandard1.3/fr/System.Collections.xml", + "ref/netstandard1.3/it/System.Collections.xml", + "ref/netstandard1.3/ja/System.Collections.xml", + "ref/netstandard1.3/ko/System.Collections.xml", + "ref/netstandard1.3/ru/System.Collections.xml", + "ref/netstandard1.3/zh-hans/System.Collections.xml", + "ref/netstandard1.3/zh-hant/System.Collections.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.collections.4.3.0.nupkg.sha512", + "system.collections.nuspec" + ] + }, + "System.Data.Common/4.3.0": { + "sha512": "lm6E3T5u7BOuEH0u18JpbJHxBfOJPuCyl4Kg1RH10ktYLp5uEEE1xKrHW56/We4SnZpGAuCc9N0MJpSDhTHZGQ==", + "type": "package", + "path": "system.data.common/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.Common.dll", + "lib/netstandard1.2/System.Data.Common.dll", + "lib/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.dll", + "ref/netstandard1.2/System.Data.Common.xml", + "ref/netstandard1.2/de/System.Data.Common.xml", + "ref/netstandard1.2/es/System.Data.Common.xml", + "ref/netstandard1.2/fr/System.Data.Common.xml", + "ref/netstandard1.2/it/System.Data.Common.xml", + "ref/netstandard1.2/ja/System.Data.Common.xml", + "ref/netstandard1.2/ko/System.Data.Common.xml", + "ref/netstandard1.2/ru/System.Data.Common.xml", + "ref/netstandard1.2/zh-hans/System.Data.Common.xml", + "ref/netstandard1.2/zh-hant/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.dll", + "ref/portable-net451+win8+wp8+wpa81/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/de/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/es/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/fr/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/it/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ja/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ko/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/ru/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hans/System.Data.Common.xml", + "ref/portable-net451+win8+wp8+wpa81/zh-hant/System.Data.Common.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.data.common.4.3.0.nupkg.sha512", + "system.data.common.nuspec" + ] + }, + "System.Data.SqlClient/4.8.3": { + "sha512": "yERfVLXAY0QbylAgaGLByYN0hFxX28aeEQ0hUgJO+Ntn1AfmWl5HHUoYJA0Yl9HhIUUJHVaS/Sw/RLZr5aaC+A==", + "type": "package", + "path": "system.data.sqlclient/4.8.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.SqlClient.dll", + "lib/net46/System.Data.SqlClient.dll", + "lib/net461/System.Data.SqlClient.dll", + "lib/net461/System.Data.SqlClient.xml", + "lib/netcoreapp2.1/System.Data.SqlClient.dll", + "lib/netcoreapp2.1/System.Data.SqlClient.xml", + "lib/netstandard1.2/System.Data.SqlClient.dll", + "lib/netstandard1.2/System.Data.SqlClient.xml", + "lib/netstandard1.3/System.Data.SqlClient.dll", + "lib/netstandard1.3/System.Data.SqlClient.xml", + "lib/netstandard2.0/System.Data.SqlClient.dll", + "lib/netstandard2.0/System.Data.SqlClient.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.SqlClient.dll", + "ref/net46/System.Data.SqlClient.dll", + "ref/net461/System.Data.SqlClient.dll", + "ref/net461/System.Data.SqlClient.xml", + "ref/netcoreapp2.1/System.Data.SqlClient.dll", + "ref/netcoreapp2.1/System.Data.SqlClient.xml", + "ref/netstandard1.2/System.Data.SqlClient.dll", + "ref/netstandard1.2/System.Data.SqlClient.xml", + "ref/netstandard1.2/de/System.Data.SqlClient.xml", + "ref/netstandard1.2/es/System.Data.SqlClient.xml", + "ref/netstandard1.2/fr/System.Data.SqlClient.xml", + "ref/netstandard1.2/it/System.Data.SqlClient.xml", + "ref/netstandard1.2/ja/System.Data.SqlClient.xml", + "ref/netstandard1.2/ko/System.Data.SqlClient.xml", + "ref/netstandard1.2/ru/System.Data.SqlClient.xml", + "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml", + "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml", + "ref/netstandard1.3/System.Data.SqlClient.dll", + "ref/netstandard1.3/System.Data.SqlClient.xml", + "ref/netstandard1.3/de/System.Data.SqlClient.xml", + "ref/netstandard1.3/es/System.Data.SqlClient.xml", + "ref/netstandard1.3/fr/System.Data.SqlClient.xml", + "ref/netstandard1.3/it/System.Data.SqlClient.xml", + "ref/netstandard1.3/ja/System.Data.SqlClient.xml", + "ref/netstandard1.3/ko/System.Data.SqlClient.xml", + "ref/netstandard1.3/ru/System.Data.SqlClient.xml", + "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml", + "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml", + "ref/netstandard2.0/System.Data.SqlClient.dll", + "ref/netstandard2.0/System.Data.SqlClient.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml", + "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml", + "runtimes/win/lib/net451/System.Data.SqlClient.dll", + "runtimes/win/lib/net46/System.Data.SqlClient.dll", + "runtimes/win/lib/net461/System.Data.SqlClient.dll", + "runtimes/win/lib/net461/System.Data.SqlClient.xml", + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll", + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml", + "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml", + "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll", + "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml", + "system.data.sqlclient.4.8.3.nupkg.sha512", + "system.data.sqlclient.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Globalization/4.3.0": { + "sha512": "kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "type": "package", + "path": "system.globalization/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/de/System.Globalization.xml", + "ref/netcore50/es/System.Globalization.xml", + "ref/netcore50/fr/System.Globalization.xml", + "ref/netcore50/it/System.Globalization.xml", + "ref/netcore50/ja/System.Globalization.xml", + "ref/netcore50/ko/System.Globalization.xml", + "ref/netcore50/ru/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netstandard1.0/System.Globalization.dll", + "ref/netstandard1.0/System.Globalization.xml", + "ref/netstandard1.0/de/System.Globalization.xml", + "ref/netstandard1.0/es/System.Globalization.xml", + "ref/netstandard1.0/fr/System.Globalization.xml", + "ref/netstandard1.0/it/System.Globalization.xml", + "ref/netstandard1.0/ja/System.Globalization.xml", + "ref/netstandard1.0/ko/System.Globalization.xml", + "ref/netstandard1.0/ru/System.Globalization.xml", + "ref/netstandard1.0/zh-hans/System.Globalization.xml", + "ref/netstandard1.0/zh-hant/System.Globalization.xml", + "ref/netstandard1.3/System.Globalization.dll", + "ref/netstandard1.3/System.Globalization.xml", + "ref/netstandard1.3/de/System.Globalization.xml", + "ref/netstandard1.3/es/System.Globalization.xml", + "ref/netstandard1.3/fr/System.Globalization.xml", + "ref/netstandard1.3/it/System.Globalization.xml", + "ref/netstandard1.3/ja/System.Globalization.xml", + "ref/netstandard1.3/ko/System.Globalization.xml", + "ref/netstandard1.3/ru/System.Globalization.xml", + "ref/netstandard1.3/zh-hans/System.Globalization.xml", + "ref/netstandard1.3/zh-hant/System.Globalization.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.globalization.4.3.0.nupkg.sha512", + "system.globalization.nuspec" + ] + }, + "System.IO/4.3.0": { + "sha512": "3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "type": "package", + "path": "system.io/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.IO.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.IO.dll", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/netstandard1.0/System.IO.dll", + "ref/netstandard1.0/System.IO.xml", + "ref/netstandard1.0/de/System.IO.xml", + "ref/netstandard1.0/es/System.IO.xml", + "ref/netstandard1.0/fr/System.IO.xml", + "ref/netstandard1.0/it/System.IO.xml", + "ref/netstandard1.0/ja/System.IO.xml", + "ref/netstandard1.0/ko/System.IO.xml", + "ref/netstandard1.0/ru/System.IO.xml", + "ref/netstandard1.0/zh-hans/System.IO.xml", + "ref/netstandard1.0/zh-hant/System.IO.xml", + "ref/netstandard1.3/System.IO.dll", + "ref/netstandard1.3/System.IO.xml", + "ref/netstandard1.3/de/System.IO.xml", + "ref/netstandard1.3/es/System.IO.xml", + "ref/netstandard1.3/fr/System.IO.xml", + "ref/netstandard1.3/it/System.IO.xml", + "ref/netstandard1.3/ja/System.IO.xml", + "ref/netstandard1.3/ko/System.IO.xml", + "ref/netstandard1.3/ru/System.IO.xml", + "ref/netstandard1.3/zh-hans/System.IO.xml", + "ref/netstandard1.3/zh-hant/System.IO.xml", + "ref/netstandard1.5/System.IO.dll", + "ref/netstandard1.5/System.IO.xml", + "ref/netstandard1.5/de/System.IO.xml", + "ref/netstandard1.5/es/System.IO.xml", + "ref/netstandard1.5/fr/System.IO.xml", + "ref/netstandard1.5/it/System.IO.xml", + "ref/netstandard1.5/ja/System.IO.xml", + "ref/netstandard1.5/ko/System.IO.xml", + "ref/netstandard1.5/ru/System.IO.xml", + "ref/netstandard1.5/zh-hans/System.IO.xml", + "ref/netstandard1.5/zh-hant/System.IO.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.io.4.3.0.nupkg.sha512", + "system.io.nuspec" + ] + }, + "System.Reflection/4.3.0": { + "sha512": "KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "type": "package", + "path": "system.reflection/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Reflection.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Reflection.dll", + "ref/netcore50/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/de/System.Reflection.xml", + "ref/netcore50/es/System.Reflection.xml", + "ref/netcore50/fr/System.Reflection.xml", + "ref/netcore50/it/System.Reflection.xml", + "ref/netcore50/ja/System.Reflection.xml", + "ref/netcore50/ko/System.Reflection.xml", + "ref/netcore50/ru/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/netstandard1.0/System.Reflection.dll", + "ref/netstandard1.0/System.Reflection.xml", + "ref/netstandard1.0/de/System.Reflection.xml", + "ref/netstandard1.0/es/System.Reflection.xml", + "ref/netstandard1.0/fr/System.Reflection.xml", + "ref/netstandard1.0/it/System.Reflection.xml", + "ref/netstandard1.0/ja/System.Reflection.xml", + "ref/netstandard1.0/ko/System.Reflection.xml", + "ref/netstandard1.0/ru/System.Reflection.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.xml", + "ref/netstandard1.3/System.Reflection.dll", + "ref/netstandard1.3/System.Reflection.xml", + "ref/netstandard1.3/de/System.Reflection.xml", + "ref/netstandard1.3/es/System.Reflection.xml", + "ref/netstandard1.3/fr/System.Reflection.xml", + "ref/netstandard1.3/it/System.Reflection.xml", + "ref/netstandard1.3/ja/System.Reflection.xml", + "ref/netstandard1.3/ko/System.Reflection.xml", + "ref/netstandard1.3/ru/System.Reflection.xml", + "ref/netstandard1.3/zh-hans/System.Reflection.xml", + "ref/netstandard1.3/zh-hant/System.Reflection.xml", + "ref/netstandard1.5/System.Reflection.dll", + "ref/netstandard1.5/System.Reflection.xml", + "ref/netstandard1.5/de/System.Reflection.xml", + "ref/netstandard1.5/es/System.Reflection.xml", + "ref/netstandard1.5/fr/System.Reflection.xml", + "ref/netstandard1.5/it/System.Reflection.xml", + "ref/netstandard1.5/ja/System.Reflection.xml", + "ref/netstandard1.5/ko/System.Reflection.xml", + "ref/netstandard1.5/ru/System.Reflection.xml", + "ref/netstandard1.5/zh-hans/System.Reflection.xml", + "ref/netstandard1.5/zh-hant/System.Reflection.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.4.3.0.nupkg.sha512", + "system.reflection.nuspec" + ] + }, + "System.Reflection.Primitives/4.3.0": { + "sha512": "5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "type": "package", + "path": "system.reflection.primitives/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Reflection.Primitives.xml", + "ref/netcore50/es/System.Reflection.Primitives.xml", + "ref/netcore50/fr/System.Reflection.Primitives.xml", + "ref/netcore50/it/System.Reflection.Primitives.xml", + "ref/netcore50/ja/System.Reflection.Primitives.xml", + "ref/netcore50/ko/System.Reflection.Primitives.xml", + "ref/netcore50/ru/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", + "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netstandard1.0/System.Reflection.Primitives.dll", + "ref/netstandard1.0/System.Reflection.Primitives.xml", + "ref/netstandard1.0/de/System.Reflection.Primitives.xml", + "ref/netstandard1.0/es/System.Reflection.Primitives.xml", + "ref/netstandard1.0/fr/System.Reflection.Primitives.xml", + "ref/netstandard1.0/it/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ja/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ko/System.Reflection.Primitives.xml", + "ref/netstandard1.0/ru/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hans/System.Reflection.Primitives.xml", + "ref/netstandard1.0/zh-hant/System.Reflection.Primitives.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.reflection.primitives.4.3.0.nupkg.sha512", + "system.reflection.primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.3.0": { + "sha512": "/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "type": "package", + "path": "system.resources.resourcemanager/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/System.Resources.ResourceManager.dll", + "ref/netstandard1.0/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/de/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/es/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/fr/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/it/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ja/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ko/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/ru/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hans/System.Resources.ResourceManager.xml", + "ref/netstandard1.0/zh-hant/System.Resources.ResourceManager.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.resources.resourcemanager.4.3.0.nupkg.sha512", + "system.resources.resourcemanager.nuspec" + ] + }, + "System.Runtime/4.3.0": { + "sha512": "JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "type": "package", + "path": "system.runtime/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.dll", + "lib/portable-net45+win8+wp80+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.dll", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netstandard1.0/System.Runtime.dll", + "ref/netstandard1.0/System.Runtime.xml", + "ref/netstandard1.0/de/System.Runtime.xml", + "ref/netstandard1.0/es/System.Runtime.xml", + "ref/netstandard1.0/fr/System.Runtime.xml", + "ref/netstandard1.0/it/System.Runtime.xml", + "ref/netstandard1.0/ja/System.Runtime.xml", + "ref/netstandard1.0/ko/System.Runtime.xml", + "ref/netstandard1.0/ru/System.Runtime.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.xml", + "ref/netstandard1.2/System.Runtime.dll", + "ref/netstandard1.2/System.Runtime.xml", + "ref/netstandard1.2/de/System.Runtime.xml", + "ref/netstandard1.2/es/System.Runtime.xml", + "ref/netstandard1.2/fr/System.Runtime.xml", + "ref/netstandard1.2/it/System.Runtime.xml", + "ref/netstandard1.2/ja/System.Runtime.xml", + "ref/netstandard1.2/ko/System.Runtime.xml", + "ref/netstandard1.2/ru/System.Runtime.xml", + "ref/netstandard1.2/zh-hans/System.Runtime.xml", + "ref/netstandard1.2/zh-hant/System.Runtime.xml", + "ref/netstandard1.3/System.Runtime.dll", + "ref/netstandard1.3/System.Runtime.xml", + "ref/netstandard1.3/de/System.Runtime.xml", + "ref/netstandard1.3/es/System.Runtime.xml", + "ref/netstandard1.3/fr/System.Runtime.xml", + "ref/netstandard1.3/it/System.Runtime.xml", + "ref/netstandard1.3/ja/System.Runtime.xml", + "ref/netstandard1.3/ko/System.Runtime.xml", + "ref/netstandard1.3/ru/System.Runtime.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.xml", + "ref/netstandard1.5/System.Runtime.dll", + "ref/netstandard1.5/System.Runtime.xml", + "ref/netstandard1.5/de/System.Runtime.xml", + "ref/netstandard1.5/es/System.Runtime.xml", + "ref/netstandard1.5/fr/System.Runtime.xml", + "ref/netstandard1.5/it/System.Runtime.xml", + "ref/netstandard1.5/ja/System.Runtime.xml", + "ref/netstandard1.5/ko/System.Runtime.xml", + "ref/netstandard1.5/ru/System.Runtime.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.xml", + "ref/portable-net45+win8+wp80+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.4.3.0.nupkg.sha512", + "system.runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.3.0": { + "sha512": "guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "type": "package", + "path": "system.runtime.extensions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net462/System.Runtime.Extensions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net462/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.0/System.Runtime.Extensions.dll", + "ref/netstandard1.0/System.Runtime.Extensions.xml", + "ref/netstandard1.0/de/System.Runtime.Extensions.xml", + "ref/netstandard1.0/es/System.Runtime.Extensions.xml", + "ref/netstandard1.0/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.0/it/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.0/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.0/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.3/System.Runtime.Extensions.dll", + "ref/netstandard1.3/System.Runtime.Extensions.xml", + "ref/netstandard1.3/de/System.Runtime.Extensions.xml", + "ref/netstandard1.3/es/System.Runtime.Extensions.xml", + "ref/netstandard1.3/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.3/it/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.3/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.3/zh-hant/System.Runtime.Extensions.xml", + "ref/netstandard1.5/System.Runtime.Extensions.dll", + "ref/netstandard1.5/System.Runtime.Extensions.xml", + "ref/netstandard1.5/de/System.Runtime.Extensions.xml", + "ref/netstandard1.5/es/System.Runtime.Extensions.xml", + "ref/netstandard1.5/fr/System.Runtime.Extensions.xml", + "ref/netstandard1.5/it/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ja/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ko/System.Runtime.Extensions.xml", + "ref/netstandard1.5/ru/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hans/System.Runtime.Extensions.xml", + "ref/netstandard1.5/zh-hant/System.Runtime.Extensions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.runtime.extensions.4.3.0.nupkg.sha512", + "system.runtime.extensions.nuspec" + ] + }, + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", + "type": "package", + "path": "system.security.accesscontrol/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/netstandard1.3/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.xml", + "ref/netstandard1.3/System.Security.AccessControl.dll", + "ref/netstandard1.3/System.Security.AccessControl.xml", + "ref/netstandard1.3/de/System.Security.AccessControl.xml", + "ref/netstandard1.3/es/System.Security.AccessControl.xml", + "ref/netstandard1.3/fr/System.Security.AccessControl.xml", + "ref/netstandard1.3/it/System.Security.AccessControl.xml", + "ref/netstandard1.3/ja/System.Security.AccessControl.xml", + "ref/netstandard1.3/ko/System.Security.AccessControl.xml", + "ref/netstandard1.3/ru/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", + "ref/netstandard2.0/System.Security.AccessControl.dll", + "ref/netstandard2.0/System.Security.AccessControl.xml", + "ref/uap10.0.16299/_._", + "runtimes/win/lib/net46/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.accesscontrol.4.7.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "type": "package", + "path": "system.security.principal.windows/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.4.7.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Text.Encoding/4.3.0": { + "sha512": "BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "type": "package", + "path": "system.text.encoding/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/de/System.Text.Encoding.xml", + "ref/netcore50/es/System.Text.Encoding.xml", + "ref/netcore50/fr/System.Text.Encoding.xml", + "ref/netcore50/it/System.Text.Encoding.xml", + "ref/netcore50/ja/System.Text.Encoding.xml", + "ref/netcore50/ko/System.Text.Encoding.xml", + "ref/netcore50/ru/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.0/System.Text.Encoding.dll", + "ref/netstandard1.0/System.Text.Encoding.xml", + "ref/netstandard1.0/de/System.Text.Encoding.xml", + "ref/netstandard1.0/es/System.Text.Encoding.xml", + "ref/netstandard1.0/fr/System.Text.Encoding.xml", + "ref/netstandard1.0/it/System.Text.Encoding.xml", + "ref/netstandard1.0/ja/System.Text.Encoding.xml", + "ref/netstandard1.0/ko/System.Text.Encoding.xml", + "ref/netstandard1.0/ru/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.0/zh-hant/System.Text.Encoding.xml", + "ref/netstandard1.3/System.Text.Encoding.dll", + "ref/netstandard1.3/System.Text.Encoding.xml", + "ref/netstandard1.3/de/System.Text.Encoding.xml", + "ref/netstandard1.3/es/System.Text.Encoding.xml", + "ref/netstandard1.3/fr/System.Text.Encoding.xml", + "ref/netstandard1.3/it/System.Text.Encoding.xml", + "ref/netstandard1.3/ja/System.Text.Encoding.xml", + "ref/netstandard1.3/ko/System.Text.Encoding.xml", + "ref/netstandard1.3/ru/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hans/System.Text.Encoding.xml", + "ref/netstandard1.3/zh-hant/System.Text.Encoding.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.encoding.4.3.0.nupkg.sha512", + "system.text.encoding.nuspec" + ] + }, + "System.Text.RegularExpressions/4.3.0": { + "sha512": "RpT2DA+L660cBt1FssIE9CAGpLFdFPuheB7pLpKpn6ZXNby7jDERe8Ua/Ne2xGiwLVG2JOqziiaVCGDon5sKFA==", + "type": "package", + "path": "system.text.regularexpressions/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/net463/System.Text.RegularExpressions.dll", + "lib/netcore50/System.Text.RegularExpressions.dll", + "lib/netstandard1.6/System.Text.RegularExpressions.dll", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/net463/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.dll", + "ref/netcore50/System.Text.RegularExpressions.xml", + "ref/netcore50/de/System.Text.RegularExpressions.xml", + "ref/netcore50/es/System.Text.RegularExpressions.xml", + "ref/netcore50/fr/System.Text.RegularExpressions.xml", + "ref/netcore50/it/System.Text.RegularExpressions.xml", + "ref/netcore50/ja/System.Text.RegularExpressions.xml", + "ref/netcore50/ko/System.Text.RegularExpressions.xml", + "ref/netcore50/ru/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", + "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", + "ref/netcoreapp1.1/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.dll", + "ref/netstandard1.0/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.0/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/System.Text.RegularExpressions.dll", + "ref/netstandard1.3/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.3/zh-hant/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/System.Text.RegularExpressions.dll", + "ref/netstandard1.6/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/de/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/es/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/fr/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/it/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ja/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ko/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/ru/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hans/System.Text.RegularExpressions.xml", + "ref/netstandard1.6/zh-hant/System.Text.RegularExpressions.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.text.regularexpressions.4.3.0.nupkg.sha512", + "system.text.regularexpressions.nuspec" + ] + }, + "System.Threading.Tasks/4.3.0": { + "sha512": "LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "type": "package", + "path": "system.threading.tasks/4.3.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/portable-net45+win8+wp8+wpa81/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.0/System.Threading.Tasks.dll", + "ref/netstandard1.0/System.Threading.Tasks.xml", + "ref/netstandard1.0/de/System.Threading.Tasks.xml", + "ref/netstandard1.0/es/System.Threading.Tasks.xml", + "ref/netstandard1.0/fr/System.Threading.Tasks.xml", + "ref/netstandard1.0/it/System.Threading.Tasks.xml", + "ref/netstandard1.0/ja/System.Threading.Tasks.xml", + "ref/netstandard1.0/ko/System.Threading.Tasks.xml", + "ref/netstandard1.0/ru/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.0/zh-hant/System.Threading.Tasks.xml", + "ref/netstandard1.3/System.Threading.Tasks.dll", + "ref/netstandard1.3/System.Threading.Tasks.xml", + "ref/netstandard1.3/de/System.Threading.Tasks.xml", + "ref/netstandard1.3/es/System.Threading.Tasks.xml", + "ref/netstandard1.3/fr/System.Threading.Tasks.xml", + "ref/netstandard1.3/it/System.Threading.Tasks.xml", + "ref/netstandard1.3/ja/System.Threading.Tasks.xml", + "ref/netstandard1.3/ko/System.Threading.Tasks.xml", + "ref/netstandard1.3/ru/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hans/System.Threading.Tasks.xml", + "ref/netstandard1.3/zh-hant/System.Threading.Tasks.xml", + "ref/portable-net45+win8+wp8+wpa81/_._", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "system.threading.tasks.4.3.0.nupkg.sha512", + "system.threading.tasks.nuspec" + ] + }, + "DynamORM/1.3.0": { + "type": "project", + "path": "../DynamORM/DynamORM.csproj", + "msbuildProject": "../DynamORM/DynamORM.csproj" + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [ + "DynamORM >= 1.3.0", + "Microsoft.CSharp >= 4.7.0", + "System.Data.Common >= 4.3.0", + "System.Data.SqlClient >= 4.8.3" + ] + }, + "packageFolders": { + "C:\\Users\\gruss\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.2.1", + "restore": { + "projectUniqueName": "D:\\Source\\.NET\\DynamORM\\Tester\\Tester.csproj", + "projectName": "Tester", + "projectPath": "D:\\Source\\.NET\\DynamORM\\Tester\\Tester.csproj", + "packagesPath": "C:\\Users\\gruss\\.nuget\\packages\\", + "outputPath": "D:\\Source\\.NET\\DynamORM\\Tester\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\gruss\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "netcoreapp3.1" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "projectReferences": { + "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj": { + "projectPath": "D:\\Source\\.NET\\DynamORM\\DynamORM\\DynamORM.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "netcoreapp3.1": { + "targetAlias": "netcoreapp3.1", + "dependencies": { + "Microsoft.CSharp": { + "target": "Package", + "version": "[4.7.0, )" + }, + "System.Data.Common": { + "target": "Package", + "version": "[4.3.0, )" + }, + "System.Data.SqlClient": { + "target": "Package", + "version": "[4.8.3, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.201\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Tester/obj/project.nuget.cache b/Tester/obj/project.nuget.cache new file mode 100644 index 0000000..273d8f7 --- /dev/null +++ b/Tester/obj/project.nuget.cache @@ -0,0 +1,32 @@ +{ + "version": 2, + "dgSpecHash": "iTUnpCnHx6mmHyBOTQ18HO6L0kWB789OUUQXR34t0JvwDrvTs0VKOMZQRlmU4qKGCm57a3gzW9YJjYSkn9r4vw==", + "success": true, + "projectFilePath": "D:\\Source\\.NET\\DynamORM\\Tester\\Tester.csproj", + "expectedPackageFiles": [ + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.csharp\\4.7.0\\microsoft.csharp.4.7.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.netcore.targets\\1.1.0\\microsoft.netcore.targets.1.1.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.collections\\4.3.0\\system.collections.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.common\\4.3.0\\system.data.common.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.data.sqlclient\\4.8.3\\system.data.sqlclient.4.8.3.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.globalization\\4.3.0\\system.globalization.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.io\\4.3.0\\system.io.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.reflection\\4.3.0\\system.reflection.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.reflection.primitives\\4.3.0\\system.reflection.primitives.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.resources.resourcemanager\\4.3.0\\system.resources.resourcemanager.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.runtime\\4.3.0\\system.runtime.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.runtime.extensions\\4.3.0\\system.runtime.extensions.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.text.encoding\\4.3.0\\system.text.encoding.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.text.regularexpressions\\4.3.0\\system.text.regularexpressions.4.3.0.nupkg.sha512", + "C:\\Users\\gruss\\.nuget\\packages\\system.threading.tasks\\4.3.0\\system.threading.tasks.4.3.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file