1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/features/json/azure-function-odata/azure-function/project.json
2017-04-21 16:41:55 +02:00

10 lines
152 B
JSON

{
"frameworks": {
"net46": {
"dependencies": {
"Antlr4.Runtime": "4.5.3",
"Sql-Server-Rest-Api": "0.3.3"
}
}
}
}