Skip to content

Commit

Permalink
Fix Nuget Id
Browse files Browse the repository at this point in the history
  • Loading branch information
LHPiney committed Feb 4, 2022
1 parent 8230eea commit c1485d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Magnett.Automation.Core/Magnett.Automation.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<AssemblyVersion>0.50</AssemblyVersion>
<LangVersion>10</LangVersion>
<TargetFramework>net6.0</TargetFramework>
<PackageId>Magnett.Automation</PackageId>
<PackageId>Magnett.Automation.Core</PackageId>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}
}

0 comments on commit c1485d8

Please sign in to comment.