Skip to content

Commit

Permalink
Merge branch 'main' into feature-authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
CZEMacLeod authored Jul 29, 2024
2 parents 84ed52d + cf3b592 commit 67a36e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.31" Condition="'$(TargetFramework)'=='net6.0'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="7.0.20" Condition="'$(TargetFramework)'=='net7.0'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.6" Condition="'$(TargetFramework)'=='net8.0'" />
<PackageReference Include="Microsoft.Playwright" Version="1.45.0" />
<PackageReference Include="Microsoft.Playwright" Version="1.45.1" />
</ItemGroup>
</Project>

0 comments on commit 67a36e4

Please sign in to comment.