
anonymous user
1.SharePoint 2013 is compatible with versions higher than .net framework 4.5.
Reference:
https://blog.stefan-gossner.com/2017/06/19/sharepoint-20132016-and-net-framework-4-7/
2.You could check the version of .net framework by using following PowerShell.
Set-Location ‘HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client’
Get-ItemProperty -Path . | Select-Object Version
3.You could install .net framework 4.5 without outage.
Reference:
http://www.microengine.net/kb/article/AA-00641/0/How-to-Enable-or-Install-Microsoft-.NET-Framework-4.5-on-Server-2012-Windows-8.1-Windows-8-or-Windows-7
If an Answer is helpful, please click "Accept Answer" and upvote it
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.