Skip to content

Commit b9accc0

Browse files
committed
Consolidated project references within OnTopic.AspNetCore.Mvc.Tests
The `OnTopic.AspNetCore.Mvc.Tests` project relies upon the ``OnTopic.AspNetCore.Mvc.Host` project, which in turn relies upon the `OnTopic.All` project. As such, there's no need or benefit to explicitly referencing each of the individual projects.
1 parent fc7d795 commit b9accc0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

OnTopic.AspNetCore.Mvc.Tests/OnTopic.AspNetCore.Mvc.Tests.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717

1818
<ItemGroup>
1919
<ProjectReference Include="..\OnTopic.AspNetCore.Mvc.Host\OnTopic.AspNetCore.Mvc.Host.csproj" />
20-
<ProjectReference Include="..\OnTopic.AspNetCore.Mvc\OnTopic.AspNetCore.Mvc.csproj" />
21-
<ProjectReference Include="..\OnTopic.Data.Caching\OnTopic.Data.Caching.csproj" />
2220
<ProjectReference Include="..\OnTopic.TestDoubles\OnTopic.TestDoubles.csproj" />
23-
<ProjectReference Include="..\OnTopic.ViewModels\OnTopic.ViewModels.csproj" />
24-
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
2521
</ItemGroup>
2622

27-
</Project>
23+
</Project>

0 commit comments

Comments
 (0)