chore 重构测试环境发布

This commit is contained in:
2025-10-19 19:19:58 +08:00
parent 6a4aa91e01
commit 281d300292
15 changed files with 193 additions and 98 deletions

View File

@ -1,5 +0,0 @@
namespace KonSoft.Shared.Hosting.Gateways;
public class Class1
{
}

View File

@ -6,4 +6,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\KonSoft.Shared.Hosting.AspNetCore\KonSoft.Shared.Hosting.AspNetCore.csproj" />
</ItemGroup>
</Project>

View File

@ -0,0 +1,11 @@
using KonSoft.Shared.Hosting.AspNetCore;
using Volo.Abp.Modularity;
namespace KonSoft.Shared.Hosting.Gateways;
[DependsOn(
typeof(KonSoftSharedHostingAspNetCoreModule)
)]
public class KonSoftSharedHostingGatewaysModule : AbpModule
{
}