We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da1d25 commit b3fb309Copy full SHA for b3fb309
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/Startup/Startup.cs
@@ -1,7 +1,6 @@
1
using System;
2
using System.Linq;
3
using System.Reflection;
4
-using System.Text.RegularExpressions;
5
using Microsoft.AspNetCore.Builder;
6
using Microsoft.AspNetCore.Hosting;
7
using Microsoft.Extensions.Configuration;
@@ -17,7 +16,6 @@
17
16
using Abp.AspNetCore.SignalR.Hubs;
18
using Abp.Dependency;
19
using Abp.Json;
20
-using Abp.Web.Security.AntiForgery;
21
using Microsoft.OpenApi.Models;
22
using Newtonsoft.Json.Serialization;
23
0 commit comments