Updating Mudblazor Version
This commit is contained in:
+2
-3
@@ -6,12 +6,11 @@ using Blazored.LocalStorage;
|
||||
using IGP;
|
||||
using Microsoft.AspNetCore.Components.Web;
|
||||
using Microsoft.AspNetCore.Components.WebAssembly.Services;
|
||||
using MudBlazor.Services;
|
||||
using Services;
|
||||
using Services.Development;
|
||||
using Services.Immortal;
|
||||
using Services.Website;
|
||||
using MudBlazor.Services;
|
||||
|
||||
|
||||
CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("en-US");
|
||||
CultureInfo.DefaultThreadCurrentUICulture = new CultureInfo("en-US");
|
||||
@@ -112,5 +111,5 @@ dotnet ef migrations add AddBlogCreatedTimestamp
|
||||
```code
|
||||
# Update
|
||||
dotnet ef database update
|
||||
```
|
||||
```
|
||||
*/
|
||||
Reference in New Issue
Block a user