From 980d7a0c00281ec301cc80be9845b134bd9cd8e5 Mon Sep 17 00:00:00 2001 From: Nikos Kastellanos Date: Sun, 2 Jun 2024 00:10:38 +0300 Subject: [PATCH] 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 --- source/MonoGame.Extended/Math/OrientedRectangle.cs | 1 - source/MonoGame.Extended/MonoGame.Extended.csproj | 3 --- 2 files changed, 4 deletions(-) diff --git a/source/MonoGame.Extended/Math/OrientedRectangle.cs b/source/MonoGame.Extended/Math/OrientedRectangle.cs index 0806e8dd..bd266909 100644 --- a/source/MonoGame.Extended/Math/OrientedRectangle.cs +++ b/source/MonoGame.Extended/Math/OrientedRectangle.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Diagnostics; using Microsoft.Xna.Framework; -using SharpDX.Direct3D; namespace MonoGame.Extended { diff --git a/source/MonoGame.Extended/MonoGame.Extended.csproj b/source/MonoGame.Extended/MonoGame.Extended.csproj index e99bbe59..f910e65a 100644 --- a/source/MonoGame.Extended/MonoGame.Extended.csproj +++ b/source/MonoGame.Extended/MonoGame.Extended.csproj @@ -6,9 +6,6 @@ -