Skip to content

Commit

Permalink
Remove duplicate ProjectReference to HealthChecks.UI.Client.csproj
Browse files Browse the repository at this point in the history
This already happens in the root test Directory.Build.props file.
  • Loading branch information
eerhardt committed Dec 3, 2024
1 parent b332c22 commit 9a4921d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<ProjectReference Include="..\..\src\HealthChecks.UI.Client\HealthChecks.UI.Client.csproj" />
</ItemGroup>

</Project>
1 change: 0 additions & 1 deletion test/HealthChecks.UI.Tests/HealthChecks.UI.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<ItemGroup>
<ProjectReference Include="..\..\build\docker-images\HealthChecks.UI.Image\HealthChecks.UI.Image.csproj" />
<ProjectReference Include="..\..\src\HealthChecks.UI.Client\HealthChecks.UI.Client.csproj" />
<ProjectReference Include="..\..\src\HealthChecks.UI.InMemory.Storage\HealthChecks.UI.InMemory.Storage.csproj" />
<ProjectReference Include="..\..\src\HealthChecks.UI.MySql.Storage\HealthChecks.UI.MySql.Storage.csproj" />
<ProjectReference Include="..\..\src\HealthChecks.UI.PostgreSQL.Storage\HealthChecks.UI.PostgreSQL.Storage.csproj" />
Expand Down

0 comments on commit 9a4921d

Please sign in to comment.