File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
src/DependencyInjection.Tests Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments