File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
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
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
3- <TargetFrameworks >net45 </TargetFrameworks >
3+ <TargetFrameworks >net48 </TargetFrameworks >
44 </PropertyGroup >
55 <ItemGroup >
66 <Compile Remove =" apps\**" />
You can’t perform that action at this time.
0 commit comments