remove Microsoft.AspNetCore.Http

This commit is contained in:
sbwalker
2024-10-24 15:10:52 -04:00
parent 588748230e
commit f09709aedb
8 changed files with 83 additions and 29 deletions

View File

@ -26,7 +26,6 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="9.0.0-rc.2.24474.3" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="9.0.0-rc.2.24474.3" />
<PackageReference Include="Microsoft.Extensions.Http" Version="9.0.0-rc.2.24473.5" />
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2" />
</ItemGroup>
<ItemGroup>