- In the project references, remove the reference to Microsoft.VisualStudio.QualityTools.UnitTestFramework.
- Edit the project file and remove the line that contains <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- Add the NuGet package for MSTest.TestAdapter.
- Add the NuGet package for MSTest.TestFramework
Greg Reddick is a noted speaker, author, and software engineer. This blog covers all aspects of programming, particularly for Windows, and other related topics.
2017-05-30
How to Convert Project from MSTest (V1) to MSTestV2
To convert a MSTest version 1 project to version 2, you need to perform several steps:
Subscribe to:
Post Comments
(
Atom
)
thanku
ReplyDeleteIt's Worked.Thanks
ReplyDelete