Skip to content

Commit c1684e7

Browse files
committed
Include SL in tests and bump to net8.0
1 parent 2c72c2f commit c1684e7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/DependencyInjection.Tests/DependencyInjection.Tests.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Import Project="..\DependencyInjection\Devlooped.Extensions.DependencyInjection.props" />
44

55
<PropertyGroup>
6-
<TargetFramework>net6.0</TargetFramework>
6+
<TargetFramework>net8.0</TargetFramework>
77
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
88
<RootNamespace>Tests</RootNamespace>
99
</PropertyGroup>
@@ -28,6 +28,16 @@
2828
<Using Include="Xunit.Abstractions" />
2929
</ItemGroup>
3030

31+
<Import Project="..\SponsorLink\SponsorLink\buildTransitive\Devlooped.Sponsors.targets" />
3132
<Import Project="..\DependencyInjection\Devlooped.Extensions.DependencyInjection.targets" />
33+
<Import Project="..\SponsorLink\SponsorLink.Analyzer.Tests.targets" />
34+
35+
<!-- Force immediate reporting of status, no install-time grace period -->
36+
<PropertyGroup>
37+
<SponsorLinkNoInstallGrace>true</SponsorLinkNoInstallGrace>
38+
</PropertyGroup>
39+
<ItemGroup>
40+
<CompilerVisibleProperty Include="SponsorLinkNoInstallGrace" />
41+
</ItemGroup>
3242

3343
</Project>

0 commit comments

Comments
 (0)