summaryrefslogtreecommitdiff
path: root/src/dtf/WixToolset.Dtf.Resources
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.Resources
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.Resources')
-rw-r--r--src/dtf/WixToolset.Dtf.Resources/WixToolset.Dtf.Resources.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dtf/WixToolset.Dtf.Resources/WixToolset.Dtf.Resources.csproj b/src/dtf/WixToolset.Dtf.Resources/WixToolset.Dtf.Resources.csproj
index e0635ae9..89bff841 100644
--- a/src/dtf/WixToolset.Dtf.Resources/WixToolset.Dtf.Resources.csproj
+++ b/src/dtf/WixToolset.Dtf.Resources/WixToolset.Dtf.Resources.csproj
@@ -5,7 +5,7 @@
5 <PropertyGroup> 5 <PropertyGroup>
6 <RootNamespace>WixToolset.Dtf.Resources</RootNamespace> 6 <RootNamespace>WixToolset.Dtf.Resources</RootNamespace>
7 <AssemblyName>WixToolset.Dtf.Resources</AssemblyName> 7 <AssemblyName>WixToolset.Dtf.Resources</AssemblyName>
8 <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> 8 <TargetFrameworks>netstandard2.0;net20</TargetFrameworks>
9 <Description>Classes for reading and writing resource data in executable files</Description> 9 <Description>Classes for reading and writing resource data in executable files</Description>
10 <CreateDocumentationFile>true</CreateDocumentationFile> 10 <CreateDocumentationFile>true</CreateDocumentationFile>
11 </PropertyGroup> 11 </PropertyGroup>