Upgrades all SharpDX dll's to 4.0.1. The dll's in the root repo are all targeting .NET Standard 1.1 so we can use them for both DX and UWP.
I needed the MediaFoundation .NET 4.5 assembly for DX because it includes CreateSampleGrabberSinkActivate which is only available on Desktop. Maybe we can work around that someway so we can drop the extra assembly. I don't know anything about this API though... I tested that this is working by rebasing MonoGame/MonoGame#5437 on MonoGame/MonoGame#5949.
cc @KonajuGames
I also included the license and a little .bat script that uses NuGet to pull in the assemblies.
Upgrades all SharpDX dll's to 4.0.1. The dll's in the root repo are all targeting .NET Standard 1.1 so we can use them for both DX and UWP.
I needed the MediaFoundation .NET 4.5 assembly for DX because it includes
CreateSampleGrabberSinkActivate
which is only available on Desktop. Maybe we can work around that someway so we can drop the extra assembly. I don't know anything about this API though... I tested that this is working by rebasing MonoGame/MonoGame#5437 on MonoGame/MonoGame#5949. cc @KonajuGamesI also included the license and a little .bat script that uses NuGet to pull in the assemblies.