Skip to content

Commit 5c9cc58

Browse files
sailroGitHub Enterprise
authored andcommitted
Merge pull request #193 from unity/cs-12
Update language version support
2 parents 9376bb4 + af6bfc5 commit 5c9cc58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Packages/com.unity.ide.visualstudio/Editor/VisualStudioCodeInstallation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public override Version LatestLanguageVersionSupported
3131
{
3232
get
3333
{
34-
return new Version(11, 0);
34+
return new Version(12, 0);
3535
}
3636
}
3737

Packages/com.unity.ide.visualstudio/Editor/VisualStudioForWindowsInstallation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ internal class VisualStudioForWindowsInstallation : VisualStudioInstallation
2727
private static readonly VersionPair[] WindowsVersionTable =
2828
{
2929
// VisualStudio 2022
30+
new VersionPair(17,8, /* => */ 12,0),
3031
new VersionPair(17,4, /* => */ 11,0),
3132
new VersionPair(17,0, /* => */ 10,0),
3233

0 commit comments

Comments
 (0)