We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecea11 commit 35ed53dCopy full SHA for 35ed53d
2 files changed
src/1-Libraries/Application/Application.csproj
@@ -8,6 +8,6 @@
8
<PackageReference Include="CodeBlock.DevKit.Application" Version="1.3.4" />
9
</ItemGroup>
10
<ItemGroup>
11
- <ProjectReference Include="..\Domain\Core.csproj" />
+ <ProjectReference Include="..\Core\Core.csproj" />
12
13
</Project>
src/1-Libraries/Infrastructure/Infrastructure.csproj
@@ -10,6 +10,6 @@
<ProjectReference Include="..\Application\Application.csproj" />
14
15
0 commit comments