Skip to content

Commit 5597f87

Browse files
committed
fix up sample
1 parent c1f9415 commit 5597f87

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

aspnetcore/migration/fx-to-core/areas/session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Out of the box, there is a simple JSON serializer that allows each session key t
159159

160160
* `RegisterKey<T>(string)` - Registers a session key to a known type. This registration is required for correct serialization/deserialization. Missing registrations cause errors and prevent session access.
161161

162-
:::code language="csharp" source="~/migration/fx-to-core/areas/session/samples/remote/Program.cs" id="snippet_Serialization" :::
162+
:::code language="csharp" source="~/migration/fx-to-core/areas/session/samples/serialization/Program.cs" id="snippet_Serialization" :::
163163

164164
### Application configuration
165165

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
223223

224224
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" />
225225
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" />
226-
227-
<Compile Remove="Framework/**/*" />
228226
</ItemGroup>
229227

230228
<ItemGroup Condition=" '$(TargetFramework)' == 'net48' ">

0 commit comments

Comments
 (0)