|
6 | 6 | </PropertyGroup>
|
7 | 7 |
|
8 | 8 | <ItemGroup Condition=" '$(TargetFramework)' == 'net8.0'">
|
9 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0-rc.2.23480.1" /> |
10 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rc.2.23480.1" /> |
11 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-rc.2.23480.1" /> |
12 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.0-rc.2.23480.1"> |
| 9 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" /> |
| 10 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" /> |
| 11 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" /> |
| 12 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Cosmos" Version="8.0.0"> |
13 | 13 | <PrivateAssets>all</PrivateAssets>
|
14 | 14 | </PackageReference>
|
15 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rc.2.23480.1" /> |
16 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-rc.2.23480.1" /> |
17 |
| - <PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0-rc.2.23479.6" /> |
18 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0-rc.2.23479.6" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" /> |
| 17 | + <PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" /> |
| 18 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> |
19 | 19 | <PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.1" />
|
20 |
| - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0-rc.2" /> |
| 20 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" /> |
21 | 21 | <PackageReference Include="xunit.assert" Version="2.5.0" />
|
22 | 22 | <PackageReference Include="xunit.core" Version="2.5.0" />
|
23 | 23 | </ItemGroup>
|
|
60 | 60 |
|
61 | 61 | <PropertyGroup>
|
62 | 62 | <PackageId>EfCore.TestSupport</PackageId>
|
63 |
| - <PackageVersion>6.0.0-rc2-0002</PackageVersion> |
| 63 | + <PackageVersion>6.0.0</PackageVersion> |
64 | 64 | <Version>6.0.0</Version>
|
65 | 65 | <AssemblyVersion>6.0.0.0</AssemblyVersion>
|
66 | 66 | <FileVersion>6.0.0.0</FileVersion>
|
67 | 67 | <Authors>Jon P Smith</Authors>
|
68 | 68 | <Description>Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.</Description>
|
69 | 69 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
70 | 70 | <PackageReleaseNotes>
|
71 |
| - - New version to support NET 8 rc2 - now supports NET 6, 7, and 8 |
| 71 | + - New version to support NET 8 - now supports NET 6, 7, and 8 |
72 | 72 | </PackageReleaseNotes>
|
73 | 73 | <Copyright>Copyright (c) 2020 Jon P Smith. Licenced under MIT licence</Copyright>
|
74 | 74 | <PackageTags>Entity Framework Core, xUnit</PackageTags>
|
|
0 commit comments