{ "version": "1.0.0-*", "description": "Helpers for building React applications on ASP.NET Core.", "compilationOptions": { "keyFile": "../../tools/Key.snk" }, "authors": [ "Microsoft" ], "tooling": { "defaultNamespace": "Microsoft.AspNetCore.ReactServices" }, "dependencies": { "Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0", "Microsoft.AspNetCore.SpaServices": "1.0.0-*" }, "frameworks": { "net451": { }, "netstandard1.6": { "imports": [ "dotnet5.6", "dnxcore50", "portable-net45+win8" ] } } }