Skip to content

Commit

Permalink
fix(*): fix typo in CrossCuttingConcerns project name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmet-cetinkaya committed May 12, 2023
1 parent 603aa64 commit 3056c82
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NArchitectureCodeGenerator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.CodeGen", "src\corePac
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Application", "src\corePackages\Core.Application\Core.Application.csproj", "{ABAE025D-8DB7-4BEC-9B84-6E279246C6EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.CrossCuttingConcerns", "src\corePackages\Core.CrossCuttingConcers\Core.CrossCuttingConcerns.csproj", "{DAA1FFAA-74C7-48AE-A372-C8136F8E99B2}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.CrossCuttingConcerns", "src\corePackages\Core.CrossCuttingConcerns\Core.CrossCuttingConcerns.csproj", "{DAA1FFAA-74C7-48AE-A372-C8136F8E99B2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.ConsoleUI", "src\corePackages\Core.ConsoleUI\Core.ConsoleUI.csproj", "{92C3F668-A726-49AA-8652-B479588BD68F}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion src/nArchGen/Application/Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ItemGroup>
<ProjectReference Include="..\..\corePackages\Core.Application\Core.Application.csproj" />
<ProjectReference Include="..\..\corePackages\Core.CodeGen\Core.CodeGen.csproj" />
<ProjectReference Include="..\..\corePackages\Core.CrossCuttingConcers\Core.CrossCuttingConcerns.csproj" />
<ProjectReference Include="..\..\corePackages\Core.CrossCuttingConcerns\Core.CrossCuttingConcerns.csproj" />
<ProjectReference Include="..\Domain\Domain.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 3056c82

Please sign in to comment.