Skip to content

Commit 4c9a70b

Browse files
authored
Update README.md
Updated supported framework versions.
1 parent 4f1fbe7 commit 4c9a70b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ The following features are supported:
3030
## Install
3131
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`).
3232

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.
3434
You can use the SQLite CodeFirst in projects that target the following frameworks:
3535
- .NET 4.0 (use net40)
3636
- .NET 4.5 (use net45)
3737
- .NET 4.5.1 (use net45)
3838
- .NET 4.5.2 (use net45)
3939
- .NET 4.6 (use net45)
4040
- .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)
4144

4245
## How to use
4346
The functionality is exposed by using implementations of the `IDbInitializer<>` interface.

0 commit comments

Comments
 (0)