Skip to content

feat(deps): add .NET 11 target support#15

Merged
ncipollina merged 2 commits into
mainfrom
feat/deps-add-dotnet-11-support
Apr 16, 2026
Merged

feat(deps): add .NET 11 target support#15
ncipollina merged 2 commits into
mainfrom
feat/deps-add-dotnet-11-support

Conversation

@ncipollina
Copy link
Copy Markdown
Contributor

Summary

Add net11.0 to the library and test project target frameworks, and align the repository's package and GitHub workflow configuration with that support. This keeps local builds, CI, and package metadata in sync as the project expands framework coverage.

Changes

  • add net11.0 to src/LayeredCraft.Logging.CompactJsonFormatter.csproj and test/LayeredCraft.Logging.CompactJsonFormatter.Tests.csproj
  • update .github/workflows/build.yaml and .github/workflows/pr-build.yaml to use LayeredCraft/devops-templates v7.6 and include .NET 11
  • refresh package versions in Directory.Packages.props
  • bump VersionPrefix to 1.1.0 in Directory.Build.props

Validation

  • dotnet build
  • dotnet run --project test --framework net8.0
  • dotnet run --project test --framework net9.0
  • dotnet run --project test --framework net10.0
  • dotnet run --project test --framework net11.0

Release Notes

Add .NET 11 targeting support and update the repository's build/test dependencies to match.

@ncipollina ncipollina requested a review from a team April 16, 2026 18:54
Copy link
Copy Markdown

@j-d-ha j-d-ha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ncipollina ncipollina merged commit 9d45f40 into main Apr 16, 2026
1 check passed
@ncipollina ncipollina deleted the feat/deps-add-dotnet-11-support branch April 16, 2026 19:14
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.

2 participants