Skip to content

Commit

Permalink
Fix issue including Eto.Forms.targets in nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
cwensley committed Feb 17, 2020
1 parent 174f483 commit 7c9418b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Eto/Eto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ https://github.com/picoe/Eto/wiki
<Compile Include="..\Shared\EnumerableExtensions.cs" />
</ItemGroup>
<ItemGroup>
<None Update="Eto.Forms.targets" Pack="true" PackagePath="build" />
<None Remove="Eto.Forms.targets" />
<None Include="Eto.Forms.targets" Pack="true" PackagePath="build" />
<None Update="$(BasePath)LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.0'">
Expand Down

0 comments on commit 7c9418b

Please sign in to comment.