Skip to content
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

Changing package versions for net8.0 #241

Conversation

ValeriyGourov
Copy link
Contributor

@ValeriyGourov ValeriyGourov commented Dec 29, 2024

Changing package versions for net8.0

The Gridify.EntityFramework.csproj file has changed the version of the Microsoft.EntityFrameworkCore package for the net8.0 target platform. Previously the version was specified as [8.0.0,9.0.0), now it has been changed to [8.0.0,10.0.0).

In the Gridify.csproj file, the version of the Microsoft.Extensions.DependencyInjection.Abstractions package for the net8.0 target platform has been changed. Previously the version was specified as [8.0.0,9.0.0), now it has been changed to [8.0.0,10.0.0).

Fixes # 240

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • I have made corresponding changes to the documentation
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes

The `Gridify.EntityFramework.csproj` file has changed the version of the `Microsoft.EntityFrameworkCore` package for the `net8.0` target platform. Previously the version was specified as `[8.0.0,9.0.0)`, now it has been changed to `[8.0.0,10.0.0)`.

In the `Gridify.csproj` file, the version of the `Microsoft.Extensions.DependencyInjection.Abstractions` package for the `net8.0` target platform has been changed. Previously the version was specified as `[8.0.0,9.0.0)`, now it has been changed to `[8.0.0,10.0.0)`.

alirezanet#240
Copy link

what-the-diff bot commented Dec 29, 2024

PR Summary

  • Updated EntityFrameworkCore Package in Gridify.EntityFramework Project
    The version of the Microsoft.EntityFrameworkCore package used in the Gridify.EntityFramework.csproj project has been updated. The new version range is from 8.0.0 to up to but not including 10.0.0. This project now includes the latest changes and improvements that come with the updated package while remaining compatible with the .NET 8.0 target framework.

  • Updated Dependency Injection Abstractions Package in Gridify Project
    The Microsoft.Extensions.DependencyInjection.Abstractions package in the Gridify.csproj project has also been updated. The new version is set to be any version from 8.0.0 to up to but not including 10.0.0. The updated package supports the .NET 8.0 target framework and includes any enhancements made in the newer versions of the package.

Copy link
Owner

@alirezanet alirezanet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👌

@alirezanet alirezanet merged commit aa6fbed into alirezanet:master Dec 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using EF 9 in a .NET 8 project
2 participants