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 have installed .NET 7 and I don't have .NET 6 anymore. When installing the latest GitVersion and trying to run it with dotnet gitversion I get the following error
You must install .NET to run this application.
App: /home/diegosasw/.dotnet/tools/dotnet-gitversion
Architecture: x64
App host version: 7.0.0
.NET location: Not found
Learn about runtime installation:
https://aka.ms/dotnet/app-launch-failed
Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=ubuntu.22.04-x64&apphost_version=7.0.0
Expected Behavior
It should display the gitversion output
Actual Behavior
It's displaying the error stating that .NET location is Not found
dotnet gitversion
You must install .NET to run this application.
App: /home/diegosasw/.dotnet/tools/dotnet-gitversion
Architecture: x64
App host version: 7.0.0
.NET location: Not found
Learn about runtime installation:
https://aka.ms/dotnet/app-launch-failed
Download the .NET runtime:
https://aka.ms/dotnet-core-applaunch?missing_runtime=true&arch=x64&rid=ubuntu.22.04-x64&apphost_version=7.0.0
Context
Your Environment
Version Used: 5.11.1
Operating System and version (Windows 10, Ubuntu 18.04): Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
diegosasw
changed the title
[Bug] You must install .NET to run this application
[Bug] Error with .NET 7: You must install .NET to run this application
Nov 13, 2022
I have installed .NET 7 and I don't have .NET 6 anymore. When installing the latest GitVersion and trying to run it with
dotnet gitversion
I get the following errorExpected Behavior
It should display the gitversion output
Actual Behavior
It's displaying the error stating that .NET location is Not found
Steps to Reproduce
Install .NET 7
For 22.04
Install SDK and runtimes for .NET 7
Validate dotnet is there
Install GitVersion
Now try to use it
Context
Your Environment
The text was updated successfully, but these errors were encountered: