-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove framework targets net40
, netstandard1.3
, netstandard1.5
#495
Changes from all commits
5238a1d
5175121
6d1d3c1
371cbe5
29a2f0d
599aaf2
d1449ce
ebeddbc
82763e1
5c8c352
de1e802
2986b25
98f3740
d1857bd
2c8c00f
ebd80f8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
[assembly: ComVisible(false)] | ||
[assembly: CLSCompliant(true)] | ||
|
||
#if FEATURE_SECURITY_PERMISSIONS && DOTNET40 | ||
#if FEATURE_SECURITY_PERMISSIONS | ||
[assembly: SecurityRules(SecurityRuleSet.Level2)] | ||
#endif | ||
Comment on lines
-22
to
24
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If it isn't already, removing all the security transparency junk should be on the list for this major release. But leave it for another pull request, this one is already big 😉 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'll do that next. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After this is merged we can talk through these, more definitely need to go.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. I'll open an issue for that.