Skip to content

Updated introduction and install requirements #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/system-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The list below shows the operating systems supported by Telerik JustMock:

## Development Environment

- To use **Telerik JustMock** on all supported operating systems, you must install a .NET SDK that is compatible with .NET Standard 2.1. On Windows, the product also supports legacy .NET Framework versions starting from 4.7.2 and above.
- To use **Telerik JustMock** on all supported operating systems, you must install a .NET SDK that is compatible with [.NET Standard 2.1](https://learn.microsoft.com/en-us/dotnet/standard/net-standard?tabs=net-standard-2-1#net-standard-versions). On Windows, the product also supports legacy .NET Framework versions starting from 4.7.2 and above.

| Framework | Version |
| --------- | ------- |
Expand Down
1 change: 1 addition & 0 deletions introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ To learn how to install and work with Telerik JustMock, visit the following reso
* [macOS]({%slug justmock/getting-started/installation/instructions-macos%})
* [Ubuntu]({%slug justmock/getting-started/installation/instructions-ubuntu%})
* [Using NuGet package]({%slug justmock/getting-started/installation/instructions-nuget-package%})
* [Using Telerik Control Panel]({%slug justmock/getting-started/installation/instructions-control-panel%})
* [Add Telerik JustMock to Your Test Project]({%slug justmock/getting-started/configuration/using-telerik-justmock-in-your-test-project %})
* [JustMock API Basics]({%slug justmock/getting-started/basics/basics%})

Expand Down