Skip to content

Commit

Permalink
Remove user secrets from csproj since keycloak secret is generated (#34)
Browse files Browse the repository at this point in the history
* Remove user secrets from csproj

* Remove user secrets
  • Loading branch information
jongalloway authored May 5, 2024
1 parent 4aad752 commit 4f316a9
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion labs/2-Create-Blazor-Frontend/end/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion labs/2-Create-Blazor-Frontend/src/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion labs/3-Add-Identity/end/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion labs/3-Add-Identity/src/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion labs/4-Add-Shopping-Basket/end/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion labs/4-Add-Shopping-Basket/src/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion labs/5-Add-Checkout/end/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion labs/5-Add-Checkout/src/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion labs/6-Add-Resiliency/src/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down
1 change: 0 additions & 1 deletion src/WebApp/WebApp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<UserSecretsId>2d86f364-a439-47c5-9468-3b85a7d9a18e</UserSecretsId>
<Nullable>enable</Nullable>
<RootNamespace>eShop.WebApp</RootNamespace>
</PropertyGroup>
Expand Down

0 comments on commit 4f316a9

Please sign in to comment.