diff --git a/Xunit/UnitTest1.cs b/Xunit/UnitTest1.cs new file mode 100644 index 0000000..32c9d1a --- /dev/null +++ b/Xunit/UnitTest1.cs @@ -0,0 +1,10 @@ +namespace Xunit; + +public class UnitTest1 +{ + [Fact] + public void Test1() + { + + } +} \ No newline at end of file diff --git a/Xunit/Xunit.csproj b/Xunit/Xunit.csproj new file mode 100644 index 0000000..9c5b30a --- /dev/null +++ b/Xunit/Xunit.csproj @@ -0,0 +1,23 @@ + + + + net8.0 + enable + enable + + false + true + + + + + + + + + + + + + +