Skip to content

Commit 5ec1979

Browse files
committed
Try fix analysis level
1 parent 7bf7c01 commit 5ec1979

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Directory.Packages.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
<LombiqTestsUIVersion>12.1.1-alpha.14.osoe-1057</LombiqTestsUIVersion>
1313
</PropertyGroup>
1414

15+
<PropertyGroup Condition="'$(TargetFramework)' != 'net8.0'" >
16+
<LangVersion>13.0</LangVersion>
17+
<AnalysisLevel>9.0</AnalysisLevel>
18+
</PropertyGroup>
19+
1520
<ItemGroup>
1621
<PackageVersion Include="Lombiq.Analyzers.OrchardCore" Version="5.2.0" />
1722
<PackageVersion Include="Lombiq.HelpfulLibraries.OrchardCore" Version="$(LombiqHelpfulLibrariesVersion)" />

0 commit comments

Comments
 (0)