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
* 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]>
Copy file name to clipboardExpand all lines: JustRunIt.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ the .NET Core pre-requisites.
6
6
## Get Application Inspector
7
7
### .NET Tool (recommended)
8
8
#### 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/)
10
10
11
11
#### Install
12
12
- 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)
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ Be sure to see our complete project wiki page https://Github.com/Microsoft/Appli
16
16
# Quick Start
17
17
## Obtain Application Inspector
18
18
### .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/)
20
20
- Run `dotnet tool install --global Microsoft.CST.ApplicationInspector.CLI`
21
21
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)
23
23
24
24
### Platform Dependent Binary
25
25
- 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
56
56
57
57
The .NET Global Tool is available on NuGet as [Microsoft.CST.ApplicationInspector.CLI](https://www.nuget.org/packages/Microsoft.CST.ApplicationInspector.CLI/).
58
58
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.
0 commit comments