Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to Microsoft.VisualStudio.Language v17.6.268 - Autocomplete …
…compatibility fix part 1 (#198) Autocomplete compatibility fix allowing to support autocomplete starting from Visual Studio VS 17.6+ It was tested against VS versions: - 17.7.6 - 17.9 Preview 2 - 17.10.3 - 17.12 - 17.13.0 Preview 2.1 Internally `Microsoft.VisualStudio.Language` version is set to 17.0.0.0 after compilation, regardless of `Microsoft.VisualStudio.Language` version used as nuget package. The important part is `Microsoft.VisualStudio.Threading` library, which version set explicitly to match nuget `Microsoft.VisualStudio.Language` version.
- Loading branch information