File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ The EfCore.TestSupport library is available on [NuGet as EfCore.TestSupport](htt
88
99Since .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
Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments