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 1f76c0c commit 66bba56Copy full SHA for 66bba56
src/SiteExtensions/Microsoft.Web.Xdt.Extensions/src/Microsoft.Web.Xdt.Extensions.csproj
@@ -10,7 +10,8 @@
10
</PropertyGroup>
11
12
<ItemGroup>
13
- <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 -->
14
+ <PackageReference Include="Microsoft.Web.Xdt" Version="1.4.0" AllowExplicitReference="true" />
15
</ItemGroup>
16
17
</Project>
0 commit comments