Microsoft.Extensions.FileProviders.Abstractions 1.0.0-rc2-final

Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

This is a prerelease version of Microsoft.Extensions.FileProviders.Abstractions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.Extensions.FileProviders.Abstractions --version 1.0.0-rc2-final
                    
NuGet\Install-Package Microsoft.Extensions.FileProviders.Abstractions -Version 1.0.0-rc2-final
                    
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.Extensions.FileProviders.Abstractions" Version="1.0.0-rc2-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Extensions.FileProviders.Abstractions" Version="1.0.0-rc2-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" />
                    
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.Extensions.FileProviders.Abstractions --version 1.0.0-rc2-final
                    
#r "nuget: Microsoft.Extensions.FileProviders.Abstractions, 1.0.0-rc2-final"
                    
#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.
#addin nuget:?package=Microsoft.Extensions.FileProviders.Abstractions&version=1.0.0-rc2-final&prerelease
                    
Install Microsoft.Extensions.FileProviders.Abstractions as a Cake Addin
#tool nuget:?package=Microsoft.Extensions.FileProviders.Abstractions&version=1.0.0-rc2-final&prerelease
                    
Install Microsoft.Extensions.FileProviders.Abstractions as a Cake Tool

Abstractions of files and directories.
Commonly used types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.0 is compatible.  netstandard1.1 was computed.  netstandard1.2 was computed.  netstandard1.3 was computed.  netstandard1.4 was computed.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 was computed.  wp81 was computed.  wpa81 was computed. 
Windows Store netcore was computed.  netcore45 was computed.  netcore451 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (311)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.FileProviders.Abstractions:

Package Downloads
Microsoft.Extensions.Hosting.Abstractions

Hosting and startup abstractions for applications.

Microsoft.Extensions.FileProviders.Physical

File provider for physical files for Microsoft.Extensions.FileProviders.

Microsoft.Extensions.Configuration.FileExtensions

Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.

Microsoft.Extensions.Configuration.Json

JSON configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read your application's settings from a JSON file. You can use JsonConfigurationExtensions.AddJsonFile extension method on IConfigurationBuilder to add the JSON configuration provider to the configuration builder.

Microsoft.AspNetCore.Http.Extensions

ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.

GitHub repositories (68)

Showing the top 20 popular GitHub repositories that depend on Microsoft.Extensions.FileProviders.Abstractions:

Repository Stars
DevToys-app/DevToys
A Swiss Army knife for developers.
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
chocolatey/choco
Chocolatey - the package manager for Windows
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
projectkudu/kudu
Kudu is the engine behind git/hg deployments, WebJobs, and various other features in Azure Web Sites. It can also run outside of Azure.
1357310795/MyComputerManager
管理“此电脑”里删不掉的流氓“快捷方式”(包括侧边栏),同时可自己添加这类“快捷方式”
serenity-is/Serenity
Business Apps Made Simple with Asp.Net Core MVC / TypeScript
zsh2401/AutumnBox
图形化ADB工具箱
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
sebastienros/fluid
Fluid is an open-source .NET template engine based on the Liquid template language.
MarimerLLC/csla
A home for your business logic in any .NET application.
tmoonlight/NSmartProxy
NSmartProxy是一款开源的内网穿透工具。采用.NET CORE的全异步模式打造。(NSmartProxy is an open source reverse proxy tool that creates a secure tunnel from a public endpoint to a locally service.)
yourtablecloth/TableCloth
식탁보 프로젝트
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
ViewFaceCore/ViewFaceCore
C# 超简单的离线人脸识别库。( 基于 SeetaFace6 )
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
IzyPro/WatchDog
WatchDog is a Realtime Message, Event, HTTP (Request & Response) and Exception logger and viewer for ASP.Net Core Web Apps and APIs. It allows developers log and view messages, events, http requests made to their web application and also exception caught during runtime in their web applications, all in Realtime.
Version Downloads Last updated
10.0.0-preview.3.25171.5 270 19 hours ago
10.0.0-preview.2.25163.2 14,617 24 days ago
10.0.0-preview.1.25080.5 20,691 2 months ago
9.0.4 148,660 3 days ago
9.0.3 3,265,500 a month ago
9.0.2 5,394,080 2 months ago
9.0.1 6,452,346 3 months ago
9.0.0 25,184,004 5 months ago
9.0.0-rc.2.24473.5 286,886 6 months ago
9.0.0-rc.1.24431.7 230,652 7 months ago
9.0.0-preview.7.24405.7 96,223 8 months ago
9.0.0-preview.6.24327.7 130,405 9 months ago
9.0.0-preview.5.24306.7 82,327 10 months ago
9.0.0-preview.4.24266.19 105,331 5/21/2024
9.0.0-preview.3.24172.9 167,159 4/11/2024
9.0.0-preview.2.24128.5 101,748 3/12/2024
9.0.0-preview.1.24080.9 103,618 2/13/2024
8.0.0 260,545,696 11/14/2023
8.0.0-rc.2.23479.6 1,191,598 10/10/2023
8.0.0-rc.1.23419.4 440,486 9/12/2023
8.0.0-preview.7.23375.6 479,839 8/8/2023
8.0.0-preview.6.23329.7 191,440 7/11/2023
8.0.0-preview.5.23280.8 184,907 6/13/2023
8.0.0-preview.4.23259.5 391,023 5/16/2023
8.0.0-preview.3.23174.8 261,243 4/11/2023
8.0.0-preview.2.23128.3 181,602 3/14/2023
8.0.0-preview.1.23110.8 178,951 2/21/2023
7.0.0 191,398,521 11/7/2022
7.0.0-rc.2.22472.3 247,979 10/11/2022
7.0.0-rc.1.22426.10 189,836 9/14/2022
7.0.0-preview.7.22375.6 222,863 8/9/2022
7.0.0-preview.6.22324.4 142,975 7/12/2022
7.0.0-preview.5.22301.12 81,391 6/14/2022
7.0.0-preview.4.22229.4 128,196 5/10/2022
7.0.0-preview.3.22175.4 76,905 4/13/2022
7.0.0-preview.2.22152.2 77,706 3/14/2022
7.0.0-preview.1.22076.8 66,237 2/17/2022
6.0.1 910,948 5 months ago
6.0.0 433,083,016 11/8/2021
6.0.0-rc.2.21480.5 1,371,618 10/12/2021
6.0.0-rc.1.21451.13 420,257 9/14/2021
6.0.0-preview.7.21377.19 292,806 8/10/2021
6.0.0-preview.6.21352.12 148,738 7/14/2021
6.0.0-preview.5.21301.5 115,588 6/15/2021
6.0.0-preview.4.21253.7 78,574 5/24/2021
6.0.0-preview.3.21201.4 243,256 4/8/2021
6.0.0-preview.2.21154.6 142,248 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.12 170,445 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 273,747,446 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 293,032 10/13/2020 5.0.0-rc.2.20475.5 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.14 421,618 9/14/2020 5.0.0-rc.1.20451.14 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.11 116,440 8/25/2020 5.0.0-preview.8.20407.11 is deprecated because it is no longer maintained.
5.0.0-preview.7.20364.11 149,626 7/21/2020 5.0.0-preview.7.20364.11 is deprecated because it is no longer maintained.
5.0.0-preview.6.20305.6 113,015 6/25/2020 5.0.0-preview.6.20305.6 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.1 390,450 6/10/2020 5.0.0-preview.5.20278.1 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.6 139,793 5/18/2020 5.0.0-preview.4.20251.6 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 60,411 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 139,314 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 68,318 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 14,080,944 12/13/2022
3.1.31 1,651,281 11/8/2022
3.1.30 2,329,123 10/11/2022
3.1.29 1,161,159 9/13/2022
3.1.28 4,611,497 8/9/2022
3.1.27 788,446 7/12/2022
3.1.26 733,409 6/14/2022
3.1.25 1,298,521 5/10/2022
3.1.24 13,318,036 4/11/2022
3.1.23 3,952,387 3/8/2022
3.1.22 16,318,442 12/14/2021
3.1.21 5,575,961 11/7/2021
3.1.20 2,758,953 10/11/2021
3.1.19 2,616,132 9/14/2021
3.1.18 29,497,881 8/10/2021
3.1.17 4,907,129 7/13/2021
3.1.16 5,317,036 6/8/2021
3.1.15 5,363,257 5/11/2021
3.1.14 7,582,791 4/6/2021
3.1.13 8,324,600 3/9/2021
3.1.12 7,315,045 2/9/2021
3.1.11 13,661,341 1/12/2021
3.1.10 19,067,467 11/9/2020
3.1.9 21,419,532 10/13/2020
3.1.8 231,955,159 9/8/2020
3.1.7 19,353,584 8/11/2020
3.1.6 27,388,200 7/14/2020
3.1.5 31,497,942 6/9/2020
3.1.4 21,591,522 5/12/2020
3.1.3 54,392,587 3/24/2020
3.1.2 26,250,727 2/18/2020
3.1.1 21,561,631 1/14/2020
3.1.0 188,909,704 12/3/2019
3.1.0-preview3.19553.2 99,326 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 23,797 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 57,988 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 989,806 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 881,438 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 3,258,058 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 82,790,540 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 62,973 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 273,637 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 283,928 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 260,795 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 656,071 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 332,210 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 41,446 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 260,365 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 133,393 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 49,868 12/4/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 616,152,909 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 483,643 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 440,560 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 173,880 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 337,949,772 6/18/2018
2.1.0 441,149,731 5/29/2018
2.1.0-rc1-final 449,578 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 739,247 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 1,951,264 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.1 58,746,305 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 241,493,610 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 575,165 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 238,618 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.1 49,293,799 5/9/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 25,690,284 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 190,120 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.1 137,583,305 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 37,215,469 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 2,240,099 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.