Skip to content

Commit

Permalink
[Update] to BlazorStrap.V5 version 5.1.100
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Jan 28, 2023
1 parent d99804d commit 8df172d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SysML2.NET.Viewer/Shared/MainLayout.razor
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
/// <summary>
/// <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
/// </summary>
private BSOffCanvas offCanvas;
private BlazorStrap.V5.BSOffCanvas offCanvas;

/// <summary>
/// The version of the application
Expand Down
2 changes: 1 addition & 1 deletion SysML2.NET.Viewer/SysML2.NET.Viewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<ItemGroup>
<PackageReference Include="Blazored.SessionStorage" Version="2.3.0" />
<PackageReference Include="BlazorStrap" Version="5.0.106" />
<PackageReference Include="BlazorStrap.V5" Version="5.1.100" />
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.2" PrivateAssets="all" />
Expand Down
3 changes: 2 additions & 1 deletion SysML2.NET.Viewer/_Imports.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
@using SysML2.NET.Viewer.Shared
@using Radzen
@using Radzen.Blazor
@using BlazorStrap
@using BlazorStrap
@using BlazorStrap.V5

0 comments on commit 8df172d

Please sign in to comment.