Skip to content

Commit

Permalink
Include readme.md in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Dec 30, 2023
1 parent c5a8355 commit 451c747
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Serilog/Serilog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<PackageId>CitizenFX.Extensions.Client.Serilog</PackageId>
<PackageProjectUrl>https://github.com/Twinki14/CitizenFX.Extensions.Client.Serilog/</PackageProjectUrl>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<TreatSpecificWarningsAsErrors />
<TargetFramework>net452</TargetFramework>
Expand Down Expand Up @@ -37,4 +38,8 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="Nullable" Version="1.3.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>

0 comments on commit 451c747

Please sign in to comment.