Microsoft.AspNetCore.StaticFiles
2.0.0-preview2-final
Prefix Reserved
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
See the version list below for details.
dotnet add package Microsoft.AspNetCore.StaticFiles --version 2.0.0-preview2-final
NuGet\Install-Package Microsoft.AspNetCore.StaticFiles -Version 2.0.0-preview2-final
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0-preview2-final" />
<PackageVersion Include="Microsoft.AspNetCore.StaticFiles" Version="2.0.0-preview2-final" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" />
paket add Microsoft.AspNetCore.StaticFiles --version 2.0.0-preview2-final
#r "nuget: Microsoft.AspNetCore.StaticFiles, 2.0.0-preview2-final"
#addin nuget:?package=Microsoft.AspNetCore.StaticFiles&version=2.0.0-preview2-final&prerelease
#tool nuget:?package=Microsoft.AspNetCore.StaticFiles&version=2.0.0-preview2-final&prerelease
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Product | Versions 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 | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | 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 | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Abstractions (>= 2.0.0-preview2-final)
- Microsoft.AspNetCore.Http.Extensions (>= 2.0.0-preview2-final)
- Microsoft.Extensions.FileProviders.Abstractions (>= 2.0.0-preview2-final)
- Microsoft.Extensions.Logging.Abstractions (>= 2.0.0-preview2-final)
- Microsoft.Extensions.WebEncoders (>= 2.0.0-preview2-final)
NuGet packages (587)
Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.StaticFiles:
Package | Downloads |
---|---|
Swashbuckle.AspNetCore.SwaggerUI
Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application |
|
NSwag.AspNetCore
NSwag: The OpenAPI/Swagger API toolchain for .NET and TypeScript |
|
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download. |
|
Swashbuckle.AspNetCore.ReDoc
Middleware to expose an embedded version of Redoc from an ASP.NET Core application |
GitHub repositories (157)
Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.StaticFiles:
Repository | Stars |
---|---|
Jackett/Jackett
API Support for your favorite torrent trackers
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
JeffreySu/WeiXinMPSDK
微信全平台 .NET SDK, Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 8.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
|
|
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
|
|
domaindrivendev/Swashbuckle.AspNetCore
Swagger tools for documenting API's built on ASP.NET Core
|
|
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
|
|
aspnet/JavaScriptServices
[Archived] This repository has been archived
|
|
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
|
|
dotnet/sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
|
|
SciSharp/BotSharp
AI Multi-Agent Framework in .NET
|
|
dotnet/macios
.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
|
|
aspnet/SignalR
[Archived] Incredibly simple real-time web for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
|
|
reactjs/React.NET
.NET library for JSX compilation and server-side rendering of React components
|
|
aspnet/Identity
[Archived] ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. Project moved to https://github.com/aspnet/AspNetCore
|
|
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
|
|
SteveSanderson/Blazor
MOVED: Please see the new repo at https://github.com/aspnet/blazor
|
|
dotnet/templating
This repo contains the Template Engine which is used by dotnet new
|
|
microsoft/PowerApps-Samples
Sample code for Power Apps, including Dataverse, model-driven apps, canvas apps, Power Apps component framework, portals, and AI Builder.
|
|
geffzhang/NanoFabric
基于Consul + .NET Core + Polly + Ocelot + Exceptionless + IdentityServer等开源项目的微服务开发框架
|
Version | Downloads | Last updated | |
---|---|---|---|
2.3.0 | 244,483 | 1/14/2025 | |
2.2.0 | 64,197,243 | 12/3/2018 | |
2.2.0-preview3-35497 | 77,816 | 10/17/2018 | |
2.2.0-preview2-35157 | 22,578 | 9/12/2018 | |
2.2.0-preview1-35029 | 16,488 | 8/22/2018 | |
2.1.1 | 24,440,328 | 6/18/2018 | |
2.1.0 | 16,033,049 | 5/29/2018 | |
2.1.0-rc1-final | 47,941 | 5/6/2018 | |
2.1.0-preview2-final | 36,598 | 4/10/2018 | |
2.1.0-preview1-final | 90,093 | 2/26/2018 | |
2.0.3 | 4,207,755 | 5/7/2018 | |
2.0.2 | 4,307,689 | 3/13/2018 | |
2.0.1 | 7,352,795 | 11/14/2017 | |
2.0.0 | 43,939,493 | 8/11/2017 | |
2.0.0-preview2-final | 87,203 | 6/28/2017 | |
2.0.0-preview1-final | 46,917 | 5/10/2017 | |
1.1.3 | 423,698 | 9/20/2017 | |
1.1.2 | 1,704,634 | 5/9/2017 | |
1.1.1 | 1,424,609 | 3/6/2017 | |
1.1.0 | 1,605,927 | 11/16/2016 | |
1.1.0-preview1-final | 15,164 | 10/24/2016 | |
1.0.5 | 255,239 | 11/14/2017 | |
1.0.4 | 24,932,845 | 9/20/2017 | |
1.0.3 | 84,744 | 5/9/2017 | |
1.0.2 | 13,413,622 | 3/6/2017 | |
1.0.1 | 493,451 | 12/12/2016 | |
1.0.0 | 6,045,619 | 6/27/2016 | |
1.0.0-rc2-final | 1,697,112 | 5/16/2016 |