@joebigelow / wix-1 / commits / 4a66f8c3

Create target-specific Tupleizer NuGet package.

Bob Arnson committed Jun 26, 2019 at 15:27 UTC 4a66f8c3acaa19016f45d9a1b3c35719f44b007b
1 file changed +2 -1
src/WixToolset.Converters.Tupleizer/WixToolset.Converters.Tupleizer.csproj
+2 -1
@@ -4,7 +4,7 @@
4 <Project Sdk="Microsoft.NET.Sdk">
5
6 <PropertyGroup>
7 - <TargetFramework>netstandard2.0</TargetFramework>
7 + <TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
8 <Description>Tupleizer</Description>
9 <Title>WiX Toolset Converters Tuplizer</Title>
10 <DebugType>embedded</DebugType>
@@ -18,6 +18,7 @@
18 <ItemGroup>
19 <Reference Include="wix" HintPath="..\deps\wix.dll" />
20 <None Include="..\deps\wix.dll" Pack="true" PackagePath="lib\net461" />
21 + <None Include="..\deps\wix.dll" Pack="true" PackagePath="lib\netstandard2.0" />
22 </ItemGroup>
23
24 <ItemGroup>