Skip to content

Commit

Permalink
trivial: Add separate user secret for WebAPI client sample (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad authored Feb 24, 2025
1 parent b7186ba commit 3782149
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<UserSecretsId>750256a4-f332-4783-8802-8a7d9566f9cb</UserSecretsId>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="9.0.2"/>
</ItemGroup>
Expand Down

0 comments on commit 3782149

Please sign in to comment.