aau-giraf / web-api

The backend API for GIRAF — a .NET-core project written in C#.
GNU General Public License v3.0
2 stars 5 forks source link

Upgraded prosjects to .net 6.0 #258

Closed KennethArn closed 1 year ago

KennethArn commented 2 years ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #253 Please note that the project GirafRest.csproj has a dependency Pomelo.EntityFrameworkCore.MySql which is not updated as this requires namesspace changes. Also Microsoft.CodeAnalysis.FxCopAnalyzers is not updated as this is deprecated and should be replaced.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Running exsisting unittests.

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Development Configuration

Checklist:

malgreen commented 1 year ago

Updated implementation in #262