14 lines
500 B
XML
14 lines
500 B
XML
<Project>
|
||
|
||
<PropertyGroup>
|
||
<!--默认统一输出XML注释文档,不需要输出的项目可以单独关闭-->
|
||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||
<Authors>xuejmnet</Authors>
|
||
<RepositoryUrl>https://github.com/xuejmnet/sharding-core</RepositoryUrl>
|
||
<RepositoryType>git</RepositoryType>
|
||
<Company>xuejm</Company>
|
||
<LangVersion>8.0</LangVersion>
|
||
<Description>easy sharding for efcore 2.x 3.x 5.x lib.</Description>
|
||
</PropertyGroup>
|
||
|
||
</Project> |