There was an error while loading. Please reload this page.
1 parent 0ac2f5a commit 86328eeCopy full SHA for 86328ee
1 file changed
build/MewUI.Common.props
@@ -9,7 +9,7 @@
9
<MewUITargetFrameworks>net8.0;net10.0</MewUITargetFrameworks>
10
<MewUIPackageLicenseExpression>MIT</MewUIPackageLicenseExpression>
11
</PropertyGroup>
12
-
+
13
<PropertyGroup>
14
<TargetFrameworks>$(MewUITargetFrameworks)</TargetFrameworks>
15
<Version>$(MewUIVersion)</Version>
@@ -31,6 +31,6 @@
31
32
33
<ItemGroup>
34
- <None Include="$(OutputPath)$(AssemblyName).xml" Pack="true" PackagePath="lib/$(TargetFramework)/" />
+ <None Include="$(TargetDir)$(AssemblyName).xml" Pack="true" PackagePath="lib/$(TargetFramework)/" Condition="'$(TargetDir)' != ''" />
35
</ItemGroup>
36
</Project>
0 commit comments