Fix package metadata
This commit is contained in:
parent
2a53a85e24
commit
614f671567
|
|
@ -7,4 +7,4 @@ Travis: [](h
|
|||
|
||||
This repo contains middleware for handling requests for file system resources including files and directories.
|
||||
|
||||
This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the [Home](https://github.com/aspnet/home) repo.
|
||||
This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the [Home](https://github.com/aspnet/home) repo.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,11 @@
|
|||
],
|
||||
"xmlDoc": true
|
||||
},
|
||||
"description": "ASP.NET 5 static files middleware.",
|
||||
"description": "ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.",
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"staticfiles"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/aspnet/staticfiles"
|
||||
|
|
@ -21,7 +25,7 @@
|
|||
"Microsoft.Extensions.WebEncoders": "1.0.0-*"
|
||||
},
|
||||
"frameworks": {
|
||||
"net451": {},
|
||||
"net451": { },
|
||||
"netstandard1.3": {
|
||||
"imports": [
|
||||
"dotnet5.4"
|
||||
|
|
|
|||
Loading…
Reference in New Issue