You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/migration/fx-to-core/inc/remote-app-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
206
206
## Configure ServiceDefaults to support ASP.NET Framework
207
207
208
208
1. Add the package `Aspire.Microsoft.AspNetCore.SystemWebAdapters` to your application.
209
-
1. Update the ServiceDefaults project to support .NET Framework. This is based off of the default ServiceDefaults and may different if you have customized anything.
209
+
1. Update the ServiceDefaults project to support .NET Framework. This is based off of the default ServiceDefaults and may differ if you have customized anything.
0 commit comments