Two things:
* User views its devices, from a /manage index link * Yavsc.Server resurection
This commit is contained in:
parent
a825fa48c8
commit
b962d58ded
201 changed files with 3756 additions and 502 deletions
|
|
@ -45,8 +45,7 @@
|
|||
"defaultNamespace": "Yavsc"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
|
||||
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*",
|
||||
"Microsoft.Extensions.Configuration.Abstractions": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Configuration.UserSecrets": "1.0.0-rc1-final",
|
||||
|
|
@ -59,8 +58,6 @@
|
|||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.TraceSource": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Options": "0.0.1-alpha",
|
||||
|
||||
|
||||
"Microsoft.Extensions.Localization": "1.0.0-rc1-final",
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"Gapi.net45": "1.0.0",
|
||||
|
|
@ -72,7 +69,13 @@
|
|||
"frameworks": {
|
||||
"dnx451": {
|
||||
"frameworkAssemblies": {
|
||||
"System.Json": "4.0.0"
|
||||
"System.Json": "4.0.0",
|
||||
"System.ComponentModel.DataAnnotations": "4.0.0",
|
||||
"System.Linq": "4.0.0",
|
||||
"System.Net": "4.0.0.0",
|
||||
"System.Net.Http": "4.0.0",
|
||||
"System.Xml": "4.0.0"
|
||||
|
||||
}
|
||||
},
|
||||
"net451": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue