Skip to content

fix: update CI to setup-dotnet@v4 with .NET 8 SDK#77

Merged
korchak-aleksandr merged 2 commits intomainfrom
korchak/fix-ci-dotnet-version
Mar 24, 2026
Merged

fix: update CI to setup-dotnet@v4 with .NET 8 SDK#77
korchak-aleksandr merged 2 commits intomainfrom
korchak/fix-ci-dotnet-version

Conversation

@korchak-aleksandr
Copy link
Copy Markdown
Collaborator

@korchak-aleksandr korchak-aleksandr commented Mar 24, 2026

Problem

main fails to build in CI — the workflows use dotnet-version: 7.0.x SDK, but the test project now targets net8.0;net10.0. .NET 7 SDK cannot build targets higher than itself.

Fix

  • actions/setup-dotnet@v1@v4
  • dotnet-version: 7.0.x10.0.x

Applied to publish.yml and publish-dev.yml. pull-request.yml already had 8.0.x + 10.0.x.

korchak-aleksandr and others added 2 commits March 24, 2026 07:59
.NET 7 SDK is EOL and no longer available in GitHub Actions runners.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@korchak-aleksandr korchak-aleksandr merged commit 7df5906 into main Mar 24, 2026
1 check passed
@korchak-aleksandr korchak-aleksandr deleted the korchak/fix-ci-dotnet-version branch March 24, 2026 08:08
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