VirtualPhotonics / VTS

Virtual Tissue Simulator
https://virtualphotonics.org
Other
34 stars 9 forks source link

Remove the .NET Standard support from the VTS library #76

Closed lmalenfant closed 1 year ago

lmalenfant commented 1 year ago

We would like to remove the support for .NET Standard 2.0 as it is no longer required for the MATLAB interoperability or the WPF application. The WPF application is now on a Windows version of .NET 6.0.

This will improve the running of unit tests, currently because we target .NET Standard and .NET 6.0 we have unit tests targeting .NET Framework 4.8 and .NET 6.0 so there are twice as many unit tests then we need.

This change will also allow us to move forward with the C# version we are using and we will be able to modernize our code to C# version 10.