We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25f4cd commit cdb35a9Copy full SHA for cdb35a9
src/JsonRpc/JsonRpc.csproj
@@ -2,6 +2,7 @@
2
<PropertyGroup>
3
<TargetFrameworks>net46;netstandard1.6</TargetFrameworks>
4
<PlatformTarget>AnyCPU</PlatformTarget>
5
+ <LangVersion>Latest</LangVersion>
6
<!-- Needed for Microsoft.Composition -->
7
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dotnet5.4;portable-net45+win8</PackageTargetFallback>
8
<PackageVersion Condition="'$(GitVersion_NuGetVersion)' != ''">$(GitVersion_NuGetVersion)</PackageVersion>
0 commit comments