Skip to content

Commit 22a04fe

Browse files
committed
fix net48 tests
1 parent a3e194d commit 22a04fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/OpenCvSharp.Tests/system/WindowsLibraryLoaderTest.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ public class WindowsLibraryLoaderTest
88
[Fact]
99
public void IsDotNetCore()
1010
{
11+
#if NET
1112
Assert.True(WindowsLibraryLoader.IsDotNetCore());
13+
#else
14+
Assert.False(WindowsLibraryLoader.IsDotNetCore());
15+
#endif
1216
}
1317
}

0 commit comments

Comments
 (0)