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

Commit a760ee2

Browse files
committed
Add MySql to OrmLite.Tests project.json
1 parent 68d3702 commit a760ee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ServiceStack.OrmLite.Tests/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"ServiceStack.Client": "1.0.*",
2828
"ServiceStack.OrmLite.Sqlite": "1.0.*",
2929
"ServiceStack.OrmLite.SqlServer": "1.0.*",
30-
"ServiceStack.OrmLite.PostgreSQL": "1.0.*"
30+
"ServiceStack.OrmLite.PostgreSQL": "1.0.*",
31+
"ServiceStack.OrmLite.MySql": "1.0.*"
3132
},
3233
"frameworks": {
3334
"netcoreapp1.1": {

0 commit comments

Comments
 (0)