Skip to content

Commit

Permalink
chore: fix nuget pack
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Jan 24, 2024
1 parent 2211c56 commit 921a32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\..\LICENSE" Pack="true" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)\..\icon.png">
<None Include="$(MSBuildThisFileDirectory)\icon.png">
<Pack>true</Pack>
<PackagePath>\</PackagePath>
<Visible>false</Visible>
Expand Down

0 comments on commit 921a32a

Please sign in to comment.