fixed logitech dll not being packaged

This commit is contained in:
Ell 2021-05-01 23:28:24 +02:00
parent ccc2e7ba89
commit 3ee8c4deca

View file

@ -9,12 +9,14 @@
<PackageProjectUrl>https://github.com/Ellpeck/Illumilib</PackageProjectUrl>
<RepositoryUrl>https://github.com/Ellpeck/Illumilib</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<VersionPrefix>1.1.0</VersionPrefix>
<VersionPrefix>1.1.1</VersionPrefix>
</PropertyGroup>
<ItemGroup>
<None Update="LogitechLedEnginesWrapper.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackagePath>lib/$(TargetFramework)</PackagePath>
<Pack>true</Pack>
</None>
</ItemGroup>