Some checks failed
dotnet build / build (push) Has been cancelled
Causes builds to fail when different versions of the SDK are used
14 lines
No EOL
432 B
XML
14 lines
No EOL
432 B
XML
<Project>
|
|
<PropertyGroup>
|
|
<Nullable>enable</Nullable>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<LangVersion>latest</LangVersion>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
|
|
</PropertyGroup>
|
|
|
|
<Import Project="StyleCop.props" Condition="Exists('StyleCop.props')"/>
|
|
</Project> |