Multi Targeting
// add support for .NET Framework v4.8, and .NET 6.
<TargetFrameworks>net48;net6.0</TargetFrameworks>Conditional Compilation
#if NET48
Console.WriteLine("NET48");
#endifPartial Classes

References
Last updated
Was this helpful?

