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

Engine+Tests+Web+workflows: Target net8.0 #706

Merged
merged 2 commits into from
Apr 20, 2024

Commits on Apr 20, 2024

  1. Engine: Remove net6.0 target we already target netstandard2.0

    There is no need for Spark.Engine to directly target net6.0 since we
    already target netstandard2.0.
    kennethmyhra committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    d03d276 View commit details
    Browse the repository at this point in the history
  2. Engine+Tests+Web+workflows: Target net8.0

    Spark.*.Tests and Spar.Web now target net8.0. All necessary dependencies
    are upgraded to their .net8.0 version.
    
    Docker files have been modified to adhere to the default port changes
    done in ASP.NET Core 8.0.
    See: https://learn.microsoft.com/en-us/dotnet/core/compatibility/containers/8.0/aspnet-port
    kennethmyhra committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    1e5b3d8 View commit details
    Browse the repository at this point in the history