Skip to content

.NET CLI Tool NuGet deployment failure #200

@heynickc

Description

@heynickc

Issue with the NuGet packaging in the build.fsx script to prepare the NBench.Runner.DotNetCli to be published to NuGet. Once the package was deployed to NuGet, I attempted to add it as a <DotNetCliTool> reference to the Akka.Tests.Performance project. It threw an error (paraphrasing) that this Package (NBench.Runner.DotNetCli) was not compatible with "NETCoreApp v1.0" even though the project consuming the package was "NETCoreApp v1.1".

Things tried:

  • Drop NBench.Runner.DotNetCli down to target netcoreapp1.0
  • Reference NBench as a NuGet package instead of project reference

Currently attempting to package the .NET Core runner with the .NET 4.5 runner. Need to grab the result of dotnet publish which is specifically targeted for win7-x64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions