We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 184cfbb commit 8200b03Copy full SHA for 8200b03
1 file changed
Framework/PostSharp.Samples.Profiling/PostSharp.Samples.Profiling.csproj
@@ -15,7 +15,7 @@
15
<TargetFrameworkProfile />
16
<NuGetPackageImportStamp>
17
</NuGetPackageImportStamp>
18
- <LangVersion>6</LangVersion>
+ <LangVersion>7.3</LangVersion>
19
</PropertyGroup>
20
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -27,7 +27,6 @@
27
<ErrorReport>prompt</ErrorReport>
28
<WarningLevel>4</WarningLevel>
29
<Prefer32Bit>false</Prefer32Bit>
30
- <LangVersion>7.3</LangVersion>
31
32
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33
0 commit comments