Skip to content

Migrate to .NET 9#15

Merged
joelmartinez merged 2 commits into
mainfrom
copilot/update-to-dotnet-9
Nov 19, 2025
Merged

Migrate to .NET 9#15
joelmartinez merged 2 commits into
mainfrom
copilot/update-to-dotnet-9

Conversation

Copilot AI commented Nov 19, 2025

Copy link
Copy Markdown
Contributor

Updates the repository from .NET 8.0 to .NET 9.0.

Changes

  • Target Framework: Updated all three projects to net9.0

    • CodeCube.Modulator (library)
    • CodeCube.Modulator.Tests
    • ModulatorSampleCLI
  • CI/CD: GitHub Actions workflow now uses .NET 9.0.x

  • Dependencies: Updated test and runtime packages to .NET 9-compatible versions

    • Microsoft.NET.Test.Sdk 17.6.0 → 18.0.1
    • xunit 2.4.2 → 2.9.3
    • xunit.runner.visualstudio 2.4.5 → 3.1.5
    • coverlet.collector 6.0.0 → 6.0.4
    • System.Text.Json 8.0.5 → 9.0.0

All 45 existing tests pass without code changes.

Original prompt

This section details on the original issue you should resolve

<issue_title>Update to .NET 9</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: joelmartinez <90380+joelmartinez@users.noreply.github.com>
Copilot AI changed the title [WIP] Update project to .NET 9 version Migrate to .NET 9 Nov 19, 2025
Copilot AI requested a review from joelmartinez November 19, 2025 01:49
@joelmartinez joelmartinez marked this pull request as ready for review November 19, 2025 01:49
@joelmartinez joelmartinez merged commit 3a416fc into main Nov 19, 2025
4 checks passed
@joelmartinez joelmartinez deleted the copilot/update-to-dotnet-9 branch November 19, 2025 01:49
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.

Update to .NET 9

2 participants