Skip to content

Commit 31a847e

Browse files
committed
add version
1 parent ce354a8 commit 31a847e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ monikerRange: '>= aspnetcore-6.0'
77
ms.date: 11/9/2022
88
ms.topic: article
99
uid: migration/fx-to-core/inc/remote-app-setup
10-
zone_pivot_groups: migration-remote-app-setup
1110
---
1211

1312
# Remote app setup
@@ -25,8 +24,6 @@ Common scenarios this enables:
2524
* [Remote app authentication](xref:migration/fx-to-core/areas/authentication#remote-authenticationn)
2625
* [Remote session](xref:migration/fx-to-core/areas/session#remote-app-session-state)
2726

28-
:::zone pivot="manual"
29-
3027
## Configuration Values
3128

3229
To enable the ASP.NET Core app to communicate with the ASP.NET app, it's necessary to make a couple small changes to each app.
@@ -166,6 +163,8 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
166163
> <add key=".NET Libraries Daily" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
167164
> </packageSources>
168165
> </configuration>
166+
>
167+
> This requires v2.0.1-preview1.25351.3 of the System.Web adapters or later.
169168
> ```
170169

171170
1. Add Aspire orchestration for the ASP.NET Framework application

0 commit comments

Comments
 (0)