Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Http/Routing.Abstractions/src/Properties/AssemblyInfo.cs')
-rw-r--r--src/Http/Routing.Abstractions/src/Properties/AssemblyInfo.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Http/Routing.Abstractions/src/Properties/AssemblyInfo.cs b/src/Http/Routing.Abstractions/src/Properties/AssemblyInfo.cs
index b0ee28d60e..bd79df6b37 100644
--- a/src/Http/Routing.Abstractions/src/Properties/AssemblyInfo.cs
+++ b/src/Http/Routing.Abstractions/src/Properties/AssemblyInfo.cs
@@ -2,9 +2,9 @@
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
-using Microsoft.AspNetCore.Routing;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
+using Microsoft.AspNetCore.Routing;
[assembly: TypeForwardedTo(typeof(IEndpointFeature))]
[assembly: TypeForwardedTo(typeof(IRouteValuesFeature))]