You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: installation/nuget.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,9 @@ Refer to the [Microsoft documentation about using packages in Visual Studio](htt
46
46
47
47
1. Click OK.
48
48
49
-
1. Open a project that references a Telerik NuGet package. For example, generate one through our [New Project Wizard](slug:getting-started-vs-integration-new-project).
50
-
* Make sure to remove local `NuGet.Config` files from the solution that contain information about Telerik packages.
49
+
1. Open a project that references a Telerik NuGet package. For example, generate one with the [New Project Wizard](slug:getting-started-vs-integration-new-project).
50
+
51
+
> Remove local `NuGet.Config` files that contain information about Telerik packages from the solution.
51
52
52
53
1. Rebuild the solution.
53
54
@@ -60,7 +61,8 @@ Refer to the [Microsoft documentation about using packages in Visual Studio](htt
60
61
7.3. Check the **Remember My Password** checkbox.
61
62
62
63
1. Your project should now build and restore all packages—including those from nuget.org and from Telerik.
63
-
* If you experience issues, see the [NuGet Feed Troubleshooting](slug:troubleshooting-nuget) article.
64
+
65
+
> If you experience issues, see the [NuGet Feed Troubleshooting](slug:troubleshooting-nuget) article.
0 commit comments