Skip to content

Commit

Permalink
feat(templates): Move UserSecretsId out of docker settings of `Boil…
Browse files Browse the repository at this point in the history
…erplate` #6944 (#6961)
  • Loading branch information
ysmoradi authored Feb 26, 2024
1 parent d80a60f commit c66cfee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>AC87AA5B-4B37-4E52-8468-2D5DF24AF256</UserSecretsId>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -76,7 +77,6 @@
<PropertyGroup>
<RuntimeIdentifiers>linux-x64</RuntimeIdentifiers>
<EnableSdkContainerDebugging Condition="'$(Configuration)' == 'Debug'">True</EnableSdkContainerDebugging>
<UserSecretsId>AC87AA5B-4B37-4E52-8468-2D5DF24AF256</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerfileContext>..\..</DockerfileContext>
</PropertyGroup>
Expand Down

0 comments on commit c66cfee

Please sign in to comment.