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

update ef core libraries #2515

Merged
merged 2 commits into from
Dec 26, 2022
Merged

update ef core libraries #2515

merged 2 commits into from
Dec 26, 2022

Conversation

kspearrin
Copy link
Member

Type of change

- [ ] Bug fix
- [ ] New feature development
- [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Update EF core dependency library to the latest 6.x versions.

Resolves #2481

Code changes

  • src/Infrastructure.EntityFramework/Infrastructure.EntityFramework.csproj: Update libs

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • If making database changes - make sure you also update Entity Framework queries and/or migrations
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If this change has particular deployment requirements - notify the DevOps team

@kspearrin kspearrin merged commit c39fb8f into master Dec 26, 2022
@kspearrin kspearrin deleted the efupgrades branch December 26, 2022 01:49
eliykat pushed a commit that referenced this pull request Jan 10, 2023
* update ef core libraries

* lock file updates
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.

Postgres 15 does not work
2 participants