Skip to content

Commit

Permalink
Fix licence path
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruyere committed Jan 31, 2024
1 parent 913b930 commit 49ff7ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Sources/Qiil.ComplexBinaryReader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ Simplify parsing of complex binary format.</Description>
<Copyright>Sylvain Bruyere</Copyright>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
Expand Down

0 comments on commit 49ff7ce

Please sign in to comment.