Skip to content

Commit

Permalink
Lower Microsoft.AspNetCore.TestHost Version
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur committed Dec 20, 2024
1 parent 396e0b8 commit 146dcde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="coverlet.collector" Version="6.0.2" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="9.0.0" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.11" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NSubstitute" Version="5.3.0" />
<PackageReference Include="xunit" Version="2.9.2" />
Expand Down

0 comments on commit 146dcde

Please sign in to comment.