diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/breakingchanges.netcore.json b/src/Microsoft.AspNetCore.Http.Abstractions/breakingchanges.netcore.json new file mode 100644 index 0000000000..ded45f5cc3 --- /dev/null +++ b/src/Microsoft.AspNetCore.Http.Abstractions/breakingchanges.netcore.json @@ -0,0 +1,12 @@ +[ + { + "TypeId": "public abstract class Microsoft.AspNetCore.Http.ConnectionInfo", + "MemberId": "public abstract System.String get_Id()", + "Kind": "Addition" + }, + { + "TypeId": "public abstract class Microsoft.AspNetCore.Http.ConnectionInfo", + "MemberId": "public abstract System.Void set_Id(System.String value)", + "Kind": "Addition" + } + ] \ No newline at end of file