Skip to content

Commit

Permalink
Order of ProjectReferences
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDev committed Oct 11, 2024
1 parent 1243ad3 commit e89cca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<IsTrimmable>False</IsTrimmable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Chaos.Darkages\Chaos.Darkages.csproj" />
<ProjectReference Include="..\Chaos.Common\Chaos.Common.csproj" />
<ProjectReference Include="..\Chaos.Cryptography.Abstractions\Chaos.Cryptography.Abstractions.csproj" />
<ProjectReference Include="..\Chaos.Darkages\Chaos.Darkages.csproj" />
<ProjectReference Include="..\Chaos.Packets\Chaos.Packets.csproj" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Chaos.Time/Chaos.Time.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<IsTrimmable>False</IsTrimmable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Chaos.Darkages\Chaos.Darkages.csproj" />
<ProjectReference Include="..\Chaos.Common\Chaos.Common.csproj" />
<ProjectReference Include="..\Chaos.Darkages\Chaos.Darkages.csproj" />
<ProjectReference Include="..\Chaos.NLog.Logging\Chaos.NLog.Logging.csproj" />
<ProjectReference Include="..\Chaos.Time.Abstractions\Chaos.Time.Abstractions.csproj" />
</ItemGroup>
Expand Down

0 comments on commit e89cca2

Please sign in to comment.