Skip to content

Commit

Permalink
fix: prevent invalid references when referenced by WinUI head
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Apr 9, 2024
1 parent 2202862 commit e444ad0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions build/nuget/Uno.WinUI.DevServer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
<dependency id="Uno.Wasm.WebSockets" version="1.1.0" />
<dependency id="Microsoft.IO.RecyclableMemoryStream" version="2.3.2" />
</group>

<!-- .NET 7.0 (WinUI) -->
<group targetFramework="net7.0-windows10.0.19041.0">
<dependency id="Uno.WinUI" version="1.29.0-dev.93" />
</group>

<!-- .NET 8.0 (WinUI) -->
<group targetFramework="net8.0-windows10.0.19041.0">
<dependency id="Uno.WinUI" version="1.29.0-dev.93" />
</group>
</dependencies>

</metadata>
Expand Down Expand Up @@ -177,5 +187,7 @@
<file src="_._" target="build\uap10.0.16299" />
<file src="_._" target="build\uap10.0.19041" />
<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" />
</files>
</package>

0 comments on commit e444ad0

Please sign in to comment.