Fix reference to deprecated package (#11530)

This commit is contained in:
Cody Robibero
2024-05-14 16:55:29 -06:00
committed by GitHub
parent d622fc9281
commit 23d0537fb3
2 changed files with 4 additions and 2 deletions

View File

@@ -33,7 +33,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.HttpOverrides" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" />
<PackageReference Include="MimeTypes">
<PrivateAssets>all</PrivateAssets>