Skip to content

.NET Core 2.1.1 SDK 2.1.301 Implicitly References Microsoft.NETCore.App 2.1.0 #3257

Closed
@rockerinthelocker

Description

@rockerinthelocker

@coolcsh , In order to work around, add

<PackageReference Include="Microsoft.NETCore.App" Version="2.1.1" />

to the project file like so:

<ItemGroup>
  <PackageReference Include="Microsoft.AspNetCore.App" />
  <PackageReference Include="Microsoft.NETCore.App" Version="2.1.1" />
</ItemGroup>

Metadata

Metadata

Assignees

No one assigned

    Labels

    ✔️ Resolution: Won't FixResolved because we decided not to change the behavior reported in this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions