We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a901e9 commit c010eaeCopy full SHA for c010eae
Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/SdkStyleProjectGeneration.cs
@@ -33,7 +33,7 @@ public SdkStyleProjectGeneration() : base(
33
internal static readonly string[] SupportedCapabilities = new string[]
34
{
35
"Unity",
36
- }
+ };
37
38
internal static readonly string[] UnsupportedCapabilities = new string[]
39
@@ -46,7 +46,7 @@ public SdkStyleProjectGeneration() : base(
46
"ReferenceManagerCOM",
47
"AssemblyReferences",
48
"ReferenceManagerAssemblies",
49
50
51
internal override void GetProjectHeader(ProjectProperties properties, out StringBuilder headerBuilder)
52
0 commit comments