From 23e73aae19bc0ce59a5ca449074130294cdb0c34 Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Tue, 8 Apr 2025 15:30:21 +0200 Subject: [PATCH] IISProfile aktualisieren --- .config/dotnet-tools.json | 13 +++++++++++++ Properties/PublishProfiles/IISProfile.pubxml | 19 ------------------- 2 files changed, 13 insertions(+), 19 deletions(-) create mode 100644 .config/dotnet-tools.json delete mode 100644 Properties/PublishProfiles/IISProfile.pubxml diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json new file mode 100644 index 0000000..0280531 --- /dev/null +++ b/.config/dotnet-tools.json @@ -0,0 +1,13 @@ +{ + "version": 1, + "isRoot": true, + "tools": { + "dotnet-ef": { + "version": "9.0.3", + "commands": [ + "dotnet-ef" + ], + "rollForward": false + } + } +} \ No newline at end of file diff --git a/Properties/PublishProfiles/IISProfile.pubxml b/Properties/PublishProfiles/IISProfile.pubxml deleted file mode 100644 index 586b025..0000000 --- a/Properties/PublishProfiles/IISProfile.pubxml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - Package - Release - Any CPU - - true - false - 329f45bf-4c79-4a7b-9086-d6205617aa42 - P:\Install .Net\0 DD - Smart UP\Gateway\WorkFlow\$(Version)\$(Version).zip - true - Gateway - <_TargetId>IISWebDeployPackage - - \ No newline at end of file