Skip to content

Commit

Permalink
update glob
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Sep 18, 2024
1 parent 98ae393 commit 8a217be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<ItemGroup>
<None Include="$(SolutionDir)icon.png" Pack="true" PackagePath="."/>
<None Include="$(SolutionDir)readme.md" Pack="true" PackagePath="."/>
<None Include="runtimes\**\native\*" Pack="true" PackagePath="runtimes"/>
<None Include="runtimes\**\native\**\*" Pack="true" PackagePath="runtimes"/>
</ItemGroup>

</Project>
</Project>

0 comments on commit 8a217be

Please sign in to comment.