aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixToolset.Msmq.wixext.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/WixToolset.Msmq.wixext.csproj')
-rw-r--r--src/wixext/WixToolset.Msmq.wixext.csproj3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wixext/WixToolset.Msmq.wixext.csproj b/src/wixext/WixToolset.Msmq.wixext.csproj
index 4c421bac..4bd6a3f5 100644
--- a/src/wixext/WixToolset.Msmq.wixext.csproj
+++ b/src/wixext/WixToolset.Msmq.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="msmq.xsd" PackagePath="tools" />
17 <EmbeddedResource Include="$(OutputPath)..\msmq.wixlib" /> 16 <EmbeddedResource Include="$(OutputPath)..\msmq.wixlib" />
18 </ItemGroup> 17 </ItemGroup>
19 18
@@ -26,6 +25,6 @@
26 </ItemGroup> 25 </ItemGroup>
27 26
28 <ItemGroup> 27 <ItemGroup>
29 <PackageReference Include="Nerdbank.GitVersioning" Version="2.1.65" PrivateAssets="all" /> 28 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="all" />
30 </ItemGroup> 29 </ItemGroup>
31</Project> 30</Project>