|
6 | 6 | </PropertyGroup>
|
7 | 7 |
|
8 | 8 | <ItemGroup>
|
9 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rc.2.23480.1"> |
| 9 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0"> |
10 | 10 | <PrivateAssets>all</PrivateAssets>
|
11 | 11 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
12 | 12 | </PackageReference>
|
13 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0-rc.2.23480.1" /> |
14 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rc.2.23480.1" /> |
15 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0-rc.2.23480.1" /> |
16 |
| - <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0-rc.2.23479.6" /> |
| 13 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" /> |
| 14 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.0" /> |
| 16 | + <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" /> |
17 | 17 | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
18 |
| - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0-rc.2" /> |
| 18 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.0" /> |
19 | 19 | </ItemGroup>
|
20 | 20 |
|
21 | 21 | <PropertyGroup>
|
|
28 | 28 | <Description>Useful tool if you are changing the schema of your database's schema outside of EF Core' migrations, say by using SQL change scripts. See readme file on github.</Description>
|
29 | 29 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
|
30 | 30 | <PackageReleaseNotes>
|
31 |
| - - Supports .NET 8-rc.2 - please try this version and report any problems |
| 31 | + - Supports .NET 8 |
32 | 32 | - NEW FEATURE: Now compares all EF Core database providers, but some database providers may show incorrect match errors
|
33 | 33 | - BREAKING CHANGE: You need to add the Microsoft.EntityFrameworkCore.Design NuGet to your
|
34 | 34 | - Bug Fix: Fix to issue #21
|
|
0 commit comments