17 lines
558 B
XML
17 lines
558 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<IsPackable>false</IsPackable>
|
|
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>true</ImplicitUsings>
|
|
<IsPackable>false</IsPackable>
|
|
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(CI)' == 'true'">
|
|
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
|
|
<RestoreLockedMode>true</RestoreLockedMode>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|