|
|
@ -30,20 +30,20 @@ |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<PackageReference Include="FluentValidation.AspNetCore" Version="7.3.4" /> |
|
|
|
<PackageReference Include="FluentValidation.AspNetCore" Version="7.4.0" /> |
|
|
|
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="4.0.0" /> |
|
|
|
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="4.2.0" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.1.1" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.4.1" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.2.0" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.5.0" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta3" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.0.1-beta1" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.3" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" /> |
|
|
|
<PackageReference Include="MediatR" Version="4.0.1" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.1.0" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="1.2.0" /> |
|
|
|
<PackageReference Include="System.Reflection" Version="4.3.0" /> |
|
|
|
<PackageReference Include="Dapper" Version="1.50.4" /> |
|
|
|
<PackageReference Include="System.ValueTuple" Version="4.4.0" /> |
|
|
|
<PackageReference Include="Polly" Version="5.6.1" /> |
|
|
|
<PackageReference Include="Polly" Version="5.8.0" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|