Target dotnet framework in all 3 .csproj files updated to net6.0 from netcoreapp3.1
Updated some NuGet packages to align with new .NET version
Updated startup configuration for the server because of breaking changes to the new packages
Fixed unit tests, all should now pass
Updated docker files
Updated GitHub actions to .NET 6
Updated README
NOTICE: This change requires developers to update their .NET SDK & runtime to .NET 6.0, this means that the install guides also need to be updated, which is covered in another PR: https://github.com/aau-giraf/.github/pull/8
Type of change
[X] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[X] This change requires a documentation update
How Has This Been Tested?
[X] Unit tests on multiple machines with .NET SDK & runtime updated
Development Configuration
SDK: .NET 6.0
Checklist:
[X] My code follows the style guidelines of this project
[X] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[X] I have made corresponding changes to the documentation, if necessary
[X] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works, if necessary
[X] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
[ ] I have Acceptance Tested this on an iOS device.
Description
Fixes #253
NOTICE: This change requires developers to update their .NET SDK & runtime to .NET 6.0, this means that the install guides also need to be updated, which is covered in another PR: https://github.com/aau-giraf/.github/pull/8
Type of change
How Has This Been Tested?
Development Configuration
Checklist: