Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitedc5503

Browse files
committed
Remove attribute that is missing in some Mono profile versions
1 parent7e8de9e commitedc5503

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/fsharp/FSharp.Core/prim-types.fs‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4226,7 +4226,10 @@ namespace Microsoft.FSharp.Core
42264226

42274227
#if BE_SECURITY_TRANSPARENT
42284228
[<assembly: System.Security.SecurityTransparent>]// assembly is fully transparent
4229+
#if MONO
4230+
#else
42294231
[<assembly: System.Security.SecurityRules(System.Security.SecurityRuleSet.Level2)>]// v4 transparency; soon to be the default, but not yet
4232+
#endif
42304233
#else
42314234
#if FX_NO_SECURITY_PERMISSIONS
42324235
#else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp