We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cc995 commit 9571404Copy full SHA for 9571404
src/GitVersionExe/GitVersionExe.csproj
@@ -24,7 +24,7 @@
24
</PropertyGroup>
25
26
<ItemGroup Condition="'$(TargetFramework)'=='net472'">
27
- <PackageReference Include="JetBrains.Annotations" Version="$(PackageVersion_JetBrainsAnnotations)"></PackageReference>
+ <PackageReference Include="JetBrains.Annotations" Version="$(PackageVersion_JetBrainsAnnotations)" />
28
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="$(PackageVersion_LibGit2Sharp_NativeBinaries)" />
29
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="1.1.0" />
30
</ItemGroup>
0 commit comments