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

adds .net8 due to compatibility issues on an existing project #358

Merged
merged 3 commits into from
Jan 15, 2025
Merged

Conversation

PTKu
Copy link
Contributor

@PTKu PTKu commented Jan 15, 2025

This pull request includes updates to support multiple target frameworks and adds specific package versions for each framework. The changes ensure compatibility with both .NET 9.0 and .NET 8.0.

Target Framework Updates:

  • Updated TargetFrameworks to include both net9.0 and net8.0 in several project files to support multiple target frameworks. [1] [2] [3] [4] [5] [6] [7]

Package Version Updates:

  • Added specific package versions for net9.0 and net8.0 in Directory.Packages.props to ensure compatibility with each framework. [1] [2]

Codebase Changes:

  • Updated the TargetFrameworks property in BuildContext.cs to include both net9.0 and net8.0.
  • Removed redundant package versions in Directory.Packages.props to clean up the file.

@PTKu PTKu merged commit 352922b into dev Jan 15, 2025
2 checks passed
@PTKu PTKu deleted the add-dotnet-8 branch January 15, 2025 11:14
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.

1 participant