Skip to content

Commit 96d1df6

Browse files
authored
Workaround NuGet error in Content_Types (#66744)
1 parent 0b1eb7f commit 96d1df6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libraries/Microsoft.XmlSerializer.Generator/src/Microsoft.XmlSerializer.Generator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
</ItemGroup>
2323

2424
<ItemGroup>
25+
<!-- Set an empty PackagePath to place this file in the root of the package -->
2526
<None Include="build\prefercliruntime"
26-
PackagePath="/"
27+
PackagePath=""
2728
Pack="true" />
2829
<None Include="build\Microsoft.XmlSerializer.Generator.targets"
2930
PackagePath="build"

0 commit comments

Comments
 (0)