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

update projects to target dotnet 9 #1057

Draft
wants to merge 26 commits into
base: develop
Choose a base branch
from
Draft

update projects to target dotnet 9 #1057

wants to merge 26 commits into from

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    fe7c2a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. upgrade FWLite projects

    hahn-kev committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    40d9fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593f4f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8dbc6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97cc436 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    d914b43 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    1cd3936 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge branch 'develop' into chore/dotnet-9

    # Conflicts:
    #	.github/workflows/lexbox-api.yaml
    #	backend/FwLite/FwDataMiniLcmBridge/FwDataMiniLcmBridge.csproj
    #	backend/FwLite/FwLiteProjectSync/FwLiteProjectSync.csproj
    #	backend/FwLite/LcmCrdt/LcmCrdt.csproj
    #	backend/FwLite/MiniLcm/MiniLcm.csproj
    hahn-kev committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    73cf3af View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    c925d3e View commit details
    Browse the repository at this point in the history
  2. fix LcmDebugger.csproj

    hahn-kev committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fe66a6e View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    ed2ccb4 View commit details
    Browse the repository at this point in the history
  2. update harmony deps

    hahn-kev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    118769e View commit details
    Browse the repository at this point in the history
  3. update more versions

    hahn-kev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    3687697 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' into chore/dotnet-9

    # Conflicts:
    #	backend/FwLite/FwDataMiniLcmBridge/FwDataMiniLcmBridge.csproj
    #	backend/FwLite/LcmCrdt/LcmCrdt.csproj
    #	backend/FwLite/LocalWebApp/LocalWebApp.csproj
    hahn-kev committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a1335b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31f380c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    360a2b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    faeae10 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    5f0bfef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53c7805 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into chore/dotnet-9

    # Conflicts:
    #	.github/workflows/fw-lite.yaml
    #	backend/FwLite/LocalWebApp/Routes/HistoryRoutes.cs
    #	backend/FwLite/MiniLcm.Tests/MiniLcm.Tests.csproj
    #	backend/FwLite/MiniLcm/MiniLcm.csproj
    #	backend/harmony
    hahn-kev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    e976c79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    edaad2b View commit details
    Browse the repository at this point in the history
  5. fix warning 'Multiple test adapters with the same uri 'executor://xun…

    …it/VsTestRunner2/netcoreapp' were found. Ignoring adapter 'Xunit.Runner.VisualStudio.VsTestRunner'. Please uninstall the conflicting adapter(s) to avoid this warning.'
    hahn-kev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    c304eb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7fbb91 View commit details
    Browse the repository at this point in the history
  7. update dotnet-ef tool name

    hahn-kev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    6d851eb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae29a4f View commit details
    Browse the repository at this point in the history
  9. add xunit.runner.visualstudio nuget package, removing it prevents dot…

    …net test from finding any tests
    hahn-kev committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    dc17b73 View commit details
    Browse the repository at this point in the history