diff options
| author | Rob Mensching <rob@firegiant.com> | 2019-10-18 15:45:32 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2019-10-18 15:45:32 -0700 |
| commit | dc2bffab41f430ec1a53c847933c9d9d37ebb23c (patch) | |
| tree | acc8a78356909936f6455879df644eda6678e9ce | |
| parent | db7cf299e0110eefbc9fdc2cd6e873177b443ee7 (diff) | |
| download | wix-dc2bffab41f430ec1a53c847933c9d9d37ebb23c.tar.gz wix-dc2bffab41f430ec1a53c847933c9d9d37ebb23c.tar.bz2 wix-dc2bffab41f430ec1a53c847933c9d9d37ebb23c.zip | |
Better support all .NETs
| -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> |
