Skip to content

Commit 280a3c5

Browse files
committed
Update README.md
1 parent e0669c4 commit 280a3c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ You can use the SQLite CodeFirst in projects that target the following framework
3838
- .NET 4.5 (use net45)
3939
- .NET 4.5.1 (use net45)
4040
- .NET 4.5.2 (use net45)
41+
- .NET 4.6 (use net45)
42+
- .NET 4.6.1 (use net45)
4143

4244
## How to use
4345
When you want to let the Entity Framework create database if it does not exist, just set `SqliteDropCreateDatabaseAlways<>` or `SqliteCreateDatabaseIfNotExists<>` as your `IDbInitializer<>`.

0 commit comments

Comments
 (0)