Forum member
JJauss
2 posts
Posts by JJauss
-
.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
28 Nov 2017 09:49 UTC
-
.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…
28 Nov 2017 07:17 UTC