Hi,
I've created a pipeline for my project.
I've installed Electron.Net and Electron.Net.CLI but when I try to Electronize it throws me:
Tool 'electronnet.cli' (version '13.5.1') was successfully installed.
Executing Electronize
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.6 at [C:\hostedtoolcache\windows\dotnet\shared\Microsoft.NETCore.App]
You can resolve the problem by installing the specified framework and/or SDK.
My project is NET6, locally I can build it without any problem, is there something I can do?