Tolowe/RestEasyClient

Missing build target in csproj file for test project

Closed this issue · 2 comments

Cloned your repo, and wasn't able to open all the projects in the solution due to a missing build target in the csproj file.

C:\code\RestEasyClient\src\RestEasyClient.Test\RestEasyClient.Test.csproj : error : The imported project "C:\code\RestEasyClient\src\packages\Microsoft.Bcl.Build.1.0.4\tools\Microsoft.Bcl.Build.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. C:\code\RestEasyClient\src\RestEasyClient.Test\RestEasyClient.Test.csproj

fixed this in PR #11

closing due to #11