Skip to content

Commit

Permalink
Remove net7.0 usage (#34)
Browse files Browse the repository at this point in the history
After updating to .NET 8 in #18, we missed one use of `net7.0`.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Refactor**
- Updated the underlying framework version to enhance compatibility and
performance.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
craigktreasure authored May 8, 2024
1 parent b8094a9 commit 26dbe88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestVerifiers.Library/TestVerifiers.Library.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>

<IsPackable>false</IsPackable>
<IsTestProject>false</IsTestProject>
Expand Down

0 comments on commit 26dbe88

Please sign in to comment.