Skip to content

Commit

Permalink
chore: add nuget readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoertgen committed Jul 28, 2024
1 parent 36b2d73 commit dde54a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions solution.targets
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<AssemblyOriginatorKeyFile>$(SolutionDir)\key.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<!-- https://devblogs.microsoft.com/nuget/add-a-readme-to-your-nuget-package/#add-a-readme-to-your-package -->
<None Include="..\docs\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<!-- Need to conditionally bring in references for .NET Framework, cf.:
- https://docs.microsoft.com/en-us/dotnet/core/tutorials/libraries#how-to-multitarget
Expand Down

0 comments on commit dde54a2

Please sign in to comment.