The `<DesktopBuildPackageLocation>` property in `IISProfile.pubxml` was updated to remove the hardcoded `net8` subdirectory. The path now dynamically uses the `$(Version)` variable directly under the `API` directory, improving flexibility and reducing the need for manual updates when versions change.
ReC
Description
Languages
C#
100%