Skip to content

Commit

Permalink
chore(deps): bump test dependencies Microsoft.AspNetCore.Mvc.Testing,…
Browse files Browse the repository at this point in the history
… xunit and Microsoft.NET.Test.Sdk (#111)
  • Loading branch information
skwasjer authored Sep 6, 2024
1 parent 23990a8 commit 9e5c991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<PropertyGroup>
<Microsoft_AspNetCore_Mvc_Testing>8.0.0</Microsoft_AspNetCore_Mvc_Testing>
<Microsoft_AspNetCore_Mvc_Testing>8.0.8</Microsoft_AspNetCore_Mvc_Testing>
<Serilog_AspNetCore>8.0.0</Serilog_AspNetCore>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions test/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="NSubstitute" Version="5.1.0" />
<PackageReference Include="xunit" Version="2.6.2" />
<PackageReference Include="xunit" Version="2.9.0" />
</ItemGroup>

<ItemGroup Condition="'$(IsTestProject)'=='true'">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 9e5c991

Please sign in to comment.