Skip to content

Conversation

@pm7y
Copy link
Owner

@pm7y pm7y commented Dec 26, 2025

No description provided.

Copilot AI review requested due to automatic review settings December 26, 2025 09:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the CI and release workflows by explicitly specifying the target framework (net10.0) for build and test operations. This ensures consistency in the build pipeline and prevents potential issues when building multi-targeted projects.

  • Adds --framework net10.0 flag to dotnet build commands in both CI and release workflows
  • Adds --framework net10.0 flag to dotnet test commands in both CI and release workflows

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Added --framework net10.0 to build and test steps, completing the framework specification started in a previous fix for the publish step
.github/workflows/ci.yml Added --framework net10.0 to all three build steps (main project build, test project build, and test execution)

@pm7y pm7y merged commit c15dc81 into master Dec 26, 2025
16 checks passed
@pm7y pm7y deleted the fix-release-workflow branch December 26, 2025 09:18
@github-actions github-actions bot mentioned this pull request Dec 26, 2025
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