Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target .NET 8, #928 #982

Merged
merged 4 commits into from
Oct 22, 2024
Merged

Target .NET 8, #928 #982

merged 4 commits into from
Oct 22, 2024

Commits on Oct 21, 2024

  1. Target .NET 8, apache#928

    paulirwin committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c013e23 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Lucene.Net.Store.NativeFSLockFactory: Added FEATURE_SUPPORTEDOSPLATFO…

    …RMATTRIBUTE so we don't have an #ifdef hard coded to a specific target framework. This fixes the CA1416 warning after targeting net8.0, and will make future targeting simpler.
    NightOwl888 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    6844a51 View commit details
    Browse the repository at this point in the history
  2. Lucene.Net.Store.NativeFSLockFactory: Removed `using System.Runtime.V…

    …ersioning` and sorted using directives
    NightOwl888 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    46a72d3 View commit details
    Browse the repository at this point in the history
  3. Remove unused method

    paulirwin committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    231084d View commit details
    Browse the repository at this point in the history