diff --git a/.gitignore b/.gitignore index 78ff2f1..a87c755 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,4 @@ obj packages *.user tools -TestResults \ No newline at end of file +TestResults* diff --git a/Tests/Tests.FNA.csproj b/Tests/Tests.FNA.csproj index 730a19e..0f9cdad 100644 --- a/Tests/Tests.FNA.csproj +++ b/Tests/Tests.FNA.csproj @@ -2,6 +2,7 @@ net6.0 nunit + TestResults.FNA Tests $(DefineConstants);FNA false diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 4fae9b9..4386917 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -2,6 +2,7 @@ net6.0 nunit + TestResults false