diff --git a/src/Application/Application.csproj b/src/Application/Application.csproj
index 1a655c86a..cd25acf96 100644
--- a/src/Application/Application.csproj
+++ b/src/Application/Application.csproj
@@ -24,9 +24,9 @@
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/Infrastructure/Infrastructure.csproj b/src/Infrastructure/Infrastructure.csproj
index 845b30d4f..94bf442de 100644
--- a/src/Infrastructure/Infrastructure.csproj
+++ b/src/Infrastructure/Infrastructure.csproj
@@ -14,11 +14,11 @@
-
+
-
+
diff --git a/src/Server.UI/Components/Dialogs/DeleteConfirmation.razor b/src/Server.UI/Components/Dialogs/DeleteConfirmation.razor
index 0fd2adf35..974ebc4fb 100644
--- a/src/Server.UI/Components/Dialogs/DeleteConfirmation.razor
+++ b/src/Server.UI/Components/Dialogs/DeleteConfirmation.razor
@@ -27,11 +27,11 @@
{
var result = await Mediator.Send(Command);
await result.MatchAsync(
- async data=>
+ data=>
{
Snackbar.Add($"{ConstantString.DeleteSuccess}", Severity.Info);
MudDialog.Close(DialogResult.Ok(true));
- return data;
+ return Task.FromResult(0);
},
errors =>
{
diff --git a/src/Server.UI/Server.UI.csproj b/src/Server.UI/Server.UI.csproj
index bdf5992c3..6e9a2fa2f 100644
--- a/src/Server.UI/Server.UI.csproj
+++ b/src/Server.UI/Server.UI.csproj
@@ -20,9 +20,9 @@
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
diff --git a/src/Server.UI/appsettings.json b/src/Server.UI/appsettings.json
index 3fe25d52f..28a365a90 100644
--- a/src/Server.UI/appsettings.json
+++ b/src/Server.UI/appsettings.json
@@ -32,7 +32,7 @@
},
"AppConfigurationSettings": {
"ApplicationUrl": "https://architecture.blazorserver.com",
- "Version": "24.4.1",
+ "Version": "1.1.63",
"App": "Blazor",
"AppName": "Blazor Dashboard",
"AppFlavor": "Blazor .NET 9.0",