-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Milestone
Description
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
Labels
No labels