Open abhinaba-chakraborty-by opened 2 years ago
I've got the same problems. Scanner seems to work on 3.0 and 3.1 but not on 6.x
.NET 6 is now LTS since 8 march 2022: https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core
Apparently it was fixed in v7.13.0.
Try using: detect-version: '7.13.0'
I am trying to run blackduck scan as part of a github workflow where my project is built using .Net Version 6.0.2
My blackduck scan step looks like this:
With this , I am getting error during scan stating
So I tried to install .Net Core v2.0.0 also , but then getting different error
Any idea what I am missing here or how should I solve this issue?