You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make builds deterministic and set latest GH actions (#889) (d82f89d)
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
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.