Skip to content

Commit 793b8cd

Browse files
committed
Lib: support ImplicitUsings
1 parent 5168b26 commit 793b8cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PolyfillLib/PolyfillLib.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@
1717
</ItemGroup>
1818
<Import Project="$(SolutionDir)\TestIncludes.targets" />
1919
<Import Project="$(SolutionDir)\Polyfill\Polyfill.targets" />
20+
<ItemGroup Condition="$(Language) == 'C#' and ($(ImplicitUsings) == 'enable' or $(ImplicitUsings) == 'true')">
21+
<Using Include="Polyfills" />
22+
</ItemGroup>
2023
</Project>

0 commit comments

Comments
 (0)