Skip to content

Commit

Permalink
Update readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
a-gubskiy committed Mar 19, 2024
1 parent 33a1cd4 commit b909309
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 deletions.
File renamed without changes.
12 changes: 5 additions & 7 deletions src/X.PagedList.EF/X.PagedList.EF.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,19 @@

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


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

<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.10"/>
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0">
<PrivateAssets>all</PrivateAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\X.PagedList\X.PagedList.csproj" />
<ProjectReference Include="..\X.PagedList\X.PagedList.csproj"/>
</ItemGroup>

</Project>
File renamed without changes.
7 changes: 2 additions & 5 deletions src/X.PagedList.Mvc.Core/X.PagedList.Mvc.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,10 @@

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

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

<ItemGroup>
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit b909309

Please sign in to comment.