Microsoft.AspNetCore.Authentication.AzureAD.UI.Views

January 13, 2025 ยท View on GitHub

 {
     namespace AspNetCore {
         public class Areas_AzureAD_Pages__ViewStart : RazorPage<object> {
-            public IHostingEnvironment Environment { get; private set; }
+            public IWebHostEnvironment Environment { get; private set; }
         }
     }
 }