Skip to content

Commit 612b70b

Browse files
Copilotkamilbaczek
andcommitted
Remove redundant Microsoft.AspNetCore.Http.Abstractions package reference
Fixes NU1510 error in Fitnet.Contracts.Infrastructure project. The package is already included via FrameworkReference to Microsoft.AspNetCore.App. Co-authored-by: kamilbaczek <74410956+kamilbaczek@users.noreply.github.com>
1 parent 3b50eb7 commit 612b70b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Chapter-3-microservice-extraction/Fitnet.Contracts/Src/Fitnet.Contracts.Infrastructure/Fitnet.Contracts.Infrastructure.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<PackageReference Include="MassTransit" />
99
<PackageReference Include="MassTransit.RabbitMQ" />
1010
<PackageReference Include="MediatR" />
11-
<PackageReference Include="Microsoft.AspNetCore.Http.Abstractions" />
1211
<PackageReference Include="Microsoft.EntityFrameworkCore" />
1312
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" />
1413
</ItemGroup>

0 commit comments

Comments
 (0)