Skip to content

Commit

Permalink
Remove net7.0 target from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Jan 8, 2024
1 parent 07f93ae commit 2c335c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HarmonyTests/HarmonyTests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net35;net45;netcoreapp3.1;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net35;net45;netcoreapp3.1;net6.0</TargetFrameworks>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
<IsPackable>false</IsPackable>
Expand Down

0 comments on commit 2c335c3

Please sign in to comment.