-
Notifications
You must be signed in to change notification settings - Fork 773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet run not working #380
Comments
Given the file structure, you probably want |
i did that the same error |
now its showing me this ──(root㉿kali)-[/Covenant/Covenant] App: /Covenant/Covenant/bin/Debug/netcoreapp3.1/Covenant The following frameworks were found: Learn about framework resolution: To install missing framework, download: |
You need to install .Net Core 3.1, seems the only one you have installed right now is .NET 6 |
its showing this now Process terminated. Couldn't find a valid ICU package installed on the system. Set the configuration flag System.Globalization.Invariant to true if you want to run with no globalization support. |
Follow the proper instructions to install .NET Core 3.1: https://dotnet.microsoft.com/en-us/download/dotnet/3.1 |
Currently facing the same issue and apparently .NET core 3.1 is no longer supported on debian based systems. https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian#supported-distributions how am I supposed to install it then? The supplied binaries do not appear to work, following instructions here https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-3.1.426-linux-arm64-binaries upon installing the 3.1 SDK it is not registered by the dotnet utility itself |
Friends export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 |
is there any alternative to solve this issue ? |
(kali㉿kali)-[~/Desktop/Covenant]
└─$ sudo dotnet run
[sudo] password for kali:
Couldn't find a project to run. Ensure a project exists in /home/kali/Desktop/Covenant, or pass the path to the project using --project.
can someone help me understand whats going on and how can fix this problem
The text was updated successfully, but these errors were encountered: