System.Console (4.0.0)
Published 2023-05-05 11:39:49 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.0.0 System.Console
About this package
Provides the System.Console class, which represents the standard input, output and error streams for console applications.
Commonly Used Types: System.Console System.ConsoleColor
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.NETCore.Platforms | 1.0.1 | .NETStandard1.3 |
Microsoft.NETCore.Targets | 1.0.1 | .NETStandard1.3 |
System.IO | 4.1.0 | .NETStandard1.3 |
System.Runtime | 4.1.0 | .NETStandard1.3 |
System.Text.Encoding | 4.0.11 | .NETStandard1.3 |