File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Intersect.Server/Web/Net7 Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 2121using Intersect . Server . Web . Swagger . Filters ;
2222using Microsoft . AspNetCore . Authentication . Cookies ;
2323using Microsoft . AspNetCore . Authentication . JwtBearer ;
24- using Microsoft . AspNetCore . Authorization ;
25- using Microsoft . AspNetCore . Builder ;
2624using Microsoft . AspNetCore . CookiePolicy ;
2725using Microsoft . AspNetCore . Cors . Infrastructure ;
28- using Microsoft . AspNetCore . Http ;
2926using Microsoft . AspNetCore . HttpOverrides ;
3027using Microsoft . AspNetCore . Identity ;
3128using Microsoft . AspNetCore . Mvc . Controllers ;
3229using Microsoft . AspNetCore . OData ;
3330using Microsoft . AspNetCore . ResponseCompression ;
34- using Microsoft . Extensions . Configuration ;
35- using Microsoft . Extensions . DependencyInjection ;
3631using Microsoft . Extensions . FileProviders ;
3732using Microsoft . Extensions . FileProviders . Physical ;
38- using Microsoft . Extensions . Hosting ;
39- using Microsoft . Extensions . Logging ;
4033using Microsoft . IdentityModel . Logging ;
4134using Microsoft . IdentityModel . Tokens ;
4235using Microsoft . OpenApi . Models ;
You can’t perform that action at this time.
0 commit comments