基本信息
源码名称: EFcore Sqlite基本增删改查的Demo升级版3.0
源码大小:71.46M
文件格式:.zip
开发语言:C#
更新时间:2022-07-16
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559

本次赞助数额为: 2 元 
   源码介绍

 EFcore Sqlite基本增删改查的Demo升级版3.0

新增了Excel表的导入导出的功能

.
├── SqliteEFDemo
│   ├── SqliteEFDemo
│   │   ├── App.config
│   │   ├── Db
│   │   │   ├── MyContext.cs
│   │   │   └── User.cs
│   │   ├── Dto.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.cs
│   │   ├── Form1.resx
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.cs
│   │   ├── Form2.resx
│   │   ├── Form3.Designer.cs
│   │   ├── Form3.cs
│   │   ├── Form3.resx
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SqliteEFDemo.csproj
│   │   ├── Utils
│   │   │   └── ExcelExportHelper.cs
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Cong.db
│   │   │   │   ├── EPPlus.dll
│   │   │   │   ├── EPPlus.xml
│   │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.dll
│   │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.xml
│   │   │   │   ├── Microsoft.Bcl.HashCode.dll
│   │   │   │   ├── Microsoft.Bcl.HashCode.xml
│   │   │   │   ├── Microsoft.Data.Sqlite.dll
│   │   │   │   ├── Microsoft.Data.Sqlite.xml
│   │   │   │   ├── Microsoft.DotNet.PlatformAbstractions.dll
│   │   │   │   ├── Microsoft.DotNet.PlatformAbstractions.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Abstractions.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Abstractions.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Design.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Design.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Relational.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Relational.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Sqlite.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.Sqlite.xml
│   │   │   │   ├── Microsoft.EntityFrameworkCore.dll
│   │   │   │   ├── Microsoft.EntityFrameworkCore.xml
│   │   │   │   ├── Microsoft.Extensions.Caching.Abstractions.dll
│   │   │   │   ├── Microsoft.Extensions.Caching.Abstractions.xml
│   │   │   │   ├── Microsoft.Extensions.Caching.Memory.dll
│   │   │   │   ├── Microsoft.Extensions.Caching.Memory.xml
│   │   │   │   ├── Microsoft.Extensions.Configuration.Abstractions.dll
│   │   │   │   ├── Microsoft.Extensions.Configuration.Abstractions.xml
│   │   │   │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│   │   │   │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│   │   │   │   ├── Microsoft.Extensions.DependencyInjection.dll
│   │   │   │   ├── Microsoft.Extensions.DependencyInjection.xml
│   │   │   │   ├── Microsoft.Extensions.DependencyModel.dll
│   │   │   │   ├── Microsoft.Extensions.DependencyModel.xml
│   │   │   │   ├── Microsoft.Extensions.Logging.Abstractions.dll
│   │   │   │   ├── Microsoft.Extensions.Logging.Abstractions.xml
│   │   │   │   ├── Microsoft.Extensions.Logging.dll
│   │   │   │   ├── Microsoft.Extensions.Logging.xml
│   │   │   │   ├── Microsoft.Extensions.Options.dll
│   │   │   │   ├── Microsoft.Extensions.Options.xml
│   │   │   │   ├── Microsoft.Extensions.Primitives.dll
│   │   │   │   ├── Microsoft.Extensions.Primitives.xml
│   │   │   │   ├── Newtonsoft.Json.dll
│   │   │   │   ├── Newtonsoft.Json.xml
│   │   │   │   ├── SQLitePCLRaw.batteries_v2.dll
│   │   │   │   ├── SQLitePCLRaw.core.dll
│   │   │   │   ├── SQLitePCLRaw.nativelibrary.dll
│   │   │   │   ├── SQLitePCLRaw.provider.dynamic_cdecl.dll
│   │   │   │   ├── SqliteEFDemo.exe
│   │   │   │   ├── SqliteEFDemo.exe.config
│   │   │   │   ├── SqliteEFDemo.pdb
│   │   │   │   ├── SunnyUI.Common.dll
│   │   │   │   ├── SunnyUI.dll
│   │   │   │   ├── System.Buffers.dll
│   │   │   │   ├── System.Collections.Immutable.dll
│   │   │   │   ├── System.Collections.Immutable.xml
│   │   │   │   ├── System.ComponentModel.Annotations.dll
│   │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│   │   │   │   ├── System.Diagnostics.DiagnosticSource.xml
│   │   │   │   ├── System.Memory.dll
│   │   │   │   ├── System.Numerics.Vectors.dll
│   │   │   │   ├── System.Numerics.Vectors.xml
│   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│   │   │   │   ├── System.Runtime.CompilerServices.Unsafe.xml
│   │   │   │   ├── System.Threading.Tasks.Extensions.dll
│   │   │   │   ├── System.Threading.Tasks.Extensions.xml
│   │   │   │   ├── runtimes
│   │   │   │   │   ├── win-arm
│   │   │   │   │   │   └── native
│   │   │   │   │   │       └── e_sqlite3.dll
│   │   │   │   │   ├── win-x64
│   │   │   │   │   │   └── native
│   │   │   │   │   │       └── e_sqlite3.dll
│   │   │   │   │   └── win-x86
│   │   │   │   │       └── native
│   │   │   │   │           └── e_sqlite3.dll
│   │   │   │   ├── x64
│   │   │   │   │   └── SQLite.Interop.dll
│   │   │   │   ├── x86
│   │   │   │   │   └── SQLite.Interop.dll
│   │   │   │   └── zh-Hans
│   │   │   └── Release
│   │   ├── icons8_database_administrator.ico
│   │   ├── images
│   │   │   ├── icons8-更新-48.png
│   │   │   ├── icons8-添加-48.png
│   │   │   ├── icons8-删除-bin-48.png
│   │   │   ├── icons8-数据配置-48.ico
│   │   │   ├── icons8-添加属性-64.png
│   │   │   ├── icons8_add_database.ico
│   │   │   ├── icons8_add_database_48.png
│   │   │   ├── icons8_add_database_64.png
│   │   │   ├── icons8_database_administrator.ico
│   │   │   ├── icons8_database_administrator_16.png
│   │   │   ├── icons8_database_administrator_32.png
│   │   │   ├── icons8_search.ico
│   │   │   ├── icons8_search_16.png
│   │   │   ├── icons8_search_32.png
│   │   │   └── xls_48px.png
│   │   ├── obj
│   │   │   └── Debug
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── SqliteEFDemo.Form1.resources
│   │   │       ├── SqliteEFDemo.Form2.resources
│   │   │       ├── SqliteEFDemo.Form3.resources
│   │   │       ├── SqliteEFDemo.Properties.Resources.resources
│   │   │       ├── SqliteEFDemo.csproj.AssemblyReference.cache
│   │   │       ├── SqliteEFDemo.csproj.CopyComplete
│   │   │       ├── SqliteEFDemo.csproj.CoreCompileInputs.cache
│   │   │       ├── SqliteEFDemo.csproj.FileListAbsolute.txt
│   │   │       ├── SqliteEFDemo.csproj.GenerateResource.cache
│   │   │       ├── SqliteEFDemo.csproj.SuggestedBindingRedirects.cache
│   │   │       ├── SqliteEFDemo.exe
│   │   │       ├── SqliteEFDemo.pdb
│   │   │       └── TempPE
│   │   │           └── Properties.Resources.Designer.cs.dll
│   │   └── packages.config
│   ├── SqliteEFDemo.sln
│   └── packages
│       ├── EPPlus.5.0.3
│       │   ├── EPPlus.5.0.3.nupkg
│       │   ├── EPPlusLogo.png
│       │   ├── lib
│       │   │   ├── net35
│       │   │   │   ├── EPPlus.dll
│       │   │   │   └── EPPlus.xml
│       │   │   ├── net40
│       │   │   │   ├── EPPlus.dll
│       │   │   │   └── EPPlus.xml
│       │   │   ├── net45
│       │   │   │   ├── EPPlus.dll
│       │   │   │   └── EPPlus.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── EPPlus.dll
│       │   │   │   └── EPPlus.xml
│       │   │   └── netstandard2.1
│       │   │       ├── EPPlus.dll
│       │   │       └── EPPlus.xml
│       │   ├── license.md
│       │   └── readme.txt
│       ├── Microsoft.Bcl.AsyncInterfaces.1.1.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.Bcl.AsyncInterfaces.1.1.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │   │   └── Microsoft.Bcl.AsyncInterfaces.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │   │   └── Microsoft.Bcl.AsyncInterfaces.xml
│       │   │   └── netstandard2.1
│       │   │       ├── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │       └── Microsoft.Bcl.AsyncInterfaces.xml
│       │   ├── ref
│       │   │   ├── net461
│       │   │   │   └── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │   ├── netstandard2.0
│       │   │   │   └── Microsoft.Bcl.AsyncInterfaces.dll
│       │   │   └── netstandard2.1
│       │   │       └── Microsoft.Bcl.AsyncInterfaces.dll
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── Microsoft.Bcl.HashCode.1.1.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.Bcl.HashCode.1.1.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── Microsoft.Bcl.HashCode.dll
│       │   │   │   └── Microsoft.Bcl.HashCode.xml
│       │   │   ├── netcoreapp2.1
│       │   │   │   ├── Microsoft.Bcl.HashCode.dll
│       │   │   │   └── Microsoft.Bcl.HashCode.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── Microsoft.Bcl.HashCode.dll
│       │   │   │   └── Microsoft.Bcl.HashCode.xml
│       │   │   └── netstandard2.1
│       │   │       ├── Microsoft.Bcl.HashCode.dll
│       │   │       └── Microsoft.Bcl.HashCode.xml
│       │   ├── ref
│       │   │   ├── net461
│       │   │   │   └── Microsoft.Bcl.HashCode.dll
│       │   │   ├── netcoreapp2.1
│       │   │   │   └── Microsoft.Bcl.HashCode.dll
│       │   │   ├── netstandard2.0
│       │   │   │   └── Microsoft.Bcl.HashCode.dll
│       │   │   └── netstandard2.1
│       │   │       └── Microsoft.Bcl.HashCode.dll
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── Microsoft.CSharp.4.7.0
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.CSharp.4.7.0.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── _._
│       │   │   ├── netcore50
│       │   │   │   └── Microsoft.CSharp.dll
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.3
│       │   │   │   └── Microsoft.CSharp.dll
│       │   │   ├── netstandard2.0
│       │   │   │   ├── Microsoft.CSharp.dll
│       │   │   │   └── Microsoft.CSharp.xml
│       │   │   ├── portable-net45 win8 wp8 wpa81
│       │   │   │   └── _._
│       │   │   ├── uap10.0.16299
│       │   │   │   └── _._
│       │   │   ├── win8
│       │   │   │   └── _._
│       │   │   ├── wp80
│       │   │   │   └── _._
│       │   │   ├── wpa81
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── _._
│       │   │   ├── netcore50
│       │   │   │   ├── Microsoft.CSharp.dll
│       │   │   │   ├── Microsoft.CSharp.xml
│       │   │   │   ├── de
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── es
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── it
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── Microsoft.CSharp.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.0
│       │   │   │   ├── Microsoft.CSharp.dll
│       │   │   │   ├── Microsoft.CSharp.xml
│       │   │   │   ├── de
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── es
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── it
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── Microsoft.CSharp.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── Microsoft.CSharp.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── Microsoft.CSharp.dll
│       │   │   │   └── Microsoft.CSharp.xml
│       │   │   ├── portable-net45 win8 wp8 wpa81
│       │   │   │   └── _._
│       │   │   ├── uap10.0.16299
│       │   │   │   └── _._
│       │   │   ├── win8
│       │   │   │   └── _._
│       │   │   ├── wp80
│       │   │   │   └── _._
│       │   │   ├── wpa81
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── Microsoft.Data.Sqlite.Core.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Data.Sqlite.Core.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.Data.Sqlite.dll
│       │           └── Microsoft.Data.Sqlite.xml
│       ├── Microsoft.DotNet.PlatformAbstractions.3.1.6
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.DotNet.PlatformAbstractions.3.1.6.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   └── lib
│       │       ├── net45
│       │       │   ├── Microsoft.DotNet.PlatformAbstractions.dll
│       │       │   └── Microsoft.DotNet.PlatformAbstractions.xml
│       │       ├── netstandard1.3
│       │       │   ├── Microsoft.DotNet.PlatformAbstractions.dll
│       │       │   └── Microsoft.DotNet.PlatformAbstractions.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.DotNet.PlatformAbstractions.dll
│       │           └── Microsoft.DotNet.PlatformAbstractions.xml
│       ├── Microsoft.EntityFrameworkCore.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.dll
│       │           └── Microsoft.EntityFrameworkCore.xml
│       ├── Microsoft.EntityFrameworkCore.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.Abstractions.dll
│       │           └── Microsoft.EntityFrameworkCore.Abstractions.xml
│       ├── Microsoft.EntityFrameworkCore.Analyzers.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Analyzers.3.1.26.nupkg
│       │   ├── analyzers
│       │   │   └── dotnet
│       │   │       └── cs
│       │   │           └── Microsoft.EntityFrameworkCore.Analyzers.dll
│       │   └── lib
│       │       └── netstandard2.0
│       │           └── _._
│       ├── Microsoft.EntityFrameworkCore.Design.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Design.3.1.26.nupkg
│       │   ├── build
│       │   │   ├── net461
│       │   │   │   └── Microsoft.EntityFrameworkCore.Design.props
│       │   │   └── netcoreapp2.0
│       │   │       └── Microsoft.EntityFrameworkCore.Design.props
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.Design.dll
│       │           └── Microsoft.EntityFrameworkCore.Design.xml
│       ├── Microsoft.EntityFrameworkCore.Relational.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Relational.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.Relational.dll
│       │           └── Microsoft.EntityFrameworkCore.Relational.xml
│       ├── Microsoft.EntityFrameworkCore.Sqlite.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Sqlite.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           └── _._
│       ├── Microsoft.EntityFrameworkCore.Sqlite.Core.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.EntityFrameworkCore.Sqlite.Core.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.EntityFrameworkCore.Sqlite.dll
│       │           └── Microsoft.EntityFrameworkCore.Sqlite.xml
│       ├── Microsoft.Extensions.Caching.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Caching.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Caching.Abstractions.dll
│       │       │   └── Microsoft.Extensions.Caching.Abstractions.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Caching.Abstractions.dll
│       │           └── Microsoft.Extensions.Caching.Abstractions.xml
│       ├── Microsoft.Extensions.Caching.Memory.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Caching.Memory.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Caching.Memory.dll
│       │       │   └── Microsoft.Extensions.Caching.Memory.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Caching.Memory.dll
│       │           └── Microsoft.Extensions.Caching.Memory.xml
│       ├── Microsoft.Extensions.Configuration.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Configuration.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Configuration.dll
│       │       │   └── Microsoft.Extensions.Configuration.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Configuration.dll
│       │           └── Microsoft.Extensions.Configuration.xml
│       ├── Microsoft.Extensions.Configuration.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Configuration.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Configuration.Abstractions.dll
│       │       │   └── Microsoft.Extensions.Configuration.Abstractions.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Configuration.Abstractions.dll
│       │           └── Microsoft.Extensions.Configuration.Abstractions.xml
│       ├── Microsoft.Extensions.Configuration.Binder.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Configuration.Binder.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Configuration.Binder.dll
│       │       │   └── Microsoft.Extensions.Configuration.Binder.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Configuration.Binder.dll
│       │           └── Microsoft.Extensions.Configuration.Binder.xml
│       ├── Microsoft.Extensions.DependencyInjection.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.DependencyInjection.3.1.26.nupkg
│       │   └── lib
│       │       ├── net461
│       │       │   ├── Microsoft.Extensions.DependencyInjection.dll
│       │       │   └── Microsoft.Extensions.DependencyInjection.xml
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.DependencyInjection.dll
│       │       │   └── Microsoft.Extensions.DependencyInjection.xml
│       │       ├── netstandard2.0
│       │       │   ├── Microsoft.Extensions.DependencyInjection.dll
│       │       │   └── Microsoft.Extensions.DependencyInjection.xml
│       │       └── netstandard2.1
│       │           ├── Microsoft.Extensions.DependencyInjection.dll
│       │           └── Microsoft.Extensions.DependencyInjection.xml
│       ├── Microsoft.Extensions.DependencyInjection.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.DependencyInjection.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│       │           └── Microsoft.Extensions.DependencyInjection.Abstractions.xml
│       ├── Microsoft.Extensions.DependencyModel.3.1.25
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── Microsoft.Extensions.DependencyModel.3.1.25.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   └── lib
│       │       ├── net451
│       │       │   ├── Microsoft.Extensions.DependencyModel.dll
│       │       │   └── Microsoft.Extensions.DependencyModel.xml
│       │       ├── netstandard1.3
│       │       │   ├── Microsoft.Extensions.DependencyModel.dll
│       │       │   └── Microsoft.Extensions.DependencyModel.xml
│       │       ├── netstandard1.6
│       │       │   ├── Microsoft.Extensions.DependencyModel.dll
│       │       │   └── Microsoft.Extensions.DependencyModel.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.DependencyModel.dll
│       │           └── Microsoft.Extensions.DependencyModel.xml
│       ├── Microsoft.Extensions.Logging.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Logging.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Logging.dll
│       │       │   └── Microsoft.Extensions.Logging.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Logging.dll
│       │           └── Microsoft.Extensions.Logging.xml
│       ├── Microsoft.Extensions.Logging.Abstractions.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Logging.Abstractions.3.1.26.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Logging.Abstractions.dll
│       │           └── Microsoft.Extensions.Logging.Abstractions.xml
│       ├── Microsoft.Extensions.Options.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Options.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Options.dll
│       │       │   └── Microsoft.Extensions.Options.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Options.dll
│       │           └── Microsoft.Extensions.Options.xml
│       ├── Microsoft.Extensions.Options.ConfigurationExtensions.2.2.0
│       │   ├── Microsoft.Extensions.Options.ConfigurationExtensions.2.2.0.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Options.ConfigurationExtensions.dll
│       │           └── Microsoft.Extensions.Options.ConfigurationExtensions.xml
│       ├── Microsoft.Extensions.Primitives.3.1.26
│       │   ├── Icon.png
│       │   ├── Microsoft.Extensions.Primitives.3.1.26.nupkg
│       │   └── lib
│       │       ├── netcoreapp3.1
│       │       │   ├── Microsoft.Extensions.Primitives.dll
│       │       │   └── Microsoft.Extensions.Primitives.xml
│       │       └── netstandard2.0
│       │           ├── Microsoft.Extensions.Primitives.dll
│       │           └── Microsoft.Extensions.Primitives.xml
│       ├── Newtonsoft.Json.12.0.2
│       │   ├── LICENSE.md
│       │   ├── Newtonsoft.Json.12.0.2.nupkg
│       │   └── lib
│       │       ├── net20
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── net35
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── net40
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── net45
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── netstandard1.0
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── netstandard1.3
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── netstandard2.0
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       ├── portable-net40 sl5 win8 wp8 wpa81
│       │       │   ├── Newtonsoft.Json.dll
│       │       │   └── Newtonsoft.Json.xml
│       │       └── portable-net45 win8 wp8 wpa81
│       │           ├── Newtonsoft.Json.dll
│       │           └── Newtonsoft.Json.xml
│       ├── SQLitePCLRaw.bundle_e_sqlite3.2.0.4
│       │   ├── SQLitePCLRaw.bundle_e_sqlite3.2.0.4.nupkg
│       │   └── lib
│       │       ├── Xamarin.iOS10
│       │       │   └── SQLitePCLRaw.batteries_v2.dll
│       │       ├── Xamarin.tvOS10
│       │       │   └── SQLitePCLRaw.batteries_v2.dll
│       │       ├── net461
│       │       │   ├── SQLitePCLRaw.batteries_v2.dll
│       │       │   └── SQLitePCLRaw.nativelibrary.dll
│       │       ├── netcoreapp3.1
│       │       │   ├── SQLitePCLRaw.batteries_v2.dll
│       │       │   └── SQLitePCLRaw.nativelibrary.dll
│       │       └── netstandard2.0
│       │           └── SQLitePCLRaw.batteries_v2.dll
│       ├── SQLitePCLRaw.core.2.0.4
│       │   ├── SQLitePCLRaw.core.2.0.4.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           └── SQLitePCLRaw.core.dll
│       ├── SQLitePCLRaw.lib.e_sqlite3.2.0.4
│       │   ├── SQLitePCLRaw.lib.e_sqlite3.2.0.4.nupkg
│       │   ├── build
│       │   │   └── net461
│       │   │       └── SQLitePCLRaw.lib.e_sqlite3.targets
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   └── _._
│       │   │   └── netstandard2.0
│       │   │       └── _._
│       │   └── runtimes
│       │       ├── alpine-x64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-arm
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-arm64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-armel
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-mips64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-musl-x64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-x64
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── linux-x86
│       │       │   └── native
│       │       │       └── libe_sqlite3.so
│       │       ├── osx-x64
│       │       │   └── native
│       │       │       └── libe_sqlite3.dylib
│       │       ├── win-arm
│       │       │   └── native
│       │       │       └── e_sqlite3.dll
│       │       ├── win-arm64
│       │       │   └── native
│       │       │       └── e_sqlite3.dll
│       │       ├── win-x64
│       │       │   └── native
│       │       │       └── e_sqlite3.dll
│       │       ├── win-x86
│       │       │   └── native
│       │       │       └── e_sqlite3.dll
│       │       ├── win10-arm
│       │       │   └── nativeassets
│       │       │       └── uap10.0
│       │       │           └── e_sqlite3.dll
│       │       ├── win10-arm64
│       │       │   └── nativeassets
│       │       │       └── uap10.0
│       │       │           └── e_sqlite3.dll
│       │       ├── win10-x64
│       │       │   └── nativeassets
│       │       │       └── uap10.0
│       │       │           └── e_sqlite3.dll
│       │       └── win10-x86
│       │           └── nativeassets
│       │               └── uap10.0
│       │                   └── e_sqlite3.dll
│       ├── SQLitePCLRaw.provider.dynamic_cdecl.2.0.4
│       │   ├── SQLitePCLRaw.provider.dynamic_cdecl.2.0.4.nupkg
│       │   └── lib
│       │       └── netstandard2.0
│       │           └── SQLitePCLRaw.provider.dynamic_cdecl.dll
│       ├── SunnyUI.3.2.0
│       │   ├── LICENSE
│       │   ├── SunnyUI.3.2.0.nupkg
│       │   ├── SunnyUI.png
│       │   └── lib
│       │       ├── net40
│       │       │   └── SunnyUI.dll
│       │       ├── net472
│       │       │   └── SunnyUI.dll
│       │       └── net6.0-windows7.0
│       │           └── SunnyUI.dll
│       ├── SunnyUI.Common.3.2.0
│       │   ├── SunnyUI.Common.3.2.0.nupkg
│       │   ├── SunnyUI.png
│       │   └── lib
│       │       ├── net40
│       │       │   └── SunnyUI.Common.dll
│       │       └── netstandard2.0
│       │           └── SunnyUI.Common.dll
│       ├── System.Buffers.4.5.1
│       │   ├── LICENSE.TXT
│       │   ├── System.Buffers.4.5.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   └── uap10.0.16299
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── net45
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Buffers.dll
│       │   │   │   └── System.Buffers.xml
│       │   │   └── uap10.0.16299
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Collections.Immutable.1.7.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── System.Collections.Immutable.1.7.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── System.Collections.Immutable.dll
│       │   │   │   └── System.Collections.Immutable.xml
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Collections.Immutable.dll
│       │   │   │   └── System.Collections.Immutable.xml
│       │   │   ├── netstandard1.3
│       │   │   │   ├── System.Collections.Immutable.dll
│       │   │   │   └── System.Collections.Immutable.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Collections.Immutable.dll
│       │   │   │   └── System.Collections.Immutable.xml
│       │   │   └── portable-net45 win8 wp8 wpa81
│       │   │       ├── System.Collections.Immutable.dll
│       │   │       └── System.Collections.Immutable.xml
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.ComponentModel.Annotations.4.7.0
│       │   ├── LICENSE.TXT
│       │   ├── System.ComponentModel.Annotations.4.7.0.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── _._
│       │   │   ├── net461
│       │   │   │   └── System.ComponentModel.Annotations.dll
│       │   │   ├── netcore50
│       │   │   │   └── System.ComponentModel.Annotations.dll
│       │   │   ├── netstandard1.4
│       │   │   │   └── System.ComponentModel.Annotations.dll
│       │   │   ├── netstandard2.0
│       │   │   │   └── System.ComponentModel.Annotations.dll
│       │   │   ├── netstandard2.1
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   ├── portable-net45 win8
│       │   │   │   └── _._
│       │   │   ├── win8
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── _._
│       │   │   ├── net461
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   ├── netcore50
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   ├── System.ComponentModel.Annotations.xml
│       │   │   │   ├── de
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── es
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── it
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   ├── System.ComponentModel.Annotations.xml
│       │   │   │   ├── de
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── es
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── it
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard1.3
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   ├── System.ComponentModel.Annotations.xml
│       │   │   │   ├── de
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── es
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── it
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard1.4
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   ├── System.ComponentModel.Annotations.xml
│       │   │   │   ├── de
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── es
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── fr
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── it
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ja
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ko
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── ru
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   ├── zh-hans
│       │   │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   │   └── zh-hant
│       │   │   │       └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   ├── netstandard2.1
│       │   │   │   ├── System.ComponentModel.Annotations.dll
│       │   │   │   └── System.ComponentModel.Annotations.xml
│       │   │   ├── portable-net45 win8
│       │   │   │   └── _._
│       │   │   ├── win8
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Diagnostics.DiagnosticSource.4.7.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── System.Diagnostics.DiagnosticSource.4.7.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net45
│       │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│       │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│       │   │   ├── net46
│       │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│       │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│       │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│       │   │   ├── netstandard1.3
│       │   │   │   ├── System.Diagnostics.DiagnosticSource.dll
│       │   │   │   └── System.Diagnostics.DiagnosticSource.xml
│       │   │   └── portable-net45 win8 wpa81
│       │   │       ├── System.Diagnostics.DiagnosticSource.dll
│       │   │       └── System.Diagnostics.DiagnosticSource.xml
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Memory.4.5.4
│       │   ├── LICENSE.TXT
│       │   ├── System.Memory.4.5.4.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── System.Memory.dll
│       │   │   │   └── System.Memory.xml
│       │   │   ├── netcoreapp2.1
│       │   │   │   └── _._
│       │   │   ├── netstandard1.1
│       │   │   │   ├── System.Memory.dll
│       │   │   │   └── System.Memory.xml
│       │   │   └── netstandard2.0
│       │   │       ├── System.Memory.dll
│       │   │       └── System.Memory.xml
│       │   ├── ref
│       │   │   └── netcoreapp2.1
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Numerics.Vectors.4.5.0
│       │   ├── LICENSE.TXT
│       │   ├── System.Numerics.Vectors.4.5.0.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net46
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── portable-net45 win8 wp8 wpa81
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── uap10.0.16299
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── net46
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   └── _._
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── netstandard2.0
│       │   │   │   ├── System.Numerics.Vectors.dll
│       │   │   │   └── System.Numerics.Vectors.xml
│       │   │   ├── uap10.0.16299
│       │   │   │   └── _._
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Runtime.CompilerServices.Unsafe.4.7.1
│       │   ├── Icon.png
│       │   ├── LICENSE.TXT
│       │   ├── System.Runtime.CompilerServices.Unsafe.4.7.1.nupkg
│       │   ├── THIRD-PARTY-NOTICES.TXT
│       │   ├── lib
│       │   │   ├── net461
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   ├── netcoreapp2.0
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   └── netstandard2.0
│       │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│       │   ├── ref
│       │   │   ├── net461
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   ├── netstandard1.0
│       │   │   │   ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │   │   └── System.Runtime.CompilerServices.Unsafe.xml
│       │   │   └── netstandard2.0
│       │   │       ├── System.Runtime.CompilerServices.Unsafe.dll
│       │   │       └── System.Runtime.CompilerServices.Unsafe.xml
│       │   ├── useSharedDesignerContext.txt
│       │   └── version.txt
│       ├── System.Runtime.InteropServices.RuntimeInformation.4.0.0
│       │   ├── System.Runtime.InteropServices.RuntimeInformation.4.0.0.nupkg
│       │   ├── ThirdPartyNotices.txt
│       │   ├── dotnet_library_license.txt
│       │   ├── lib
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── net45
│       │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │   │   ├── win8
│       │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │   │   ├── wpa81
│       │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   ├── ref
│       │   │   ├── MonoAndroid10
│       │   │   │   └── _._
│       │   │   ├── MonoTouch10
│       │   │   │   └── _._
│       │   │   ├── netstandard1.1
│       │   │   │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │   │   ├── xamarinios10
│       │   │   │   └── _._
│       │   │   ├── xamarinmac20
│       │   │   │   └── _._
│       │   │   ├── xamarintvos10
│       │   │   │   └── _._
│       │   │   └── xamarinwatchos10
│       │   │       └── _._
│       │   └── runtimes
│       │       ├── aot
│       │       │   └── lib
│       │       │       └── netcore50
│       │       │           └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │       ├── unix
│       │       │   └── lib
│       │       │       └── netstandard1.1
│       │       │           └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │       └── win
│       │           └── lib
│       │               ├── net45
│       │               │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │               ├── netcore50
│       │               │   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       │               └── netstandard1.1
│       │                   └── System.Runtime.InteropServices.RuntimeInformation.dll
│       └── System.Threading.Tasks.Extensions.4.5.4
│           ├── LICENSE.TXT
│           ├── System.Threading.Tasks.Extensions.4.5.4.nupkg
│           ├── THIRD-PARTY-NOTICES.TXT
│           ├── lib
│           │   ├── MonoAndroid10
│           │   │   └── _._
│           │   ├── MonoTouch10
│           │   │   └── _._
│           │   ├── net461
│           │   │   ├── System.Threading.Tasks.Extensions.dll
│           │   │   └── System.Threading.Tasks.Extensions.xml
│           │   ├── netcoreapp2.1
│           │   │   └── _._
│           │   ├── netstandard1.0
│           │   │   ├── System.Threading.Tasks.Extensions.dll
│           │   │   └── System.Threading.Tasks.Extensions.xml
│           │   ├── netstandard2.0
│           │   │   ├── System.Threading.Tasks.Extensions.dll
│           │   │   └── System.Threading.Tasks.Extensions.xml
│           │   ├── portable-net45 win8 wp8 wpa81
│           │   │   ├── System.Threading.Tasks.Extensions.dll
│           │   │   └── System.Threading.Tasks.Extensions.xml
│           │   ├── xamarinios10
│           │   │   └── _._
│           │   ├── xamarinmac20
│           │   │   └── _._
│           │   ├── xamarintvos10
│           │   │   └── _._
│           │   └── xamarinwatchos10
│           │       └── _._
│           ├── ref
│           │   ├── MonoAndroid10
│           │   │   └── _._
│           │   ├── MonoTouch10
│           │   │   └── _._
│           │   ├── netcoreapp2.1
│           │   │   └── _._
│           │   ├── xamarinios10
│           │   │   └── _._
│           │   ├── xamarinmac20
│           │   │   └── _._
│           │   ├── xamarintvos10
│           │   │   └── _._
│           │   └── xamarinwatchos10
│           │       └── _._
│           ├── useSharedDesignerContext.txt
│           └── version.txt
└── 好例子网_SqliteEFDemo.7z

462 directories, 671 files