Add adapters project
This commit is contained in:
@@ -28,6 +28,10 @@ dotnet new classlib -n Wiring
|
||||
dotnet sln add Wiring
|
||||
dotnet add Wiring reference Domain
|
||||
dotnet add Wiring package Autofac
|
||||
# adapters project
|
||||
dotnet new classlib -n Adapters
|
||||
dotnet sln add Adapters
|
||||
dotnet add Adapters reference Domain
|
||||
# use webapi and/or console
|
||||
# webapi project
|
||||
#dotnet new webapi -n WebApi
|
||||
|
||||
Reference in New Issue
Block a user