Created
October 2, 2017 20:34
-
-
Save thdotnet/1eb1b8414606329e2db1f87dfc54afb6 to your computer and use it in GitHub Desktop.
MSBuild Error for Service Fabric projects
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Here are the steps I followed to resolve the issue. | |
Right click on (load Failed) project and edit in visual studio. | |
Saw the following line in the Project tag: <Project Sdk="Microsoft.NET.Sdk.Web" > | |
Followed the instruction shown in the error message to add xmlns="http://schemas.microsoft.com/developer/msbuild/2003" to this tag | |
source: https://stackoverflow.com/a/44785842/1384539 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment