add some auth things
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0",
|
||||
"type": "platform"
|
||||
},
|
||||
//"Microsoft.NETCore.App": {
|
||||
// "version": "1.0.0",
|
||||
// "type": "platform"
|
||||
//},
|
||||
"Microsoft.ApplicationInsights.AspNetCore": "1.0.0",
|
||||
"Microsoft.AspNetCore.Diagnostics": "1.0.0",
|
||||
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
||||
@@ -32,11 +32,13 @@
|
||||
},
|
||||
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {
|
||||
"imports": [
|
||||
"dotnet5.6",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
//"netcoreapp1.0": {
|
||||
// "imports": [
|
||||
// "dotnet5.6",
|
||||
// "portable-net45+win8"
|
||||
// ]
|
||||
//}
|
||||
"net46": {
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user