Add snippet tag (#116)

pull/115/head
Rick Anderson 2023-02-13 16:56:37 -10:00 committed by GitHub
parent b2fd1ce0b4
commit 2e9e3bf72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// <snippet_all>
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 { }
// </snippet_all>