aboutsummaryrefslogtreecommitdiff
path: root/src/test/msi
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-11-13 10:20:34 -0800
committerRob Mensching <rob@firegiant.com>2025-12-14 08:00:56 -0800
commita52036eda6958f4671c9ecb04373bf7bc2e4bd36 (patch)
tree2a25156ab485316666b321a4188c00008ac50e91 /src/test/msi
parent84689a9b15900ece2c3c40f000416b5bba2c2059 (diff)
downloadwix-a52036eda6958f4671c9ecb04373bf7bc2e4bd36.tar.gz
wix-a52036eda6958f4671c9ecb04373bf7bc2e4bd36.tar.bz2
wix-a52036eda6958f4671c9ecb04373bf7bc2e4bd36.zip
Update to use .NET 10 SDK for builds
Diffstat (limited to 'src/test/msi')
-rw-r--r--src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj b/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
index 21b00b7d..f0bf8a5d 100644
--- a/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
+++ b/src/test/msi/WixToolsetTest.MsiE2E/WixToolsetTest.MsiE2E.csproj
@@ -28,9 +28,6 @@
28 </ItemGroup> 28 </ItemGroup>
29 29
30 <ItemGroup> 30 <ItemGroup>
31 <PackageReference Include="Microsoft.Win32.Registry" />
32 <PackageReference Include="System.Net.NetworkInformation" />
33 <PackageReference Include="System.Security.Principal.Windows" />
34 <PackageReference Include="WixInternal.TestSupport" /> 31 <PackageReference Include="WixInternal.TestSupport" />
35 <PackageReference Include="WixToolset.Data" /> 32 <PackageReference Include="WixToolset.Data" />
36 </ItemGroup> 33 </ItemGroup>