This commit is contained in:
Stef Heyenrath
2023-03-14 18:50:47 +01:00
parent f46c8533df
commit 0c19988fd2
@@ -1,6 +1,6 @@
namespace ProxyInterfaceConsumer.Http
{
[ProxyInterfaceGenerator.Proxy(typeof(System.Net.Http.HttpClient, true))]
[ProxyInterfaceGenerator.Proxy(typeof(System.Net.Http.HttpClient), true)]
public partial interface IHttpClient : IHttpMessageInvoker
{