Skip to content

Commit 5b92c23

Browse files
chore: fix latest-major script (#1811)
* chore: fix latest-major script * chore: fix srd.net path
1 parent bb3bd67 commit 5b92c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/how-to-load-dot-net-7-assemblies-in-srd-dot-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This happens because the `RollForward` property is set to **Major**, and the fra
4848

4949
Start SRD.NET while setting the `RollForward` option to **LatestMajor** from the command prompt:
5050

51-
`C:\Program Files (x86)\Progress\Telerik Reporting {Release}\Report Designer\.NET>Telerik.ReportDesigner.Net.exe --roll-forward LatestMajor"`
51+
`"C:\Program Files (x86)\Progress\Telerik Reporting {Release}\Report Designer\.NET\Telerik.ReportDesigner.Net.exe" --roll-forward LatestMajor`
5252

5353
As explained in the ["Values" section of the aforementioned Microsoft documentation article](https://learn.microsoft.com/en-us/dotnet/core/versions/selection#values), the **LatestMajor** option will enforce the use of the latest .NET runtime, even if the targeted .NET 8 runtime is available.
5454

0 commit comments

Comments
 (0)