Microsoft.IO.Redist 4.6.0-preview3.19128.7

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This is a prerelease version of Microsoft.IO.Redist.
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.12 or higher.

dotnet add package Microsoft.IO.Redist --version 4.6.0-preview3.19128.7
NuGet\Install-Package Microsoft.IO.Redist -Version 4.6.0-preview3.19128.7
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="4.6.0-preview3.19128.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.IO.Redist --version 4.6.0-preview3.19128.7
#r "nuget: Microsoft.IO.Redist, 4.6.0-preview3.19128.7"
#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=4.6.0-preview3.19128.7&prerelease

// Install Microsoft.IO.Redist as a Cake Tool
#tool nuget:?package=Microsoft.IO.Redist&version=4.6.0-preview3.19128.7&prerelease

Downlevel support package for System.IO classes.
When using NuGet 3.x this package requires at least version 3.4.

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 (16)

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

Package Downloads
Microsoft.Build The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Microsoft.Build.Utilities.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Microsoft.Build.Tasks.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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

Microsoft.Build.Runtime The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

A member of the Visual Studio SDK

GitHub repositories (3)

Showing the top 3 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