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": {},
"netstandardapp1.5": {
"dependencies": {
"NETStandard.Library": "1.0.0-*"
"NETStandard.Library": "1.5.0-*"
},
"imports": [
"dnxcore50"

View File

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

View File

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

Binary file not shown.