Getting SDL2 dll through nuget using C#

Hi,

I’m new to SDL2 and I’m using the C# bindings found here https://github.com/flibitijibibo/SDL2-CS

Im able to get SDL2 running when I include the dll files in my Visual Studio project and copy the dll files to my output folder. Is there a way to add SDL2 as a Nuget package so I don’t have to add the dll files manually to each project?