forked from konrad-kruczynski/cctask
-
Notifications
You must be signed in to change notification settings - Fork 17
Common problems
roozbehid edited this page Jun 12, 2018
·
1 revision
- If during compiling you get an error indicating .metaproj could not be found
Probably you are hitting this : https://github.com/Microsoft/msbuild/issues/1957 Go to your .sln file and remove any dependencies that you have.
- The target "Build" does not exist in the project.
You are probably switching from Windows build to Linux build, and Visual Studio replaces project.json.lock with some other version. Delete project.json.lock file and try again.