YiSha.Business.Cache.csproj 716 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Compile Remove="AreaCache.cs" />
  7. <Compile Remove="BaseBusinessCache.cs" />
  8. <Compile Remove="DataDictCache.cs" />
  9. <Compile Remove="DataDictDetailCache.cs" />
  10. <Compile Remove="MenuAuthorizeCache.cs" />
  11. <Compile Remove="MenuCache.cs" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ProjectReference Include="..\..\YiSha.Cache\YiSha.Cache.Factory\YiSha.Cache.Factory.csproj" />
  15. <ProjectReference Include="..\..\YiSha.Entity\YiSha.Entity\YiSha.Entity.csproj" />
  16. <ProjectReference Include="..\YiSha.Service\YiSha.Service.csproj" />
  17. </ItemGroup>
  18. </Project>