From bb39d5e8f0c7f07c81900103a3e565497b17ba92 Mon Sep 17 00:00:00 2001 From: Shane32 Date: Thu, 16 Jan 2025 11:28:59 -0500 Subject: [PATCH] update --- README.md | 2 +- samples/Samples.NativeAot/Samples.NativeAot.http | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 samples/Samples.NativeAot/Samples.NativeAot.http diff --git a/README.md b/README.md index cfde6d10..1d88207c 100644 --- a/README.md +++ b/README.md @@ -1138,7 +1138,7 @@ typical ASP.NET Core scenarios. | EndpointRouting | .NET 8 Minimal | Demonstrates configuring GraphQL through endpoint routing | | Jwt | .NET 8 Minimal | Demonstrates authenticating GraphQL requests with a JWT bearer token over HTTP POST and WebSocket connections | | MultipleSchemas | .NET 8 Minimal | Demonstrates configuring multiple schemas within a single server | -| NativeAot | .NET 8 Minimal | Demonstrates configuring GraphQL for Native AOT publishing | +| NativeAot | .NET 8 Slim | Demonstrates configuring GraphQL for Native AOT publishing | | Net48 | .NET Core 2.1 / .NET 4.8 | Demonstrates configuring GraphQL on .NET 4.8 / Core 2.1 | | Pages | .NET 8 Minimal | Demonstrates configuring GraphQL on top of a Razor Pages template | | Upload | .NET 8 Minimal | Demonstrates uploading files via the `multipart/form-data` content type | diff --git a/samples/Samples.NativeAot/Samples.NativeAot.http b/samples/Samples.NativeAot/Samples.NativeAot.http deleted file mode 100644 index 3c630207..00000000 --- a/samples/Samples.NativeAot/Samples.NativeAot.http +++ /dev/null @@ -1,11 +0,0 @@ -@Samples.NativeAot_HostAddress = http://localhost:5003 - -GET {{Samples.NativeAot_HostAddress}}/todos/ -Accept: application/json - -### - -GET {{Samples.NativeAot_HostAddress}}/todos/1 -Accept: application/json - -###