From 4835f6a198c3d0f7717c747270c0d672ffedafba Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:35:50 +0200 Subject: [PATCH] Update Powertools dotnet6 template Update Powertools dotnet6 template with new versions from release 1.7.0 --- .../src/HelloWorld/HelloWorld.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dotnet6/hello-pt/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj b/dotnet6/hello-pt/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj index 6f9d45081..1e386a6d2 100644 --- a/dotnet6/hello-pt/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj +++ b/dotnet6/hello-pt/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj @@ -8,17 +8,17 @@ - - + + {%- if cookiecutter["Powertools for AWS Lambda (.NET) Tracing"] == "enabled"%} - + {%- endif %} {%- if cookiecutter["Powertools for AWS Lambda (.NET) Metrics"] == "enabled"%} - + {%- endif %} {%- if cookiecutter["Powertools for AWS Lambda (.NET) Logging"] == "enabled"%} - + {%- endif %}