Skip to content

Commit 86fbe1b

Browse files
authored
Update target frameworks to .NET 8.0 (#905)
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.
1 parent aa03fd4 commit 86fbe1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/Appium.Net.Integration.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net48;net6.0</TargetFrameworks>
3+
<TargetFrameworks>net48;net8.0</TargetFrameworks>
44
<LangVersion>latest</LangVersion>
55
</PropertyGroup>
66
<ItemGroup>

0 commit comments

Comments
 (0)