#27 not needed stripe in application

This commit is contained in:
Dominic Villemure
2024-05-09 21:58:21 -04:00
parent 4f97f8ad25
commit c06c3039e8

View File

@@ -10,7 +10,6 @@
<PackageReference Include="AutoMapper" /> <PackageReference Include="AutoMapper" />
<PackageReference Include="FluentValidation.DependencyInjectionExtensions" /> <PackageReference Include="FluentValidation.DependencyInjectionExtensions" />
<PackageReference Include="Microsoft.EntityFrameworkCore" /> <PackageReference Include="Microsoft.EntityFrameworkCore" />
<PackageReference Include="Stripe.net" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>