RingApi
RingApi copied to clipboard
Updating to .NET 8
Updating .NET to version 8, the latest-long term support version
Main project file changes:
-
Api/Api.csproj
: Updated the target framework version fromnet6.0
tonet8.0
, changing the project to use .NET 8.0. -
UnitTest/Unit Test.csproj
: Updated the project file to update the target framework to .NET 8.0, and update package references.
Hi @mmckechney I'll be looking at your PR in the next few weeks, thanks for the contribution.