@joebigelow / wix-1 / commits / ad82e17f

Fix some errors new to .NET SDK 6.0.400.

Bob Arnson committed Aug 14, 2022 at 17:26 UTC ad82e17f5a0d0834a8e6bd8d49a87b14855ed6a8
2 files changed -7
src/wix/pack-wix/pack-wix.csproj
-5
@@ -10,9 +10,4 @@
10 <PackageId>wix</PackageId>
11 <NuspecBasePath>$(OutputPath)publish\wix\</NuspecBasePath>
12 </PropertyGroup>
13 -
14 - <ItemGroup>
15 - <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
16 - <PackageReference Include="GitInfo" PrivateAssets="All" />
17 - </ItemGroup>
13 </Project>
src/wix/test/WixToolsetTest.Converters/WixToolsetTest.Converters.csproj
-2
@@ -31,7 +31,5 @@
31 <PackageReference Include="Microsoft.NET.Test.Sdk" />
32 <PackageReference Include="xunit" />
33 <PackageReference Include="xunit.runner.visualstudio" PrivateAssets="All" />
34 - <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
35 - <PackageReference Include="GitInfo" PrivateAssets="All" />
34 </ItemGroup>
35 </Project>