Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Update the Integration project target frameworks to .NET 8.0 #905

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

Dor-bl
Copy link
Collaborator

@Dor-bl Dor-bl commented Feb 12, 2025

List of changes

The project file Appium.Net.Integration.Tests.csproj has been modified to update the target frameworks. The project was previously targeting .NET Framework 4.8 and .NET 6.0. The change replaces .NET 6.0 with .NET 8.0, so the project now targets .NET Framework 4.8 and .NET 8.0. This update likely reflects a move to support the latest version of .NET.

Types of changes

What types of changes are you proposing/introducing to the .NET client?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change that adds functionality or value)
  • Breaking change (fix or feature that would cause existing functionality not to work as expected)
  • Test fix (non-breaking change that improves test stability or correctness)

Documentation

  • Have you proposed a file change/ PR with Appium to update documentation?

This can be done by navigating to the documentation section on http://appium.io selecting the appropriate command/endpoint and clicking the 'Edit this doc' link to update the C# example

Integration tests

  • Have you provided integration tests for your changes? (required for Bugfix, New feature, or Test fix)

Details

Please provide more details about changes if necessary. You can provide code samples showing how they work and possible use cases if there are new features. Also, you can create gists with pasted C# code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub

The project file `Appium.Net.Integration.Tests.csproj` has been modified to update the target frameworks. The project was previously targeting .NET Framework 4.8 and .NET 6.0. The change replaces .NET 6.0 with .NET 8.0, so the project now targets .NET Framework 4.8 and .NET 8.0. This update likely reflects a move to support the latest version of .NET.
@Dor-bl Dor-bl added Enhancement .NET Pull requests that update .net code labels Feb 12, 2025
@Dor-bl Dor-bl changed the title refactor: Update target frameworks to .NET 8.0 refactor: Update Integration target frameworks to .NET 8.0 Feb 12, 2025
@Dor-bl Dor-bl changed the title refactor: Update Integration target frameworks to .NET 8.0 refactor: Update the Integration project target frameworks to .NET 8.0 Feb 12, 2025
@Dor-bl Dor-bl merged commit 86fbe1b into appium:main Feb 13, 2025
3 checks passed
@Dor-bl Dor-bl deleted the integration_net8 branch March 10, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants