aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-08 21:57:31 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-08 22:11:35 +1000
commite087bb766a7f85d78d1bfa7b240a08db4e27f730 (patch)
tree3a33fbc6d2e6605a6cbc186a9c7603a07952febb /src/wixcop
parent692f9292e733f0d5383f04dc55c78241785f7118 (diff)
downloadwix-e087bb766a7f85d78d1bfa7b240a08db4e27f730.tar.gz
wix-e087bb766a7f85d78d1bfa7b240a08db4e27f730.tar.bz2
wix-e087bb766a7f85d78d1bfa7b240a08db4e27f730.zip
Implement Heat tasks from WixToolset.Harvesters
Diffstat (limited to 'src/wixcop')
-rw-r--r--src/wixcop/WixCop.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj
index 858d3b52..0e6be055 100644
--- a/src/wixcop/WixCop.csproj
+++ b/src/wixcop/WixCop.csproj
@@ -25,7 +25,7 @@
25 </ItemGroup> 25 </ItemGroup>
26 26
27 <ItemGroup> 27 <ItemGroup>
28 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-18618-05" PrivateAssets="All"/> 28 <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
29 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" /> 29 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="All" />
30 </ItemGroup> 30 </ItemGroup>
31</Project> 31</Project>