diff options
author | Rob Mensching <rob@firegiant.com> | 2024-07-12 01:57:23 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2024-07-12 10:52:19 -0700 |
commit | 55bfbccc3514efa552726ff3563fe5846de34ef0 (patch) | |
tree | 5eb1a77514d2c0fd2d4f4d11384a5fdebfd5afbe | |
parent | 41cf53b5ce33d297f70d29bc39eac4bce6a2c28e (diff) | |
download | wix-55bfbccc3514efa552726ff3563fe5846de34ef0.tar.gz wix-55bfbccc3514efa552726ff3563fe5846de34ef0.tar.bz2 wix-55bfbccc3514efa552726ff3563fe5846de34ef0.zip |
Move DTF back to .NET 2.0 as it is still supported
Fixes 8134
7 files changed, 8 insertions, 8 deletions
diff --git a/src/dtf/WixToolset.Dtf.Compression.Cab/WixToolset.Dtf.Compression.Cab.csproj b/src/dtf/WixToolset.Dtf.Compression.Cab/WixToolset.Dtf.Compression.Cab.csproj index f2e940cd..08a88b30 100644 --- a/src/dtf/WixToolset.Dtf.Compression.Cab/WixToolset.Dtf.Compression.Cab.csproj +++ b/src/dtf/WixToolset.Dtf.Compression.Cab/WixToolset.Dtf.Compression.Cab.csproj | |||
@@ -5,7 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <RootNamespace>WixToolset.Dtf.Compression.Cab</RootNamespace> | 6 | <RootNamespace>WixToolset.Dtf.Compression.Cab</RootNamespace> |
7 | <AssemblyName>WixToolset.Dtf.Compression.Cab</AssemblyName> | 7 | <AssemblyName>WixToolset.Dtf.Compression.Cab</AssemblyName> |
8 | <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> | 8 | <TargetFrameworks>netstandard2.0;net20</TargetFrameworks> |
9 | <Description>Managed libraries for cabinet archive packing and unpacking</Description> | 9 | <Description>Managed libraries for cabinet archive packing and unpacking</Description> |
10 | <CreateDocumentationFile>true</CreateDocumentationFile> | 10 | <CreateDocumentationFile>true</CreateDocumentationFile> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
diff --git a/src/dtf/WixToolset.Dtf.Compression.Zip/WixToolset.Dtf.Compression.Zip.csproj b/src/dtf/WixToolset.Dtf.Compression.Zip/WixToolset.Dtf.Compression.Zip.csproj index 8dcc48e4..aa97019d 100644 --- a/src/dtf/WixToolset.Dtf.Compression.Zip/WixToolset.Dtf.Compression.Zip.csproj +++ b/src/dtf/WixToolset.Dtf.Compression.Zip/WixToolset.Dtf.Compression.Zip.csproj | |||
@@ -5,7 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <RootNamespace>WixToolset.Dtf.Compression.Zip</RootNamespace> | 6 | <RootNamespace>WixToolset.Dtf.Compression.Zip</RootNamespace> |
7 | <AssemblyName>WixToolset.Dtf.Compression.Zip</AssemblyName> | 7 | <AssemblyName>WixToolset.Dtf.Compression.Zip</AssemblyName> |
8 | <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> | 8 | <TargetFrameworks>netstandard2.0;net20</TargetFrameworks> |
9 | <Description>Managed libraries for zip archive packing and unpacking</Description> | 9 | <Description>Managed libraries for zip archive packing and unpacking</Description> |
10 | <CreateDocumentationFile>true</CreateDocumentationFile> | 10 | <CreateDocumentationFile>true</CreateDocumentationFile> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
diff --git a/src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj b/src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj index de3f076a..907e7a04 100644 --- a/src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj +++ b/src/dtf/WixToolset.Dtf.Compression/WixToolset.Dtf.Compression.csproj | |||
@@ -5,7 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <RootNamespace>WixToolset.Dtf.Compression</RootNamespace> | 6 | <RootNamespace>WixToolset.Dtf.Compression</RootNamespace> |
7 | <AssemblyName>WixToolset.Dtf.Compression</AssemblyName> | 7 | <AssemblyName>WixToolset.Dtf.Compression</AssemblyName> |
8 | <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> | 8 | <TargetFrameworks>netstandard2.0;net20</TargetFrameworks> |
9 | <Description>Abstract base libraries for archive packing and unpacking</Description> | 9 | <Description>Abstract base libraries for archive packing and unpacking</Description> |
10 | <CreateDocumentationFile>true</CreateDocumentationFile> | 10 | <CreateDocumentationFile>true</CreateDocumentationFile> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
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> |
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> |
diff --git a/src/dtf/WixToolset.Dtf.WindowsInstaller.Package/WixToolset.Dtf.WindowsInstaller.Package.csproj b/src/dtf/WixToolset.Dtf.WindowsInstaller.Package/WixToolset.Dtf.WindowsInstaller.Package.csproj index c9c6ac95..b3952177 100644 --- a/src/dtf/WixToolset.Dtf.WindowsInstaller.Package/WixToolset.Dtf.WindowsInstaller.Package.csproj +++ b/src/dtf/WixToolset.Dtf.WindowsInstaller.Package/WixToolset.Dtf.WindowsInstaller.Package.csproj | |||
@@ -5,7 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <RootNamespace>WixToolset.Dtf.WindowsInstaller</RootNamespace> | 6 | <RootNamespace>WixToolset.Dtf.WindowsInstaller</RootNamespace> |
7 | <AssemblyName>WixToolset.Dtf.WindowsInstaller.Package</AssemblyName> | 7 | <AssemblyName>WixToolset.Dtf.WindowsInstaller.Package</AssemblyName> |
8 | <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> | 8 | <TargetFrameworks>netstandard2.0;net20</TargetFrameworks> |
9 | <Description>Extended managed libraries for Windows Installer</Description> | 9 | <Description>Extended managed libraries for Windows Installer</Description> |
10 | <CreateDocumentationFile>true</CreateDocumentationFile> | 10 | <CreateDocumentationFile>true</CreateDocumentationFile> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
diff --git a/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj b/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj index 648c11f6..117a4114 100644 --- a/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj +++ b/src/dtf/WixToolset.Dtf.WindowsInstaller/WixToolset.Dtf.WindowsInstaller.csproj | |||
@@ -5,7 +5,7 @@ | |||
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <RootNamespace>WixToolset.Dtf.WindowsInstaller</RootNamespace> | 6 | <RootNamespace>WixToolset.Dtf.WindowsInstaller</RootNamespace> |
7 | <AssemblyName>WixToolset.Dtf.WindowsInstaller</AssemblyName> | 7 | <AssemblyName>WixToolset.Dtf.WindowsInstaller</AssemblyName> |
8 | <TargetFrameworks>netstandard2.0;net462</TargetFrameworks> | 8 | <TargetFrameworks>netstandard2.0;net20</TargetFrameworks> |
9 | <Description>Managed libraries for Windows Installer</Description> | 9 | <Description>Managed libraries for Windows Installer</Description> |
10 | <CreateDocumentationFile>true</CreateDocumentationFile> | 10 | <CreateDocumentationFile>true</CreateDocumentationFile> |
11 | </PropertyGroup> | 11 | </PropertyGroup> |
@@ -19,7 +19,7 @@ | |||
19 | <None Include="WindowsInstaller.cd" /> | 19 | <None Include="WindowsInstaller.cd" /> |
20 | </ItemGroup> | 20 | </ItemGroup> |
21 | 21 | ||
22 | <ItemGroup Condition=" '$(TargetFramework)'=='net462' "> | 22 | <ItemGroup Condition=" '$(TargetFramework)'=='net20' "> |
23 | <Reference Include="System.Configuration" /> | 23 | <Reference Include="System.Configuration" /> |
24 | </ItemGroup> | 24 | </ItemGroup> |
25 | </Project> | 25 | </Project> |