Fix package metadata
This commit is contained in:
parent
0c3b17dafd
commit
396bef4b6d
|
|
@ -1 +1 @@
|
||||||
Sample demonstrating ASP.NET 5 Session middleware.
|
Sample demonstrating ASP.NET Core Session middleware.
|
||||||
|
|
@ -1,6 +1,11 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"description": "ASP.NET 5 session state middleware.",
|
"description": "ASP.NET Core session state middleware.",
|
||||||
|
"tags": [
|
||||||
|
"aspnetcore",
|
||||||
|
"session",
|
||||||
|
"sessionstate"
|
||||||
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/aspnet/session"
|
"url": "git://github.com/aspnet/session"
|
||||||
|
|
@ -21,7 +26,7 @@
|
||||||
"xmlDoc": true
|
"xmlDoc": true
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {},
|
"net451": { },
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Security.Cryptography.Algorithms": "4.0.0-*"
|
"System.Security.Cryptography.Algorithms": "4.0.0-*"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue