Skip to content

Commit 298b665

Browse files
committed
Only include PolySharp in .NET Standard
1 parent 5ea2026 commit 298b665

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SQLiteSharp/SQLiteSharp.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@
3131
</None>
3232
</ItemGroup>
3333
<ItemGroup>
34-
<PackageReference Include="PolySharp" Version="1.15.0" />
3534
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.1.10" />
3635
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
3736
<PackageReference Include="System.Text.Json" Version="9.0.1" />
3837
</ItemGroup>
38+
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0'">
39+
<PackageReference Include="PolySharp" Version="1.15.0" />
40+
</ItemGroup>
3941
</Project>

0 commit comments

Comments
 (0)