Skip to content

Commit

Permalink
Merge pull request #51 from canhorn/feature/interop-version-update
Browse files Browse the repository at this point in the history
FEATURE: Updated EventHorizon.Blazor.Interop Version
  • Loading branch information
canhorn authored Jul 11, 2021
2 parents a43f473 + 9875644 commit 6546fa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.0-rc.2.*" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.0-rc.2.*" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.0" PrivateAssets="all" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.1.5" />
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.2.1" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.1.5" />
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.2.1" />
</ItemGroup>

</Project>

0 comments on commit 6546fa3

Please sign in to comment.