Skip to content

net 9 support + version bump #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 25, 2025

Conversation

ilGianfri
Copy link
Contributor

This pull request updates the project to support .NET 9.0 and its associated dependencies, along with updates to the GitHub Actions workflows. The changes primarily focus on upgrading the target framework, package dependencies, and workflow configurations.

Framework and Dependency Updates:

  • DataTables.Blazor.Demo.Server/DataTables.Blazor.Demo.Server.csproj: Updated the target framework to net9.0 and upgraded the Microsoft.AspNetCore.Components.WebAssembly.Server package to version 9.0.5.
  • DataTables.Blazor.Demo/DataTables.Blazor.Demo.csproj: Updated the target framework to net9.0 and upgraded Microsoft.AspNetCore.Components.WebAssembly and Microsoft.AspNetCore.Components.WebAssembly.DevServer to version 9.0.5.
  • DataTables.Blazor.Demo.Server/packages.lock.json and DataTables.Blazor.Demo/packages.lock.json: Updated transitive and direct dependencies to align with .NET 9.0 versions.

Workflow Configuration Updates:

  • .github/workflows/main.yml: Updated actions/setup-dotnet to version v4 for compatibility with .NET 9.0 and added support for setting up .NET 9.0 in the CI/CD pipeline.
  • .github/workflows/main.yml: Upgraded the alirezanet/publish-nuget action to version v3.1.0 for publishing packages.

Updated the package version from 3.6.2 to 3.6.3 and changed the copyright year from 2024 to 2025.
Updated the GitHub Actions workflow in `main.yml` to use version 4 of the `actions/setup-dotnet` action for .NET Core versions 3.1, 5.0, 6.0, 7.0, and 8.0. Added a step for .NET 9.0 setup. Also updated the `publish-nuget` action from version 3.0.4 to 3.1.0.
@JustinWilkinson JustinWilkinson merged commit ca0ae1f into JustinWilkinson:master Jun 25, 2025
2 checks passed
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