Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test project to enable Live Unit Testing in VS 2017
The Live Unit Testing (LUT) feature was introduced in Visual Studio 2017 Enterprise Edition version 15.3. NuGet packages added to the test project: - NUnit3TestAdapter: Visual Studio needs it for LUT to find the tests - Microsoft.NET.Test.Sdk: LUT asked if it was installed thus assuming it is required It was also necessary to explicitly set the startup object of the test project to MoreLinq.Test.Program because of additional possible start points created by one or other of the NuGet packages above.
- Loading branch information