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

Commit 68d3702

Browse files
committed
Change MySql .NET 4.5 build to ref v6.9.9
1 parent c733604 commit 68d3702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ServiceStack.OrmLite.MySql/ServiceStack.OrmLite.MySql.Signed.project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"win": {}
77
},
88
"dependencies": {
9-
"Mysql.Data" : "7.0.6-ir31"
9+
"Mysql.Data": "6.9.9"
1010
}
1111
}

src/ServiceStack.OrmLite.MySql/ServiceStack.OrmLite.MySql.project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"win": {}
77
},
88
"dependencies": {
9-
"Mysql.Data" : "7.0.6-ir31"
9+
"Mysql.Data": "6.9.9"
1010
}
1111
}

0 commit comments

Comments
 (0)