1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Updated Azure Function examples

This commit is contained in:
Jovan Popovic
2017-04-21 16:41:55 +02:00
parent 0109c0b80e
commit 323c42bfd8
8 changed files with 132 additions and 7 deletions

View File

@ -1,5 +1,9 @@
{
"dependencies": {
"Belgrade.Sql.Client": "0.6.5"
"frameworks": {
"net46": {
"dependencies": {
"Belgrade.Sql.Client": "0.7"
}
}
}
}
}