We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bf7c01 commit 5ec1979Copy full SHA for 5ec1979
1 file changed
Directory.Packages.props
@@ -12,6 +12,11 @@
12
<LombiqTestsUIVersion>12.1.1-alpha.14.osoe-1057</LombiqTestsUIVersion>
13
</PropertyGroup>
14
15
+ <PropertyGroup Condition="'$(TargetFramework)' != 'net8.0'" >
16
+ <LangVersion>13.0</LangVersion>
17
+ <AnalysisLevel>9.0</AnalysisLevel>
18
+ </PropertyGroup>
19
+
20
<ItemGroup>
21
<PackageVersion Include="Lombiq.Analyzers.OrchardCore" Version="5.2.0" />
22
<PackageVersion Include="Lombiq.HelpfulLibraries.OrchardCore" Version="$(LombiqHelpfulLibrariesVersion)" />
0 commit comments