Should fix use in production environment,
since it make from Yavsc and Yavsc.Abstract some nuget references.
This commit is contained in:
parent
8a44da588a
commit
b772c6b981
9 changed files with 382 additions and 3848 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.0.5-*",
|
||||
"commands": {
|
||||
"run": "cli"
|
||||
},
|
||||
|
|
@ -38,12 +38,14 @@
|
|||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
||||
"Microsoft.AspNet.Identity.EntityFramework": "3.0.0-rc1-*",
|
||||
"Microsoft.AspNet.Identity": "3.0.0-rc1-*",
|
||||
"Yavsc": "1.0.5-rc13",
|
||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final",
|
||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||
"Microsoft.CodeAnalysis": "1.0.0-rc1"
|
||||
"Microsoft.CodeAnalysis": "1.0.0-rc1",
|
||||
"EntityFramework7.Npgsql": "3.1.0-rc1-3",
|
||||
"Yavsc.Abstract": { "version": "1.0.5-rc14", "target": "package" },
|
||||
"Yavsc": { "version": "1.0.5-rc14", "target": "package" }
|
||||
},
|
||||
"frameworks": {
|
||||
"dnx451": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue