Skip to content

Upgrade to .net 9#53

Merged
fortunkam merged 4 commits intomainfrom
feature/dotnet_9
Jun 16, 2025
Merged

Upgrade to .net 9#53
fortunkam merged 4 commits intomainfrom
feature/dotnet_9

Conversation

@fortunkam
Copy link
Copy Markdown
Owner

This pull request upgrades the project to .NET 9.0 and updates associated dependencies across multiple files. The changes ensure compatibility with the latest framework version and enhance functionality by using updated package versions.

Framework Upgrade:

  • .github/workflows/build_and_deploy_application.yml: Updated dotnet-version from 8.0.x to 9.0.x.
  • .github/workflows/build_and_deploy_beta_application.yml: Updated dotnet-version from 8.0.x to 9.0.x.
  • Env/main.bicep: Changed linuxFxVersion and linuxFxBetaVersion from DOTNETCORE|8.0 to DOTNETCORE|9.0.
  • Updated TargetFramework to net9.0 in the following project files:
    • QuizExperiment.Admin/Client/QuizExperiment.Admin.Client.csproj
    • QuizExperiment.Admin/Server/QuizExperiment.Admin.Server.csproj
    • QuizExperiment.Models.Test/QuizExperiment.Models.Test.csproj
    • QuizExperiment.Models/QuizExperiment.Models.csproj

Dependency Updates:

#45

@fortunkam fortunkam requested a review from Copilot June 16, 2025 11:11
Copy link
Copy Markdown
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 pull request upgrades the project to .NET 9.0 and updates several associated package dependencies and configurations to ensure compatibility with the new framework version. Key changes include the updated TargetFramework values in multiple project files, upgraded package versions across client, server, and test projects, and adjustments in deployment configurations and infrastructure as code.

Reviewed Changes

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

Show a summary per file
File Description
QuizExperiment.Models/QuizExperiment.Models.csproj Updated TargetFramework from net8.0 to net9.0
QuizExperiment.Models.Test/QuizExperiment.Models.Test.csproj Updated TargetFramework and test packages with additional attributes for asset management
QuizExperiment.Admin/Server/QuizExperiment.Admin.Server.csproj Updated TargetFramework and various package versions to their .NET 9-compatible versions
QuizExperiment.Admin/Client/QuizExperiment.Admin.Client.csproj Updated TargetFramework and package versions for Blazor and related libraries
Env/main.bicep Changed linuxFxVersion and linuxFxBetaVersion from DOTNETCORE
.github/workflows/build_and_deploy_beta_application.yml Updated dotnet-version from 8.0.x to 9.0.x
.github/workflows/build_and_deploy_application.yml Updated dotnet-version from 8.0.x to 9.0.x

@fortunkam fortunkam merged commit 4017dfe into main Jun 16, 2025
5 checks passed
@fortunkam fortunkam deleted the feature/dotnet_9 branch June 16, 2025 11:15
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