Skip to content

Commit fd295a7

Browse files
committed
Introduced GitVersion for the OnTopic.All metapackage
The `OnTopic.All` metapackage should maintain the same versioning as the OnTopic libraries that it depends upon. To help ensure that, a dependency on the `GitVersion.MsBuild` package is introduced.
1 parent 3740b99 commit fd295a7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

OnTopic.All/OnTopic.All.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
<Authors>Ignia</Authors>
1818
</PropertyGroup>
1919

20+
<ItemGroup>
21+
<PackageReference Include="GitVersion.MsBuild" Version="5.6.6">
22+
<PrivateAssets>all</PrivateAssets>
23+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
24+
</PackageReference>
25+
</ItemGroup>
26+
2027
<ItemGroup>
2128
<ProjectReference Include="..\OnTopic.AspNetCore.Mvc\OnTopic.AspNetCore.Mvc.csproj" />
2229
<ProjectReference Include="..\OnTopic.Data.Caching\OnTopic.Data.Caching.csproj" />

0 commit comments

Comments
 (0)