Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Directory.Build.props 665 Bytes
Copy Edit Raw Blame History
<Project>
<PropertyGroup>
<!--默认统一输出XML注释文档,不需要输出的项目可以单独关闭-->
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>xuejmnet</Authors>
<RepositoryUrl>https://github.com/dotnetcore/sharding-core</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageProjectUrl>https://github.com/dotnetcore/sharding-core</PackageProjectUrl>
<Company>xuejm</Company>
<LangVersion>10.0</LangVersion>
<Description>high performance lightweight solution for efcore sharding table and sharding database support read-write-separation </Description>
</PropertyGroup>
</Project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化