The latest Lean repo targets .NET Framework 4.6.2 (.NET Standard 2.0), and I noticed some of the bootcamp tutorial lessons implement .NET Standard 2.1 methods (e.g. TakeLast). Do you guys target .NET Standard 2.1 or is it just a matter of implementing shim libraries to handle any additional functionality that may be needed?

I am okay with targetting .NET Framework 4.6.2 if that is the case.

I plan on using Skylight for local developement using C# and Visual Studio.
 

 

Author