Skip to content

Commit 93549cb

Browse files
committed
Add back net9.0
1 parent 8ec7786 commit 93549cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/dotnet/tools/Lucene.Net.Tests.Cli/Lucene.Net.Tests.Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

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

src/dotnet/tools/lucene-cli/lucene-cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<Import Project="$(SolutionDir).build/nuget.props" />
2525

2626
<PropertyGroup>
27-
<TargetFrameworks>net10.0;net8.0</TargetFrameworks>
27+
<TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
2828
<RollForward>Major</RollForward>
2929

3030
<IsPublishable>true</IsPublishable>

0 commit comments

Comments
 (0)