From 36871f04cef05461ed9f446f6280dfd8a17cb943 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Thu, 31 Mar 2022 12:56:01 -0500 Subject: [PATCH] Fix unit tests to target net6 --- .../MonkeyCache.TestsFileStore.csproj | 3 +-- src/MonkeyCache.TestsLiteDB/MonkeyCache.TestsLiteDB.csproj | 3 +-- src/MonkeyCache.TestsSQLite/MonkeyCache.TestsSQLite.csproj | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/MonkeyCache.TestsFileStore/MonkeyCache.TestsFileStore.csproj b/src/MonkeyCache.TestsFileStore/MonkeyCache.TestsFileStore.csproj index 08b9c0d..5759e9c 100644 --- a/src/MonkeyCache.TestsFileStore/MonkeyCache.TestsFileStore.csproj +++ b/src/MonkeyCache.TestsFileStore/MonkeyCache.TestsFileStore.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + net6.0 false @@ -10,7 +10,6 @@ - diff --git a/src/MonkeyCache.TestsLiteDB/MonkeyCache.TestsLiteDB.csproj b/src/MonkeyCache.TestsLiteDB/MonkeyCache.TestsLiteDB.csproj index 69df677..046efc8 100644 --- a/src/MonkeyCache.TestsLiteDB/MonkeyCache.TestsLiteDB.csproj +++ b/src/MonkeyCache.TestsLiteDB/MonkeyCache.TestsLiteDB.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + net6.0 false @@ -21,7 +21,6 @@ - diff --git a/src/MonkeyCache.TestsSQLite/MonkeyCache.TestsSQLite.csproj b/src/MonkeyCache.TestsSQLite/MonkeyCache.TestsSQLite.csproj index c4b1e31..5c655f1 100644 --- a/src/MonkeyCache.TestsSQLite/MonkeyCache.TestsSQLite.csproj +++ b/src/MonkeyCache.TestsSQLite/MonkeyCache.TestsSQLite.csproj @@ -1,7 +1,7 @@ - netcoreapp2.0 + net6.0 false @@ -20,7 +20,6 @@ -