Skip to content

Commit 9875644

Browse files
committed
FEATURE: Updated EventHorizon.Blazor.Interop Version
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.
1 parent a43f473 commit 9875644

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Sample/EventHorizon.Blazor.BabylonJS/EventHorizon.Blazor.BabylonJS.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.0-rc.2.*" />
12-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.0-rc.2.*" PrivateAssets="all" />
11+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="5.0.0" />
12+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="5.0.0" PrivateAssets="all" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

Sample/_generated/EventHorizon.Blazor.BabylonJS.WASM/EventHorizon.Blazor.BabylonJS.WASM.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.1.5" />
8+
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.2.1" />
99
</ItemGroup>
1010

1111
</Project>

Source/EventHorizon.Blazor.TypeScript.Interop.Generator.Writers.Project/Templates/ProjectFileTemplate.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.1.5" />
8+
<PackageReference Include="EventHorizon.Blazor.Interop" Version="0.2.1" />
99
</ItemGroup>
1010

1111
</Project>

0 commit comments

Comments
 (0)