Skip to content

Commit

Permalink
Removed .net5 from unit test project, because it is in EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Havunen committed Jul 16, 2023
1 parent 9594c7a commit 17ce0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SystemTextJsonPatch.Tests/SystemTextJsonPatch.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net7.0;net6.0;net5.0;netcoreapp3.1;net48</TargetFrameworks>
<TargetFrameworks>net7.0;net6.0;netcoreapp3.1;net48</TargetFrameworks>
<IsPackable>false</IsPackable>
<IsPublishable>false</IsPublishable>
<IsUnitTestProject>True</IsUnitTestProject>
Expand Down

0 comments on commit 17ce0d4

Please sign in to comment.