Skip to content

Commit

Permalink
Configure AppHost templates with a user secrets ID (#2623)
Browse files Browse the repository at this point in the history
Fixes #2438
  • Loading branch information
DamianEdwards authored Mar 4, 2024
1 parent 525c59a commit 3df3a6a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
"identity": "Aspire.AppHost.CSharp.8.0",
"thirdPartyNotices": "https://aka.ms/aspire/1.0-third-party-notices",
"groupIdentity": "Aspire.AppHost",
"guids": [
"98048C9C-BF28-46BA-A98E-63767EE5E3A8"
],
"constraints": {
"aspire": {
"type": "workload",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireHost>true</IsAspireHost>
<UserSecretsId>98048c9c-bf28-46ba-a98e-63767ee5e3a8</UserSecretsId>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"guids": [
"F98A6C4E-E01C-44BB-BCC9-4C23F1CD09CD",
"8CD1957F-C0E5-454E-8BDC-88F84DD58303",
"1C1883BC-2DC4-4D49-82A6-9909F00D385D"
"1C1883BC-2DC4-4D49-82A6-9909F00D385D",
"98048C9C-BF28-46BA-A98E-63767EE5E3A8"
],
"sources": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireHost>true</IsAspireHost>
<UserSecretsId>98048c9c-bf28-46ba-a98e-63767ee5e3a8</UserSecretsId>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"DB7A3AC1-6E4F-4805-B710-2FCD1084E96E",
"9FEB877E-015D-4E20-AE63-06C596E242E4",
"AC2DB38C-F5AD-4CEF-BC4C-04AE6EE86C9F",
"EB6E56D3-85C9-43D0-A65C-775F4C780950"
"EB6E56D3-85C9-43D0-A65C-775F4C780950",
"98048C9C-BF28-46BA-A98E-63767EE5E3A8"
],
"sources": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsAspireHost>true</IsAspireHost>
<UserSecretsId>98048c9c-bf28-46ba-a98e-63767ee5e3a8</UserSecretsId>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3df3a6a

Please sign in to comment.