Skip to content

Commit e1144ec

Browse files
committed
Updated Host project to rely on the new OnTopic.All metapackage
The `Host` project isn't just a way of doing quick testing of the OnTopic Library; it's also a barebones reference for how an OnTopic implementation is expected to be configured. Given that, it should use the new `OnTopic.All` metapackage, which is what we expect most customers will use.
1 parent fd295a7 commit e1144ec

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

OnTopic.AspNetCore.Mvc.Host/OnTopic.AspNetCore.Mvc.Host.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<ProjectReference Include="..\OnTopic.AspNetCore.Mvc\OnTopic.AspNetCore.Mvc.csproj" />
19-
<ProjectReference Include="..\OnTopic.Data.Caching\OnTopic.Data.Caching.csproj" />
20-
<ProjectReference Include="..\OnTopic.Data.Sql\OnTopic.Data.Sql.csproj" />
21-
<ProjectReference Include="..\OnTopic.ViewModels\OnTopic.ViewModels.csproj" />
22-
<ProjectReference Include="..\OnTopic\OnTopic.csproj" />
18+
<ProjectReference Include="..\OnTopic.All\OnTopic.All.csproj" />
2319
</ItemGroup>
2420

2521
</Project>

0 commit comments

Comments
 (0)