dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.29k stars 521 forks source link

Unable to launch the project #1618

Open olivierowp opened 11 months ago

olivierowp commented 11 months ago

Describe the bug

When I run "tye" with or without arguments, I get the following message: "You must install or update .NET to run this application."

To Reproduce

> tye

You must install or update .NET to run this application.

App: /Users/John/.dotnet/tools/tye
Architecture: arm64
Framework: 'Microsoft.NETCore.App', version '6.0.0' (arm64)
.NET location: /usr/local/share/dotnet

The following frameworks were found:
  7.0.13 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]

Learn about framework resolution:
https://aka.ms/dotnet/app-launch-failed

To install missing framework, download:
https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=6.0.0&arch=arm64&rid=osx.14-arm64

Further technical details

tye --version The same error described

`dotnet tool list -g'

microsoft.tye        0.11.0-alpha.22111.1      tye

The platform is macOS

I think the problem is that I have the latest version of "dotnet 7.0.403". However, I don't have any version of dotnet 6.

To solve, I'm thinking of migrating the project to dotnet 7.