aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-06-18 18:03:33 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-06-18 22:08:12 +1000
commitb7ee8f1eaa4e67b3eeba426b4bc528b35042dbea (patch)
tree339b035debafe3b82fcdc7dbff144d6d5bbbf248 /src/test
parent9010bd828e70e91523ed74733cc371eec09f58bb (diff)
downloadwix-b7ee8f1eaa4e67b3eeba426b4bc528b35042dbea.tar.gz
wix-b7ee8f1eaa4e67b3eeba426b4bc528b35042dbea.tar.bz2
wix-b7ee8f1eaa4e67b3eeba426b4bc528b35042dbea.zip
Create netstandard version of Mba.Core and separate nupkg for mbanative.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj b/src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj
index 9959e261..8691f89f 100644
--- a/src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj
+++ b/src/test/WixToolsetTest.Mba.Core/WixToolsetTest.Mba.Core.csproj
@@ -5,7 +5,7 @@
5 <PropertyGroup> 5 <PropertyGroup>
6 <TargetFramework>netcoreapp3.1</TargetFramework> 6 <TargetFramework>netcoreapp3.1</TargetFramework>
7 <IsPackable>false</IsPackable> 7 <IsPackable>false</IsPackable>
8 <Platforms>AnyCPU;x86;x64</Platforms> 8 <RuntimeIdentifier>win-x86</RuntimeIdentifier>
9 </PropertyGroup> 9 </PropertyGroup>
10 10
11 <PropertyGroup> 11 <PropertyGroup>