Closed turbo-cafe closed 3 years ago
I'm having trouble building C# project on linux. Here's what msbuild project_dotnet.csproj -t:Build outputs https://hatebin.com/qlcurcrwuq Can anyone help?
msbuild project_dotnet.csproj -t:Build
this one I figured out, here are cli commands if you arent into monodevelop
msbuild project_dotnet.csproj -t:Restore msbuild project_dotnet.csproj -t:Build
I'm having trouble building C# project on linux. Here's what
msbuild project_dotnet.csproj -t:Build
outputs https://hatebin.com/qlcurcrwuq Can anyone help?