Remove unnecessary dependencies to SharpDX and Content.Pipeline from the core library (#881)

* remove unused SharpDX using

introduces in #840

* remove Content.Pipeline reference from the core library

introduced in #692
This commit is contained in:
Nikos Kastellanos
2024-06-02 00:10:38 +03:00
committed by GitHub
parent 8810a4ce7e
commit 980d7a0c00
2 changed files with 0 additions and 4 deletions
@@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Diagnostics;
using Microsoft.Xna.Framework;
using SharpDX.Direct3D;
namespace MonoGame.Extended
{
@@ -6,9 +6,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.Content.Pipeline"
Version="3.8.1.303"
PrivateAssets="All" />
</ItemGroup>
</Project>