diff --git a/Sources/Tests/HelloWordLib_UnitTests/HelloWordLib_UnitTests.csproj b/Sources/Tests/HelloWordLib_UnitTests/HelloWordLib_UnitTests.csproj deleted file mode 100644 index c151d51..0000000 --- a/Sources/Tests/HelloWordLib_UnitTests/HelloWordLib_UnitTests.csproj +++ /dev/null @@ -1,25 +0,0 @@ - - - - net6.0 - - false - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - - - - diff --git a/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs b/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs deleted file mode 100644 index 69d7a2a..0000000 --- a/Sources/Tests/HelloWordLib_UnitTests/UnitTest1.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using HelloWorldLib; -using Xunit; - -namespace HelloWordLib_UnitTests -{ - public class UnitTest1 - { - [Fact] - public void Test1() - { - Class1 c = new Class1(); - Assert.NotNull(c); - } - } -}