From ef911f19d8b5c422398042d3ba3237caedc67083 Mon Sep 17 00:00:00 2001 From: herecome-datboi <30759638+herecome-datboi@users.noreply.github.com> Date: Thu, 16 Nov 2017 00:08:52 +0000 Subject: [PATCH 1/2] Update Cosmos.VS.DebugEngine.csproj Downgrade Microsoft.Data.SQLite package in Cosmos.VS.DebugEngine --- source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.csproj b/source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.csproj index 1c21ada1e..f5e85455d 100644 --- a/source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.csproj +++ b/source/Cosmos.VS.DebugEngine/Cosmos.VS.DebugEngine.csproj @@ -1,4 +1,4 @@ - + @@ -141,8 +141,8 @@ False - - ..\..\packages\Microsoft.Data.Sqlite.Core.2.0.0\lib\netstandard2.0\Microsoft.Data.Sqlite.dll + + ..\..\packages\Microsoft.Data.Sqlite.1.1.1\lib\net451\Microsoft.Data.Sqlite.dll ..\..\packages\Microsoft.VisualStudio.CoreUtility.15.0.26606\lib\net45\Microsoft.VisualStudio.CoreUtility.dll From 6bcd6e1bcf127ae135aa849fb908dc2bc9579068 Mon Sep 17 00:00:00 2001 From: herecome-datboi <30759638+herecome-datboi@users.noreply.github.com> Date: Thu, 16 Nov 2017 00:11:50 +0000 Subject: [PATCH 2/2] Downgrade Microsoft.Data.SQLite package Downgrade Microsoft.Data.SQLite package in packages.config to eliminate the e_sqlite3.dll missing error Here's the relevant commit from upstream https://github.com/CosmosOS/Cosmos/commit/a0d67eca10d0e050c7442352313458acb24b3e3c --- source/Cosmos.VS.DebugEngine/packages.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/Cosmos.VS.DebugEngine/packages.config b/source/Cosmos.VS.DebugEngine/packages.config index 9edeafd6e..09f47e462 100644 --- a/source/Cosmos.VS.DebugEngine/packages.config +++ b/source/Cosmos.VS.DebugEngine/packages.config @@ -1,7 +1,7 @@ - + - - + +