diff --git a/src/Magnett.Automation.Core/Magnett.Automation.Core.csproj b/src/Magnett.Automation.Core/Magnett.Automation.Core.csproj
index 7832c5e..4e50446 100644
--- a/src/Magnett.Automation.Core/Magnett.Automation.Core.csproj
+++ b/src/Magnett.Automation.Core/Magnett.Automation.Core.csproj
@@ -14,7 +14,7 @@
0.50
10
net6.0
- Magnett.Automation
+ Magnett.Automation.Core
diff --git a/test/Magnett.Automation.Core.IntegrationTest/WorkFlows/SagaPatternTest.cs b/test/Magnett.Automation.Core.IntegrationTest/WorkFlows/SagaPatternTest.cs
index 266636f..3cad7d8 100644
--- a/test/Magnett.Automation.Core.IntegrationTest/WorkFlows/SagaPatternTest.cs
+++ b/test/Magnett.Automation.Core.IntegrationTest/WorkFlows/SagaPatternTest.cs
@@ -41,4 +41,4 @@ public async Task SagaPattern_WhenInvokeWithOutCredit_ShouldReturnOrderCancelled
Assert.True(result.Order.State.Equals(OrderStateDefinition.State.Cancelled));
Assert.True(result.Payment.State.Equals(PaymentStateDefinition.State.Cancelled));
}
-}
\ No newline at end of file
+}
\ No newline at end of file