Skip to content

Commit 5e55ce5

Browse files
committed
Updated the ReadMe
1 parent a0cf8bf commit 5e55ce5

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ The EfCore.TestSupport library is available on [NuGet as EfCore.TestSupport](htt
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 9.?.? supports NET 9 only
12-
- Version 8.?.? supports NET 8 only
13-
- Version 6.?.? supports NET 6, 7 and 8
14-
- Version 5.2.? supports NET 5, 6 and 7
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
1515

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

TestSupport/TestSupport.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="17.14.28" />
9+
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="18.0.2" />
1010
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.0" />
1111
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="10.0.0">
1212
<PrivateAssets>all</PrivateAssets>
@@ -19,10 +19,10 @@
1919
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" />
2020
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0" />
2121
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0-rc.2" />
22-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.0" />
23-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
24-
<PackageReference Include="xunit.assert" Version="2.9.2" />
25-
<PackageReference Include="xunit.core" Version="2.9.2" />
22+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
23+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0" />
24+
<PackageReference Include="xunit.assert" Version="2.9.3" />
25+
<PackageReference Include="xunit.core" Version="2.9.3" />
2626
</ItemGroup>
2727

2828
<PropertyGroup>
@@ -33,8 +33,7 @@
3333
<Description>Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.</Description>
3434
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
3535
<PackageReleaseNotes>
36-
- .NET 9 version
37-
- NOTE: EnsureClean code now uses EnsuredDeleted, then EnsuredDeleted ro provide a new, empty database
36+
- .NET 10 version
3837
</PackageReleaseNotes>
3938
<Copyright>Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright>
4039
<PackageTags>Entity Framework Core, xUnit</PackageTags>

0 commit comments

Comments
 (0)