React to breaking change latest API Check detects
- see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146
This commit is contained in:
parent
b1f92fb6bc
commit
5b9e129abb
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in New Issue