|
|
|
@ -13,11 +13,11 @@ |
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="3.2.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" /> |
|
|
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.4.0" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.3.1" /> |
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.4.1" /> |
|
|
|
<PackageReference Include="IdentityServer4.AccessTokenValidation" Version="3.0.1" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="3.1.2" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="3.1.2" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.4" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="3.1.5" /> |
|
|
|
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="3.1.5" /> |
|
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.5" /> |
|
|
|
<ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy\Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.Autofac\Volo.Abp.Autofac.csproj" /> |
|
|
|
<ProjectReference Include="..\..\..\..\..\framework\src\Volo.Abp.AspNetCore.Serilog\Volo.Abp.AspNetCore.Serilog.csproj" /> |
|
|
|
|