如何 运行 ubuntu 上的文件,我在 Windows 上用 Visual Studio 为 Linux 编译

How to I run a file on ubuntu which i compiled with Visual Studio on Windows for Linux

我使用以下设置在 VS2022 中编译了一个 C# 项目:

它生成了一个没有文件扩展名的文件。

我如何 运行 从 linux 进入?

cd you_vs_code_foler/bin/Release/net6.0/publish/linux-x64

chmod +x your_programm

./your_programm

如果您需要在 Ubuntu 安装 .NET 运行时:试试这个:

须藤apt-get安装-y dotnet-runtime-6.0

有关更多信息和其他问题,请咨询: https://docs.microsoft.com/en-us/dotnet/core/install/linux