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

.NET CLI Tool NuGet deployment failure #200

Closed
heynickc opened this issue Jun 5, 2017 · 0 comments
Closed

.NET CLI Tool NuGet deployment failure #200

heynickc opened this issue Jun 5, 2017 · 0 comments
Milestone

Comments

@heynickc
Copy link
Contributor

heynickc commented Jun 5, 2017

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.

@Aaronontheweb Aaronontheweb added this to the 1.5 milestone Jun 8, 2018
@Aaronontheweb Aaronontheweb modified the milestones: 1.5, 1.1.1 Jul 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants