Browse Source
Merge pull request #435 from SychevIgor/DropSwaggerFromPayment
drop swagger from payment API
pull/430/head
RamonTC
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
src/Services/Payment/Payment.API/Payment.API.csproj
-
src/Services/Payment/Payment.API/Startup.cs
|
|
@ -13,7 +13,6 @@ |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta1" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.0.0-beta1" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.0" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.0.0" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.0" /> |
|
|
|
|
|
@ -16,7 +16,6 @@ using Payment.API.IntegrationEvents.Events; |
|
|
|
using RabbitMQ.Client; |
|
|
|
using System; |
|
|
|
using System.Threading.Tasks; |
|
|
|
using Swashbuckle.AspNetCore.Swagger; |
|
|
|
using Microsoft.ApplicationInsights.Extensibility; |
|
|
|
using Microsoft.ApplicationInsights.ServiceFabric; |
|
|
|
|
|
|
|