Skip to content

Commit

Permalink
clear
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-YousefiTelori committed Oct 25, 2023
1 parent 1050542 commit c844e6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static BaseHandler CreateOSHandler(ResourceManager resourceManager)
else
return new HttpHandler(resourceManager);
#else
throw new NotSupportedException("Only support on net6.0 or grater!");
return new HttpHandler(resourceManager);
#endif
}
}
Expand Down

0 comments on commit c844e6d

Please sign in to comment.