Skip to content

Commit

Permalink
Updated bUnit version in sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissainty committed Feb 4, 2022
1 parent eb36c54 commit b659e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/bUnitExample/bUnitExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="bunit.core" Version="1.1.5" />
<PackageReference Include="bunit.web" Version="1.1.5" />
<PackageReference Include="bunit.core" Version="1.4.15" />
<PackageReference Include="bunit.web" Version="1.4.15" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
Expand Down

0 comments on commit b659e30

Please sign in to comment.