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

Migrate tests, console demo app, and GitHub actions to .NET 9 #118

Merged
merged 1 commit into from
Dec 15, 2024
Merged

Conversation

vers-one
Copy link
Owner

Migrate tests, console demo app, and GitHub actions to .NET 9

This is:

  • a bug fix
  • an enhancement

Related issue: #117

Description

This pull request:

  1. Changes the target framework for VersOne.Epub.ConsoleDemo and VersOne.Epub.Test projects from .NET 7 to .NET 9.
  2. Updates all GitHub actions to use .NET 9 instead of .NET 7.
  3. Sets the CheckNotRecommendedTargetFramework property to false in the VersOne.Epub project to disable the build warning because we still need to support .NET Standard 1.3 for some time.

Testing steps

Build and test actions should pass.

@vers-one vers-one self-assigned this Dec 15, 2024
@vers-one vers-one linked an issue Dec 15, 2024 that may be closed by this pull request
@vers-one vers-one merged commit 0320c50 into master Dec 15, 2024
4 checks passed
@vers-one vers-one deleted the net9 branch December 15, 2024 06:28
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.

Migrate tests and console demo app to .NET 9
1 participant