Skip to content

Commit

Permalink
fix(tests): conditionally include project reference for net8.0 framework
Browse files Browse the repository at this point in the history
  • Loading branch information
hjgraca committed Feb 22, 2025
1 parent e6f6be6 commit 0ecffb8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\AWS.Lambda.Powertools.Metrics.AspNetCore\AWS.Lambda.Powertools.Metrics.AspNetCore.csproj" />
<ProjectReference Include="..\..\src\AWS.Lambda.Powertools.Metrics.AspNetCore\AWS.Lambda.Powertools.Metrics.AspNetCore.csproj"
Condition="'$(TargetFramework)' == 'net8.0'"/>
</ItemGroup>

</Project>

0 comments on commit 0ecffb8

Please sign in to comment.