We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da258a1 commit 3694de0Copy full SHA for 3694de0
src/SiteExtensions/Microsoft.Web.Xdt.Extensions/src/Microsoft.Web.Xdt.Extensions.csproj
@@ -11,7 +11,8 @@
11
</PropertyGroup>
12
13
<ItemGroup>
14
- <Reference Include="Microsoft.Web.Xdt" />
+ <!-- We need to reference the same version (or lower maybe) as App Service otherwise the custom transform cannot be loaded -->
15
+ <PackageReference Include="Microsoft.Web.Xdt" Version="1.4.0" AllowExplicitReference="true" />
16
</ItemGroup>
17
18
</Project>
0 commit comments