Skip to content

Commit 35ed53d

Browse files
fix: compile errors
1 parent 3ecea11 commit 35ed53d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/1-Libraries/Application/Application.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
<PackageReference Include="CodeBlock.DevKit.Application" Version="1.3.4" />
99
</ItemGroup>
1010
<ItemGroup>
11-
<ProjectReference Include="..\Domain\Core.csproj" />
11+
<ProjectReference Include="..\Core\Core.csproj" />
1212
</ItemGroup>
1313
</Project>

src/1-Libraries/Infrastructure/Infrastructure.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\Application\Application.csproj" />
13-
<ProjectReference Include="..\Domain\Core.csproj" />
13+
<ProjectReference Include="..\Core\Core.csproj" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)