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
$ dotnet tool install --global dotnet-releaserTool 'dotnet-releaser' was reinstalled with the stable version (version '0.8.5').
But then when I try to use:
$ dotnet releaser newYou must install or update .NET to run this application.App: /Users/flozano/.dotnet/tools/dotnet-releaserArchitecture: arm64Framework: 'Microsoft.NETCore.App', version '7.0.0' (arm64).NET location: /usr/local/share/dotnetThe following frameworks were found: 8.0.4 at [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]Learn more:https://aka.ms/dotnet/app-launch-failedTo install missing framework, download:https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=arm64&rid=osx-arm64&os=osx.14
my project uses dotnet 8.0.
The text was updated successfully, but these errors were encountered:
@flozano, Message "You must install or update .NET to run this application" is related to dotnet-releaser, not to your application. So, your problem is "dotnet-releaser use .NET 7 and .NET 7 is required for running dotnet-releaser".
As a workaround you can install .NET 7 runtime. I don't need to change your project's target, just install to your machine.
I'm able to install globally:
But then when I try to use:
my project uses dotnet 8.0.
The text was updated successfully, but these errors were encountered: