api v2.0
This commit is contained in:
@@ -1310,7 +1310,9 @@
|
||||
"type": "project",
|
||||
"framework": ".NETCoreApp,Version=v8.0",
|
||||
"dependencies": {
|
||||
"FluentValidation": "11.9.0"
|
||||
"Core": "1.0.0",
|
||||
"FluentValidation": "11.9.0",
|
||||
"MongoDB.Driver": "2.24.0"
|
||||
},
|
||||
"compile": {
|
||||
"bin/placeholder/Application.dll": {}
|
||||
@@ -3448,6 +3450,7 @@
|
||||
"Core >= 1.0.0",
|
||||
"Microsoft.EntityFrameworkCore >= 8.0.3",
|
||||
"Microsoft.EntityFrameworkCore.Design >= 8.0.3",
|
||||
"Microsoft.EntityFrameworkCore.Relational >= 8.0.3",
|
||||
"Microsoft.Extensions.Configuration >= 8.0.0",
|
||||
"Microsoft.Extensions.Configuration.Json >= 8.0.0",
|
||||
"Microsoft.Extensions.Options.ConfigurationExtensions >= 8.0.0",
|
||||
@@ -3511,6 +3514,10 @@
|
||||
"target": "Package",
|
||||
"version": "[8.0.3, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.Relational": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.3, )"
|
||||
},
|
||||
"Microsoft.Extensions.Configuration": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.0, )"
|
||||
|
||||
Reference in New Issue
Block a user