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 5ea2026 commit 298b665Copy full SHA for 298b665
SQLiteSharp/SQLiteSharp.csproj
@@ -31,9 +31,11 @@
31
</None>
32
</ItemGroup>
33
<ItemGroup>
34
- <PackageReference Include="PolySharp" Version="1.15.0" />
35
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.1.10" />
36
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
37
<PackageReference Include="System.Text.Json" Version="9.0.1" />
38
+ <ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
39
+ <PackageReference Include="PolySharp" Version="1.15.0" />
40
+ </ItemGroup>
41
</Project>
0 commit comments