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

Upgrade to net8 #5

Merged

Conversation

bluescreen1999
Copy link
Contributor

Title: Update Target Framework and Package Versions

Description:
This pull request aims to modernize the project dependencies by updating target frameworks and package versions in both the Shortener.csproj and Shortener.UnitTests.csproj files.

Changes in Shortener.csproj:

  • Updated <TargetFramework> from net7.0 to net8.0.
  • Updated package references:
    • Microsoft.AspNetCore.OpenApi from version 7.0.17 to 8.0.4.
    • Microsoft.EntityFrameworkCore from version 7.0.18 to 8.0.4.
    • Microsoft.Extensions.Caching.Memory from version 7.0.0 to 8.0.0.
    • Microsoft.VisualStudio.Azure.Containers.Tools.Targets from version 1.19.6 to 1.20.1.
    • MongoDB.EntityFrameworkCore from version 7.0.0-preview.1 to 8.0.0.

Changes in Shortener.UnitTests.csproj:

  • Updated <TargetFramework> from net7.0 to net8.0.
  • Updated package references:
    • coverlet.collector from version 3.2.0 to 6.0.2.
    • Microsoft.NET.Test.Sdk from version 17.7.1 to 17.9.0.
    • xunit from version 2.4.2 to 2.8.0.
    • xunit.extensibility.core from version 2.7.1 to 2.8.0.
    • xunit.runner.visualstudio from version 2.4.5 to 2.8.0.

Changes in liara-deploy.yml:

  • Updated DOTNET_VERSION from '7' to '8'

Rationale:
These updates are essential for maintaining compatibility with the latest .NET technologies and ensuring that the project remains up-to-date with the latest features, performance improvements, and security patches provided by the updated dependencies.

@thisisnabi
Copy link
Owner

Great, Thanks Mohammad jan ❤️

@thisisnabi thisisnabi merged commit 19ed9c8 into thisisnabi:main May 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants