aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixToolset.Netfx.wixext.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/WixToolset.Netfx.wixext.csproj')
-rw-r--r--src/wixext/WixToolset.Netfx.wixext.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wixext/WixToolset.Netfx.wixext.csproj b/src/wixext/WixToolset.Netfx.wixext.csproj
index 5f02a850..434a7c79 100644
--- a/src/wixext/WixToolset.Netfx.wixext.csproj
+++ b/src/wixext/WixToolset.Netfx.wixext.csproj
@@ -13,7 +13,6 @@
13 13
14 <ItemGroup> 14 <ItemGroup>
15 <Content Include="$(MSBuildThisFileName).targets" /> 15 <Content Include="$(MSBuildThisFileName).targets" />
16 <Content Include="netfx.xsd" PackagePath="tools" />
17 <EmbeddedResource Include="$(OutputPath)..\netfx.wixlib" /> 16 <EmbeddedResource Include="$(OutputPath)..\netfx.wixlib" />
18 </ItemGroup> 17 </ItemGroup>
19 18
@@ -27,6 +26,6 @@
27 </ItemGroup> 26 </ItemGroup>
28 27
29 <ItemGroup> 28 <ItemGroup>
30 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> 29 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
31 </ItemGroup> 30 </ItemGroup>
32</Project> 31</Project>