add some auth things

This commit is contained in:
Tommy Parnell
2016-07-30 07:39:11 -04:00
parent ca2d2b3dac
commit 1d185d0a98

View File

@@ -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": {
} }
}, },