website/targets/Settings.props
Nick Seguin 4990d82b60
Some checks failed
dotnet build / build (push) Has been cancelled
Only use package locking in docker build
Causes builds to fail when different versions of the SDK are used
2024-02-25 14:20:28 -06:00

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>