Merge remote-tracking branch 'origin/release/2.1' into rybrande/DevMerge
This commit is contained in:
commit
17bc538def
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"AssemblyIdentity": "Microsoft.AspNetCore.Html.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
|
"AssemblyIdentity": "Microsoft.AspNetCore.Html.Abstractions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
|
||||||
"Types": [
|
"Types": [
|
||||||
{
|
{
|
||||||
"Name": "Microsoft.AspNetCore.Html.HtmlContentBuilder",
|
"Name": "Microsoft.AspNetCore.Html.HtmlContentBuilder",
|
||||||
|
|
@ -9,6 +9,14 @@
|
||||||
"Microsoft.AspNetCore.Html.IHtmlContentBuilder"
|
"Microsoft.AspNetCore.Html.IHtmlContentBuilder"
|
||||||
],
|
],
|
||||||
"Members": [
|
"Members": [
|
||||||
|
{
|
||||||
|
"Kind": "Method",
|
||||||
|
"Name": "get_Count",
|
||||||
|
"Parameters": [],
|
||||||
|
"ReturnType": "System.Int32",
|
||||||
|
"Visibility": "Public",
|
||||||
|
"GenericParameter": []
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Kind": "Method",
|
"Kind": "Method",
|
||||||
"Name": "Append",
|
"Name": "Append",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"AssemblyIdentity": "Microsoft.Extensions.WebEncoders, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
|
"AssemblyIdentity": "Microsoft.Extensions.WebEncoders, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
|
||||||
"Types": [
|
"Types": [
|
||||||
{
|
{
|
||||||
"Name": "Microsoft.Extensions.WebEncoders.WebEncoderOptions",
|
"Name": "Microsoft.Extensions.WebEncoders.WebEncoderOptions",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue