Skip to content

Commit 46986c8

Browse files
committed
better phrasing and added pertinent link
1 parent b10aede commit 46986c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ We're excited to announce that the 10.1 release of the Service Fabric runtime ha
3333
- Starting with Cumulative Update 3.0 (CU3) of the Service Fabric 10.1 runtime, the .NET 8 runtime is supported.
3434
- For those interested in using .NET 8, keep the following in mind:
3535
- You need to rebuild and redeploy your applications with .NET 8. This step isn't necessary if you want to continue using older versions of .NET.
36-
- If you deploy **self-contained** applications, know that applications are *no longer self-contained by default in .NET 8*. You must explicitly add the `SelfContained` option to your projects in .NET 8.
36+
- If you deploy **self-contained** applications, know that applications are [no longer self-contained by default in .NET 8](/dotnet/core/compatibility/sdk/8.0/runtimespecific-app-default). You must explicitly add and set the `SelfContained` property to `true` to your projects in .NET 8.
3737
- For customers utilizing Service Fabric Remoting v1, customers must enable `BinaryFormatter`, which isn't enabled with .NET 8. For the procedure to enable BinaryFormatter, see the [BinaryFormatter Obsoletion Strategy GitHub page](https://github.com/dotnet/designs/blob/main/accepted/2020/better-obsoletion/binaryformatter-obsoletion.md).
3838

3939
### Service Fabric 10.1 releases

0 commit comments

Comments
 (0)