Skip to content

downgraded to .NET 9#373

Merged
samsmithnz merged 2 commits intomainfrom
DowngradeToDotnet9
Nov 12, 2025
Merged

downgraded to .NET 9#373
samsmithnz merged 2 commits intomainfrom
DowngradeToDotnet9

Conversation

@samsmithnz
Copy link
Owner

No description provided.

Copy link
Contributor

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 downgrades the project from .NET 10.0 to .NET 9.0 across all project files and CI/CD workflows.

  • Updated target framework from net10.0 to net9.0 in both main and test projects
  • Downgraded Microsoft.AspNetCore.Mvc.Testing package from version 10.0.0 to 9.0.11
  • Updated .NET version in GitHub Actions workflows from 10.0.x to 9.0.x
  • Simplified the publish command by removing runtime-specific parameters

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
PipelinesToActions/PipelinesToActions/PipelinesToActionsWeb.csproj Updated target framework from net10.0 to net9.0
PipelinesToActions/PipelinesToActions.Tests/PipelinesToActions.Tests.csproj Updated target framework to net9.0 and downgraded AspNetCore.Mvc.Testing package version
.github/workflows/main.yml Updated .NET version to 9.0.x, simplified publish command, and downgraded upload-artifact action to v4
.github/workflows/codeql-analysis.yml Updated .NET version to 9.0.x for CodeQL analysis

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@samsmithnz samsmithnz enabled auto-merge (squash) November 12, 2025 14:38
@samsmithnz samsmithnz merged commit 5169c23 into main Nov 12, 2025
6 checks passed
@samsmithnz samsmithnz deleted the DowngradeToDotnet9 branch November 12, 2025 14:40
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