Switching to generations TFMs

This commit is contained in:
Pranav K 2015-10-22 01:09:42 -07:00
parent 551d559ada
commit 185309bfda
1 changed files with 24 additions and 24 deletions

View File

@ -1,26 +1,26 @@
{
"version": "1.0.0-*",
"description": "ASP.NET 5 session state middleware.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/session"
},
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.OptionsModel": "1.0.0-*"
},
"compilationOptions": {
"allowUnsafe": true,
"warningsAsErrors": true
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*"
}
}
"version": "1.0.0-*",
"description": "ASP.NET 5 session state middleware.",
"repository": {
"type": "git",
"url": "git://github.com/aspnet/session"
},
"dependencies": {
"Microsoft.AspNet.Http.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Caching.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Logging.Abstractions": "1.0.0-*",
"Microsoft.Extensions.OptionsModel": "1.0.0-*"
},
"compilationOptions": {
"allowUnsafe": true,
"warningsAsErrors": true
},
"frameworks": {
"net451": {},
"dotnet5.4": {
"dependencies": {
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*"
}
}
}
}
}