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 dda0060 commit a52d1ffCopy full SHA for a52d1ff
Labs.Uno.props
@@ -4,6 +4,9 @@
4
<ItemGroup Condition="'$(IsUno)' == 'true'">
5
<PackageReference Include="Uno.UI" Version="4.2.6" />
6
</ItemGroup>
7
+ <PropertyGroup Condition="'$(IsUno)' == 'true'">
8
+ <UnoUIUseRoslynSourceGenerators>true</UnoUIUseRoslynSourceGenerators>
9
+ </PropertyGroup>
10
11
<ItemGroup Condition="'$(IsWasm)' == 'true' OR '$(IsWpf)' == 'true' OR '$(IsGtk)' == 'true'">
12
<PackageReference Include="Uno.UI.RemoteControl" Version="4.2.6" Condition="'$(Configuration)'=='Debug'" />
0 commit comments