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
{
}
@@ -1,6 +1,4 @@
using System.Security.Hashing;
namespace System.Security.Hashing;
namespace System.Security.Hashing;
public interface ISha1HashingService : IHashingService
{
}
@@ -1,6 +1,4 @@
using System.Security.Hashing;
namespace System.Security.Hashing;
namespace System.Security.Hashing;
public interface ISha256HashingService : IHashingService
{
}
@@ -1,6 +1,4 @@
using System.Security.Hashing;
namespace System.Security.Hashing;
namespace System.Security.Hashing;
public interface ISha384HashingService : IHashingService
{
}
@@ -1,6 +1,4 @@
using System.Security.Hashing;
namespace System.Security.Hashing;
namespace System.Security.Hashing;
public interface ISha512HashingService : IHashingService
{
}
@@ -1,5 +1,4 @@
using System.Hashing;
using System.Security.Cryptography;
using System.Security.Cryptography;
namespace System.Security.Hashing;