You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project 'C:\MyProject\docker-compose.dcproj' has an unknown project type and cannot be added to the solution file. Contact your SDK provider for support.
I am using .net core sdk version 3.1.100.
How to add docker-compose.dcproj into solution via command above?
The text was updated successfully, but these errors were encountered:
I have a solution named:
MyProject.sln
and project related to docker called -docker-compose.dcproj
.I want to create dotnet new template which will contain support for docker-compose through project
docker-compose.dcproj
.I tried this command:
dotnet sln MyProject.sln add docker-compose.dcproj
I got this error message:
I am using
.net core sdk
version3.1.100
.How to add
docker-compose.dcproj
into solution via command above?The text was updated successfully, but these errors were encountered: