Fix build issues

This commit is contained in:
2024-09-08 17:13:48 +02:00
parent def0258695
commit 0fc24b8307
6 changed files with 6 additions and 17 deletions
@@ -1,6 +1,4 @@
using System.Security.Hashing;
namespace System.Security.Hashing;
namespace System.Security.Hashing;
public interface IMD5HashingService : IHashingService
{
}