From 62fdd76bb45d44a8f929bf5c3e58342634fdc72e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 24 Jul 2023 16:15:55 +0200 Subject: [PATCH] update x publish profiles --- SMGen/.config/dotnet-tools.json | 5 +++++ SMGen/SMGen.csproj | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 SMGen/.config/dotnet-tools.json diff --git a/SMGen/.config/dotnet-tools.json b/SMGen/.config/dotnet-tools.json new file mode 100644 index 0000000..b0e38ab --- /dev/null +++ b/SMGen/.config/dotnet-tools.json @@ -0,0 +1,5 @@ +{ + "version": 1, + "isRoot": true, + "tools": {} +} \ No newline at end of file diff --git a/SMGen/SMGen.csproj b/SMGen/SMGen.csproj index f3a17ea..2722125 100644 --- a/SMGen/SMGen.csproj +++ b/SMGen/SMGen.csproj @@ -10,8 +10,13 @@ + + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IIS01.pubxml" /> + + +