Skip to content

Cannot find any .csproj or .fsproj file for your project! #45

@ghost

Description

I expect this is my lack of experience, however, I'm trying to install a package (Microsoft.Windows.Compatibility). The extension finds the package, and I can select the version. At this point, a little error message pops up in the bottom right:

image

Which fully reads: Cannot find any .csproj or .fsproj file for your project!

My project has a .csproj file which contains:

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>Exe</OutputType>
    <TargetFramework>netcoreapp3.1</TargetFramework>
  </PropertyGroup>

</Project

If anybody has any ideas, I'd be grateful if you could share.

T.I.A.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions