LoginRadius / dot-net-sdk

The LoginRadius ASP.NET library will let you integrate LoginRadius' customer identity platform with your ASP.Net application(s).
https://www.loginradius.com
MIT License
8 stars 22 forks source link

Only do sync over async when necessary. #7

Closed dlemstra closed 3 years ago

dlemstra commented 3 years ago

Only for .NET Standard 1.3 it is required to do sync over async. This PR changes the condition that will determine if .Result will be done.