2016.3 EAP9 - does the Target Framework for ReSharper plugins change with 2016.3?

I'm trying to update the nuget packages for a ReSharper plugin I maintain to 2016.3 EAP 3, but the lowest TargetFrameworkVersion provided by "JetBrains.Platform.Core.Shell.107.0.20161116.161732-eap9" (for example) seems to be 4.5

Has support for .NET Framework 4.0 been dropped?

I haven't seen any info about this.

The project builds fine when I switch the target framework to 4.5.

I'm using VS 2015, but also have 2017RC installed (not that it should matter in this situation, but you never know!)

 

 

 

0
1 comment
Official comment

Hello Andrew!

Yes, that's correct. Starting from ReSharper 2016.3 .NET version 4.5 is required.

Since this .NET version is in-place update, VS2010 which bundled with .NET 4.0 is also supported.

Please sign in to leave a comment.