Skip to content

Commit 1d414b5

Browse files
committed
10.0.0 release
1 parent 281af5f commit 1d414b5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
This NuGet package containing methods to help test applications that use [Entity Framework Core](https://docs.microsoft.com/en-us/ef/core/index) for database access using SQL Server, PostgreSQL, Cosmos DB, and a generic in-memory SQLite approach which works with every EF Core database provider (with limitations). This readme provides links to the documentation in the [EfCore.TestSupport wiki](https://github.com/JonPSmith/EfCore.TestSupport/wiki). Also see [Release Notes](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/ReleaseNotes.md) for information on changes.
44

5-
The EfCore.TestSupport library is available on [NuGet as EfCore.TestSupport](https://www.nuget.org/packages/EfCore.TestSupport/) and is an open-source library under the MIT license. See [ReleaseNotes](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/ReleaseNotes.md) for details of the changes in each vesion.
5+
The EfCore.TestSupport library is available on [NuGet as EfCore.TestSupport](https://www.nuget.org/packages/EfCore.TestSupport/) and is an open-source library under the MIT license. See [ReleaseNotes](https://github.com/JonPSmith/EfCore.TestSupport/blob/master/ReleaseNotes.md) for details of the changes in each version.
66

77
## List of versions and which .NET framework they support
88

99
Since .NET 8 this library only supports one .NET. This change makes it easier to update to the next .NET release.
1010

11-
- Version 10.?.? supports NET 9 only
12-
- Version 9.?.? supports NET 9 only
13-
- Version 8.?.? supports NET 8 only
14-
- Version 6.?.? supports NET 6, 7 and 8
11+
- Version 10.?.? supports NET 10 only
12+
- Version 9.?.? supports NET 9 only
13+
- Version 8.?.? supports NET 8 only
14+
- Version 6.?.? supports NET 6, 7 and 8
1515

1616
_There are older versions of the EfCore.TestSupport library, but .NET lower than .NET 5 are not supported by Microsoft._
1717

ReleaseNotes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release notes
22

3+
## 10.0.0
4+
5+
- .NET 10 version
6+
37
## 9.0.0
48

59
- .NET 9 version

TestSupport/TestSupport.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</PackageReference>
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0" />
21-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0-rc.2" />
21+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" />
2222
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
2323
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0" />
2424
<PackageReference Include="xunit.assert" Version="2.9.3" />

0 commit comments

Comments
 (0)