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

Commit e96076b

Browse files
committed
Fix .NET Core build
1 parent 1870e73 commit e96076b

File tree

1 file changed

+2
-1
lines changed
  • src/ServiceStack.Redis.NetCore/ServiceStack.Redis

1 file changed

+2
-1
lines changed

src/ServiceStack.Redis.NetCore/ServiceStack.Redis/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"System.Net.Security" : "4.0.0",
2727
"System.Collections.Specialized": "4.0.1",
2828
"System.Collections.NonGeneric": "4.0.1",
29-
"System.Net.NameResolution" : "4.0.0"
29+
"System.Net.NameResolution" : "4.0.0",
30+
"System.Data.Common" : "4.1.0"
3031
}
3132
}
3233

0 commit comments

Comments
 (0)