错误
E:GithubAutoMappersrcAutoMapperAutoMapper.CoreCLR.kproj : error : 未找到导入的项目“C:Program Files (x86)MSBuildMicrosoftVisualStudiov14.0AspNetMicrosoft.Web.AspNet.Props”。请确认 <Import> 声明中的路径正确,且磁盘上存在该文件。 E:GithubAutoMappersrcAutoMapperAutoMapper.CoreCLR.kproj
解决方法
Install-Package MSBuild.Microsoft.VisualStudio.Web.targets
Why?
MSBuild.Microsoft.VisualStudio.Web.targets
MSBuild targets for Web and WebApplications that come with Visual Studio. Useful for build servers that do not have Visual Studio installed.
Includes .targets
files from Visual Studio 2015 that can be found in the C:Program Files (x86)MSBuildMicrosoftVisualStudiov14.0{Web,WebApplications}
directories.
The files are in the toolsVSToolsPath
directory.