aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2022-08-14 17:26:04 -0400
committerBob Arnson <github@bobs.org>2022-08-14 18:11:00 -0400
commitad82e17f5a0d0834a8e6bd8d49a87b14855ed6a8 (patch)
treefdb5501abd0dc9a370b37351d561743782f4e3d8
parent6573eb709147ec52455d03fde60ad567bc79d1bd (diff)
downloadwix-ad82e17f5a0d0834a8e6bd8d49a87b14855ed6a8.tar.gz
wix-ad82e17f5a0d0834a8e6bd8d49a87b14855ed6a8.tar.bz2
wix-ad82e17f5a0d0834a8e6bd8d49a87b14855ed6a8.zip
Fix some errors new to .NET SDK 6.0.400.
-rw-r--r--src/wix/pack-wix/pack-wix.csproj5
-rw-r--r--src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj2
2 files changed, 0 insertions, 7 deletions
diff --git a/src/wix/pack-wix/pack-wix.csproj b/src/wix/pack-wix/pack-wix.csproj
index bee625ed..f47306d2 100644
--- a/src/wix/pack-wix/pack-wix.csproj
+++ b/src/wix/pack-wix/pack-wix.csproj
@@ -10,9 +10,4 @@
10 <PackageId>wix</PackageId> 10 <PackageId>wix</PackageId>
11 <NuspecBasePath>$(OutputPath)publish\wix\</NuspecBasePath> 11 <NuspecBasePath>$(OutputPath)publish\wix\</NuspecBasePath>
12 </PropertyGroup> 12 </PropertyGroup>
13
14 <ItemGroup>
15 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
16 <PackageReference Include="GitInfo" PrivateAssets="All" />
17 </ItemGroup>
18</Project> 13</Project>
diff --git a/src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj b/src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj
index 90344c2d..2d7da5ad 100644
--- a/src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj
+++ b/src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj
@@ -31,7 +31,5 @@
31 <PackageReference Include="Microsoft.NET.Test.Sdk" /> 31 <PackageReference Include="Microsoft.NET.Test.Sdk" />
32 <PackageReference Include="xunit" /> 32 <PackageReference Include="xunit" />
33 <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" /> 33 <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" />
34 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
35 <PackageReference Include="GitInfo" PrivateAssets="All" />
36 </ItemGroup> 34 </ItemGroup>
37</Project> 35</Project>