style: 升级全部包,abp 8.0.5

This commit is contained in:
陈淳
2024-03-18 09:51:02 +08:00
parent dd2475e829
commit 38ad893a5c
26 changed files with 66 additions and 57 deletions

View File

@@ -16,6 +16,7 @@ namespace Yi.Framework.AspNetCore.Microsoft.Extensions.DependencyInjection
{
public static IServiceCollection AddYiSwaggerGen<Program>(this IServiceCollection services, Action<SwaggerGenOptions>? action=null)
{
var serviceProvider = services.BuildServiceProvider();
var mvcOptions = serviceProvider.GetRequiredService<IOptions<AbpAspNetCoreMvcOptions>>();

View File

@@ -8,8 +8,8 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Volo.Abp.Json" Version="8.0.0" />
<PackageReference Include="Volo.Abp.Swashbuckle" Version="8.0.0" />
<PackageReference Include="Volo.Abp.Json" Version="8.0.5" />
<PackageReference Include="Volo.Abp.Swashbuckle" Version="8.0.5" />
</ItemGroup>
<ItemGroup>