Hi @duanenewman testing this I found an issue trying to use the VerifyNavigation() saying
error CS7069: Reference to type 'INavigationParameters' claims it is defined in 'Prism', but it could not be found
Tried to use this I found in your blog
<PackageReference Include="Prism.Core" GeneratePathProperty="true" Version="7.2.0.1347-pre" ExcludeAssets="Compile"/>
...
And...
<Reference Include="Prism">
<HintPath>$(PkgPrism_Core)lib\netstandard2.0\Prism.dll</HintPath>
</Reference>
But still can't find it, any suggestions? though this should not be needed since is still same netstandard
Thanks!