Closed
Description
dotnet build
command raises a warning about the version on dotnet 9.0 projects.
error NU1701: Package 'CsvHelper 2.11.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8, .NETFramework,Version=v4.8.1'
instead of the project target framework 'net9.0'. This package may not be fully compatible with your project.
Adding net9.0 support will fix that warning.