Microsoft.IO.Redist 6.0.1

Prefix Reserved
dotnet add package Microsoft.IO.Redist --version 6.0.1                
NuGet\Install-Package Microsoft.IO.Redist -Version 6.0.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.IO.Redist" Version="6.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.IO.Redist --version 6.0.1                
#r "nuget: Microsoft.IO.Redist, 6.0.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.IO.Redist as a Cake Addin
#addin nuget:?package=Microsoft.IO.Redist&version=6.0.1

// Install Microsoft.IO.Redist as a Cake Tool
#tool nuget:?package=Microsoft.IO.Redist&version=6.0.1                

Downlevel support package for System.IO classes.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (19)

Showing the top 5 NuGet packages that depend on Microsoft.IO.Redist:

Package Downloads
Microsoft.Build

This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.

Microsoft.Build.Utilities.Core

This package contains the Microsoft.Build.Utilities assembly which is used to implement custom MSBuild tasks.

Microsoft.Build.Tasks.Core

This package contains the Microsoft.Build.Tasks assembly which implements the commonly used tasks of MSBuild.

Microsoft.Build.Runtime

This package delivers a complete executable copy of MSBuild. Reference this package only if your application needs to load projects or execute in-process builds without requiring installation of MSBuild. Successfully evaluating projects using this package requires aggregating additional components (like the compilers) into an application directory.

Microsoft.VisualStudio.Utilities

A member of the Visual Studio SDK

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on Microsoft.IO.Redist:

Repository Stars
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
meziantou/Meziantou.Framework
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK from source