Skip to content

Commit 90a81d7

Browse files
authored
Merge pull request #17022 from KevinRansom/mefexports
2 parents 111eeb6 + 5bdd8bb commit 90a81d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Directory.Build.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
Don't use it explicitly when building with plain .NET (without Proto or Arcade).
3636
-->
3737
<OtherFlags Condition="'$(Configuration)' != 'Proto' and '$(TestingLegacyInternalSignature)' != 'true'">$(OtherFlags) --realsig-</OtherFlags>
38-
<OtherFlags Condition="'$(Configuration)' != 'Proto' and '$(TestingLegacyInternalSignature)' == 'true'">$(OtherFlags) --realsig+</OtherFlags>
38+
<!-- TBD: Fix MEF Export visibility issues in VS -->
39+
<OtherFlags Condition="'$(Configuration)' != 'Proto' and '$(TestingLegacyInternalSignature)' == 'true'">$(OtherFlags) --realsig-</OtherFlags>
3940

4041
</PropertyGroup>
4142

0 commit comments

Comments
 (0)