remove monogame dependency
parent
b5cff5974f
commit
32644e148e
|
@ -1,4 +1,4 @@
|
||||||
using Microsoft.Xna.Framework;
|
using System.Numerics;
|
||||||
using MoonTools.Core.Curve.Extensions;
|
using MoonTools.Core.Curve.Extensions;
|
||||||
|
|
||||||
namespace MoonTools.Core.Curve
|
namespace MoonTools.Core.Curve
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using Microsoft.Xna.Framework;
|
using System.Numerics;
|
||||||
|
|
||||||
namespace MoonTools.Core.Curve
|
namespace MoonTools.Core.Curve
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,11 +1,5 @@
|
||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.1</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
|
@ -1,4 +1,4 @@
|
||||||
using Microsoft.Xna.Framework;
|
using System.Numerics;
|
||||||
|
|
||||||
namespace MoonTools.Core.Curve.Extensions
|
namespace MoonTools.Core.Curve.Extensions
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using Microsoft.Xna.Framework;
|
using System.Numerics;
|
||||||
using MoonTools.Core.Curve.Extensions;
|
using MoonTools.Core.Curve.Extensions;
|
||||||
|
|
||||||
namespace MoonTools.Core.Curve
|
namespace MoonTools.Core.Curve
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
using Microsoft.Xna.Framework;
|
using System.Numerics;
|
||||||
|
|
||||||
namespace MoonTools.Core.Curve
|
namespace MoonTools.Core.Curve
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,8 +2,8 @@ using NUnit.Framework;
|
||||||
using FluentAssertions;
|
using FluentAssertions;
|
||||||
|
|
||||||
using MoonTools.Core.Curve;
|
using MoonTools.Core.Curve;
|
||||||
using Microsoft.Xna.Framework;
|
|
||||||
using System;
|
using System;
|
||||||
|
using System.Numerics;
|
||||||
|
|
||||||
namespace Tests
|
namespace Tests
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,8 +2,8 @@ using NUnit.Framework;
|
||||||
using FluentAssertions;
|
using FluentAssertions;
|
||||||
|
|
||||||
using MoonTools.Core.Curve;
|
using MoonTools.Core.Curve;
|
||||||
using Microsoft.Xna.Framework;
|
|
||||||
using System;
|
using System;
|
||||||
|
using System.Numerics;
|
||||||
|
|
||||||
namespace Tests
|
namespace Tests
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,8 +2,8 @@ using NUnit.Framework;
|
||||||
using FluentAssertions;
|
using FluentAssertions;
|
||||||
|
|
||||||
using MoonTools.Core.Curve;
|
using MoonTools.Core.Curve;
|
||||||
using Microsoft.Xna.Framework;
|
|
||||||
using System;
|
using System;
|
||||||
|
using System.Numerics;
|
||||||
|
|
||||||
namespace Tests
|
namespace Tests
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,8 +2,8 @@ using NUnit.Framework;
|
||||||
using FluentAssertions;
|
using FluentAssertions;
|
||||||
|
|
||||||
using MoonTools.Core.Curve;
|
using MoonTools.Core.Curve;
|
||||||
using Microsoft.Xna.Framework;
|
|
||||||
using System;
|
using System;
|
||||||
|
using System.Numerics;
|
||||||
|
|
||||||
namespace Tests
|
namespace Tests
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue