Skip to content

Commit c727030

Browse files
committed
mscorlib is System.Runtime in .netcore
1 parent cc905c3 commit c727030

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/service/ProjectAnalysisTests.fs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,7 +3141,11 @@ let ``Test Project22 IList properties`` () =
31413141

31423142
attribsOfSymbol ilistTypeDefn |> shouldEqual ["interface"]
31433143

3144+
#if DOTNETCORE
3145+
ilistTypeDefn.Assembly.SimpleName |> shouldEqual "System.Runtime"
3146+
#else
31443147
ilistTypeDefn.Assembly.SimpleName |> shouldEqual "mscorlib"
3148+
#endif
31453149

31463150
//-----------------------------------------------------------------------------------------
31473151
// Misc - properties

0 commit comments

Comments
 (0)