Skip to content

Commit

Permalink
Include markdown files for solution explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
baltermia authored Jun 26, 2022
1 parent 50f8492 commit 2419130
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions BarcodeReader.ImageSharp/BarcodeReader.ImageSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
</ItemGroup>
<None Include="..\LICENSE.md" Pack="true" PackagePath="" />
<None Include="..\README.md" Pack="true" PackagePath="" />
<None Include="..\NUGET-README.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="ZXing.Net.Bindings.ImageSharp.V2" Version="0.16.14" />
Expand Down

0 comments on commit 2419130

Please sign in to comment.