diff --git a/build.fsx b/build.fsx index dd7cfc953..2f766113a 100644 --- a/build.fsx +++ b/build.fsx @@ -404,7 +404,7 @@ let testLibrary testsDir testsProj framework = let testLibraryCsharp framework = testLibrary "src/UnitTests" "UnitTests.csproj" framework -let testLibraryFsharp framework = testLibrary "src/FSharpUnitTests" "FSharpUnitTests.csproj" framework +let testLibraryFsharp framework = testLibrary "src/FSharpUnitTests" "FSharpUnitTests.fsproj" framework Target "Test" DoNothing Target "TestF#" DoNothing