Skip to content

Commit

Permalink
Simplify PackageReference in .vcxproj
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Feb 27, 2021
1 parent 1550b30 commit 92fb111
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/ca/dependencyca.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="WixToolset.Dutil">
<Version>4.0.62</Version>
</PackageReference>
<PackageReference Include="WixToolset.WcaUtil">
<Version>4.0.18</Version>
</PackageReference>
<PackageReference Include="Microsoft.SourceLink.GitHub">
<Version>1.0.0</Version>
</PackageReference>
<PackageReference Include="Nerdbank.GitVersioning">
<Version>3.3.37</Version>
</PackageReference>
<PackageReference Include="WixToolset.Dutil" Version="4.0.62" />
<PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />
<PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" />
</ItemGroup>

<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down

0 comments on commit 92fb111

Please sign in to comment.