Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • This is probably inside one of your project files, try opening the csproj file and check for this task, then remove these XML element and save the file. Commented Jan 13, 2017 at 19:48
  • 1
    Assuming you are using a source control you could do git reset --hard (or a counterpart of thereof)? Commented Jan 13, 2017 at 20:25
  • 1
    No, I'm not using git/tfs. Just installed the new vs2017 rc and started play with it. The question is: if there was an "add docker support" - where is the corresponding "remove docker support" - or how to remove completely it manually? Commented Jan 13, 2017 at 22:14
  • 1
    can you post an image of your solution explorer? Commented Jan 13, 2017 at 22:14
  • 1
    FWIW, simply dropping the "docker-compose" project from my solution, did it for me. I didn't have to delete any files. Commented Sep 27, 2017 at 20:21