We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff20c98 commit 8561e7cCopy full SHA for 8561e7c
src/Appium.Net/Appium.Net.csproj
@@ -29,7 +29,14 @@
29
<FileVersion>4.2.0</FileVersion>
30
</PropertyGroup>
31
32
- <ItemGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
33
+ <DocumentationFile>Appium.Net.xml</DocumentationFile>
34
+ </PropertyGroup>
35
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net45|AnyCPU'">
36
37
38
+
39
+ <ItemGroup>
40
<None Include="LICENSE.txt" Pack="true" PackagePath="" />
41
</ItemGroup>
42
0 commit comments