Skip to content

Commit

Permalink
Merge pull request #12 from Ali-YousefiTelori/develop
Browse files Browse the repository at this point in the history
remove net 48
  • Loading branch information
Ali-YousefiTelori authored Oct 18, 2023
2 parents 021b50e + 19aaeb6 commit eace72d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net6.0;net7.0;net48</TargetFrameworks>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<IsPackable>false</IsPackable>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit eace72d

Please sign in to comment.