Skip to content

Commit

Permalink
docs: Adjust documentation for cross-targeted projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 6, 2022
1 parent 2e5d43c commit db9e254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Then add the following block at the end your project library:

```xml
<Import Project="$(NuGetPackageRoot)uno.xamlmerge.task\$(_Uno_XamlMerge_Task_Version)\build\Uno.XamlMerge.Task.targets"
Condition="'$(TargetFramework)' == ''" />
Condition="'$(TargetFramework)' == '' and exists('$(NuGetPackageRoot)\uno.xamlmerge.task\$(_Uno_XamlMerge_Task_Version)')" />
```

The generated file is called `Generated\mergedpages.xaml` by default, but can be overriden as follows:
Expand Down

0 comments on commit db9e254

Please sign in to comment.