Appearance
ProAuth 2.2.3
This maintenance release focuses on cleaning up the dependency graph for the ProAuth BFF client library. The result is a leaner NuGet package with fewer transitive dependencies, reducing the chance of downstream dependency noise while keeping existing projects unaffected.
Core
CoreCleaned Up ProAuth.Bff NuGet Package Dependencies
The ProAuth.Bff NuGet package previously included unnecessary dependencies on internal framework packages. These have been removed, resulting in a cleaner and lighter dependency graph. Existing projects referencing ProAuth.Bff are not affected and no migration steps are required. (#2870)
Maintenance Release
No customer action is required. (#2870)
Platform Stability
- Dependency conflict avoidance: Reduced transitive dependency surface area for
ProAuth.Bffto help prevent downstream version conflicts and simplify package restore graphs. (#2870)