Skip to content

Commit 6a218d6

Browse files
authored
Enable default interface members
dotnet/android#3533
1 parent d116057 commit 6a218d6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
<RepositoryBranch>$(BUILD_SOURCEBRANCH)</RepositoryBranch>
66
<RepositoryCommit>$(BUILD_SOURCEVERSION)</RepositoryCommit>
77
</PropertyGroup>
8+
9+
<PropertyGroup>
10+
<_EnableInterfaceMembers>True</_EnableInterfaceMembers>
11+
</PropertyGroup>
812
</Project>

0 commit comments

Comments
 (0)