paulirwin commented on code in PR #1222:
URL: https://github.com/apache/lucenenet/pull/1222#discussion_r2591332249


##########
src/dotnet/tools/lucene-cli/lucene-cli.csproj:
##########
@@ -24,11 +24,10 @@
   <Import Project="$(SolutionDir).build/nuget.props" />
 
   <PropertyGroup>
-    <TargetFrameworks>net8.0</TargetFrameworks>
-    <RollForward Condition=" $(TargetFramework.StartsWith('net8.')) 
">Major</RollForward>
+    <TargetFrameworks>net10.0;net9.0;net8.0</TargetFrameworks>
+    <RollForward>Major</RollForward>

Review Comment:
   > packing up net9.0 (with only 6 months of support left) seems like a 
non-starter
   
   Note that Microsoft extended STS support to match the end date of the 
previous LTS release, .NET 8, so now there is 11-ish months of support left for 
.NET 9. But, I don't think we need it. Just FYI.
   
   
https://devblogs.microsoft.com/dotnet/dotnet-sts-releases-supported-for-24-months/



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to