Skip to content

Commit

Permalink
Target .NET 7.0 for the test project
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Jun 30, 2023
1 parent 6c483eb commit 45b6cc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<OutputType>Library</OutputType>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 45b6cc0

Please sign in to comment.