endlesstravel / Love2dCS

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

please support .net core 3.0, and compile and add to nuget for vs 2019 #67

Open Shadowblitz16 opened 5 years ago

Shadowblitz16 commented 5 years ago

I just moved to vs 2019 and am planning on using .net core's 3.0 winforms. please add support for love in these versions if it's not too much hassle.

EDIT: just realized .net core 3.0 is still in preview keep this open until it's released

endlesstravel commented 5 years ago

I think .net core should be downward compatible. so it shold be ok you use .net core 2.0 package on .net core 3 ?

Shadowblitz16 commented 5 years ago

idk I just know it supports winforms. however.. it doesn't have a designer yet so I am not going to use it.