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/dotnet-wix/dotnet-wix.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dotnet-wix') diff --git a/src/dotnet-wix/dotnet-wix.csproj b/src/dotnet-wix/dotnet-wix.csproj index a9c766a3..88010875 100644 --- a/src/dotnet-wix/dotnet-wix.csproj +++ b/src/dotnet-wix/dotnet-wix.csproj @@ -3,13 +3,12 @@ - netstandard2.0 + netcoreapp2.1 false WiX Toolset Command-line interface $(MSBuildThisFileName).nuspec $(OutputPath)publish\dotnet-wix\ Id=$(MSBuildThisFileName);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description) - win-x86 -- cgit v1.2.3-55-g6feb