i7MEDIA / mojoportal

mojoPortal is an extensible, cross database, mobile friendly, web content management system (CMS) and web application framework written in C# ASP.NET.
https://www.mojoportal.com
Other
198 stars 100 forks source link

Target .NET Framework v4.8 instead of v4.8.1 #236

Closed otuncelli closed 5 months ago

otuncelli commented 7 months ago

Because 4.8.1 isn't supported on older Windows/Windows Server.

https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/versions-and-dependencies#net-framework-481

JosephMDavis commented 7 months ago

Hi, @otuncelli!

For clarification, 4.8.1 isn't supported on Windows Server 2019 and earlier.

We've already started working on changing the target framework. You can run mojo successfully by changing the targetFramework within the web.config to 4.8.

There weren't any changes 4.8.1 for WebForms so this change will not be a problem.