You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding this package in like so: <PackageReference Include="D2L.Hypermedia.Siren" />
You also need to add: <ProjectReference Include="$(D2LCheckoutDir)lp\framework\tools\D2L.LP.Tools.Extensibility\D2L.LP.Tools.Extensibility.csproj" />
to the ProjectReferenceItemGroup (not the PackageReference group)
otherwise VS will not pick up the the Hypermedia namespace under D2L.LP
The text was updated successfully, but these errors were encountered:
When adding this package in like so:
<PackageReference Include="D2L.Hypermedia.Siren" />
You also need to add:
<ProjectReference Include="$(D2LCheckoutDir)lp\framework\tools\D2L.LP.Tools.Extensibility\D2L.LP.Tools.Extensibility.csproj" />
to the
ProjectReference
ItemGroup
(not thePackageReference
group)otherwise VS will not pick up the the
Hypermedia
namespace underD2L.LP
The text was updated successfully, but these errors were encountered: