Skip to content

Commit e9f63fb

Browse files
authored
Update AbpCompanyName.AbpProjectName.Web.Tests.csproj
Missing package reference to the `Shoudly` in the tests
1 parent 38b848b commit e9f63fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/AbpCompanyName.AbpProjectName.Web.Tests/AbpCompanyName.AbpProjectName.Web.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<PackageReference Include="Castle.Core" Version="4.4.1" />
2525
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="5.0.0" />
2626
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
27+
<PackageReference Include="Shouldly" Version="4.0.1" />
2728
<PackageReference Include="xunit" Version="2.4.1" />
2829
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
2930
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)