-
First use the
xUnit Test Project (.NET Core)project template. -
Then go edit the .csproj file and change
<TargetFramework>netcoreapp2.2</TargetFramework>to<TargetFramework>net462</TargetFramework>. -
That’s it. 🙂
First use the xUnit Test Project (.NET Core) project template.
Then go edit the .csproj file and change <TargetFramework>netcoreapp2.2</TargetFramework> to <TargetFramework>net462</TargetFramework>.
That’s it. 🙂