Skip to content

Question about .NET 8 dependencies #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
maets opened this issue May 2, 2025 · 3 comments · May be fixed by #79
Open

Question about .NET 8 dependencies #78

maets opened this issue May 2, 2025 · 3 comments · May be fixed by #79
Assignees
Labels
question Further information is requested

Comments

@maets
Copy link

maets commented May 2, 2025

Hi, a little question :)

From Casbin.Persist.Adapter.EFCore.csproj:

  <ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
    <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
    <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
  </ItemGroup>

Why not use "Microsoft.EntityFrameworkCore" Version="9.x.x" which also target .NET 8?

@hsluoyz
Copy link
Member

hsluoyz commented May 2, 2025

@hsluoyz hsluoyz added the question Further information is requested label May 2, 2025
@hsluoyz hsluoyz self-assigned this May 2, 2025
@hsluoyz
Copy link
Member

hsluoyz commented May 2, 2025

@maets can you make a PR to improve it?

@maets
Copy link
Author

maets commented May 2, 2025

I meant like this: #79

PR for disclosure

@hsluoyz hsluoyz linked a pull request May 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants