You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ You can use the SQLite CodeFirst in projects that target the following framework
38
38
- .NET 4.5 (use net45)
39
39
- .NET 4.5.1 (use net45)
40
40
- .NET 4.5.2 (use net45)
41
+
- .NET 4.6 (use net45)
42
+
- .NET 4.6.1 (use net45)
41
43
42
44
## How to use
43
45
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