Skip to content

Commit a7bbee9

Browse files
committed
Remove package references from WebApi project file
Removed the `Microsoft.AspNetCore.Authentication.Certificate` package reference (v9.0.0) and the `MassTransit.RabbitMQ` package reference (v8.3.4) from `Genocs.Core.Demo.WebApi.csproj`.
1 parent 39cc032 commit a7bbee9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Genocs.Core.Demo.WebApi/Genocs.Core.Demo.WebApi.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="MassTransit.RabbitMQ" Version="8.3.4" />
36-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="9.0.0" />
3736
<PackageReference Include="Swashbuckle.AspNetCore" Version="7.2.0" />
3837
</ItemGroup>
3938

0 commit comments

Comments
 (0)