Skip to content

Commit cdb35a9

Browse files
committed
Use C# 7.1 to fix CS8306 error when building JsonRpc.csproj.
1 parent b25f4cd commit cdb35a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonRpc/JsonRpc.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>net46;netstandard1.6</TargetFrameworks>
44
<PlatformTarget>AnyCPU</PlatformTarget>
5+
<LangVersion>Latest</LangVersion>
56
<!-- Needed for Microsoft.Composition -->
67
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dotnet5.4;portable-net45+win8</PackageTargetFallback>
78
<PackageVersion Condition="'$(GitVersion_NuGetVersion)' != ''">$(GitVersion_NuGetVersion)</PackageVersion>

0 commit comments

Comments
 (0)