- switched to AnyCPU build

- updated to latest nuget packages (stable)
This commit is contained in:
Horst Beham
2021-07-12 14:36:18 +02:00
parent 7553d3b508
commit cc1cebcacd
49 changed files with 202 additions and 212 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Data.Sqlite" version="5.0.5" targetFramework="net48" />
<package id="Microsoft.Data.Sqlite.Core" version="5.0.5" targetFramework="net48" />
<package id="Microsoft.Data.Sqlite" version="5.0.7" targetFramework="net48" />
<package id="Microsoft.Data.Sqlite.Core" version="5.0.7" targetFramework="net48" />
<package id="SQLitePCLRaw.bundle_e_sqlite3" version="2.0.4" targetFramework="net48" />
<package id="SQLitePCLRaw.core" version="2.0.4" targetFramework="net48" />
<package id="SQLitePCLRaw.lib.e_sqlite3" version="2.0.4" targetFramework="net48" />