You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
dotnet build
command raises a warning about the version on dotnet 9.0 projects.Adding net9.0 support will fix that warning.
The text was updated successfully, but these errors were encountered: