Skip to content

Commit

Permalink
test framework net 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Jul 8, 2023
1 parent 2db0f74 commit 4fb8f26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ACadSharp.Tests/ACadSharp.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down
3 changes: 3 additions & 0 deletions ACadSharp.Tests/DxfMapTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ public void CreateMapTest(Type t)
case DxfFileToken.EntityLwPolyline:
DxfMap.Create<LwPolyline>();
break;
case DxfFileToken.EntityMesh:
DxfMap.Create<Mesh>();
break;
case DxfFileToken.EntityMLine:
DxfMap.Create<MLine>();
break;
Expand Down
2 changes: 1 addition & 1 deletion ACadSharpInternal.Tests/ACadSharpInternal.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetFramework>net6.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 4fb8f26

Please sign in to comment.