style: 💄 jetbrains.resharper.globaltools 升级到 2023.3 (#70)

This commit is contained in:
2023-12-08 10:24:06 +08:00
committed by GitHub
parent 0059052b87
commit 904df511b9
72 changed files with 82 additions and 87 deletions

View File

@ -7,4 +7,4 @@ namespace NetAdmin.SysComponent.Cache.Tpl.Dependency;
/// <summary>
/// 示例缓存
/// </summary>
public interface IExampleCache : ICache<IDistributedCache, IExampleService>, IExampleModule { }
public interface IExampleCache : ICache<IDistributedCache, IExampleService>, IExampleModule;