diff --git a/src/Tests/UnitTestsEntities/GlobalUsings.cs b/src/Tests/UnitTestsEntities/GlobalUsings.cs new file mode 100644 index 0000000..8c927eb --- /dev/null +++ b/src/Tests/UnitTestsEntities/GlobalUsings.cs @@ -0,0 +1 @@ +global using Xunit; \ No newline at end of file diff --git a/src/Tests/UnitTestsEntities/UnitTest1.cs b/src/Tests/UnitTestsEntities/UnitTest1.cs new file mode 100644 index 0000000..4494897 --- /dev/null +++ b/src/Tests/UnitTestsEntities/UnitTest1.cs @@ -0,0 +1,10 @@ +namespace UnitTestsEntities; + +public class UnitTest1 +{ + [Fact] + public void Test1() + { + + } +} \ No newline at end of file diff --git a/src/Tests/UnitTestsEntities/UnitTestsEntities.csproj b/src/Tests/UnitTestsEntities/UnitTestsEntities.csproj new file mode 100644 index 0000000..22b0134 --- /dev/null +++ b/src/Tests/UnitTestsEntities/UnitTestsEntities.csproj @@ -0,0 +1,25 @@ + + + + net8.0 + enable + enable + + false + true + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + +