diff --git a/tests/fsharp/FSharpSuite.Tests.fsproj b/tests/fsharp/FSharpSuite.Tests.fsproj index 7b33353283b..709c1798b0c 100644 --- a/tests/fsharp/FSharpSuite.Tests.fsproj +++ b/tests/fsharp/FSharpSuite.Tests.fsproj @@ -16,6 +16,10 @@ 3186 + + + + scriptlib.fsx diff --git a/tests/fsharp/xunit.runner.json b/tests/fsharp/xunit.runner.json new file mode 100644 index 00000000000..50b48c7f5c7 --- /dev/null +++ b/tests/fsharp/xunit.runner.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://xunit.net/schema/current/xunit.runner.schema.json", + "appDomain": "ifAvailable", + "shadowCopy": false +}