Skip to content

Commit b55eff3

Browse files
CopilotMalcolmnixon
andcommitted
Add Polyfills implicit using to test project (mirrors TemplateDotNetLibrary PR #22)
Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
1 parent a63a88d commit b55eff3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/DemaConsulting.TemplateDotNetTool.Tests/DemaConsulting.TemplateDotNetTool.Tests.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
<AnalysisLevel>latest</AnalysisLevel>
1919
</PropertyGroup>
2020

21+
<!-- Implicit Usings -->
22+
<ItemGroup>
23+
<Using Include="Polyfills" />
24+
</ItemGroup>
25+
2126
<!-- Test Framework Dependencies -->
2227
<ItemGroup>
2328
<PackageReference Include="coverlet.collector" Version="8.0.0">

0 commit comments

Comments
 (0)