diff --git a/WF-WebAdmin/UnitTesting/UnitTest1.cs b/WF-WebAdmin/UnitTesting/UnitTest1.cs deleted file mode 100644 index 6427e49..0000000 --- a/WF-WebAdmin/UnitTesting/UnitTest1.cs +++ /dev/null @@ -1,11 +0,0 @@ -namespace UnitTesting -{ - public class UnitTest1 - { - [Fact] - public void Test1() - { - - } - } -} \ No newline at end of file diff --git a/WF-WebAdmin/UnitTesting/UnitTesting.csproj b/WF-WebAdmin/UnitTesting/UnitTesting.csproj deleted file mode 100644 index c5d1063..0000000 --- a/WF-WebAdmin/UnitTesting/UnitTesting.csproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - net6.0 - enable - enable - - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - diff --git a/WF-WebAdmin/UnitTesting/Usings.cs b/WF-WebAdmin/UnitTesting/Usings.cs deleted file mode 100644 index 8c927eb..0000000 --- a/WF-WebAdmin/UnitTesting/Usings.cs +++ /dev/null @@ -1 +0,0 @@ -global using Xunit; \ No newline at end of file