Updating to new CLI

This commit is contained in:
John Luo 2016-02-01 16:37:16 -08:00
parent 765a52007a
commit 93079ea3a6
14 changed files with 42 additions and 18 deletions

View File

@ -15,6 +15,7 @@
"type": "build", "type": "build",
"version": "1.0.0-*" "version": "1.0.0-*"
}, },
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Text.Encodings.Web": "4.0.0-*" "System.Text.Encodings.Web": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
@ -33,7 +34,8 @@
"System.Reflection.TypeExtensions": "4.1.0-*", "System.Reflection.TypeExtensions": "4.1.0-*",
"System.Runtime.InteropServices": "4.0.21-*", "System.Runtime.InteropServices": "4.0.21-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-*" "System.Security.Cryptography.X509Certificates": "4.0.0-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -12,6 +12,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*", "Microsoft.Net.Http.Headers": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Buffers": "4.0.0-*" "System.Buffers": "4.0.0-*"
}, },
"frameworks": { "frameworks": {
@ -19,7 +20,8 @@
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.IO.FileSystem": "4.0.1-*" "System.IO.FileSystem": "4.0.1-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -10,7 +10,8 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*" "Microsoft.Extensions.Primitives": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
@ -24,7 +25,8 @@
"System.Security.Claims": "4.0.1-*", "System.Security.Claims": "4.0.1-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-*", "System.Security.Cryptography.X509Certificates": "4.0.0-*",
"System.Security.Principal": "4.0.1-*" "System.Security.Principal": "4.0.1-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -13,14 +13,16 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*", "Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*", "Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
"Microsoft.Net.Http.Headers": "1.0.0-*" "Microsoft.Net.Http.Headers": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
"dependencies": { "dependencies": {
"System.Threading": "4.0.11-*" "System.Threading": "4.0.11-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -10,10 +10,13 @@
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Http": "1.0.0-*" "Microsoft.AspNetCore.Http": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"dotnet5.4": {} "dotnet5.4": {
"imports": "portable-net451+win8"
}
} }
} }

View File

@ -11,6 +11,7 @@
}, },
"dependencies": { "dependencies": {
"Microsoft.Extensions.Primitives": "1.0.0-*", "Microsoft.Extensions.Primitives": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"System.Buffers": "4.0.0-*", "System.Buffers": "4.0.0-*",
"System.Text.Encodings.Web": "4.0.0-*" "System.Text.Encodings.Web": "4.0.0-*"
}, },
@ -25,7 +26,8 @@
"System.Collections": "4.0.11-*", "System.Collections": "4.0.11-*",
"System.IO": "4.1.0-*", "System.IO": "4.1.0-*",
"System.IO.FileSystem": "4.0.1-*" "System.IO.FileSystem": "4.0.1-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -9,6 +9,9 @@
"warningsAsErrors": true, "warningsAsErrors": true,
"keyFile": "../../tools/Key.snk" "keyFile": "../../tools/Key.snk"
}, },
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"dotnet5.4": { "dotnet5.4": {
@ -20,7 +23,8 @@
"System.Linq": "4.0.1-*", "System.Linq": "4.0.1-*",
"System.Text.Encoding": "4.0.11-*", "System.Text.Encoding": "4.0.11-*",
"System.Runtime": "4.0.21-*" "System.Runtime": "4.0.21-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -21,7 +21,8 @@
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -18,7 +18,8 @@
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -16,7 +16,8 @@
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -16,7 +16,8 @@
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -18,7 +18,8 @@
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",

View File

@ -18,13 +18,14 @@
}, },
"dependencies": { "dependencies": {
"xunit.runner.console": "2.1.0" "xunit.runner.console": "2.1.0"
} }
}, },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Text.Encoding.Extensions": "4.0.11-*", "System.Text.Encoding.Extensions": "4.0.11-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
} }
} }

View File

@ -17,7 +17,8 @@
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*" "xunit.runner.aspnet": "2.0.0-aspnet-*"
} },
"imports": "portable-net451+win8"
} }
}, },
"testRunner": "xunit", "testRunner": "xunit",