From cb2edffe9142f06c814b22c6ebbabcd1538bb3be Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 24 Mar 2025 16:12:39 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20Separate=20IIS-Konfiguration=20f=C3=BC?= =?UTF-8?q?r=20.Net=207=20und=208=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WorkFlow.API/WorkFlow.API.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/WorkFlow.API/WorkFlow.API.csproj b/WorkFlow.API/WorkFlow.API.csproj index c0730ea..0aa0982 100644 --- a/WorkFlow.API/WorkFlow.API.csproj +++ b/WorkFlow.API/WorkFlow.API.csproj @@ -14,7 +14,9 @@ - <_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfile - Copy.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfileNet7.pubxml" /> + <_WebToolingArtifacts Remove="Properties\PublishProfiles\IISProfileNet8.pubxml" />