Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit 3be0382

Browse files
committed
xmlDoc is a build option
1 parent 66f30fa commit 3be0382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.AspNetCore.ResponseCaching/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"keyFile": "../../tools/Key.snk",
66
"nowarn": [
77
"CS1591"
8-
]
8+
],
9+
"xmlDoc": true
910
},
1011
"description": "ASP.NET Core middleware for caching HTTP responses on the server.",
1112
"packOptions": {
@@ -17,8 +18,7 @@
1718
"aspnetcore",
1819
"cache",
1920
"caching"
20-
],
21-
"xmlDoc": true
21+
]
2222
},
2323
"dependencies": {
2424
"Microsoft.AspNetCore.Http": "1.1.0-*",

0 commit comments

Comments
 (0)