diff --git a/src/Publisher/Controllers/DaprTestController.cs b/src/Publisher/Controllers/DaprTestController.cs
index 5368094..144250f 100644
--- a/src/Publisher/Controllers/DaprTestController.cs
+++ b/src/Publisher/Controllers/DaprTestController.cs
@@ -1,7 +1,7 @@
using Core;
using Core.Commands;
using Core.StateEntities;
-using MaksIT.Core.Dapr;
+using MaksIT.Dapr;
using MaksIT.Core.Extensions;
using Microsoft.AspNetCore.Mvc;
using Publisher.Models;
diff --git a/src/Publisher/Program.cs b/src/Publisher/Program.cs
index 68a2813..5ff5b7d 100644
--- a/src/Publisher/Program.cs
+++ b/src/Publisher/Program.cs
@@ -1,4 +1,4 @@
-using MaksIT.Core.Dapr.Extensions;
+using MaksIT.Dapr.Extensions;
var builder = WebApplication.CreateBuilder(args);
diff --git a/src/Publisher/Publisher.csproj b/src/Publisher/Publisher.csproj
index 0e3fb15..ca00cd2 100644
--- a/src/Publisher/Publisher.csproj
+++ b/src/Publisher/Publisher.csproj
@@ -10,7 +10,7 @@
-
+
diff --git a/src/Subscriber/Controllers/DaprTestController.cs b/src/Subscriber/Controllers/DaprTestController.cs
index 8b49510..ce57eb8 100644
--- a/src/Subscriber/Controllers/DaprTestController.cs
+++ b/src/Subscriber/Controllers/DaprTestController.cs
@@ -2,7 +2,7 @@ using Core;
using Core.Commands;
using Core.StateEntities;
using Dapr;
-using MaksIT.Core.Dapr;
+using MaksIT.Dapr;
using MaksIT.Core.Extensions;
using Microsoft.AspNetCore.Mvc;
diff --git a/src/Subscriber/Program.cs b/src/Subscriber/Program.cs
index e780945..b22fe89 100644
--- a/src/Subscriber/Program.cs
+++ b/src/Subscriber/Program.cs
@@ -1,4 +1,4 @@
-using MaksIT.Core.Dapr.Extensions;
+using MaksIT.Dapr.Extensions;
var builder = WebApplication.CreateBuilder(args);
diff --git a/src/Subscriber/Subscriber.csproj b/src/Subscriber/Subscriber.csproj
index c46e033..30bf233 100644
--- a/src/Subscriber/Subscriber.csproj
+++ b/src/Subscriber/Subscriber.csproj
@@ -10,7 +10,7 @@
-
+