Skip to content

Commit

Permalink
Update to latest EF Core 6 and 8 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Aug 14, 2024
1 parent 4c7b703 commit 5fd4a78
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 1,412 deletions.
6 changes: 3 additions & 3 deletions src/Core/RevEng.Core.60/RevEng.Core.60.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
<PackageReference Include="FirebirdSql.EntityFrameworkCore.Firebird" Version="9.1.1" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="6.0.32" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.33" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.33" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="6.0.33" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="6.0.29" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="6.0.29" />
<PackageReference Include="Oracle.EntityFrameworkCore" Version="6.21.150" />
Expand Down
8 changes: 4 additions & 4 deletions src/Core/RevEng.Core.80/RevEng.Core.80.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
<PackageReference Include="EntityFrameworkCore.Sqlite.NodaTime" Version="8.0.1" />
<PackageReference Include="FirebirdSql.EntityFrameworkCore.Firebird" Version="11.0.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="8.0.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" Version="8.0.8" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="8.0.8" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="8.0.4" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="8.0.4" />
<PackageReference Include="Oracle.EntityFrameworkCore" Version="8.23.50" />
Expand Down
8 changes: 4 additions & 4 deletions src/GUI/RevEng.Shared/Providers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo
switch (codeGenerationMode)
{
case CodeGenerationMode.EFCore6:
pkgVersion = "6.0.32";
pkgVersion = "6.0.33";
break;
case CodeGenerationMode.EFCore8:
pkgVersion = "8.0.7";
pkgVersion = "8.0.8";
break;
}

Expand Down Expand Up @@ -235,10 +235,10 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo
switch (codeGenerationMode)
{
case CodeGenerationMode.EFCore6:
pkgVersion = "6.0.32";
pkgVersion = "6.0.33";
break;
case CodeGenerationMode.EFCore8:
pkgVersion = "8.0.7";
pkgVersion = "8.0.8";
break;
}

Expand Down
280 changes: 0 additions & 280 deletions src/GUI/Shared/EFCorePowerToolsPackage.en.vsct

This file was deleted.

Loading

0 comments on commit 5fd4a78

Please sign in to comment.