Skip to content

Commit

Permalink
Update PaginableCollections.AspNetCore.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Myers authored Sep 22, 2017
1 parent 85b0f86 commit e21b544
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Description>A set helpful extensions for Microsoft.Extensions.DependencyInjection.</Description>
<Copyright>Copyright Nicholas Myers</Copyright>
<VersionPrefix>0.4.0</VersionPrefix>
<VersionPrefix>0.5.0</VersionPrefix>
<Authors>Nicholas Myers</Authors>
<TargetFramework>netstandard1.6</TargetFramework>
<AssemblyName>PaginableCollections.AspNetCore</AssemblyName>
Expand All @@ -19,7 +19,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc" Version="1.1.3" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="1.1.3" />
<PackageReference Include="PaginableCollections" Version="3.0.0" />
<PackageReference Include="PaginableCollections" Version="3.1.0" />
<PackageReference Include="System.Linq.Queryable" Version="4.3.0" />
</ItemGroup>

Expand Down

0 comments on commit e21b544

Please sign in to comment.