File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 5151 </ItemGroup >
5252
5353 <ItemGroup >
54- <PackageReference Include =" System.Security.Permissions" Version =" 4.4.0" />
5554 <PackageReference Include =" System.Reflection.Emit" Version =" 4.3.0" />
5655 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
5756 </ItemGroup >
Original file line number Diff line number Diff line change 11using System ;
22using System . Reflection ;
3- using System . Security . Permissions ;
43
54namespace Python . Runtime
65{
@@ -15,7 +14,6 @@ internal class PropertyObject : ExtensionType
1514 private MaybeMethodInfo getter ;
1615 private MaybeMethodInfo setter ;
1716
18- [ StrongNameIdentityPermission ( SecurityAction . Assert ) ]
1917 public PropertyObject ( PropertyInfo md )
2018 {
2119 getter = md . GetGetMethod ( true ) ;
You can’t perform that action at this time.
0 commit comments