diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-09 21:00:07 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-09 21:18:24 +1000 |
commit | 00eb63b1a04fd455699b3d0ae5039c4092cf3aa7 (patch) | |
tree | f835e2270171be01291f4dfa2ba1eca0f575d463 /src/test | |
parent | 9bbba7d3cdbaf54257e39eb344a5eabbefe1bf2a (diff) | |
download | wix-00eb63b1a04fd455699b3d0ae5039c4092cf3aa7.tar.gz wix-00eb63b1a04fd455699b3d0ae5039c4092cf3aa7.tar.bz2 wix-00eb63b1a04fd455699b3d0ae5039c4092cf3aa7.zip |
Set RuntimeIdentifier to win-x86 in most projects
now that the WixToolset.Core.Native package isn't providing wixnative.*.exe anymore.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj | 1 | ||||
-rw-r--r-- | src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj b/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj index 7573339f..b48f5477 100644 --- a/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj +++ b/src/test/WixToolsetTest.BuildTasks/WixToolsetTest.BuildTasks.csproj | |||
@@ -6,6 +6,7 @@ | |||
6 | <TargetFramework>net461</TargetFramework> | 6 | <TargetFramework>net461</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | <DebugType>embedded</DebugType> | 8 | <DebugType>embedded</DebugType> |
9 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | ||
9 | </PropertyGroup> | 10 | </PropertyGroup> |
10 | 11 | ||
11 | <ItemGroup> | 12 | <ItemGroup> |
diff --git a/src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj b/src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj index c58b6091..787b8ca1 100644 --- a/src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj +++ b/src/test/WixToolsetTest.WixCop/WixToolsetTest.WixCop.csproj | |||
@@ -3,9 +3,10 @@ | |||
3 | 3 | ||
4 | <Project Sdk="Microsoft.NET.Sdk"> | 4 | <Project Sdk="Microsoft.NET.Sdk"> |
5 | <PropertyGroup> | 5 | <PropertyGroup> |
6 | <TargetFramework>netcoreapp2.1</TargetFramework> | 6 | <TargetFramework>net461</TargetFramework> |
7 | <IsPackable>false</IsPackable> | 7 | <IsPackable>false</IsPackable> |
8 | <DebugType>embedded</DebugType> | 8 | <DebugType>embedded</DebugType> |
9 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | ||
9 | </PropertyGroup> | 10 | </PropertyGroup> |
10 | 11 | ||
11 | <PropertyGroup> | 12 | <PropertyGroup> |