Skip to content

Commit

Permalink
* added back net5.0 target to samples
Browse files Browse the repository at this point in the history
  • Loading branch information
RagingKore committed Nov 9, 2023
1 parent 766198a commit 42077a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>net5.0;net6.0;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>
<NullableContextOptions>enable</NullableContextOptions>
<ImplicitUsings>true</ImplicitUsings>
Expand Down

0 comments on commit 42077a0

Please sign in to comment.