Skip to content

Upgrade framework dependency from .NET Framework 4.7.2 #15

Closed
@gbakeman

Description

@gbakeman

Currently, WinNUT is dependent on the .NET Framework 4.7.2. Besides not being the latest supported version of the .NET Framework, this means that the latest version of Visual Studio supported is 2019, which is either near or passed End of Life. I would eventually like to rebuild WinNUT from the ground up (currently planning in nutdotnet/coco.nut, please provide feedback), but for now I think a Framework upgrade could be doable as a way of maintenance.

.NET Framework 4.8 is the last version of the .NET Framework, and supports as old as Windows 7 SP1 just like 4.7.2 does right now. I don't think it makes sense to try and port to .NET 5 or later, but it is recommended for new development.

This means that

  • AGauge
  • WinNUT-Client_Common, and
  • WinNUT-Client

need to be up-to-date and compiling for 4.8 without error.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions