Add explicitly support to .NET 6
, .NET 7
and .NET 8
#183
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
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.
The text was updated successfully, but these errors were encountered: