Skip to content

Commit

Permalink
Merge pull request #861 from Redth/3.0.0
Browse files Browse the repository at this point in the history
Fix missing dependency in nuget
  • Loading branch information
Redth committed Mar 12, 2020
2 parents 7c9dfb1 + d523b70 commit 7ea4b5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ZXing.Net.Mobile/ZXing.Net.Mobile.csproj
Expand Up @@ -118,5 +118,12 @@
<Reference Include="zxing">
<HintPath>..\ZXing.Net\zxing.dll</HintPath>
</Reference>
<None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\monoandroid10.0" />
<None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\monoandroid90" />
<None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\netstandard2.0" />
<None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\tizen40" />
<None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\uap10.0.16299" />
<None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\xamarinios10" />
<None Include="..\ZXing.Net\zxing.dll" Pack="True" PackagePath="lib\xamarinmac20" />
</ItemGroup>
</Project>

0 comments on commit 7ea4b5e

Please sign in to comment.