Fix package metadata
This commit is contained in:
parent
13874bf771
commit
0f6fb8277c
|
|
@ -1,5 +1,12 @@
|
|||
{
|
||||
"description": "Runtime components for rendering Razor pages.",
|
||||
"description": "Runtime components for rendering Razor pages and implementing tag helpers.\r\nCommonly used types:\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute\r\nMicrosoft.AspNetCore.Razor.TagHelpers.ITagHelper",
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"cshtml",
|
||||
"razor",
|
||||
"taghelper",
|
||||
"taghelpers"
|
||||
],
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"allowUnsafe": true,
|
||||
|
|
|
|||
|
|
@ -4,9 +4,6 @@
|
|||
using Microsoft.AspNetCore.Razor.Chunks.Generators;
|
||||
using Microsoft.AspNetCore.Razor.CodeGenerators;
|
||||
using Microsoft.AspNetCore.Razor.Parser;
|
||||
#if NET451
|
||||
|
||||
#endif
|
||||
|
||||
namespace Microsoft.AspNetCore.Razor
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"description": "Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.",
|
||||
"tags": [
|
||||
"aspnetcore",
|
||||
"cshtml",
|
||||
"razor"
|
||||
],
|
||||
"version": "1.0.0-*",
|
||||
"compilationOptions": {
|
||||
"warningsAsErrors": true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue