Fix NuGet project description ASP.NET 5 > Core (#120)

changed leftover "ASP.NET 5" in project.json description to "ASP.NET Core"
This commit is contained in:
Martin Andreas Ullrich 2016-10-03 18:56:14 +02:00 committed by Chris R
parent 60ab3bcaf3
commit b8471455a7
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"xmlDoc": true,
"allowUnsafe": true
},
"description": "ASP.NET 5 web socket middleware for use on top of opaque servers.",
"description": "ASP.NET Core web socket middleware for use on top of opaque servers.",
"packOptions": {
"repository": {
"type": "git",
@ -29,4 +29,4 @@
}
}
}
}
}