YCPRadioTelescope / YCP-RT-ControlRoom

The main repository for the York College of Pennsylvania Radio Telescope control room software.
8 stars 2 forks source link

DOTNET Core 6 Conversion #565

Open Liam920 opened 2 years ago

Liam920 commented 2 years ago

Currently, we are running dotnet framework 4.7.1, and would like to upgrade to dotnet core 6.

This provides long term support and better support for linux and IOS machines (we had already run into an issue with encryption because of framework).

This will require extensive testing of the project to ensure that everything still works as expected.