From 7baaa0adf1e27302dd34b3710edd94b243fc9dd6 Mon Sep 17 00:00:00 2001 From: "Kevin Ransom (msft)" Date: Thu, 19 Nov 2020 11:05:16 -0800 Subject: [PATCH] Update bframework refencing (#10502) --- tests/FSharp.Test.Utilities/CompilerAssert.fs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/FSharp.Test.Utilities/CompilerAssert.fs b/tests/FSharp.Test.Utilities/CompilerAssert.fs index debabd9ab0f..2815aa56d5a 100644 --- a/tests/FSharp.Test.Utilities/CompilerAssert.fs +++ b/tests/FSharp.Test.Utilities/CompilerAssert.fs @@ -137,9 +137,7 @@ let main argv = 0""" let mutable output = "" let mutable errors = "" let mutable cleanUp = true - let pathToArtifacts = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "../../../..")) - if Path.GetFileName(pathToArtifacts) <> "artifacts" then failwith "CompilerAssert did not find artifacts directory --- has the location changed????" - let pathToTemp = Path.Combine(pathToArtifacts, "Temp") + let pathToTemp = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "../../../../Temp")) let projectDirectory = Path.Combine(pathToTemp, "CompilerAssert", Path.GetRandomFileName()) let pathToFSharpCore = typeof.Assembly.Location try @@ -462,7 +460,7 @@ let main argv = 0""" "tfm": "netcoreapp3.1", "framework": { "name": "Microsoft.NETCore.App", - "version": "5.0.0" + "version": "3.1.0" } } }"""