Skip to content

Commit 944878d

Browse files
committed
fix: Add missing json.net dependency
1 parent 2105874 commit 944878d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Uno.Wasm.Bootstrap/Uno.Wasm.Bootstrap.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@
6464
<Visible>false</Visible>
6565
<Visible>false</Visible>
6666
</None>
67+
68+
<Content Include="$(NuGetPackageRoot)/newtonsoft.json/13.0.2/lib/netstandard2.0/*.dll">
69+
<Pack>true</Pack>
70+
<PackagePath>tools</PackagePath>
71+
<Visible>false</Visible>
72+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
73+
<Visible>false</Visible>
74+
</Content>
6775

6876
</ItemGroup>
6977

0 commit comments

Comments
 (0)