Skip to content

Commit

Permalink
Add net9.0 to Tests.Cli
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirwin committed Nov 28, 2024
1 parent 7e99e1b commit 5267467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<PropertyGroup>
<!-- Allow specific target framework to flow in from TestTargetFrameworks.props -->
<TargetFrameworks Condition=" '$(TargetFramework)' == '' ">net8.0</TargetFrameworks>
<TargetFrameworks Condition=" '$(TargetFramework)' == '' ">net9.0;net8.0</TargetFrameworks>
<AssemblyTitle>Lucene.Net.Tests.Cli</AssemblyTitle>
</PropertyGroup>

Expand Down

0 comments on commit 5267467

Please sign in to comment.