Skip to content

Commit

Permalink
add back GitVersion library (#69)
Browse files Browse the repository at this point in the history
- adding back GitVersion library
  • Loading branch information
DaveSkender authored Jul 10, 2020
1 parent 903c739 commit 4b80c74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Indicators/Indicators.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ Please contribute to help us get to v1.0.0. Feedback appreciated.
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
<PackageReference Include="GitVersionTask" Version="5.3.7">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 4b80c74

Please sign in to comment.