Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 0ac2fdc

Browse files
committed
Reacting to Mvc changes
1 parent aa33c61 commit 0ac2fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/MusicStore.Spa/Infrastructure/SortExpression.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using System;
22
using System.Linq;
33
using System.Linq.Expressions;
4-
using Microsoft.AspNetCore.Mvc.ViewFeatures;
4+
using Microsoft.AspNetCore.Mvc.ViewFeatures.Internal;
55

66
namespace MusicStore.Infrastructure
77
{

0 commit comments

Comments
 (0)