Skip to content

Commit

Permalink
fix dotnet pack
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Aug 5, 2024
1 parent df4a475 commit a78dc08
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,11 @@
<ProjectReference Include="..\YoutubeDownloader\YoutubeDownloader.csproj" />
</ItemGroup>

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

</Project>
7 changes: 7 additions & 0 deletions YoutubeDownloader/YoutubeDownloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,11 @@
<Reference Include="System.Net.Http" />
</ItemGroup>

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

</Project>

0 comments on commit a78dc08

Please sign in to comment.