summaryrefslogtreecommitdiff
path: root/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-12-18 19:44:47 -0800
committerRob Mensching <rob@firegiant.com>2023-12-19 11:46:11 -0800
commitf02ef4acf9649badaa3ab78d2499ca5014fa2234 (patch)
tree78e9cbccc6f11a7a354d73cb6d5df95718799828 /src/test/burn/TestData/WixIuiBaTests/EmbeddedUI
parent7b63b092cbc393739d64c371dd89f91891d15102 (diff)
downloadwix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.tar.gz
wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.tar.bz2
wix-f02ef4acf9649badaa3ab78d2499ca5014fa2234.zip
Make the minimum supported .NET Framework v4.6.2
Diffstat (limited to 'src/test/burn/TestData/WixIuiBaTests/EmbeddedUI')
-rw-r--r--src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj b/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj
index a6339220..b183b842 100644
--- a/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj
+++ b/src/test/burn/TestData/WixIuiBaTests/EmbeddedUI/EmbeddedUI.csproj
@@ -1,6 +1,6 @@
1<Project Sdk="Microsoft.NET.Sdk"> 1<Project Sdk="Microsoft.NET.Sdk">
2 <PropertyGroup> 2 <PropertyGroup>
3 <TargetFramework>net35</TargetFramework> 3 <TargetFramework>net462</TargetFramework>
4 <Description>Sample managed embedded external UI</Description> 4 <Description>Sample managed embedded external UI</Description>
5 <UseWPF>true</UseWPF> 5 <UseWPF>true</UseWPF>
6 </PropertyGroup> 6 </PropertyGroup>