aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixToolset.DifxApp.wixext.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/WixToolset.DifxApp.wixext.csproj')
-rw-r--r--src/wixext/WixToolset.DifxApp.wixext.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wixext/WixToolset.DifxApp.wixext.csproj b/src/wixext/WixToolset.DifxApp.wixext.csproj
index ca27b04e..50d3debf 100644
--- a/src/wixext/WixToolset.DifxApp.wixext.csproj
+++ b/src/wixext/WixToolset.DifxApp.wixext.csproj
@@ -12,7 +12,6 @@
12 </PropertyGroup> 12 </PropertyGroup>
13 <ItemGroup> 13 <ItemGroup>
14 <Content Include="$(MSBuildThisFileName).targets" /> 14 <Content Include="$(MSBuildThisFileName).targets" />
15 <Content Include="difxapp.xsd" PackagePath="tools" />
16 <EmbeddedResource Include="$(OutputPath)..\difxapp.wixlib" /> 15 <EmbeddedResource Include="$(OutputPath)..\difxapp.wixlib" />
17 </ItemGroup> 16 </ItemGroup>
18 <ItemGroup> 17 <ItemGroup>
@@ -24,6 +23,6 @@
24 </ItemGroup> 23 </ItemGroup>
25 24
26 <ItemGroup> 25 <ItemGroup>
27 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> 26 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
28 </ItemGroup> 27 </ItemGroup>
29</Project> 28</Project>