System.IO (4.1.0)
Published 2023-05-05 11:40:39 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.1.0 System.IO
About this package
Provides base input and output (I/O) types, including System.IO.Stream, System.IO.StreamReader and System.IO.StreamWriter, that allow reading and writing to data streams
Commonly Used Types: System.IO.Stream System.IO.EndOfStreamException System.IO.MemoryStream System.IO.StreamReader System.IO.StreamWriter System.IO.StringWriter System.IO.TextWriter System.IO.TextReader
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
Microsoft.NETCore.Platforms | 1.0.1 | .NETCore5.0 |
Microsoft.NETCore.Targets | 1.0.1 | .NETCore5.0 |
System.Runtime | 4.1.0 | .NETCore5.0 |
System.Text.Encoding | 4.0.11 | .NETCore5.0 |
System.Threading.Tasks | 4.0.11 | .NETCore5.0 |
Microsoft.NETCore.Platforms | 1.0.1 | .NETStandard1.0 |
Microsoft.NETCore.Targets | 1.0.1 | .NETStandard1.0 |
System.Runtime | 4.1.0 | .NETStandard1.0 |
System.Text.Encoding | 4.0.11 | .NETStandard1.0 |
System.Threading.Tasks | 4.0.11 | .NETStandard1.0 |
Microsoft.NETCore.Platforms | 1.0.1 | .NETStandard1.3 |
Microsoft.NETCore.Targets | 1.0.1 | .NETStandard1.3 |
System.Runtime | 4.1.0 | .NETStandard1.3 |
System.Text.Encoding | 4.0.11 | .NETStandard1.3 |
System.Threading.Tasks | 4.0.11 | .NETStandard1.3 |
Microsoft.NETCore.Platforms | 1.0.1 | .NETStandard1.5 |
Microsoft.NETCore.Targets | 1.0.1 | .NETStandard1.5 |
System.Runtime | 4.1.0 | .NETStandard1.5 |
System.Text.Encoding | 4.0.11 | .NETStandard1.5 |
System.Threading.Tasks | 4.0.11 | .NETStandard1.5 |