1/ Add new ClassLibrary project in .Net Core in your solution
2/ Add references to nuget libs
Fg this version
Microsoft.NET.Test.Sdk
xunit
xunit.runner.visualstudio
3/ Create simple test
4/ Run test
1/ Add new ClassLibrary project in .Net Core in your solution
2/ Add references to nuget libs
Fg this version
Microsoft.NET.Test.Sdk
xunit
xunit.runner.visualstudio
3/ Create simple test
4/ Run test