Skip to content

Commit

Permalink
Add README to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
le-nn authored Feb 26, 2024
1 parent b6075db commit e76aed1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
<PropertyGroup>
<TargetFrameworks>net8.0;net7.0</TargetFrameworks>
<LangVersion>latest</LangVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="*" PrivateAssets="All" />
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<PropertyGroup>
Expand All @@ -20,4 +22,4 @@
<Copyright>Copyright (c) 2022 le-nn</Copyright>
<RepositoryType>git</RepositoryType>
</PropertyGroup>
</Project>
</Project>

0 comments on commit e76aed1

Please sign in to comment.