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/Entity-Framework/appsettings.json
Jovan Popovic df6330fbc7 Entity Framework JSON Example
Added project that shows how to map JSON fieds from database via Entity
Famework model.
2017-01-13 22:25:20 +01:00

11 lines
168 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
}
}