chore 重构测试环境发布
This commit is contained in:
@ -1,5 +0,0 @@
|
||||
namespace KonSoft.Shared.Hosting.Gateways;
|
||||
|
||||
public class Class1
|
||||
{
|
||||
}
|
||||
@ -6,4 +6,8 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\KonSoft.Shared.Hosting.AspNetCore\KonSoft.Shared.Hosting.AspNetCore.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@ -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
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user