SharePoint 2013 and .net framework compatibility

Tanmoy Das 806 Reputation points
2021-05-06T01:44:02.847+00:00

Hi Guys,

I have a couple of doubts to clarify

1) Is SharePoint 2013 compatible with the latest .net framework version or any version after 4.5?

2) How can we check what ".net framework" version is installed in my SharePoint server?

3) Can we upgrade from 4 to 4.5 in an existing SharePoint 2013 farm?

Will it cause any outage?

Please share link/s in reference to your reply

Many Thanks

Microsoft 365 and Office | SharePoint Server | For business
0 comments No comments
{count} votes

Accepted answer
  1. Emily Du-MSFT 51,856 Reputation points Microsoft External Staff
    2021-05-06T09:23:17.627+00:00

    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  
    

    Reference:
    https://www.netwoven.com/2016/11/22/sharepoint-2013-installation-error-in-windows-server-2012-r2-due-to-updated-net-framework-4-5/

    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.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.