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

Commit e550015

Browse files
committed
Fix missing SecureString dependency in System.Net.Requests tests
Similar to previous update, we need to bring in the latest System.Net.* contracts, including this one which was indirect.
1 parent 8209fbd commit e550015

File tree

2 files changed

+588
-16
lines changed

2 files changed

+588
-16
lines changed

src/System.Net.Requests/tests/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"System.Net.Requests": "4.0.11-beta-*",
4+
"System.Net.Primitives": "4.0.11-beta-*",
45
"xunit": "2.1.0-beta3-*",
56
"xunit.netcore.extensions": "1.0.0-prerelease-*"
67
},

0 commit comments

Comments
 (0)