Forum member

JJauss

2 posts

Posts by JJauss

  1. .NET Core 2.x fails on DotNetCliToolReference with * as Version number

    Hi, thanks for the fast reply. For short the workaround will help, but we have to adjust VersionNumber each time we made a update to our CLI-Tool. kind regards

  2. .NET Core 2.x fails on DotNetCliToolReference with * as Version number

    I'm on a project where we using a custom CLI command for dotnet and we want always have the latest version in our production projects. So we decided to use * as Version identifier. <DotNetCliToolReference Include="CustomPackageName" Version="*" /> This works on VS17. Executing nCrunch fails b…