You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/10/25 20:39:37 UTC

[GitHub] [lucenenet] NightOwl888 opened a new pull request #532: Patch for Command Line Builds

NightOwl888 opened a new pull request #532:
URL: https://github.com/apache/lucenenet/pull/532


   .NET 6 and .NET 461 have special case requirements
   
   - `Lucene.Net.Tests.Cli` - only tested on .NET Core 3.1
   - `Lucene.Net.Tests.Analysis.OpenNLP` - only tested on .NET Framework 4.8
   - `Lucene.Net.Tests.CodeAnalysis` - only tested on .NET 5.0
   
   This patches `build.ps1` to account for these changes after removing `netcoreapp2.1` and replacing it with `net461` and after adding support for `net6.0`.


-- 
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: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [lucenenet] NightOwl888 merged pull request #532: Patch for Command Line Builds

Posted by GitBox <gi...@apache.org>.
NightOwl888 merged pull request #532:
URL: https://github.com/apache/lucenenet/pull/532


   


-- 
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: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org