Fluent-Json.NET
Fluent-Json.NET copied to clipboard
.NET 5 targeting
I'm getting a warning on build - "Package 'Fluent-Json.NET 0.2.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' instead of the project target framework 'net5.0'. This package may not be fully compatible with your project."
Is it possible to provide NuGet targeting to .NET 5 as well so I can clear this issue?
Cheers.