remove monogame dependency
parent
b5cff5974f
commit
32644e148e
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Xna.Framework;
|
||||
using System.Numerics;
|
||||
using MoonTools.Core.Curve.Extensions;
|
||||
|
||||
namespace MoonTools.Core.Curve
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Xna.Framework;
|
||||
using System.Numerics;
|
||||
|
||||
namespace MoonTools.Core.Curve
|
||||
{
|
||||
|
|
|
@ -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>
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Xna.Framework;
|
||||
using System.Numerics;
|
||||
|
||||
namespace MoonTools.Core.Curve.Extensions
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Xna.Framework;
|
||||
using System.Numerics;
|
||||
using MoonTools.Core.Curve.Extensions;
|
||||
|
||||
namespace MoonTools.Core.Curve
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.Xna.Framework;
|
||||
using System.Numerics;
|
||||
|
||||
namespace MoonTools.Core.Curve
|
||||
{
|
||||
|
|
|
@ -2,8 +2,8 @@ using NUnit.Framework;
|
|||
using FluentAssertions;
|
||||
|
||||
using MoonTools.Core.Curve;
|
||||
using Microsoft.Xna.Framework;
|
||||
using System;
|
||||
using System.Numerics;
|
||||
|
||||
namespace Tests
|
||||
{
|
||||
|
|
|
@ -2,8 +2,8 @@ using NUnit.Framework;
|
|||
using FluentAssertions;
|
||||
|
||||
using MoonTools.Core.Curve;
|
||||
using Microsoft.Xna.Framework;
|
||||
using System;
|
||||
using System.Numerics;
|
||||
|
||||
namespace Tests
|
||||
{
|
||||
|
|
|
@ -2,8 +2,8 @@ using NUnit.Framework;
|
|||
using FluentAssertions;
|
||||
|
||||
using MoonTools.Core.Curve;
|
||||
using Microsoft.Xna.Framework;
|
||||
using System;
|
||||
using System.Numerics;
|
||||
|
||||
namespace Tests
|
||||
{
|
||||
|
|
|
@ -2,8 +2,8 @@ using NUnit.Framework;
|
|||
using FluentAssertions;
|
||||
|
||||
using MoonTools.Core.Curve;
|
||||
using Microsoft.Xna.Framework;
|
||||
using System;
|
||||
using System.Numerics;
|
||||
|
||||
namespace Tests
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue