Skip to content

Commit

Permalink
Add readme to pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson committed Sep 9, 2023
1 parent af53847 commit b14a338
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Eighty.AspNetCore/Eighty.AspNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
<NoWarn>$(NoWarn);NETSDK1138</NoWarn> <!-- NETSDK1138: The target framework 'net5.0' is out of support -->
</PropertyGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions Eighty/Eighty.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<PropertyGroup>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="System.Buffers" />
<PackageReference Include="System.Collections.Immutable" />
Expand Down

0 comments on commit b14a338

Please sign in to comment.