Skip to content

Commit 112060a

Browse files
Cleanup empty system.webServer/modules elements. (#91)
1 parent 7ae7512 commit 112060a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/packages/SessionStateModule.nupkg/content/Net462/web.config.uninstall.xdt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@
88
type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
99
xdt:Transform="Remove" xdt:Locator="Match(type)" />
1010
</modules>
11+
</system.webServer>
1112

13+
<system.webServer>
1214
<modules xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
1315
</system.webServer>
16+
1417
<system.webServer xdt:Transform="RemoveAll" xdt:Locator="Condition(count(*)=0)" />
1518
</configuration>

0 commit comments

Comments
 (0)