Skip to content

Commit 3cd0cbb

Browse files
committed
usessdkrefs is not a valid option for desktop compiler
1 parent 6c2b27d commit 3cd0cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FSharp.Compiler.Private.Scripting.UnitTests/FSharpScriptTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ tInput.Length
352352
let value = opt.Value
353353
Assert.Equal(4L, downcast value.ReflectionValue)
354354

355-
[<Fact>]
355+
[<FSharp.Test.FactForNETCOREAPP>] // usessdkrefs is not a valid option for desktop compiler
356356
member _.``ML - use assembly with ref dependencies and without refing SMemory``() =
357357
let code = """
358358
#r "nuget:Microsoft.ML.OnnxTransformer,1.4.0"

0 commit comments

Comments
 (0)