I have .Net
core Application with 2 class library(BusinessLayer
and DataLayer
).
When I want create a docker image I get below erros:
Errors in /app/project.json unable to resolve 'BusinessLayer ( >= 1.0.0)' for .NETCoreApp,version=v1.0' unable to resolve 'DataLayer( >= 1.0.0)' for .NETCoreApp,version=v1.0'
The command dotnet restore
returned a non-zero code:1
what is the solution?