YiSha.Cache.Factory.csproj 594 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netcoreapp3.1</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <None Include="..\..\.editorconfig" Link=".editorconfig" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <ProjectReference Include="..\..\YiSha.Util\YiSha.Util\YiSha.Util.csproj" />
  10. <ProjectReference Include="..\YiSha.Cache.Interface\YiSha.Cache.Interface.csproj" />
  11. <ProjectReference Include="..\YiSha.MemoryCache\YiSha.MemoryCache.csproj" />
  12. <ProjectReference Include="..\YiSha.RedisCache\YiSha.RedisCache.csproj" />
  13. </ItemGroup>
  14. </Project>