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 39e656e commit ab55a61Copy full SHA for ab55a61
src/Controls/src/Core/Controls.Core.csproj
@@ -40,6 +40,10 @@
40
<ProjectReference Include="..\..\..\Core\src\Core.csproj" />
41
</ItemGroup>
42
43
+ <ItemGroup>
44
+ <Compile Include="..\..\..\Essentials\src\Types\Shared\WebUtils.shared.cs" />
45
+ </ItemGroup>
46
+
47
<ItemGroup Condition=" '$(_MauiDesignDllBuild)' == 'True' and '$(TargetFramework)' == '$(_MauiDotNetTfm)'">
48
<ProjectReference Include="..\..\..\Controls\src\Core.Design\Controls.Core.Design.csproj" ReferenceOutputAssembly="false" />
49
0 commit comments