Skip to content

Commit a422370

Browse files
committed
no need for abstract anymore
1 parent 5d4a444 commit a422370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public interface IGenerator
3737
IAssemblyNameProvider AssemblyNameProvider { get; }
3838
}
3939

40-
public abstract class ProjectGeneration : IGenerator
40+
public class ProjectGeneration : IGenerator
4141
{
4242
// do not remove because of the Validation API, used in LegacyStyleProjectGeneration
4343
public static readonly string MSBuildNamespaceUri = "http://schemas.microsoft.com/developer/msbuild/2003";

0 commit comments

Comments
 (0)