Skip to content

Commit

Permalink
Merge pull request #10 from byerlikaya/target-framework
Browse files Browse the repository at this point in the history
project's target frameworks have been updated.
  • Loading branch information
byerlikaya authored Oct 23, 2023
2 parents 4db8550 + 97a51ef commit ce89418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SmartWhere/SmartWhere.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</PropertyGroup>

<PropertyGroup>
<TargetFrameworks>netstandard2.0;netcoreapp3.0;net5.0;net6.0;net7.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
<LangVersion>latest</LangVersion>
</PropertyGroup>

Expand Down

0 comments on commit ce89418

Please sign in to comment.