Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
avoids the old Microsoft.AspNetCore.SignalR.* 1.x package IDs). -->
<!-- Use 9.0.x line for Mvc.Testing because the test project and SUT target net9.0.
The 10.0.8 package is net10.0-only. 9.0.16 is a small servicing bump from the previous 9.0.15. -->
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.17" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Testing" Version="9.0.18" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client" Version="10.0.9" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Client.Core" Version="10.0.9" />

Expand Down
Loading