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 5d4a444 commit a422370Copy full SHA for a422370
Packages/com.unity.ide.visualstudio/Editor/ProjectGeneration/ProjectGeneration.cs
@@ -37,7 +37,7 @@ public interface IGenerator
37
IAssemblyNameProvider AssemblyNameProvider { get; }
38
}
39
40
- public abstract class ProjectGeneration : IGenerator
+ public class ProjectGeneration : IGenerator
41
{
42
// do not remove because of the Validation API, used in LegacyStyleProjectGeneration
43
public static readonly string MSBuildNamespaceUri = "http://schemas.microsoft.com/developer/msbuild/2003";
0 commit comments