Skip to content

Commit

Permalink
Update tools to EF Core 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Nov 14, 2023
1 parent 1a163fc commit 1a83748
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/GUI/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="7.0.0" />-->
<!--<PackageReference Include="FirebirdSql.EntityFrameworkCore.Firebird" Version="9.2.0-alpha1" />-->
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" Version="8.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite" Version="8.0.0" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NodaTime" Version="8.0.0-rc.2" />
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL.NetTopologySuite" Version="8.0.0-rc.2" />
<!--<PackageReference Include="Oracle.EntityFrameworkCore" Version="7.21.9" />-->
Expand Down
6 changes: 3 additions & 3 deletions src/GUI/RevEng.Shared/Providers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo
pkgVersion = "6.0.24";
break;
case CodeGenerationMode.EFCore8:
pkgVersion = "8.0.0-rc.2.23480.1";
pkgVersion = "8.0.0";
break;
}

Expand Down Expand Up @@ -153,7 +153,7 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo
pkgVersion = "3.0.1";
break;
case CodeGenerationMode.EFCore8:
pkgVersion = "8.0.0-rc.2.23480.1";
pkgVersion = "8.0.0";
break;
}

Expand Down Expand Up @@ -227,7 +227,7 @@ public static List<NuGetPackage> GetNeededPackages(DatabaseType databaseType, bo
pkgVersion = "6.0.24";
break;
case CodeGenerationMode.EFCore8:
pkgVersion = "8.0.0-rc.2.23480.1";
pkgVersion = "8.0.0";
break;
}

Expand Down
2 changes: 1 addition & 1 deletion src/GUI/efpt80.core/efpt80.core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0" />
<PackageReference Include="EfCore.SchemaCompare" Version="8.0.0-rc2-0002" />
</ItemGroup>

Expand Down
Binary file modified src/GUI/lib/efpt80.exe.zip
Binary file not shown.
Binary file modified src/GUI/lib/efreveng80.exe.zip
Binary file not shown.

0 comments on commit 1a83748

Please sign in to comment.