File new project > .NetStandardLibrary 2.1 (for a .Net Core 3.0 project).
public class Class1
{
public void test()
{
JsonSerializer
}
}
I can't add the System.Text.Json NuGet package and adding the using doesn't work.
Can I use System.Text.Json in .NetStandardLibrary2.1?
File new project > .NetStandardLibrary 2.1 (for a .Net Core 3.0 project).
I can't add the System.Text.Json NuGet package and adding the using doesn't work.
Can I use System.Text.Json in .NetStandardLibrary2.1?