Skip to content

Commit b51eeaa

Browse files
Update aspnetcore/migration/fx-to-core/inc/remote-app-setup.md
Co-authored-by: Wade Pickett <[email protected]>
1 parent 522cc67 commit b51eeaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
206206
## Configure ServiceDefaults to support ASP.NET Framework
207207

208208
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.
210210
* Update the target framework to multitarget:
211211
```diff
212212
- <TargetFramework>net9.0</TargetFramework>

0 commit comments

Comments
 (0)