* Dependencies updated to support VS22.
* Close throws exception if not running on main thread. Roslyn dependency set.
* Updated Visual Studio version to 2022 in README.md
* Updated dependencies. May break previous VS19 builds. Works on VS22 17.0.4.
* Updated dependencies, working properly with VS22, NOT WORKING WITH VS19, VISIT 1.X BRANCH TO WORK WITH VS19.
* Requirements updated in README.md
* Version updated to 2.0.0
* Reverted commit 35f18ad. Changed back Test project dependencies.
Found no better way to make Visual Studio install Clide when installing this extension.
Adding Clide to Dependencies doesn't work. VisualStudio fails to resolve it during installation.
We can include 'Clide.Core.Windows.dll' as a Mef component in this extension, but that causes
issues if Xamarin is installed too (two 'Clide.Core.Windows.dll' so components are exported twice).
As such, this extension sadly requires Xamarin to be installed as well for now. It's a quite
bulky dependency, so we should continue looking for possible alternatives to this.