Failed to Build Csproj using NuGet Package Microsoft.Build
MORERA VENTALLO Eric
0
Reputation points
Hi,
I tried to used the NuGet Package Microsoft.Build and Microsoft.Build.Framework to build some csproj with another Application.
In the project I tried to build, I have this line :
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
But It's doesn't seems work.
It always looking for "Microsoft.CSharp.Core.targets" in my project repository, instead of search in the good repository :
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\
Have a simple solution ?
Sign in to answer