From 4c4d85a04c2d55048e79d3a328bd136ffa460700 Mon Sep 17 00:00:00 2001 From: Dor-bl Date: Wed, 31 Aug 2022 23:46:40 +0300 Subject: [PATCH] Target .NET Framework 4.8 --- src/Appium.Net/Appium.Net.csproj | 4 ++-- test/integration/Appium.Net.Integration.Tests.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Appium.Net/Appium.Net.csproj b/src/Appium.Net/Appium.Net.csproj index c61823ef..13170aac 100644 --- a/src/Appium.Net/Appium.Net.csproj +++ b/src/Appium.Net/Appium.Net.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net45 + netstandard2.0;net48 LICENSE.txt OpenQA.Selenium Appium Commiters @@ -29,7 +29,7 @@ Appium.Net.xml - + Appium.Net.xml diff --git a/test/integration/Appium.Net.Integration.Tests.csproj b/test/integration/Appium.Net.Integration.Tests.csproj index 7f166589..56192fe7 100644 --- a/test/integration/Appium.Net.Integration.Tests.csproj +++ b/test/integration/Appium.Net.Integration.Tests.csproj @@ -1,6 +1,6 @@  - net45 + net48