From 4fb8f26f5953bf23fbae9f733fe5a0a6bc8bed60 Mon Sep 17 00:00:00 2001 From: DomCR Date: Sat, 8 Jul 2023 12:08:56 +0200 Subject: [PATCH] test framework net 6.0 --- ACadSharp.Tests/ACadSharp.Tests.csproj | 2 +- ACadSharp.Tests/DxfMapTests.cs | 3 +++ ACadSharpInternal.Tests/ACadSharpInternal.Tests.csproj | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ACadSharp.Tests/ACadSharp.Tests.csproj b/ACadSharp.Tests/ACadSharp.Tests.csproj index 13731233..df0a3c30 100644 --- a/ACadSharp.Tests/ACadSharp.Tests.csproj +++ b/ACadSharp.Tests/ACadSharp.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 false diff --git a/ACadSharp.Tests/DxfMapTests.cs b/ACadSharp.Tests/DxfMapTests.cs index 7cab890b..9f5d3b15 100644 --- a/ACadSharp.Tests/DxfMapTests.cs +++ b/ACadSharp.Tests/DxfMapTests.cs @@ -124,6 +124,9 @@ public void CreateMapTest(Type t) case DxfFileToken.EntityLwPolyline: DxfMap.Create(); break; + case DxfFileToken.EntityMesh: + DxfMap.Create(); + break; case DxfFileToken.EntityMLine: DxfMap.Create(); break; diff --git a/ACadSharpInternal.Tests/ACadSharpInternal.Tests.csproj b/ACadSharpInternal.Tests/ACadSharpInternal.Tests.csproj index 2fb316ec..e07bffd9 100644 --- a/ACadSharpInternal.Tests/ACadSharpInternal.Tests.csproj +++ b/ACadSharpInternal.Tests/ACadSharpInternal.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 false