Skip to content

Commit b510aa5

Browse files
committed
chore: Adjust transitive content
1 parent 349a5ec commit b510aa5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,12 @@
6262
<Pack>true</Pack>
6363
<PackagePath>tools</PackagePath>
6464
<Visible>false</Visible>
65-
<Visible>false</Visible>
6665
</None>
6766

6867
<Content Include="$(NuGetPackageRoot)/newtonsoft.json/13.0.2/lib/netstandard2.0/*.dll">
6968
<Pack>true</Pack>
7069
<PackagePath>tools</PackagePath>
7170
<Visible>false</Visible>
72-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
73-
<Visible>false</Visible>
7471
</Content>
7572

7673
</ItemGroup>
@@ -82,6 +79,7 @@
8279
-->
8380
<ItemGroup>
8481
<_UnoTaskDependencies Include="$(NuGetPackageRoot)/mono.cecil/0.11.4/lib/netstandard2.0/*.dll" />
82+
<_UnoTaskDependencies Include="$(NuGetPackageRoot)/newtonsoft.json/13.0.2/lib/netstandard2.0/*.dll" />
8583
</ItemGroup>
8684
<Copy
8785
SourceFiles="@(_UnoTaskDependencies)"

0 commit comments

Comments
 (0)