Skip to content

Commit

Permalink
[EntityFrameworkCore.Tests] Remplace hardcoded TFM
Browse files Browse the repository at this point in the history
  • Loading branch information
joegoldman2 committed Oct 10, 2024
1 parent 11281a7 commit 44bd034
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Unit test project for OpenTelemetry Microsoft.EntityFrameworkCore instrumentation.</Description>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.8" />
</ItemGroup>

Expand Down

0 comments on commit 44bd034

Please sign in to comment.