Add libman package to WebMVC to fix site

This commit is contained in:
Reuben Bond 2023-05-08 13:29:54 -07:00
parent f5218e8087
commit 8f9f9d168f

View File

@ -24,6 +24,7 @@
<PackageReference Include="BuildBundlerMinifier" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" />
<PackageReference Include="Yarp.ReverseProxy" />
</ItemGroup>