添加缓存模块

This commit is contained in:
陈淳
2023-01-11 18:16:58 +08:00
parent 5604c6ece5
commit ba84d0ead3
37 changed files with 773 additions and 43 deletions

View File

@@ -7,6 +7,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Yi.Framework.AspNetCore\Yi.Framework.AspNetCore.csproj" />
<ProjectReference Include="..\Yi.Framework.Core\Yi.Framework.Core.csproj" />
</ItemGroup>

View File

@@ -17,6 +17,7 @@ namespace Yi.Framework.Ddd
public void ConfigureServices(IServiceCollection services, ConfigureServicesContext context)
{
}
}
}