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
* Ignore test dependencies in dependabot updates
Added an ignore section in dependabot.yml to exclude Microsoft.NET.Test.Sdk, xunit, xunit.runner.visualstudio, and coverlet.collector from automatic update checks. This helps prevent unnecessary pull requests for these test-related dependencies.
* Replace .NET 6 target framework with .NET 10, update SDK
- Update CI and `global.json` to use .NET SDK 10.0.300
- Target .NET 10.0 in project files; remove .NET 6.0
- Bump `System.Text.Json` for netstandard2.0 to 10.0.9
0 commit comments