Fix sample apps

Fixes #714
This commit is contained in:
Stephen Halter 2016-03-29 12:45:23 -07:00
parent 528832fc04
commit 084bd6af36
4 changed files with 5 additions and 6 deletions

View File

@ -18,7 +18,7 @@
"dnx451": {}, "dnx451": {},
"netstandardapp1.5": { "netstandardapp1.5": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-*" "NETStandard.Library": "1.5.0-*"
}, },
"imports": [ "imports": [
"dnxcore50" "dnxcore50"

View File

@ -24,9 +24,7 @@ namespace SampleApp
loggerFactory.AddConsole(LogLevel.Trace); loggerFactory.AddConsole(LogLevel.Trace);
var testCertPath = Path.Combine( var testCertPath = Path.Combine(env.ApplicationBasePath, "testCert.pfx");
env.ApplicationBasePath,
@"../../test/Microsoft.AspNetCore.Server.KestrelTests/TestResources/testCert.pfx");
if (File.Exists(testCertPath)) if (File.Exists(testCertPath))
{ {

View File

@ -20,7 +20,7 @@
"dnx451": {}, "dnx451": {},
"netstandardapp1.5": { "netstandardapp1.5": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.0.0-*", "NETStandard.Library": "1.5.0-*",
"System.Console": "4.0.0-*" "System.Console": "4.0.0-*"
}, },
"imports": [ "imports": [
@ -29,6 +29,7 @@
} }
}, },
"content": [ "content": [
"hosting.json" "hosting.json",
"testCert.pfx"
] ]
} }

Binary file not shown.