Microsoft.IO.Redist
6.1.0
Prefix Reserved
dotnet add package Microsoft.IO.Redist --version 6.1.0
NuGet\Install-Package Microsoft.IO.Redist -Version 6.1.0
<PackageReference Include="Microsoft.IO.Redist" Version="6.1.0" />
paket add Microsoft.IO.Redist --version 6.1.0
#r "nuget: Microsoft.IO.Redist, 6.1.0"
// Install Microsoft.IO.Redist as a Cake Addin #addin nuget:?package=Microsoft.IO.Redist&version=6.1.0 // Install Microsoft.IO.Redist as a Cake Tool #tool nuget:?package=Microsoft.IO.Redist&version=6.1.0
About
Downlevel support package for System.IO classes.
Regular users do not need to reference this package directly. Please use System.IO instead.
Main Types
The main types provided by this library are:
- Microsoft.IO.Directory
- Microsoft.IO.DirectoryInfo
- Microsoft.IO.EnumerationOptions
- Microsoft.IO.File
- Microsoft.IO.FileInfo
- Microsoft.IO.FileSystemEnumerable
- Microsoft.IO.FileSystemEnumerator
- Microsoft.IO.FileSystemEntry
Additional Documentation
- System.IO namespace: https://learn.microsoft.com/en-us/dotnet/api/system.io
License
Microsoft.IO.Redist is released as open source under the MIT license.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- System.Buffers (>= 4.6.0)
- System.Memory (>= 4.6.0)
NuGet packages (23)
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.CodeAnalysis.Workspaces.MSBuild
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one of the following packages to add the appropriate language support: - Microsoft.CodeAnalysis.CSharp.Workspaces - Microsoft.CodeAnalysis.VisualBasic.Workspaces More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/bde21ee2b98b775b010d01a93f81ef587fe80962. |
GitHub repositories (13)
Showing the top 5 popular GitHub repositories that depend on Microsoft.IO.Redist:
Repository | Stars |
---|---|
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
unoplatform/uno
Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
|
|
dotnet/msbuild
The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.
|
|
dotnet/project-system
The .NET Project System for Visual Studio
|