We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29968e5 commit 873e595Copy full SHA for 873e595
main/src/HueLogging.ServiceV2/HueLogging.ServiceV2.csproj
@@ -5,10 +5,11 @@
5
<TargetFramework>netcoreapp2.1</TargetFramework>
6
</PropertyGroup>
7
8
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9
- <LangVersion>latest</LangVersion>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU' or '$(Configuration)|$(Platform)'=='Debug|Any CPU'">
+ <LangVersion>latest</LangVersion>
10
11
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
+
12
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU' or '$(Configuration)|$(Platform)'=='Release|Any CPU'">
13
<LangVersion>latest</LangVersion>
14
15
<ItemGroup>
0 commit comments