Open tdaniel22 opened 8 years ago
Yes, we should.
But we need NuGet to get comprehensive support for multiple platforms:
See issue:
For what it's worth, you can already use this in a .NET Core app, since PCL's are supported. You just need to add an "imports" statement to your project for the PCL profile. Also, since there aren't any bundled native dependencies in here, a nuget package with support for multiple platforms shouldn't be very difficult to produce. I think https://github.com/NuGet/Home/issues/3114 is more relevant for packages that want to bundle native assets.
I am not sure this can be done, but is there any plan to make the NuGet package compatible with NETCore apps?
Currently, trying to
dotnet restore
a project referencing the VulkanSharp NuGet package gives the following output: