From 393b4ba72db8abe3682dd92dd83482122cd57dda Mon Sep 17 00:00:00 2001 From: Haiping Chen Date: Wed, 11 Jan 2023 17:38:46 -0600 Subject: [PATCH] Upgrade to EF6.0. --- .../EntityFrameworkCore.BootKit.csproj | 66 ++++++++++++------- 1 file changed, 42 insertions(+), 24 deletions(-) diff --git a/EntityFrameworkCore.BootKit/EntityFrameworkCore.BootKit.csproj b/EntityFrameworkCore.BootKit/EntityFrameworkCore.BootKit.csproj index 2533fc6..4964a92 100644 --- a/EntityFrameworkCore.BootKit/EntityFrameworkCore.BootKit.csproj +++ b/EntityFrameworkCore.BootKit/EntityFrameworkCore.BootKit.csproj @@ -8,7 +8,7 @@ - netstandard2.1 + netstandard2.1;net6.0 true EntityFrameworkCore Boot Kit (EFBK) is a quick start database connecter for using EntityFrameworkCore. Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, MongoDb, Amazon Redshift, AWS Aurora and Memory database. @@ -17,12 +17,12 @@ Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, Mongo EntityFramework, EntityFrameworkCore, Database, Redshift, Aurora, Postgre, MySql Haiping Chen Personal - 3.4.1 + 6.0.0 1. Change to .netstandard 2.1. -2. Change to EF 5.0. +2. Upgrade to EF 6.0. 3. Query raw sql in Dapper. - 3.3.0.0 - 3.3.0.0 + 6.0.0.0 + 6.0.0.0 Apache 2.0 git https://avatars3.githubusercontent.com/u/44989469?s=200&v=4 @@ -36,24 +36,42 @@ Support variety of databases such as Sqlite, MySql, SqlServer, PostgreSql, Mongo - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +