{ "version": "1.1.0-*", "description": "ASP.NET Core data protection shared code.", "packOptions": { "repository": { "type": "git", "url": "git://github.com/aspnet/dataprotection" }, "tags": [ "aspnetcore", "dataprotection" ] }, "dependencies": {}, "frameworks": { "net451": {}, "netstandard1.3": { "dependencies": { "System.Security.Cryptography.Primitives": "4.0.0-*", "System.Text.Encoding.Extensions": "4.0.11-*" } } }, "shared": "**\\*.cs", "buildOptions": { "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" } }