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