aboutsummaryrefslogtreecommitdiff
path: root/src/test/CompileCoreTestExtensionWixlib
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-07-14 14:40:06 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-07-14 14:49:08 +1000
commit1717b6b6273ef09bed9cc359d1c062c55650fd7e (patch)
tree6b724782f4d7d64de68e92f279e0c8199ab8b65a /src/test/CompileCoreTestExtensionWixlib
parent6fdec6b03b34767c6c172d6910546f5e1555431f (diff)
downloadwix-1717b6b6273ef09bed9cc359d1c062c55650fd7e.tar.gz
wix-1717b6b6273ef09bed9cc359d1c062c55650fd7e.tar.bz2
wix-1717b6b6273ef09bed9cc359d1c062c55650fd7e.zip
Update CompileCoreTestExtensionWixlib to be a .NET Core app.
Diffstat (limited to 'src/test/CompileCoreTestExtensionWixlib')
-rw-r--r--src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj b/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj
index 7e5c33ef..41c10d40 100644
--- a/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj
+++ b/src/test/CompileCoreTestExtensionWixlib/CompileCoreTestExtensionWixlib.csproj
@@ -3,7 +3,7 @@
3 3
4<Project Sdk="Microsoft.NET.Sdk"> 4<Project Sdk="Microsoft.NET.Sdk">
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFramework>net472</TargetFramework> 6 <TargetFramework>netcoreapp2.1</TargetFramework>
7 <OutputType>Exe</OutputType> 7 <OutputType>Exe</OutputType>
8 </PropertyGroup> 8 </PropertyGroup>
9 9