mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-26 18:28:27 +02:00
#endif
This commit is contained in:
@@ -43,11 +43,8 @@ internal static class CertificateLoader
|
||||
}
|
||||
finally
|
||||
{
|
||||
//#if NETSTANDARD || NET48
|
||||
certStore.Dispose();
|
||||
//#else
|
||||
certStore.Close();
|
||||
//#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -113,11 +110,8 @@ internal static class CertificateLoader
|
||||
}
|
||||
finally
|
||||
{
|
||||
//#if NETSTANDARD || NET46
|
||||
certStore.Dispose();
|
||||
//#else
|
||||
certStore.Close();
|
||||
//#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user