Skip to content

Commit ef07c87

Browse files
committed
Fix build error
1 parent b3d3461 commit ef07c87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Sample/Sample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
4-
<TargetFramework>netcoreapp2.1</TargetFramework>
4+
<TargetFramework>netcoreapp2.1</TargetFramework>
55
</PropertyGroup>
6-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
6+
<PropertyGroup>
77
<LangVersion>latest</LangVersion>
88
</PropertyGroup>
99
<ItemGroup>

0 commit comments

Comments
 (0)