diff options
author | Bob Arnson <bob@firegiant.com> | 2021-12-05 21:16:28 -0500 |
---|---|---|
committer | Bob Arnson <github@bobs.org> | 2021-12-25 20:31:10 -0500 |
commit | 667ee81ee0263314b4546f5598efc66fe84c08b7 (patch) | |
tree | cfc2077743411a93d0e3c0d2ef637ef9bbdb655e /src/dtf/WixToolset.Dtf.WindowsInstaller.Linq | |
parent | b9c712f26d921f7ffe0509d1cc45456680e8139f (diff) | |
download | wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.gz wix-667ee81ee0263314b4546f5598efc66fe84c08b7.tar.bz2 wix-667ee81ee0263314b4546f5598efc66fe84c08b7.zip |
Build with VS2022, which is now required.
- Use VS2022/v143 libraries exclusively. C++ compatibility works.
Diffstat (limited to 'src/dtf/WixToolset.Dtf.WindowsInstaller.Linq')
-rw-r--r-- | src/dtf/WixToolset.Dtf.WindowsInstaller.Linq/WixToolset.Dtf.WindowsInstaller.Linq.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/dtf/WixToolset.Dtf.WindowsInstaller.Linq/WixToolset.Dtf.WindowsInstaller.Linq.csproj b/src/dtf/WixToolset.Dtf.WindowsInstaller.Linq/WixToolset.Dtf.WindowsInstaller.Linq.csproj index fbc85880..7aa376bb 100644 --- a/src/dtf/WixToolset.Dtf.WindowsInstaller.Linq/WixToolset.Dtf.WindowsInstaller.Linq.csproj +++ b/src/dtf/WixToolset.Dtf.WindowsInstaller.Linq/WixToolset.Dtf.WindowsInstaller.Linq.csproj | |||
@@ -13,4 +13,8 @@ | |||
13 | <ItemGroup> | 13 | <ItemGroup> |
14 | <ProjectReference Include="..\WixToolset.Dtf.WindowsInstaller\WixToolset.Dtf.WindowsInstaller.csproj" /> | 14 | <ProjectReference Include="..\WixToolset.Dtf.WindowsInstaller\WixToolset.Dtf.WindowsInstaller.csproj" /> |
15 | </ItemGroup> | 15 | </ItemGroup> |
16 | |||
17 | <ItemGroup> | ||
18 | <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" /> | ||
19 | </ItemGroup> | ||
16 | </Project> | 20 | </Project> |