We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe31ddb commit dae71e4Copy full SHA for dae71e4
1 file changed
CSF.Extensions.WebDriver/CSF.Extensions.WebDriver.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.0;net8.0;net462</TargetFrameworks>
5
<RootNamespace>CSF.Extensions.WebDriver</RootNamespace>
6
- <DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
+ <DocumentationFile>$(MSBuildProjectDirectory)\bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
7
<VersionPrefix>2.0.0</VersionPrefix>
8
<PackageReadmeFile>README.md</PackageReadmeFile>
9
<PackageLicenseExpression>MIT</PackageLicenseExpression>
0 commit comments