[ https://issues.apache.org/jira/browse/LUCENENET-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16760264#comment-16760264 ]
Aaron Meyers commented on LUCENENET-606: ---------------------------------------- I believe you can submit a PR on GitHub. I'm not sure who the committers are but I think we have at least one committer who has responded recently on the dev mailing list. Note that .NET 4.5.2 is still technically supported so we might want to target that in case people are targeting it. I don't think there should be an objection to bumping the requirement up to 4.5.2 since 4.5/4.5.1 have been unsupported for three years now, but some people might still need 4.5.2 rather than 4.6.x. > Up .Net Framework from 4.5 to 4.5.1 to support Dependency Requirements? > ----------------------------------------------------------------------- > > Key: LUCENENET-606 > URL: https://issues.apache.org/jira/browse/LUCENENET-606 > Project: Lucene.Net > Issue Type: Improvement > Components: Lucene.Net Core > Affects Versions: Lucene.Net 4.8.0 > Environment: Visual Studio 2019, Windows 10 > Reporter: Chris Moschini > Priority: Minor > > Microsoft is gradually retiring support for .Net Framework 4.5, with > foundational Nuget Packages supporting a minimum of 4.5.1. Advancing to this > version shouldn't introduce any breaking changes for users of Lucene.Net, but > it would allow Projects using Microsoft's foundational packages (like the > below) stay up to date. > Here's the error Lucene.Net presents with when trying to update today: > Error NU1202 Package Microsoft.Extensions.DependencyModel 2.1.0 is not > compatible with net45 (.NETFramework,Version=v4.5). Package > Microsoft.Extensions.DependencyModel 2.1.0 supports: > - net451 (.NETFramework,Version=v4.5.1) > - netstandard1.3 (.NETStandard,Version=v1.3) > - netstandard1.6 (.NETStandard,Version=v1.6) Lucene.Net -- This message was sent by Atlassian JIRA (v7.6.3#76005)