Skip to content

Commit

Permalink
NuGet dependencies updated
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed Oct 25, 2023
1 parent 5c287b8 commit c4cd64d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions MetaMask.Blazor.SampleApp/MetaMask.Blazor.SampleApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.4" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.4" PrivateAssets="all" />
<PackageReference Include="Nethereum.ABI" Version="4.14.0" />
<PackageReference Include="Nethereum.Web3" Version="4.14.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.13" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.13" PrivateAssets="all" />
<PackageReference Include="Nethereum.ABI" Version="4.17.1" />
<PackageReference Include="Nethereum.Web3" Version="4.17.1" />
<PackageReference Include="System.Net.Http.Json" Version="7.0.1" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions MetaMask.Blazor/MetaMask.Blazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Authors>Michiel Post</Authors>
<Version>1.9.1</Version>
<Version>1.9.2</Version>
<Product>MetaMask.Blazor</Product>
<PackageProjectUrl>https://github.com/michielpost/MetaMask.Blazor</PackageProjectUrl>
<RepositoryUrl>https://github.com/michielpost/MetaMask.Blazor</RepositoryUrl>
Expand All @@ -23,9 +23,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.4" />
<PackageReference Include="Nethereum.ABI" Version="4.14.0" />
<PackageReference Include="Nethereum.RPC" Version="4.14.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.13" />
<PackageReference Include="Nethereum.ABI" Version="4.17.1" />
<PackageReference Include="Nethereum.RPC" Version="4.17.1" />
</ItemGroup>

</Project>

0 comments on commit c4cd64d

Please sign in to comment.