summaryrefslogtreecommitdiff
path: root/src/dtf/WixToolset.Dtf.WindowsInstaller.Linq
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2024-07-12 01:57:23 -0700
committerRob Mensching <rob@firegiant.com>2024-07-12 10:52:19 -0700
commit55bfbccc3514efa552726ff3563fe5846de34ef0 (patch)
tree5eb1a77514d2c0fd2d4f4d11384a5fdebfd5afbe /src/dtf/WixToolset.Dtf.WindowsInstaller.Linq
parent41cf53b5ce33d297f70d29bc39eac4bce6a2c28e (diff)
downloadwix-55bfbccc3514efa552726ff3563fe5846de34ef0.tar.gz
wix-55bfbccc3514efa552726ff3563fe5846de34ef0.tar.bz2
wix-55bfbccc3514efa552726ff3563fe5846de34ef0.zip
Move DTF back to .NET 2.0 as it is still supported
Fixes 8134
Diffstat (limited to 'src/dtf/WixToolset.Dtf.WindowsInstaller.Linq')
-rw-r--r--src/dtf/WixToolset.Dtf.WindowsInstaller.Linq/WixToolset.Dtf.WindowsInstaller.Linq.csproj2
1 files changed, 1 insertions, 1 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 e4b9d2ac..fbc85880 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
@@ -5,7 +5,7 @@
5 <PropertyGroup> 5 <PropertyGroup>
6 <RootNamespace>WixToolset.Dtf.WindowsInstaller.Linq</RootNamespace> 6 <RootNamespace>WixToolset.Dtf.WindowsInstaller.Linq</RootNamespace>
7 <AssemblyName>WixToolset.Dtf.WindowsInstaller.Linq</AssemblyName> 7 <AssemblyName>WixToolset.Dtf.WindowsInstaller.Linq</AssemblyName>
8 <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> 8 <TargetFrameworks>netstandard2.0;net35</TargetFrameworks>
9 <Description>LINQ extensions for Windows Installer classes</Description> 9 <Description>LINQ extensions for Windows Installer classes</Description>
10 <CreateDocumentationFile>true</CreateDocumentationFile> 10 <CreateDocumentationFile>true</CreateDocumentationFile>
11 </PropertyGroup> 11 </PropertyGroup>