diff --git a/test/integration-tests/IntegrationTestsSample/src/RazorPagesProject/Program.cs b/test/integration-tests/IntegrationTestsSample/src/RazorPagesProject/Program.cs index 2da274c..6abb452 100644 --- a/test/integration-tests/IntegrationTestsSample/src/RazorPagesProject/Program.cs +++ b/test/integration-tests/IntegrationTestsSample/src/RazorPagesProject/Program.cs @@ -1,3 +1,4 @@ +// using System.Data.Common; using System.Net.Http.Headers; using Microsoft.AspNetCore.Identity; @@ -90,3 +91,4 @@ using (var scope = app.Services.CreateScope()) app.Run(); public partial class Program { } +//