Skip to content

Commit 7fedeb4

Browse files
committed
Update debug code to not use Startup /2
1 parent 4d4fbc2 commit 7fedeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/test/troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ To obtain the environment, use either of the following approaches:
8383

8484
* Assign the environment to a property in `Program.cs`. Check the environment using the property, for example, `if (app.Environment.IsDevelopment())`.
8585

86-
:::code language="csharp" source="~/test/troubleshoot/code/9.x/Program.cs" id="snippet1" highlight="13-85":::
86+
:::code language="csharp" source="~/test/troubleshoot/code/9.x/Program.cs" highlight="13-85":::
8787

8888
## Debug ASP.NET Core apps
8989

0 commit comments

Comments
 (0)