Skip to content

Commit 84d2ddf

Browse files
liyuhang1997gfs
andauthored
Fixed wiki link in README.md (#415)
* Fixed wiki link in README.md * Update README.md Fix reference to .net 6.0 while we are editing readme. * Update JustRunIt.md Co-authored-by: Gabe Stocco <[email protected]>
1 parent 8111900 commit 84d2ddf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

JustRunIt.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the .NET Core pre-requisites.
66
## Get Application Inspector
77
### .NET Tool (recommended)
88
#### Pre-Requisite
9-
- Download and install the .NET Core 5.0 [SDK](https://dotnet.microsoft.com/download/dotnet-core/5.0)
9+
- Download and install the .NET 6.0 [SDK](https://dotnet.microsoft.com/download/)
1010

1111
#### Install
1212
- Use the dotnet command `dotnet tool install --global Microsoft.CST.ApplicationInspector.CLI` See more in the [wiki](https://github.com/microsoft/ApplicationInspector/wiki/7.-NuGet-Support)

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ Be sure to see our complete project wiki page https://Github.com/Microsoft/Appli
1616
# Quick Start
1717
## Obtain Application Inspector
1818
### .NET Tool (recommended)
19-
- Download and install the .NET Core 5.0 [SDK](https://dotnet.microsoft.com/download/dotnet-core/5.0)
19+
- Download and install the .NET 6 [SDK](https://dotnet.microsoft.com/download/)
2020
- Run `dotnet tool install --global Microsoft.CST.ApplicationInspector.CLI`
2121

22-
See more in the [wiki](https://github.com/microsoft/ApplicationInspector/wiki/7.-NuGet-Support)
22+
See more in the [wiki](https://github.com/microsoft/ApplicationInspector/wiki/2.-NuGet-Support)
2323

2424
### Platform Dependent Binary
2525
- Download Application Inspector by selecting the pre-built package for the operating system of choice shown under the Assets section
@@ -56,7 +56,7 @@ The C# library is available on NuGet as [Microsoft.CST.ApplicationInspector.Comm
5656

5757
The .NET Global Tool is available on NuGet as [Microsoft.CST.ApplicationInspector.CLI](https://www.nuget.org/packages/Microsoft.CST.ApplicationInspector.CLI/).
5858

59-
If you use the .NET Core version, you will need to have .NET Core 5.0 or later installed. See the [JustRunIt.md](https://github.com/microsoft/ApplicationInspector/blob/master/JustRunIt.md) or [Build.md](https://github.com/microsoft/ApplicationInspector/blob/master/BUILD.md) files for more.
59+
If you use the .NET Core version, you will need to have .NET Core 6.0 or later installed. See the [JustRunIt.md](https://github.com/microsoft/ApplicationInspector/blob/master/JustRunIt.md) or [Build.md](https://github.com/microsoft/ApplicationInspector/blob/master/BUILD.md) files for more.
6060

6161
# CLI Usage Information
6262

0 commit comments

Comments
 (0)