endlesstravel / Love2dCS

C# Wrapper for LÖVE, a 2d game engine
MIT License
166 stars 14 forks source link

msbuild #110

Closed turbo-cafe closed 3 years ago

turbo-cafe commented 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?

turbo-cafe commented 3 years ago

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