From 5b9e129abb1e54ca837ef3566809634823c991f7 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Wed, 24 May 2017 12:09:06 -0700 Subject: [PATCH] React to breaking change latest API Check detects - see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146 --- .../breakingchanges.netcore.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/Microsoft.AspNetCore.Http.Abstractions/breakingchanges.netcore.json 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