嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
EFcore Sqlite基本增删改查的案例,学习专用,满足新手,很快上手。
.
├── EFcore Sqlite基本增删改查的案例,学习专用,满足新手,很快上手。.rar
└── 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
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── SqliteEFDemo.csproj
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Cong.db
│ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.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.Configuration.Binder.dll
│ │ │ ├── Microsoft.Extensions.Configuration.Binder.xml
│ │ │ ├── Microsoft.Extensions.Configuration.dll
│ │ │ ├── Microsoft.Extensions.Configuration.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
│ │ │ ├── System.Buffers.dll
│ │ │ ├── System.Buffers.xml
│ │ │ ├── System.Collections.Immutable.dll
│ │ │ ├── System.Collections.Immutable.xml
│ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ ├── System.Diagnostics.DiagnosticSource.xml
│ │ │ ├── System.Memory.dll
│ │ │ ├── System.Memory.xml
│ │ │ ├── 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
│ │ │ ├── EntityFramework.SqlServer.resources.dll
│ │ │ └── EntityFramework.resources.dll
│ │ └── Release
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── SqliteEFDemo.Form1.resources
│ │ ├── SqliteEFDemo.Form2.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
├── EntityFramework.6.2.0
│ ├── Content
│ │ └── net40
│ │ ├── App.config.transform
│ │ └── Web.config.transform
│ ├── EntityFramework.6.2.0.nupkg
│ ├── lib
│ │ ├── net40
│ │ │ ├── EntityFramework.SqlServer.dll
│ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ ├── EntityFramework.dll
│ │ │ ├── EntityFramework.xml
│ │ │ └── zh-Hans
│ │ │ ├── EntityFramework.SqlServer.resources.dll
│ │ │ ├── EntityFramework.SqlServer.xml
│ │ │ ├── EntityFramework.resources.dll
│ │ │ └── EntityFramework.xml
│ │ └── net45
│ │ ├── EntityFramework.SqlServer.dll
│ │ ├── EntityFramework.SqlServer.xml
│ │ ├── EntityFramework.dll
│ │ ├── EntityFramework.xml
│ │ └── zh-Hans
│ │ ├── EntityFramework.SqlServer.resources.dll
│ │ ├── EntityFramework.SqlServer.xml
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ └── tools
│ ├── EntityFramework.PowerShell.Utility.dll
│ ├── EntityFramework.PowerShell.dll
│ ├── EntityFramework.psd1
│ ├── EntityFramework.psm1
│ ├── about_EntityFramework.help.txt
│ ├── init.ps1
│ ├── install.ps1
│ └── migrate.exe
├── EntityFramework.zh-Hans.6.2.0
│ ├── EntityFramework.zh-Hans.6.2.0.nupkg
│ └── lib
│ ├── net40
│ │ └── zh-Hans
│ │ ├── EntityFramework.resources.dll
│ │ └── EntityFramework.xml
│ └── net45
│ └── zh-Hans
│ ├── EntityFramework.resources.dll
│ └── EntityFramework.xml
├── 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.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.9.0.1
│ ├── Newtonsoft.Json.9.0.1.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
│ │ ├── portable-net40 sl5 wp80 win8 wpa81
│ │ │ ├── Newtonsoft.Json.dll
│ │ │ └── Newtonsoft.Json.xml
│ │ └── portable-net45 wp80 win8 wpa81
│ │ ├── Newtonsoft.Json.dll
│ │ └── Newtonsoft.Json.xml
│ └── tools
│ └── install.ps1
├── 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
├── 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
455 directories, 659 files