Skip to content

Commit 8df172d

Browse files
author
samatrhea
committed
[Update] to BlazorStrap.V5 version 5.1.100
1 parent d99804d commit 8df172d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

SysML2.NET.Viewer/Shared/MainLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
/// <summary>
8686
/// <see cref="BSOffCanvas"/> is a sidebar component that can be toggled via JavaScript to appear from the left, right, or bottom edge of the viewport
8787
/// </summary>
88-
private BSOffCanvas offCanvas;
88+
private BlazorStrap.V5.BSOffCanvas offCanvas;
8989

9090
/// <summary>
9191
/// The version of the application

SysML2.NET.Viewer/SysML2.NET.Viewer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="Blazored.SessionStorage" Version="2.3.0" />
20-
<PackageReference Include="BlazorStrap" Version="5.0.106" />
20+
<PackageReference Include="BlazorStrap.V5" Version="5.1.100" />
2121
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="7.0.2" />
2222
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.2" />
2323
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.2" PrivateAssets="all" />

SysML2.NET.Viewer/_Imports.razor

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
@using SysML2.NET.Viewer.Shared
1212
@using Radzen
1313
@using Radzen.Blazor
14-
@using BlazorStrap
14+
@using BlazorStrap
15+
@using BlazorStrap.V5

0 commit comments

Comments
 (0)