Installation into Visual Studio 2017.3 preview?
Visual Studio 2017 update 3 preview edition has just been released. The latest EAP won't detect it as a valid install target. Nor does it detect 2017u2 final it seems. I now have the following versions installed:
15.2 (26430.12)
15.3.0 Preview 2.0
Please sign in to leave a comment.
Same here. To make it even worse, 2017.1.2 detects the new preview version but fails to install.
The timing was particularly bad with the no-announcement drop of the new preview 1 day after EAP2.
I cannot install JetBrains ReSharper SDK Version 2017.1.20170613.162448 using nuget in vs 2017 community. Getting the following error:
Install-Package : Could not install package 'Appccelerate.StateMachine.JetBrains 2.2.0.1'. You are
trying to install this package into a project that targets 'MonoAndroid,Version=v7.0', but the pack
age does not contain any assembly references or content files that are compatible with that framewo
rk. For more information, contact the package author.
At line:1 char:16
+ Install-Package <<<< JetBrains.ReSharper.SDK -Version 2017.1.20170613.162448
+ CategoryInfo : NotSpecified: (:) [Install-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdl
ets.InstallPackageCommand.
I have installed Appccelerate.StateMachine.JetBrains 4.4.0.
Please help.