From a5f59cb11a6372a6da8540bd1bebf6dec20e92e3 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 10 May 2020 13:49:09 +1000 Subject: Remove x86 restriction (introduced from previous commit) from published contents. Remove unused net472 BuildTasks. Make BuildTasks target netcoreapp instead of netstandard since publishing isn't supported for netstandard. --- src/wixcop/WixCop.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/wixcop') diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj index 7021d9d7..8b3acf44 100644 --- a/src/wixcop/WixCop.csproj +++ b/src/wixcop/WixCop.csproj @@ -10,7 +10,8 @@ embedded true - win-x86 + win-x86 + AnyCPU -- cgit v1.2.3-55-g6feb