Kodu çalıştıracaksın da build alınmış hali mi var githubda? buildi yoksa build alman lazım. dotnet run yaz çalışmazsa buildi yoktur build almak için dotnet sdk lazım. indirdikten sonra dotnet restore, dotnet build, dotnet run
Kodu çalıştıracaksın da build alınmış hali mi var githubda? buildi yoksa build alman lazım. dotnet run yaz çalışmazsa buildi yoktur build almak için dotnet sdk lazım. indirdikten sonra dotnet restore, dotnet build, dotnet run
$ dotnet run
You must install or update .NET to run this application.
App: /usr/share/dotnet/sdk/6.0.405/dotnet.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.13' (x64)
.NET location: /usr/share/dotnet/
The following frameworks were found:
7.0.2 at [/usr/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.13&arch=x64&rid=ubuntu.22.04-x64
Kod:
$ dotnet
Usage: dotnet [options]
Usage: dotnet [path-to-application]
Options:
-h|--help Display help.
--info Display .NET information.
--list-sdks Display the installed SDKs.
--list-runtimes Display the installed runtimes.
path-to-application:
The path to an application .dll file to execute.
Kod:
$ dotnet --info
You must install or update .NET to run this application.
App: /usr/share/dotnet/sdk/6.0.405/dotnet.dll
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '6.0.13' (x64)
.NET location: /usr/share/dotnet/
The following frameworks were found:
7.0.2 at [/usr/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.13&arch=x64&rid=ubuntu.22.04-x64
Host:
Version: 7.0.2
Architecture: x64
Commit: d037e070eb
.NET SDKs installed:
6.0.405 [/usr/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 7.0.2 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 7.0.2 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download