NightOwl888 commented on code in PR #951: URL: https://github.com/apache/lucenenet/pull/951#discussion_r1717031081
########## src/dotnet/Lucene.Net.Tests.CodeAnalysis/Lucene.Net.Tests.CodeAnalysis.csproj: ########## @@ -22,7 +22,7 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <TargetFramework>net5.0</TargetFramework> + <TargetFramework>net6.0</TargetFramework> Review Comment: We will also need to change this line to `net8.0` so our CI will pick up this change: https://github.com/stesee/lucenenet/blob/FinalizerFix/.build/azure-templates/publish-test-results-for-test-projects.yml#L77 -- 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]
