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 explicitly support to .NET 6, .NET 7 and .NET 8 #183

Closed
guibranco opened this issue Nov 22, 2023 · 0 comments · Fixed by #186
Closed

Add explicitly support to .NET 6, .NET 7 and .NET 8 #183

guibranco opened this issue Nov 22, 2023 · 0 comments · Fixed by #186
Labels
⚙️ CI/CD Continuous Integration/Continuous Deployment processes ♻️ code quality Code quality-related tasks or issues dependencies Pull requests that update a dependency file 📝 documentation Tasks related to writing or updating documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest Participation in the Hacktoberfest event help wanted Extra attention is needed .NET Pull requests that update .net code nuget Refers to nuget packages packages Packages 🚨 security Security-related issues or improvements

Comments

@guibranco
Copy link
Owner

Is your feature request related to a problem? Please describe.
This library currently targets .NET Standard 2.0 and .NET Standard 2.1. The goal is to also target it to .NET 6 (LTS - Nov/2024), .NET 7 (STS - May/2024) and .NET 8 (Nov/2026).

Describe the solution you'd like
Add the three versions to TargetFrameworks node in each .csproj.
No source code change, only configuration at this stage.
Subsequently we can consider having compiler conditionals for specific code that targets specific .NET versions/features.

@guibranco guibranco added 📝 documentation Tasks related to writing or updating documentation enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers ⚙️ CI/CD Continuous Integration/Continuous Deployment processes dependencies Pull requests that update a dependency file .NET Pull requests that update .net code nuget Refers to nuget packages packages Packages 🚨 security Security-related issues or improvements ♻️ code quality Code quality-related tasks or issues hacktoberfest Participation in the Hacktoberfest event labels Nov 22, 2023
@guibranco guibranco linked a pull request Nov 28, 2023 that will close this issue
guibranco added a commit that referenced this issue Nov 28, 2023
Co-authored-by: Guilherme Branco Stracini <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ CI/CD Continuous Integration/Continuous Deployment processes ♻️ code quality Code quality-related tasks or issues dependencies Pull requests that update a dependency file 📝 documentation Tasks related to writing or updating documentation enhancement New feature or request good first issue Good for newcomers hacktoberfest Participation in the Hacktoberfest event help wanted Extra attention is needed .NET Pull requests that update .net code nuget Refers to nuget packages packages Packages 🚨 security Security-related issues or improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant