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 5168b26 commit 793b8cdCopy full SHA for 793b8cd
src/PolyfillLib/PolyfillLib.csproj
@@ -17,4 +17,7 @@
17
</ItemGroup>
18
<Import Project="$(SolutionDir)\TestIncludes.targets" />
19
<Import Project="$(SolutionDir)\Polyfill\Polyfill.targets" />
20
+ <ItemGroup Condition="$(Language) == 'C#' and ($(ImplicitUsings) == 'enable' or $(ImplicitUsings) == 'true')">
21
+ <Using Include="Polyfills" />
22
+ </ItemGroup>
23
</Project>
0 commit comments