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
feat: add .NET 10 support and refactor package management (#147)
* feat: add .NET 10 support and refactor package management
- Add .NET 10.0 target framework support across all projects
- Update global.json to use .NET 10.0 RC SDK with latestFeature rollForward
- Refactor package management:
* Move framework-specific package references to dedicated Dependencies.props file
* Centralize package versions in Directory.Packages.props
* Remove conditional logic from main project files
- Add integration testing pipeline with separate test configuration
- Update build versioning logic for better local development experience
- Fix .NET 10 compatibility issues in HttpClientTests (SelectAwait -> Select)
- Add conditional System.Linq.Async reference (not needed for .NET 10)
- Update package versions for .NET 10 RC dependencies
Breaking changes:
- Requires .NET 10.0 RC SDK for full functionality
- Integration tests now run in separate configuration
* GHA: Install .NET 9 SDK
0 commit comments