Skip to content

Commit

Permalink
Fixed Orderby extention
Browse files Browse the repository at this point in the history
  • Loading branch information
NickKvizhinadze committed Nov 16, 2020
1 parent 2f13fa1 commit b7ca8ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions DotNetHelpers/DotNetHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
<PackageTags>asp dot net helpers extentions</PackageTags>
<PackageId>Kvizhinadze.DotNetHelpers</PackageId>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Extentions\OrderByExtentions.cs" />
</ItemGroup>

<ItemGroup>
<None Include="Extentions\OrderByExtentions.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
Expand Down
3 changes: 3 additions & 0 deletions DotNetHelpers/Extentions/OrderByExtentions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

namespace DotNetHelpers.Extentions
{
/// <summary>
/// Order by extention
/// </summary>
public static class OrderByExtentions
{
/// <summary>
Expand Down

0 comments on commit b7ca8ad

Please sign in to comment.