Skip to content

Remove .NET 6 target framework, add .NET 10#24

Merged
albertospelta merged 2 commits into
masterfrom
alberto/patch-ci
Jun 10, 2026
Merged

Remove .NET 6 target framework, add .NET 10#24
albertospelta merged 2 commits into
masterfrom
alberto/patch-ci

Conversation

@albertospelta

Copy link
Copy Markdown
Member

This pull request updates the project to support .NET 10.0, removes .NET 6.0 support, and updates related dependencies and configuration files accordingly. The main changes focus on upgrading the SDK, updating target frameworks, and adjusting CI and dependency management to align with these updates.

.NET SDK and Target Framework Upgrades:

  • Updated the SDK version in global.json to 10.0.300 to use .NET 10.0 for builds.
  • Updated target frameworks to include net10.0 and remove net6.0.
  • Updated assembly title properties to add .NET 10.0 and remove .NET 6.0 in Dax.Formatter.csproj.

Dependency and Package Updates:

  • Upgraded System.Text.Json package for netstandard2.0 from version 8.0.5 to 10.0.9 in Dax.Formatter.csproj.

CI and Dependency Management Adjustments:

  • Updated .github/dependabot.yml to ignore updates for several test-related dependencies.

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.
- 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
@albertospelta albertospelta changed the title Update target framework to .NET 10 Remove .NET 6 target framework, add .NET 10 Jun 10, 2026
@albertospelta albertospelta merged commit 39ad280 into master Jun 10, 2026
1 check passed
@albertospelta albertospelta deleted the alberto/patch-ci branch June 10, 2026 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant