Skip to content

Commit 755bb84

Browse files
authored
feat: Target .NET Framework 4.8 (#510)
1 parent 8acfc1c commit 755bb84

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Appium.Net/Appium.Net.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0;net48</TargetFrameworks>
55
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
66
<RootNamespace>OpenQA.Selenium</RootNamespace>
77
<Company>Appium Commiters</Company>
@@ -29,7 +29,7 @@
2929
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
3030
<DocumentationFile>Appium.Net.xml</DocumentationFile>
3131
</PropertyGroup>
32-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
32+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net48|AnyCPU'">
3333
<DocumentationFile>Appium.Net.xml</DocumentationFile>
3434
</PropertyGroup>
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net45</TargetFrameworks>
3+
<TargetFrameworks>net48</TargetFrameworks>
44
</PropertyGroup>
55
<ItemGroup>
66
<Compile Remove="apps\**" />

0 commit comments

Comments
 (0)