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

Commit 7371621

Browse files
committed
Add dependency on System.Security.Permissions
1 parent a762db4 commit 7371621

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)