diff --git a/src/Microsoft.AspNetCore.Html.Abstractions/baseline.netcore.json b/src/Microsoft.AspNetCore.Html.Abstractions/baseline.netcore.json
index b0b320e216..29f855f97b 100644
--- a/src/Microsoft.AspNetCore.Html.Abstractions/baseline.netcore.json
+++ b/src/Microsoft.AspNetCore.Html.Abstractions/baseline.netcore.json
@@ -1,5 +1,5 @@
{
- "AssemblyIdentity": "Microsoft.AspNetCore.Html.Abstractions, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.AspNetCore.Html.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.AspNetCore.Html.HtmlContentBuilder",
@@ -9,6 +9,58 @@
"Microsoft.AspNetCore.Html.IHtmlContentBuilder"
],
"Members": [
+ {
+ "Kind": "Method",
+ "Name": "CopyTo",
+ "Parameters": [
+ {
+ "Name": "destination",
+ "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
+ }
+ ],
+ "ReturnType": "System.Void",
+ "Sealed": true,
+ "Virtual": true,
+ "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
+ "Visibility": "Public",
+ "GenericParameter": []
+ },
+ {
+ "Kind": "Method",
+ "Name": "MoveTo",
+ "Parameters": [
+ {
+ "Name": "destination",
+ "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
+ }
+ ],
+ "ReturnType": "System.Void",
+ "Sealed": true,
+ "Virtual": true,
+ "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
+ "Visibility": "Public",
+ "GenericParameter": []
+ },
+ {
+ "Kind": "Method",
+ "Name": "WriteTo",
+ "Parameters": [
+ {
+ "Name": "writer",
+ "Type": "System.IO.TextWriter"
+ },
+ {
+ "Name": "encoder",
+ "Type": "System.Text.Encodings.Web.HtmlEncoder"
+ }
+ ],
+ "ReturnType": "System.Void",
+ "Sealed": true,
+ "Virtual": true,
+ "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContent",
+ "Visibility": "Public",
+ "GenericParameter": []
+ },
{
"Kind": "Method",
"Name": "get_Count",
@@ -76,58 +128,6 @@
"Visibility": "Public",
"GenericParameter": []
},
- {
- "Kind": "Method",
- "Name": "CopyTo",
- "Parameters": [
- {
- "Name": "destination",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "MoveTo",
- "Parameters": [
- {
- "Name": "destination",
- "Type": "Microsoft.AspNetCore.Html.IHtmlContentBuilder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContentContainer",
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "WriteTo",
- "Parameters": [
- {
- "Name": "writer",
- "Type": "System.IO.TextWriter"
- },
- {
- "Name": "encoder",
- "Type": "System.Text.Encodings.Web.HtmlEncoder"
- }
- ],
- "ReturnType": "System.Void",
- "Sealed": true,
- "Virtual": true,
- "ImplementedInterface": "Microsoft.AspNetCore.Html.IHtmlContent",
- "Visibility": "Public",
- "GenericParameter": []
- },
{
"Kind": "Constructor",
"Name": ".ctor",
diff --git a/src/Microsoft.Extensions.WebEncoders/baseline.netcore.json b/src/Microsoft.Extensions.WebEncoders/baseline.netcore.json
index cc93cc7458..6da0ae0754 100644
--- a/src/Microsoft.Extensions.WebEncoders/baseline.netcore.json
+++ b/src/Microsoft.Extensions.WebEncoders/baseline.netcore.json
@@ -1,5 +1,5 @@
{
- "AssemblyIdentity": "Microsoft.Extensions.WebEncoders, Version=2.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
+ "AssemblyIdentity": "Microsoft.Extensions.WebEncoders, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
"Types": [
{
"Name": "Microsoft.Extensions.WebEncoders.WebEncoderOptions",