|
|
@ -27,19 +27,19 @@ |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.16.0" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.16.0" /> |
|
|
|
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.1.3" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.Redis" Version="2.2.0-preview3-35458" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="5.0.2" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.2" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.0" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.1"> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.2" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.2"> |
|
|
|
<PrivateAssets>all</PrivateAssets> |
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
|
|
</PackageReference> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.10" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="5.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.2" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.2" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="3.1.11" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="5.0.2" /> |
|
|
|
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" /> |
|
|
|
<PackageReference Include="Polly" Version="7.2.1" /> |
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="3.4.0" /> |
|
|
|