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

fix: remove deprecated dotnet #891

Merged
merged 8 commits into from
Nov 1, 2024
Merged

Conversation

AndrewTriesToCode
Copy link
Contributor

@AndrewTriesToCode AndrewTriesToCode commented Nov 1, 2024

  • removes net6.0 and net7.0 targets and samples
  • switches to slnx solution format
  • improves csproj structure
  • targets latest patch version of framework dependencies and enables nuget lockfile

@AndrewTriesToCode AndrewTriesToCode force-pushed the fix/remove-deprecated-dotnet branch from dc2a588 to cd5516e Compare November 1, 2024 18:09
@AndrewTriesToCode AndrewTriesToCode merged commit 1429cbf into main Nov 1, 2024
6 checks passed
@AndrewTriesToCode AndrewTriesToCode deleted the fix/remove-deprecated-dotnet branch November 1, 2024 18:34
github-actions bot pushed a commit that referenced this pull request Nov 13, 2024
# [9.0.0](v8.0.0...v9.0.0) (2024-11-13)

* multitenant db factory ([#894](#894)) ([ea216ff](ea216ff))

### Bug Fixes

* remove deprecated dotnet ([#891](#891)) ([1429cbf](1429cbf))

### Features

* add multitenant db factory method ([#896](#896)) ([8728447](8728447))
* better tenant resolution events ([#897](#897)) ([956ca36](956ca36))
* dotnet 9 support ([#893](#893)) ([4be1b88](4be1b88))
* Make builds deterministic and set latest GH actions ([#889](#889)) ([d82f89d](d82f89d))

### Reverts

* Revert "multitenant db factory ([#894](#894))" ([#895](#895)) ([0e164a8](0e164a8))

### BREAKING CHANGES

* `OnTenantResolved` and `OnTenantNotResolved` are no longer used. Use the `OnStrategyResolveCompleted`, `OnStoreResolveCompleted`, and `OnTenantResolveCompleted` events instead.
* `MultiTenantDbContext` constructors accepting ITenantInfo removed, use `MultiTenantDbContext.Create` factory method
* `MultiTenantDbContext` constructors accepting ITenantInfo removed, use `MultiTenantDbContext .Create` factory method instead
* net6.0 and net7.0 are no longer supported targets.
* Dotnet runtime specific dependencies now float to the latest patch version and are locked at release time with a NuGet lock file. This is a security mitigation and may break some builds not on the latest SDKs.
@AndrewTriesToCode
Copy link
Contributor Author

🎉 This PR is included in version 9.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant