Build for linux? Follow
Im in a .NET 6 Console Application project (which i can build for LINUX from Visual Studio 2022). I can only find Relase/Debug and x86/x64 options in the build options. No "platform" option to change from Windows to Linux. How do i build from WINDOWS to LINUX in .NET 6?
Please sign in to leave a comment.
Hello,
If you mean this feature: https://docs.microsoft.com/en-us/dotnet/standard/frameworks#net-5-os-specific-tfms, it is not yet supported (https://youtrack.jetbrains.com/issue/RIDER-69025).