Skip to content

Commit

Permalink
Included readme to csproj for nuget package
Browse files Browse the repository at this point in the history
Included readme to csproj for nuget package
  • Loading branch information
fabiomaistro authored Jan 6, 2023
1 parent efc00ca commit fa82d14
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<NoWarn>$(NoWarn);1591</NoWarn>
<PackageReadmeFile>readme.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Ardalis.SmartEnum" Version="2.1.0" />
Expand Down

0 comments on commit fa82d14

Please sign in to comment.