mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-22 23:22:51 +08:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"testRunner": "xunit",
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
},
|
|
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0",
|
|
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.FileExtensions": "1.0.0",
|
|
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
|
"Microsoft.Extensions.Logging": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Console": "1.0.0",
|
|
"Microsoft.Extensions.Logging.Debug": "1.0.0",
|
|
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.0.0",
|
|
"Microsoft.AspNetCore.Http": "1.0.0",
|
|
"Ocelot.Library": "1.0.0-*",
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "2.2.0-preview2-build1029",
|
|
"Shouldly": "2.8.0",
|
|
"TestStack.BDDfy": "4.3.1",
|
|
"YamlDotNet": "3.9.0",
|
|
"Moq": "4.6.38-alpha"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|