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 4b8c2dd commit 9a44a01Copy full SHA for 9a44a01
src/Controls/tests/ManualTests/README.md
@@ -184,6 +184,8 @@ dotnet build -p:UseMaui=true -p:MauiVersion=8.0.0-nightly.8832+sha.feb791fc7-azd
184
</PropertyGroup>
185
```
186
187
+Note: make sure to add the `<UseMaui>true</UseMaui>` tag _before_ the first node that has a condition that checks for this value.
188
+
189
### What Happens in NuGet Mode
190
When `UseMaui` == 'true', the project:
191
- Uses `PackageReference` instead of `ProjectReference`
0 commit comments