Skip to content

INavigationParameters location + Prism 7.2 support changes #2

@keozx

Description

@keozx

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions