Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
.NET Framework 4.8 support #1507
Conversation
|
|
Add support to .NET Framework 4.8 as a prerequisite.
Fix #1505
I based my work on #1055 as 4.8 is a new minor version.
I used this table for the version number, and took the smallest number, like the previous versions: https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/versions-and-dependencies
It has been tested succesfuly on win7, win8, and win10 by @ErikRosengren ( see #1505 )