Skip to content

Commit

Permalink
update test project deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-nitehawk committed Jul 23, 2024
1 parent 9c7ec52 commit 7ca3d27
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- add source generator to projects
- use `ProblemDetails` for error responses
- add rider `dotnet watch` profile
- add https with lettuceencrypt
- add docker compose files
- upgrade dependencies to latest
File renamed without changes.
6 changes: 3 additions & 3 deletions templates/test/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FastEndpoints.Testing" Version="5.26.0" />
<PackageReference Include="FastEndpoints.Testing" Version="5.27.0" />
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="xunit" Version="2.8.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.1" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
<PackageReference Include="coverlet.collector" Version="6.0.2" PrivateAssets="all" IncludeAssets="runtime; build; native; contentfiles; analyzers; buildtransitive" />
</ItemGroup>

Expand Down

0 comments on commit 7ca3d27

Please sign in to comment.