Skip to content

Commit

Permalink
Fix test project by configuring it for C# 7.1
Browse files Browse the repository at this point in the history
Fixes error CS8107:

    Feature 'default literal' is not available in C# 7.0.
  • Loading branch information
atifaziz committed May 22, 2019
1 parent ea5ef0a commit 8e89117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CSharpMinifier.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<LangVersion>7.1</LangVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 8e89117

Please sign in to comment.