Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit bd43d49

Browse files
authored
Merge pull request #11086 from wtgodbe/SecurityPermissions
Add dependency on System.Security.Permissions
2 parents a762db4 + 7371621 commit bd43d49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/Common/test_dependencies/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"Microsoft.NETCore.Platforms": "2.0.0-preview1-25214-03",
44
"Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-preview1-25214-03",
55
"System.Memory": "4.4.0-preview1-25214-03",
6-
"System.Runtime.CompilerServices.Unsafe": "4.4.0-preview1-25214-03"
6+
"System.Runtime.CompilerServices.Unsafe": "4.4.0-preview1-25214-03",
7+
"System.Security.Permissions": "4.4.0-preview1-25214-03"
78
},
89
"frameworks": {
910
"netcoreapp2.0": {

0 commit comments

Comments
 (0)