Skip to content

Commit

Permalink
FEATURE: Updated EventHorizon.Blazor.Interop Version
Browse files Browse the repository at this point in the history
Projects will now be generated using version 0.2.1, this has a change to how null/undefined values are passed from the .NET to JavaScript layer.
  • Loading branch information
canhorn committed Jul 11, 2021
1 parent a43f473 commit 9875644
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 9875644

Please sign in to comment.