Updated dependencies and added VS22 compatibility (#22)

* 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.
This commit is contained in:
HLCaptain
2022-01-25 20:07:03 +01:00
committed by GitHub
parent a23d19e06a
commit 2eb0a05145
5 changed files with 27 additions and 8 deletions

View File

@@ -5,7 +5,8 @@ Visual Studio extension for the Godot game engine C# projects.
## Requirements
- **Godot 3.2.3** or greater. Older versions of Godot are not supported and do not work.
- **Visual Studio 2019**. VS 2017 or earlier are not supported.
- **Visual Studio 2022**. VS 2019 or earlier are not supported.
- **Visit 1.x** branch to get the **Visual Studio 2019** supported version.
## Features