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:
parent
60ab3bcaf3
commit
b8471455a7
|
|
@ -9,7 +9,7 @@
|
||||||
"xmlDoc": true,
|
"xmlDoc": true,
|
||||||
"allowUnsafe": 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": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
@ -29,4 +29,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue