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