Skip to content

Commit 86328ee

Browse files
committed
Update XML doc packaging path
- Ensures correct XML doc file is included in NuGet packages
1 parent 0ac2f5a commit 86328ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/MewUI.Common.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<MewUITargetFrameworks>net8.0;net10.0</MewUITargetFrameworks>
1010
<MewUIPackageLicenseExpression>MIT</MewUIPackageLicenseExpression>
1111
</PropertyGroup>
12-
12+
1313
<PropertyGroup>
1414
<TargetFrameworks>$(MewUITargetFrameworks)</TargetFrameworks>
1515
<Version>$(MewUIVersion)</Version>
@@ -31,6 +31,6 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<None Include="$(OutputPath)$(AssemblyName).xml" Pack="true" PackagePath="lib/$(TargetFramework)/" />
34+
<None Include="$(TargetDir)$(AssemblyName).xml" Pack="true" PackagePath="lib/$(TargetFramework)/" Condition="'$(TargetDir)' != ''" />
3535
</ItemGroup>
3636
</Project>

0 commit comments

Comments
 (0)