forked from appium/dotnet-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: reintroduce the .NET Framework 4.8 target framework (appium…
…#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]>
- Loading branch information
Showing
4 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters