C
Join ServerC#
help
NuGet on Specific TFM in one project
Kkunio_kun12/23/2022
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?