Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a7b71a5

Browse files
committed
Fix .NET Core Sqlite tests
1 parent ab9d727 commit a7b71a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ServiceStack.OrmLite.SqliteTests/ServiceStack.OrmLite.SqliteTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
</ItemGroup>
6767

6868
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp2.0' ">
69+
<PackageReference Include="Microsoft.Extensions.Primitives" Version="1.1.1" />
6970
<PackageReference Include="System.Runtime" Version="4.*" />
7071
<PackageReference Include="System.Runtime.Serialization.Xml" Version="4.*" />
7172
<PackageReference Include="System.Reflection" Version="4.*" />

0 commit comments

Comments
 (0)