Skip to content

Commit

Permalink
Merge pull request #24 from NumDev2310/patch-1
Browse files Browse the repository at this point in the history
Fixed a dependency issue which causes problems
  • Loading branch information
michielpost authored Aug 14, 2024
2 parents c0c16bd + bba34db commit 23435b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.4" />
<PackageReference Include="Nethereum.ABI" Version="4.20.0" />
<PackageReference Include="Nethereum.Web3" Version="4.20.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.*-*" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 23435b5

Please sign in to comment.