We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db502b5 commit e75c46bCopy full SHA for e75c46b
tests/Serilog.Ui.SqliteProvider.Tests/Serilog.Ui.SqliteProvider.Tests.csproj
@@ -14,10 +14,6 @@
14
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.*"/>
15
</ItemGroup>
16
17
- <ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
18
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.*"/>
19
- </ItemGroup>
20
-
21
<ItemGroup Condition="'$(TargetFramework)' == 'net8.0'">
22
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.*"/>
23
0 commit comments