Skip to content

Commit 0a0c369

Browse files
author
Frederic Wickert
committed
Add missing using directive for System.Linq in Index.cshtml.cs
1 parent 55e92ff commit 0a0c369

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.Threading;
88
using System.IO;
99
using System.IO.Compression;
10+
using System.Linq;
1011

1112
namespace RazorPagesTestSample.Pages
1213
{

0 commit comments

Comments
 (0)