mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 10:18:15 +08:00
changed to json configuration to get rid of yaml imports
This commit is contained in:
@ -17,8 +17,7 @@
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.1",
|
||||
"type": "platform"
|
||||
},
|
||||
"NetEscapades.Configuration.Yaml": "1.2.0"
|
||||
}
|
||||
},
|
||||
|
||||
"tools": {
|
||||
@ -28,8 +27,6 @@
|
||||
"frameworks": {
|
||||
"netcoreapp1.4": {
|
||||
"imports": [
|
||||
"dotnet5.6",
|
||||
"portable-net45+win8"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -39,8 +36,7 @@
|
||||
"preserveCompilationContext": true,
|
||||
"copyToOutput": {
|
||||
"include": [
|
||||
"middlewareConfiguration.yaml",
|
||||
"configuration.yaml"
|
||||
"configuration.json"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -58,8 +54,7 @@
|
||||
"Areas/**/Views",
|
||||
"appsettings.json",
|
||||
"web.config",
|
||||
"middlewareConfiguration.yaml",
|
||||
"configuration.yaml"
|
||||
"configuration.json"
|
||||
]
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user