fix patch in netframework (#894)

This commit is contained in:
Boshi Lian
2022-06-23 16:09:20 -07:00
committed by GitHub
parent 557614b969
commit ef90174bd8

View File

@@ -14,7 +14,7 @@ public abstract partial class AbstractKubernetes
public static readonly HttpMethod Post = HttpMethod.Post;
public static readonly HttpMethod Put = HttpMethod.Put;
public static readonly HttpMethod Trace = HttpMethod.Trace;
public static readonly HttpMethod Patch = new HttpMethod("Patch");
public static readonly HttpMethod Patch = new HttpMethod("PATCH");
}
private sealed class QueryBuilder