Skip to content
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

Add support for NET 8 #846

Merged
merged 13 commits into from
Dec 10, 2024
Merged

Add support for NET 8 #846

merged 13 commits into from
Dec 10, 2024

Conversation

albertospelta
Copy link
Collaborator

Enable multi-targeting in build configuration to support .NET 8

  • global.json: Updated to use .NET SDK version 8.0.400.
  • Bravo.csproj: Targeted both net6-windows and net8-windows frameworks, updated System.Management package reference.

@albertospelta albertospelta marked this pull request as ready for review November 14, 2024 21:03
@albertospelta albertospelta force-pushed the alberto/net8 branch 7 times, most recently from 92cc905 to 90f6e41 Compare November 17, 2024 18:34
@albertospelta albertospelta marked this pull request as draft November 17, 2024 19:46
@albertospelta albertospelta force-pushed the alberto/net8 branch 2 times, most recently from e28dc60 to 5fbeabe Compare December 6, 2024 10:55
Introduce matrix strategy in `ci.yml` for `build-and-test` job to support `net6.0-windows` and `net8.0-windows`. Update `dotnet restore` to target `Bravo.sln`. Modify `dotnet build` and `dotnet test` steps to use framework from matrix.
The version of the `Microsoft.NET.Test.Sdk` package has been updated from `17.11.1` to `17.12.0` in the `Bravo.Tests.csproj` file.
Upgraded the Swashbuckle.AspNetCore package from version 7.0.0 to 7.1.0. This update includes various bug fixes, new features, and improvements provided in the latest version.
@albertospelta albertospelta force-pushed the alberto/net8 branch 5 times, most recently from 6de8f47 to bd5395e Compare December 10, 2024 10:10
@albertospelta albertospelta force-pushed the alberto/net8 branch 17 times, most recently from f822dc0 to 39bdee6 Compare December 10, 2024 16:25
@albertospelta albertospelta added this to the 1.0.10 milestone Dec 10, 2024
@albertospelta albertospelta added the enhancement New feature or request label Dec 10, 2024
@albertospelta albertospelta marked this pull request as ready for review December 10, 2024 19:45
@albertospelta albertospelta merged commit 5f8e75b into main Dec 10, 2024
2 checks passed
@albertospelta albertospelta deleted the alberto/net8 branch December 10, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant