diff --git a/dotnet/{{cookiecutter.project_class_name}}/{{cookiecutter.project_class_name}}.Api/{{cookiecutter.project_class_name}}.Api.csproj b/dotnet/{{cookiecutter.project_class_name}}/{{cookiecutter.project_class_name}}.Api/{{cookiecutter.project_class_name}}.Api.csproj index 0a20d99..f144adc 100644 --- a/dotnet/{{cookiecutter.project_class_name}}/{{cookiecutter.project_class_name}}.Api/{{cookiecutter.project_class_name}}.Api.csproj +++ b/dotnet/{{cookiecutter.project_class_name}}/{{cookiecutter.project_class_name}}.Api/{{cookiecutter.project_class_name}}.Api.csproj @@ -35,8 +35,8 @@ - - + + {%- endif %} {%- if cookiecutter.cloud_service == 'Azure Function App' %}