paulirwin opened a new issue, #1037:
URL: https://github.com/apache/lucenenet/issues/1037

   ### Is there an existing issue for this?
   
   - [X] I have searched the existing issues
   
   ### Task description
   
   The .NET 9 SDK now adds a warning that targeting netstandard1.x is no longer 
recommended:
   
   > warning NETSDK1215: Targeting .NET Standard prior to 2.0 is no longer 
recommended. See https://aka.ms/dotnet/dotnet-standard-guidance for more 
details.
   
   This applies to our Lucene.Net.CodeAnalysis.CSharp and .VisualBasic 
projects, which target netstandard1.3. We should be able to target 
netstandard2.0 since all of our current targets support that.


-- 
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