From 4d3768248e793ce821e616e6d91f07db473dacb4 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 13 Mar 2025 12:06:56 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20IIS-Ver=C3=B6ffentlichungsprofile=20ge?= =?UTF-8?q?trennt=20nach=20Framework=20hinzuf=C3=BCgen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PublishProfiles/IISProfileNet7.pubxml | 22 +++++++++++++++++++ .../PublishProfiles/IISProfileNet8.pubxml | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 WorkFlow.API/Properties/PublishProfiles/IISProfileNet7.pubxml create mode 100644 WorkFlow.API/Properties/PublishProfiles/IISProfileNet8.pubxml diff --git a/WorkFlow.API/Properties/PublishProfiles/IISProfileNet7.pubxml b/WorkFlow.API/Properties/PublishProfiles/IISProfileNet7.pubxml new file mode 100644 index 0000000..aa44d83 --- /dev/null +++ b/WorkFlow.API/Properties/PublishProfiles/IISProfileNet7.pubxml @@ -0,0 +1,22 @@ + + + + + Package + Release + Any CPU + + true + false + 4fb33592-ef0d-47c3-9cde-03b2ef12be00 + P:\Install .Net\0 DD - Smart UP\WorkFlow\API\net7\$(Version)\WorkFlow.API.zip + true + WorkFlow.API + <_TargetId>IISWebDeployPackage + net7.0 + win-x64 + true + + \ No newline at end of file diff --git a/WorkFlow.API/Properties/PublishProfiles/IISProfileNet8.pubxml b/WorkFlow.API/Properties/PublishProfiles/IISProfileNet8.pubxml new file mode 100644 index 0000000..28a1c0b --- /dev/null +++ b/WorkFlow.API/Properties/PublishProfiles/IISProfileNet8.pubxml @@ -0,0 +1,22 @@ + + + + + Package + Release + Any CPU + + true + false + 4fb33592-ef0d-47c3-9cde-03b2ef12be00 + P:\Install .Net\0 DD - Smart UP\WorkFlow\API\net8\$(Version)\WorkFlow.API.zip + true + WorkFlow.API + <_TargetId>IISWebDeployPackage + net7.0 + win-x64 + true + + \ No newline at end of file