Skip to content

Commit

Permalink
Test against EF8
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Oct 10, 2023
1 parent bd9319f commit fee88c5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v2
with:
dotnet-version: 7.0.100-rc.1.22431.12
dotnet-version: 8.0.100-rc.2.23502.2
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<RootNamespace>EntityFrameworkCore.ConfigurationManager</RootNamespace>
<AssemblyName>EntityFrameworkCore.ConfigurationManager.Tests</AssemblyName>
<IsPackable>false</IsPackable>
Expand All @@ -11,10 +11,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.0-rc.1.22426.7">
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.0-rc.2.23480.1">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0-rc.1.22426.7" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0-rc.2.23480.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ Compatibility

The following table shows which version of this library to use with which version of EF Core.

EF Core | Version to use
------- | --------------
7.0 | 2.x
6.0 | 2.x
3.1 | 1.x
EF Core | Version to use
-------------------- | --------------
8.0 | 2.x
7.0 | 2.x
6.0 | 2.x
3.1 (Out of support) | 1.x

Usage
-----
Expand Down

0 comments on commit fee88c5

Please sign in to comment.