Unified casing to lower, just for consistency. Pointless.

Lower because at least most of the docs use lower. Not all, but I went with what looked most common.

More casing
This commit is contained in:
Brandon Thetford
2024-06-21 02:01:57 -07:00
parent 255d63112a
commit e2f358c205
2 changed files with 13 additions and 13 deletions

View File

@@ -14,11 +14,11 @@
<IsPackable>false</IsPackable>
<UseDataCollector />
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineTrace>True</DefineTrace>
<DefineTrace>true</DefineTrace>
<DebugType>portable</DebugType>
<DefineConstants>$(DefineConstants);JETBRAINS_ANNOTATIONS;CONTRACTS_FULL</DefineConstants>
<ImplicitUsings>enable</ImplicitUsings>
<NoLogo>True</NoLogo>
<NoLogo>true</NoLogo>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">