You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These have already been upgrade from .NET Framework 4.6.1 to 4.7.2, but they need to migrated to .NET Core (currently expected to target 3.1, in line with LuhnLibrary.Tests). This will probably be done first with LuhnLibrary by renaming it and then creating a new .NET Core project "behind" it (i.e. with it inheriting from the .NET Core project), and then gradually moving code over to the new project until the .NET Framework version can be dropped.
This is ideally done after measuring code coverage in issue #20.
The text was updated successfully, but these errors were encountered:
These have already been upgrade from .NET Framework 4.6.1 to 4.7.2, but they need to migrated to .NET Core (currently expected to target 3.1, in line with LuhnLibrary.Tests). This will probably be done first with LuhnLibrary by renaming it and then creating a new .NET Core project "behind" it (i.e. with it inheriting from the .NET Core project), and then gradually moving code over to the new project until the .NET Framework version can be dropped.
This is ideally done after measuring code coverage in issue #20.
The text was updated successfully, but these errors were encountered: