Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 6fe6639

Browse files
committed
Update new test to use UsePerRequestServices
1 parent b6bd7f5 commit 6fe6639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebSites/TagHelpersWebSite/Startup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public void Configure(IApplicationBuilder app)
1212
{
1313
var configuration = app.GetTestConfiguration();
1414

15-
app.UseServices(services =>
15+
app.UsePerRequestServices(services =>
1616
{
1717
services.AddMvc(configuration);
1818
});

0 commit comments

Comments
 (0)