removes old config transforms for v7 -> v8 no longer needed

This commit is contained in:
Shannon
2019-11-19 11:53:05 +11:00
parent fe2a919573
commit 31f51516d2

View File

@@ -13,14 +13,6 @@
file everytime Umbraco builds.
-->
<configSections>
<section name="Examine" xdt:Transform="Remove" xdt:Locator="Match(name)" />
<section name="ExamineLuceneIndexSets" xdt:Transform="Remove" xdt:Locator="Match(name)" />
</configSections>
<Examine xdt:Transform="Remove" />
<ExamineLuceneIndexSets xdt:Transform="Remove" />
<system.web>
<compilation debug="true" xdt:Transform="SetAttributes(debug)" />
</system.web>