Updated path for infrastructure
This commit is contained in:
parent
d785150426
commit
9af64e859a
@ -10,6 +10,7 @@ COPY *.sln .
|
||||
COPY ["src/Todo.Api/Todo.Api.csproj", "src/Todo.Api/"]
|
||||
COPY ["src/Todo.Core/Todo.Core.csproj", "src/Todo.Core/"]
|
||||
COPY ["src/Todo.Persistence/Todo.Persistence.csproj", "src/Todo.Persistence/"]
|
||||
COPY ["src/Todo.Infrastructure/Todo.Infrastructure.csproj", "src/Todo.Infrastructure/"]
|
||||
|
||||
RUN dotnet restore .
|
||||
|
||||
|
@ -6,7 +6,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Todo.Persistence", "src\Tod
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Todo.Core", "src\Todo.Core\Todo.Core.csproj", "{F134CAB6-15A5-45CB-8782-B61AB67B5C9C}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Todo.Infrastructure", "Todo.Infrastructure\Todo.Infrastructure.csproj", "{F6EE7E8D-6248-421E-9FB0-D4342908B319}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Todo.Infrastructure", "src\Todo.Infrastructure\Todo.Infrastructure.csproj", "{F6EE7E8D-6248-421E-9FB0-D4342908B319}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
@ -10,7 +10,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\Todo.Infrastructure\Todo.Infrastructure.csproj" />
|
||||
<ProjectReference Include="..\Todo.Infrastructure\Todo.Infrastructure.csproj" />
|
||||
<ProjectReference Include="..\Todo.Core\Todo.Core.csproj" />
|
||||
<ProjectReference Include="..\Todo.Persistence\Todo.Persistence.csproj" />
|
||||
</ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user