I would like to migrate my ASP.NET Core project to Visual Studio 2017 Community Edition, but I'm getting an error.
E:\xxxxxx\projectName.xproj : error : The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\Microsoft\VisualStudio\v15.0\DotNet\Microsoft.DotNet.Props" was not found. Also, tried to find "DotNet\Microsoft.DotNet.Props" in the fallback search path(s) for $(VSToolsPath) - "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v15.0" . These search paths are defined in "C:\Users\mskur\AppData\Local\Microsoft\VisualStudio\15.0_0cd52d80\devenv.exe.config". Confirm that the path in the <Import> declaration is correct, and that the file exists on disk in one of the search paths. E:\xxxxxx\projectName.xproj
Do you need something else which can help you to investigate problem?
Thanks in advance.