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 d296c4d commit 94f261eCopy full SHA for 94f261e
src/Microsoft.AspNetCore.Mvc.Versioning/Versioning/ApiVersionActionSelector.cs
@@ -9,11 +9,11 @@
9
using Infrastructure;
10
using Internal;
11
using System;
12
+ using System.Collections;
13
using System.Collections.Generic;
14
using System.Diagnostics.Contracts;
15
using System.Linq;
16
using static ErrorCodes;
- using System.Collections;
17
18
/// <summary>
19
/// Represents the logic for selecting an API-versioned, action method.
0 commit comments