-
-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Description
Environment:
- Version: 6.0.100
- Branch:
- vs2019
- vs2017
- vs2015
- Installation/Running method:
- Visual Studio Extension
- NuGet package
- Standalone tool
- DotNet Core Tool from NuGet
- security-scan4x.zip from GitHub Release section
- Operating System:
- Windows
- Linux
- Mac
Describe the bug
Running security-scan as part of our Azure Devops build pipeline running the dotnet 6.0.100 SDK we get the following error:
Tool 'security-scan' (version '5.2.2') was successfully installed.
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '5.0.0' (x64) was not found.
- The following frameworks were found:
6.0.0 at [C:\hostedtoolcache\windows\dotnet6\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
- https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=5.0.0&arch=x64&rid=win10-x64
Installing dotnet5 is not possible as we are trying to upgrade our application to dotnet6 and require the v6 SDK on the agent.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels