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

Commit

Permalink
Include System.Memory in test_dependencies
Browse files Browse the repository at this point in the history
Span tests require this.
  • Loading branch information
JosephTremoulet committed Mar 16, 2017
1 parent 979ae8b commit 198fa37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/Common/test_dependencies/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0-beta-25114-01",
"Microsoft.Private.CoreFx.NETCoreApp": "4.4.0-beta-25114-01",
"System.Memory": "4.4.0-beta-25114-01",
"System.Runtime.CompilerServices.Unsafe": "4.4.0-beta-25114-01"
},
"frameworks": {
Expand Down

0 comments on commit 198fa37

Please sign in to comment.