diff options
-rw-r--r-- | appveyor.cmd | 1 | ||||
-rw-r--r-- | src/WixToolset.Extensibility/WixToolset.Extensibility.csproj | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.cmd b/appveyor.cmd index 3adf473e..e0dfe33f 100644 --- a/appveyor.cmd +++ b/appveyor.cmd | |||
@@ -1,7 +1,6 @@ | |||
1 | @setlocal | 1 | @setlocal |
2 | @pushd %~dp0 | 2 | @pushd %~dp0 |
3 | 3 | ||
4 | dotnet build -c Release | ||
5 | dotnet pack -c Release | 4 | dotnet pack -c Release |
6 | 5 | ||
7 | @popd | 6 | @popd |
diff --git a/src/WixToolset.Extensibility/WixToolset.Extensibility.csproj b/src/WixToolset.Extensibility/WixToolset.Extensibility.csproj index 997c10ce..49346500 100644 --- a/src/WixToolset.Extensibility/WixToolset.Extensibility.csproj +++ b/src/WixToolset.Extensibility/WixToolset.Extensibility.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>netstandard2.0</TargetFramework> | 6 | <TargetFrameworks>netstandard2.0;net461;net472</TargetFrameworks> |
7 | <Title>WiX Toolset Extensibility</Title> | 7 | <Title>WiX Toolset Extensibility</Title> |
8 | <Description></Description> | 8 | <Description></Description> |
9 | <DebugType>embedded</DebugType> | 9 | <DebugType>embedded</DebugType> |