fix issues and build and run Successfully ...
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
using Microsoft.AspNetCore.Authorization;
|
||||
using Microsoft.AspNetCore.Builder;
|
||||
using Microsoft.AspNetCore.HttpOverrides;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using xCommons.Authorization;
|
||||
using xCommons.Extensions;
|
||||
using xIdentityHelper;
|
||||
@@ -72,9 +75,7 @@ namespace xAiApi.Extensions
|
||||
};
|
||||
|
||||
//
|
||||
#pragma warning disable ASPDEPR005 // Type or member is obsolete
|
||||
forwardOptions.KnownNetworks.Clear();
|
||||
#pragma warning restore ASPDEPR005 // Type or member is obsolete
|
||||
forwardOptions.KnownProxies.Clear();
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user