aspnetcore/test/Microsoft.AspNetCore.Server.../project.json

45 lines
993 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"BenchmarkDotNet": "0.10.1",
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Moq": "4.6.36-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"type": "platform"
}
}
}
},
"buildOptions": {
"emitEntryPoint": true,
"compile": {
"include": [
"../shared/TestApplicationErrorLogger.cs",
"../shared/TestFrame.cs",
"../shared/TestKestrelTrace.cs",
"../shared/MockConnection.cs",
"../shared/MockSocketOutput.cs",
"../shared/SocketInputExtensions.cs"
]
},
"keyFile": "../../tools/Key.snk",
"copyToOutput": {
"include": "TestResources/testCert.pfx"
},
},
"runtimeOptions": {
"configProperties": {
"System.GC.Server": true
}
},
"publishOptions": {
"include": [
"TestResources/testCert.pfx"
]
}
}