Microsoft.IO.Redist 4.6.0-preview.19073.11

Prefix Reserved
Details
Advisory: https://github.com/advisories/GHSA-hq7w-xv5x-g34j Severity: high
This is a prerelease version of Microsoft.IO.Redist.

Requires NuGet 2.12 or higher.

dotnet add package Microsoft.IO.Redist --version 4.6.0-preview.19073.11
                    
NuGet\Install-Package Microsoft.IO.Redist -Version 4.6.0-preview.19073.11
                    
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-preview.19073.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.IO.Redist" Version="4.6.0-preview.19073.11" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.IO.Redist" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.IO.Redist --version 4.6.0-preview.19073.11
                    
#r "nuget: Microsoft.IO.Redist, 4.6.0-preview.19073.11"
                    
#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.
#:package Microsoft.IO.Redist@4.6.0-preview.19073.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.IO.Redist&version=4.6.0-preview.19073.11&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.IO.Redist&version=4.6.0-preview.19073.11&prerelease
                    
Install as a Cake Tool

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.

GitHub repositories (21)

Showing the top 20 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.
GitTools/GitVersion
From git log to SemVer in no time
microsoft/sbom-tool
The SBOM tool is a highly scalable and enterprise ready tool to create SPDX 2.2 compatible SBOMs for any variety of artifacts.
velopack/velopack
Installer and automatic update framework for cross-platform desktop applications
dotnet/project-system
The .NET Project System for Visual Studio
microsoft/vstest
Visual Studio Test Platform is the runner and engine that powers test explorer and vstest.console.
icsharpcode/CodeConverter
Convert code from C# to VB.NET and vice versa using Roslyn
microsoft/MIEngine
The Visual Studio MI Debug Engine ("MIEngine") provides an open-source Visual Studio Debugger extension that works with MI-enabled debuggers such as gdb and lldb.
meziantou/Meziantou.Framework
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
dotnet/razor
Compiler and tooling experience for Razor ASP.NET Core apps in Visual Studio, Visual Studio for Mac, and VS Code.
microsoft/slow-cheetah
Tooling for XML and JSON file transforms on build from Visual Studio and MSBuild
neozhu/CleanArchitectureCodeGenerator
Generate the application features code class that conforms to the CQRS design pattern in the Application project - Visual Studio.net 2022 Extensions plugin
dotnet/project-system-tools
Tools for working with the C#/VB/F# project system.
mhutch/MonoDevelop.MSBuildEditor
Improved MSBuild editing support
microsoft/vs-solutionpersistence
Shared serializers and models for Visual Studio solution files. Handles traditional .sln file and new .slnx file.