Skip to content

Commit

Permalink
Remove net6.0 target from NUnit snippets project (#1009)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanKilleen authored Jan 7, 2025
1 parent ad8dd08 commit b3bc324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFrameworks>net8.0</TargetFrameworks>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>

Expand Down

0 comments on commit b3bc324

Please sign in to comment.