Skip to content

Commit

Permalink
⬆️ Upgrade target framework
Browse files Browse the repository at this point in the history
  • Loading branch information
furkandeveloper committed Nov 27, 2023
1 parent a013e1d commit 8c5aeae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoFilterer" Version="2.13.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<None Include="folders.png">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<Import Project="..\..\common.props"/>
<Import Project="..\..\common.props" />
<PropertyGroup>
<PackageIcon>folders.png</PackageIcon>
<PackageIconUrl/>
<PackageIconUrl />
</PropertyGroup>
<ItemGroup>
<None Include="folders.png">
Expand All @@ -12,6 +12,6 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="6.1.0"/>
<PackageReference Include="Ardalis.Specification.EntityFrameworkCore" Version="8.0.0" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion src/EasyRepository.EFCore.Generic/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using EasyRepository.EFCore.Abstractions;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.DependencyInjection.Extensions;

namespace EasyRepository.EFCore.Generic
{
Expand Down

0 comments on commit 8c5aeae

Please sign in to comment.