Unable to update to latest version of NuGet package of JetBrains.ReSharper.SDK (9.2.X) Follow
When I try to update to the latest JetBrains.ReSharper.SDK (9.2.X) in NuGet in VS2015, I get the following error:
Unable to find a version of 'JetBrains.Platform.Core.Text' that is compatible with 'JetBrains.Platform.Core.Ide 103.0.20150818.200225 constraint: JetBrains.Platform.Core.Text (≥ 103.0.20150818.200224 && < 103.1.0)', 'JetBrains.Platform.VisualStudio 103.0.20150818.200225 constraint: JetBrains.Platform.Core.Text (≥ 103.0.20150818.200224 && < 103.1.0)'.
Please sign in to leave a comment.
I've just tried this with a new project in VS2015, and it worked ok. Could you try again, please?
Still seing this error when trying to upgrade an existing project from 9.1 of the SDK to 9.2:
Severity Code Description Project File Line
Error Unable to find a version of 'JetBrains.Platform.Core.Text' that is compatible with 'JetBrains.Platform.Core.Ide 103.0.20150818.200225 constraint: JetBrains.Platform.Core.Text (≥ 103.0.20150818.200224 && < 103.1.0)', 'JetBrains.Platform.VisualStudio 103.0.20150818.200225 constraint: JetBrains.Platform.Core.Text (≥ 103.0.20150818.200224 && < 103.1.0)'. 0
To see if NuGet is able to download JetBrains.Platform.Core.Text in version 103.0.20150818.200225: Could you try to run package restore on the same machine on a project, which already uses
the 9.2 SDK (for example https://github.com/ulrichb/ImplicitNullability)?