Skip to content

Commit 7e2eab3

Browse files
committed
Fix System.Diagnostics.DiagnosticSource for EFCore test
1 parent 8679028 commit 7e2eab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test-applications/integrations/TestApplication.EntityFrameworkCore/TestApplication.EntityFrameworkCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
<ItemGroup>
88
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" VersionOverride="$(LibraryVersion)" />
99
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" />
10+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Condition=" '$(TargetFramework)' == 'net8.0' " />
1011
</ItemGroup>
1112
</Project>

0 commit comments

Comments
 (0)