Fix package metadata

This commit is contained in:
Eilon Lipton 2016-03-07 23:24:42 -08:00
parent 2a53a85e24
commit 614f671567
2 changed files with 7 additions and 3 deletions

View File

@ -7,4 +7,4 @@ Travis: [![Travis](https://travis-ci.org/aspnet/StaticFiles.svg?branch=dev)](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.

View File

@ -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"