Skip to content

Commit fb9ed92

Browse files
committed
add windows requirement
1 parent fe3a210 commit fb9ed92

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

aspnetcore/migration/fx-to-core/inc/remote-app-setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,11 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
170170

171171
1. Add Aspire orchestration for the ASP.NET Framework application
172172
1. Add a new ASP.NET Core application to the solution and add it to your Aspire orchestration
173+
1. Update the AppHost to target Windows as IIS integration requires that:
174+
```diff
175+
- <TargetFramework>net9.0</TargetFramework>
176+
+ <TargetFramework>net9.0-windows</TargetFramework>
177+
```
173178
1. Add the following Aspire integrations to your app host:
174179
* `Aspire.Hosting.IncrementalMigration`
175180
* `C3D.Extensions.Aspire.IISExpress`

0 commit comments

Comments
 (0)