Skip to content

Commit

Permalink
Change target framework for tests project
Browse files Browse the repository at this point in the history
  • Loading branch information
bothzoli committed Dec 6, 2024
1 parent 983d18a commit a215314
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
<NoWarn>0618</NoWarn>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a215314

Please sign in to comment.