Browse Source

Rollback to target NS1.1 only

pull/988/head
Hsu Still 7 years ago
parent
commit
a7a4efb708
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
1 changed files with 1 additions and 61 deletions
  1. +1
    -61
      docs/docfx.json

+ 1
- 61
docs/docfx.json View File

@@ -9,73 +9,13 @@
]
}
],
"dest":"temp/api/netstandard1.1",
"dest":"api",
"filter":"filterConfig.yml",
"properties":{
"TargetFramework":"netstandard1.1"
}
},
{
"src":[
{
"src":"../src",
"files":[
"**.csproj"
]
}
],
"dest":"temp/api/netstandard1.3",
"filter":"filterConfig.yml",
"properties":{
"TargetFramework":"netstandard1.3"
}
},
{
"src":[
{
"src":"../src",
"files":[
"**.csproj"
]
}
],
"dest":"temp/api/net45",
"filter":"filterConfig.yml",
"properties":{
"TargetFramework":"net45"
}
}
],
"merge":{
"content":[
{
"files":"*.yml",
"src":"temp/api/netstandard1.1"
},
{
"files":"*.yml",
"src":"temp/api/netstandard1.3"
},
{
"files":"*.yml",
"src":"temp/api/net45"
}
],
"fileMetadata":{
"platform":{
"temp/api/netstandard1.3/*.yml":[
"netstandard1.3"
],
"temp/api/netstandard1.1/*.yml":[
"netstandard1.1"
],
"temp/api/net45/*.yml":[
"net45"
]
}
},
"dest":"api"
},
"build":{
"content":[
{


Loading…
Cancel
Save