9 lines
210 B
Text
9 lines
210 B
Text
|
|
<Project>
|
||
|
|
<PropertyGroup>
|
||
|
|
<LangVersion>latest</LangVersion>
|
||
|
|
<Version>0.1.0</Version>
|
||
|
|
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||
|
|
<AbpProjectType>module</AbpProjectType>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|