Skip to content

Commit

Permalink
#12 Add net7.0 target to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sguldmund committed Jan 27, 2024
1 parent 31e537d commit 39f830d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Pose.Tests/Pose.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0;netcoreapp3.1;net47;net48;net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>netcoreapp2.0;netcoreapp3.0;netcoreapp3.1;net47;net48;net6.0;net7.0;net8.0</TargetFrameworks>
<IsPackable>false</IsPackable>
</PropertyGroup>

Expand Down

0 comments on commit 39f830d

Please sign in to comment.