0
nipunjoshi created
4 Answer(s)
-
0
Can you try this:
Open "Package Manager Console" and click the "Restore" button as shown below:
[attachment=0:3j4opwtb]restore.png[/attachment:3j4opwtb]
I don't know why but xUnit packages have a restore problem in VS 2013. Normally, it should restore when you first build. But, this Restore button will solve your problem.
-
0
-
0
Try this:
- Add Reference System.Runtime from C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5.2\Facades to the Test project.
I don't know the exact reason, but after converting solution to .NET 4.5.2, this may occurs.
-
0
Yep,Thanks a lot.Now it works :)