Skip to content

Commit

Permalink
Remove Dapper Package Reference (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytefish authored Oct 4, 2024
1 parent e441d67 commit 679e8e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Ordering.API/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
global using System.Data.Common;
global using Npgsql;
global using System.Runtime.Serialization;
global using Dapper;
global using FluentValidation;
global using MediatR;
global using Microsoft.AspNetCore.Mvc;
Expand Down
1 change: 0 additions & 1 deletion src/Ordering.API/Ordering.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<ItemGroup>
<PackageReference Include="Asp.Versioning.Http" />
<PackageReference Include="Aspire.Npgsql.EntityFrameworkCore.PostgreSQL" />
<PackageReference Include="Dapper" />
<PackageReference Include="FluentValidation.AspNetCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 679e8e9

Please sign in to comment.