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 SignalR service to .NET 8.0 #38

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    c261130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a223d99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d50c2f9 View commit details
    Browse the repository at this point in the history
  4. Modernize Program.cs

    LanceMcCarthy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ed31175 View commit details
    Browse the repository at this point in the history
  5. Use DependencyInjection for DbContext and IWebHostEnvironment

    To finish the work in migrating to net8.0, we need to switch from manually instantiating the DBContext and let the framework properly inject the required services.
    LanceMcCarthy committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fe6bb2e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Update signalr-for-aspnet-core.csproj

    Bump EntityFramework Sqlite
    LanceMcCarthy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    139d435 View commit details
    Browse the repository at this point in the history