Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Unable to install Pharmacist package into Xamarin Forms 4.8.0.1821project #196

Closed
DawidBester opened this issue Jan 10, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@DawidBester
Copy link

Describe the bug

I'm unable to install Pharmacist into Xamarin Forms 4.8.0.1821 project which targets netstandard2.0.

Package install fails with the following message.

Severity Code Description Project File Line Suppression State
Error NU1202 Package Pharmacist 2.0.6 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Pharmacist 2.0.6 supports: net5.0 (.NETCoreApp,Version=v5.0) / any

The rest of the required Pharmacist packages install without a problem.

Steps To Reproduce

Expected behavior

Screenshots

Environment

  • OS:
  • Device:
  • Version:
  • Working Version:

Additional context

@DawidBester DawidBester added the bug Something isn't working label Jan 10, 2021
@glennawatson
Copy link
Contributor

<ItemGroup>
    <PackageReference Include="Pharmacist.MsBuild" Version="1.*" PrivateAssets="all" />
    <PackageReference Include="Pharmacist.Common" Version="1.*" />
</ItemGroup>

Need to install those 2 packages, the Pharmacist package is a DotNet tool.

@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants