You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: reintroduce the .NET Framework 4.8 target framework (#740)
* refactor: reintroduce the .NET Framework 4.8 target framework into the project
* Update if condition so .NET 6+ would be the primary platform
Co-authored-by: MartyIX <[email protected]>
* chore: Use if condition for all .NET versions not just 6.0
* chore: Use latest LangVersion on Appium.Net.cspoj
* chore: update if statements to ignore NET48 and include more .NET versions
* Apply suggestions from code review
Co-authored-by: MartyIX <[email protected]>
* Update method name
Co-authored-by: MartyIX <[email protected]>
* fix: update method name where we call it
* chore: add ConfigureAwait(false) for NET48
---------
Co-authored-by: MartyIX <[email protected]>
0 commit comments