-
Notifications
You must be signed in to change notification settings - Fork 94
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
albertospelta
force-pushed
the
alberto/net8
branch
7 times, most recently
from
November 17, 2024 18:34
92cc905
to
90f6e41
Compare
albertospelta
force-pushed
the
alberto/net8
branch
from
November 17, 2024 19:52
90f6e41
to
a53a0c1
Compare
albertospelta
force-pushed
the
alberto/net8
branch
2 times, most recently
from
December 6, 2024 10:55
e28dc60
to
5fbeabe
Compare
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
force-pushed
the
alberto/net8
branch
from
December 6, 2024 11:05
5fbeabe
to
36fed1a
Compare
albertospelta
force-pushed
the
alberto/net8
branch
5 times, most recently
from
December 10, 2024 10:10
6de8f47
to
bd5395e
Compare
albertospelta
force-pushed
the
alberto/net8
branch
17 times, most recently
from
December 10, 2024 16:25
f822dc0
to
39bdee6
Compare
albertospelta
force-pushed
the
alberto/net8
branch
from
December 10, 2024 19:41
39bdee6
to
fb660cc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Enable multi-targeting in build configuration to support
.NET 8
global.json
: Updated to use .NET SDK version8.0.400
.Bravo.csproj
: Targeted bothnet6-windows
andnet8-windows
frameworks, updatedSystem.Management
package reference.