Skip to content

Commit 873e595

Browse files
committedOct 29, 2018
docker
1 parent 29968e5 commit 873e595

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

‎main/src/HueLogging.ServiceV2/HueLogging.ServiceV2.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55
<TargetFramework>netcoreapp2.1</TargetFramework>
66
</PropertyGroup>
77

8-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9-
<LangVersion>latest</LangVersion>
8+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU' or '$(Configuration)|$(Platform)'=='Debug|Any CPU'">
9+
<LangVersion>latest</LangVersion>
1010
</PropertyGroup>
11-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
11+
12+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU' or '$(Configuration)|$(Platform)'=='Release|Any CPU'">
1213
<LangVersion>latest</LangVersion>
1314
</PropertyGroup>
1415
<ItemGroup>

0 commit comments

Comments
 (0)
Please sign in to comment.