Skip to content

Commit a0f81f8

Browse files
committed
remove GUID
1 parent 720559f commit a0f81f8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

aspnetcore/security/app-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dotnet user-secrets init
8080

8181
The preceding command adds a `UserSecretsId` element within a `PropertyGroup` of the project file. By default, the inner text of `UserSecretsId` is a GUID. The inner text is arbitrary, but is unique to the project.
8282

83-
[!code-xml[](~/security/app-secrets/samples/3.x/UserSecrets/UserSecrets.csproj?name=snippet_PropertyGroup&highlight=3)]
83+
![UserSecretsId](~/security/app-secrets/_static/UserSecretsId.png)
8484

8585
### Use Visual Studio
8686

67.2 KB
Loading

0 commit comments

Comments
 (0)