NuGet on Specific TFM in one project
I'm writing a class library that multitargets netstandard 2.1, and .net 6, and the library depends on System.Text.Json, which exisits built in .net 6. Is there a way to include System.Text.Json only for the build for netstandard 2.1?
0 Replies