Skip to content

Commit

Permalink
fix(reg): Remove System.Text.Json from transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 14, 2021
1 parent fc8b235 commit 6021c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Uno.Wasm.Bootstrap/Uno.Wasm.Bootstrap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
<PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.3.409" PrivateAssets="All" />
<PackageReference Include="Mono.Cecil" Version="0.10.1" PrivateAssets="All" />
<PackageReference Include="Mono.Options" Version="5.3.0.1" PrivateAssets="All" />
<PackageReference Include="MSBuildTasks" Version="1.5.0.235" />
<PackageReference Include="System.Text.Json" Version="5.0.0" />
<PackageReference Include="MSBuildTasks" Version="1.5.0.235" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" Version="5.0.0" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 6021c86

Please sign in to comment.