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 .NET7 to .NET 8 #250

Merged
merged 4 commits into from
Sep 13, 2024
Merged

Update .NET7 to .NET 8 #250

merged 4 commits into from
Sep 13, 2024

Commits on Aug 4, 2023

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

Commits on Aug 7, 2023

  1. Merge pull request #243 from vadimkholodilo/develop

    Fix typos and spelling errors
    itbeard authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d7b5c46 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. ⬆️ Upgrade .NET framework and package dependencies

    - Updated .NET version in GitHub Actions to 8.0.x.
    - Changed target framework in Pds.Web.csproj to net8.0.
    - Upgraded Blazored.LocalStorage to 4.5.0.
    - Updated Microsoft.AspNetCore.Components.WebAssembly packages to 8.0.8.
    - Upgraded AutoMapper package to 13.0.1.
    itbeard committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    65798e0 View commit details
    Browse the repository at this point in the history
  2. ⬆️ Update project to .NET 8.0 and dependency versions

    - Upgraded .NET target framework from 7.0 to 8.0.
    - Updated GitHub Actions for both development and production to use .NET 8.0.
    - Modified test assertions to use fluent style in CreatePersonRequestTests and PersonServiceTest.
    - Updated various NuGet package references to latest versions, enhancing security and functionality:
     - AutoFixture to 4.18.1
     - NUnit to 4.2.2
     - Microsoft.NET.Test.Sdk to 17.11.1
     - Autofac to 8.1.0
     - Swashbuckle.AspNetCore to 6.7.3
     - Microsoft.EntityFrameworkCore to 8.0.8
    itbeard committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    88537fc View commit details
    Browse the repository at this point in the history