parent
528832fc04
commit
084bd6af36
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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.
Loading…
Reference in New Issue