Skip to content

Commit

Permalink
Merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado-x committed Jan 8, 2020
1 parent 9bfd6aa commit bcad2b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/X.PagedList.EF/X.PagedList.EF.csproj
Expand Up @@ -11,10 +11,11 @@
<PackageIconUrl>https://ru.gravatar.com/userimage/8071071/f2dc08ee7e4016451f64a7ae9cffd110.png?size=200</PackageIconUrl>
<RepositoryUrl>https://github.com/dncuug/X.PagedList.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<AssemblyVersion>8.0.1</AssemblyVersion>
<FileVersion>8.0.1</FileVersion>
<AssemblyVersion>8.0.2</AssemblyVersion>
<FileVersion>8.0.2</FileVersion>
<TargetFramework>net472</TargetFramework>
<LangVersion>8</LangVersion>
<PackageVersion>8.0.2</PackageVersion>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions tests/X.PagedList.EF.Tests/X.PagedList.EF.Tests.csproj
@@ -1,13 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net461</TargetFramework>
<TargetFramework>net472</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.2.0" />
<PackageReference Include="EntityFramework" Version="6.4.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
Expand Down

0 comments on commit bcad2b9

Please sign in to comment.