Skip to content

Commit

Permalink
Switch test project to .NET 8 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Saalvage committed Nov 29, 2024
1 parent 97dbc65 commit c3badba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AssimpNet.Test/AssimpNet.Test.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7</TargetFrameworks>
<TargetFrameworks>net8</TargetFrameworks>
<RootNamespace>Assimp.Test</RootNamespace>
<LangVersion>latest</LangVersion>
<ForceCopyNativeAssimp>true</ForceCopyNativeAssimp>
Expand Down

0 comments on commit c3badba

Please sign in to comment.