Harden paid registration flow and add unit tests
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.11" />
|
||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
|
||||
<PackageReference Include="Moq" Version="4.20.72" />
|
||||
<PackageReference Include="xunit" Version="2.9.2" />
|
||||
@@ -26,6 +27,7 @@
|
||||
<ProjectReference Include="..\..\src\PowderCoating.Core\PowderCoating.Core.csproj" />
|
||||
<ProjectReference Include="..\..\src\PowderCoating.Application\PowderCoating.Application.csproj" />
|
||||
<ProjectReference Include="..\..\src\PowderCoating.Infrastructure\PowderCoating.Infrastructure.csproj" />
|
||||
<ProjectReference Include="..\..\src\PowderCoating.Web\PowderCoating.Web.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user