Skip to content

Commit a010a5f

Browse files
authored
Update dotnet-runtime-support.md
1 parent b3389d2 commit a010a5f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/guides-basic/dotnet-runtime-support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Targeting .NET core runtimes, .NET 6 (v6.0.2+) to .NET 8 are supported. This req
1414

1515
Only a single .NET core runtime can be loaded into an Excel process (this one .NET core runtime can be loaded together with the .NET Framework 4.x runtime). For an add-in developer, this means the choice of runtime can impact, and be impacted, by other add-ins targeting .NET core versions.
1616

17-
For .NET core we support the **RollForward** property, allowing the add-in developer to specify how the add-in loads the runtime or behaves if a .NET core runtime is already loaded into the process. The following RollForward settings (with .NET core target versions) give useful options.
18-
https://learn.microsoft.com/en-us/dotnet/core/versions/#net-runtime-compatibility
17+
For .NET core we support the **RollForward** property, allowing the add-in developer to specify how the add-in loads the runtime or behaves if a .NET core runtime is already loaded into the process. The following [RollForward settings](https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#rollforward) (with .NET core target versions) give useful options.
1918

2019
* The default value (if the RollForward property is not specified) is `Minor`, (which is equivalent to `LatestPatch` since the .NET core runtime no longer publishes 'minor' version updates).
2120
```

0 commit comments

Comments
 (0)