Skip to content

Commit

Permalink
chore: make sure readme is in published nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
myarichuk committed Sep 14, 2022
1 parent c6efc15 commit 0069841
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -4,8 +4,16 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="DefaultEcs" Version="*" />
<PackageReference Include="deniszykov.TypeConversion" Version="*" />
Expand Down

0 comments on commit 0069841

Please sign in to comment.