remove monogame dependency

master
thatcosmonaut 2019-10-28 18:55:18 -07:00
parent b5cff5974f
commit 32644e148e
10 changed files with 14 additions and 20 deletions

View File

@ -1,4 +1,4 @@
using Microsoft.Xna.Framework;
using System.Numerics;
using MoonTools.Core.Curve.Extensions;
namespace MoonTools.Core.Curve

View File

@ -1,4 +1,4 @@
using Microsoft.Xna.Framework;
using System.Numerics;
namespace MoonTools.Core.Curve
{

View File

@ -1,11 +1,5 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
</Project>

View File

@ -1,4 +1,4 @@
using Microsoft.Xna.Framework;
using System.Numerics;
namespace MoonTools.Core.Curve.Extensions
{

View File

@ -1,4 +1,4 @@
using Microsoft.Xna.Framework;
using System.Numerics;
using MoonTools.Core.Curve.Extensions;
namespace MoonTools.Core.Curve

View File

@ -1,4 +1,4 @@
using Microsoft.Xna.Framework;
using System.Numerics;
namespace MoonTools.Core.Curve
{

View File

@ -2,8 +2,8 @@ using NUnit.Framework;
using FluentAssertions;
using MoonTools.Core.Curve;
using Microsoft.Xna.Framework;
using System;
using System.Numerics;
namespace Tests
{

View File

@ -2,8 +2,8 @@ using NUnit.Framework;
using FluentAssertions;
using MoonTools.Core.Curve;
using Microsoft.Xna.Framework;
using System;
using System.Numerics;
namespace Tests
{

View File

@ -2,8 +2,8 @@ using NUnit.Framework;
using FluentAssertions;
using MoonTools.Core.Curve;
using Microsoft.Xna.Framework;
using System;
using System.Numerics;
namespace Tests
{

View File

@ -2,8 +2,8 @@ using NUnit.Framework;
using FluentAssertions;
using MoonTools.Core.Curve;
using Microsoft.Xna.Framework;
using System;
using System.Numerics;
namespace Tests
{