How to do .Net core setup for tests

This is a short recipe for how to set up your project for testing .net core. Test projects needs to target a platform, see the different possible platforms, and possible settings for frameworks and platforms.  The latter link show settings that can be applied to both the csproj file and the c# files. A possible platform … Continue reading How to do .Net core setup for tests