Skip to content

Commit

Permalink
Include README in nupkg
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Oct 26, 2021
1 parent c7afe53 commit 295a532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Library/Library.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="$(RepoRootPath)README.md" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit 295a532

Please sign in to comment.