mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-15 14:19:29 +00:00
Fix build issues
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user