You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the NLUTest task in Azure pipeline with window latest agent version, recently the task start giving this error
Tool 'dotnet-nlu' (version '0.8.1') was successfully installed.
"C:\hostedtoolcache\windows\dotnet\dotnet.exe" nlu test -s luisV3 -u luis-app/tests/unittests.json -o D:\a_temp/results.json -v
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
I can install the .Net SDK version 2.x and this will work, but I want to know it will be possible to update the project target framework to a more updated version.
The text was updated successfully, but these errors were encountered:
I'm using the NLUTest task in Azure pipeline with window latest agent version, recently the task start giving this error
Tool 'dotnet-nlu' (version '0.8.1') was successfully installed.
"C:\hostedtoolcache\windows\dotnet\dotnet.exe" nlu test -s luisV3 -u luis-app/tests/unittests.json -o D:\a_temp/results.json -v
It was not possible to find any compatible framework version
The framework 'Microsoft.NETCore.App', version '2.1.0' was not found.
I can install the .Net SDK version 2.x and this will work, but I want to know it will be possible to update the project target framework to a more updated version.
The text was updated successfully, but these errors were encountered: