From 69784a8dfb5a65afbc75eeac96cdf3869e7a9851 Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Thu, 26 Sep 2024 17:47:10 +0200 Subject: [PATCH] usessdkrefs is not a valid option for desktop compiler --- .../FSharpScriptTests.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs b/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs index 04039f315e4..c2312f7e100 100644 --- a/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs +++ b/tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs @@ -352,7 +352,7 @@ tInput.Length let value = opt.Value Assert.Equal(4L, downcast value.ReflectionValue) - [] + [] // usessdkrefs is not a valid option for desktop compiler member _.``ML - use assembly with ref dependencies and without refing SMemory``() = let code = """ #r "nuget:Microsoft.ML.OnnxTransformer,1.4.0"