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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,17 @@ The following features are supported:
30
30
## Install
31
31
Either get the assembly from the latest [GitHub Release Page](https://github.com/msallin/SQLiteCodeFirst/releases) or install the NuGet-Package [SQLite.CodeFirst](https://www.nuget.org/packages/SQLite.CodeFirst/) (`PM> Install-Package SQLite.CodeFirst`).
32
32
33
-
The project is built to target.NET framework versions 4.0 and 4.5.
33
+
The project is built to target.NET framework versions 4.0 and 4.5.
34
34
You can use the SQLite CodeFirst in projects that target the following frameworks:
35
35
- .NET 4.0 (use net40)
36
36
- .NET 4.5 (use net45)
37
37
- .NET 4.5.1 (use net45)
38
38
- .NET 4.5.2 (use net45)
39
39
- .NET 4.6 (use net45)
40
40
- .NET 4.6.1 (use net45)
41
+
- .NET 4.6.2 (use net45)
42
+
- .NET 4.7 (use net45)
43
+
- .NET 4.7.1 (use net45)
41
44
42
45
## How to use
43
46
The functionality is exposed by using implementations of the `IDbInitializer<>` interface.
0 commit comments