nikcio commented on issue #699: URL: https://github.com/apache/lucenenet/issues/699#issuecomment-1282864934
@NightOwl888 After the removal of the old .Net version in #650 It seems a bit weird that there are 3 different targeting versions of the `Microsoft.Extensions.Configuration` package: https://github.com/apache/lucenenet/blob/fef018190729c27faa2e77a15b24c4c1b451e803/.build/dependencies.props#L51-L58 Maybe this should just be updated to `6.0.0`? As far as the supported frameworks all the current frameworks seem to be supported: https://www.nuget.org/packages/Microsoft.Extensions.Configuration/6.0.0#supportedframeworks-body-tab And also in other packages like `Microsoft.Extensions.Configuration.Json`: https://www.nuget.org/packages/Microsoft.Extensions.Configuration.Json/6.0.0#supportedframeworks-body-tab -- 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]
