Skip to content

Commit

Permalink
fix: adding empty lib resources for Windows10 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Apr 9, 2024
1 parent e444ad0 commit a6e0f82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/nuget/Uno.WinUI.DevServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,7 @@
<file src="_._" target="build\net7.0-windows" />
<file src="_._" target="build\net7.0-windows10.0.19041.0" />
<file src="_._" target="build\net8.0-windows10.0.19041.0" />
<file src="_._" target="lib\net7.0-windows10.0.19041.0" />
<file src="_._" target="lib\net8.0-windows10.0.19041.0" />
</files>
</package>

0 comments on commit a6e0f82

Please sign in to comment.