Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 9f72a26

Browse files
committed
Fix global usings
1 parent 7d6125e commit 9f72a26

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/NET6CustomLibrary/MultiLanguage/CultureAwareOperationFilter.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
using Microsoft.AspNetCore.Builder;
2-
using Microsoft.Extensions.Options;
3-
using Microsoft.Net.Http.Headers;
4-
using Microsoft.OpenApi.Any;
5-
using Microsoft.OpenApi.Models;
6-
using Swashbuckle.AspNetCore.SwaggerGen;
7-
8-
namespace NET6CustomLibrary.MultiLanguage;
1+
namespace NET6CustomLibrary.MultiLanguage;
92

103
public class CultureAwareOperationFilter : IOperationFilter
114
{

0 commit comments

Comments
 (0)