Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/System.Net.Requests/tests/project.json')
-rw-r--r--src/System.Net.Requests/tests/project.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/System.Net.Requests/tests/project.json b/src/System.Net.Requests/tests/project.json
index 2e96f0ecab..1a87e9ed3e 100644
--- a/src/System.Net.Requests/tests/project.json
+++ b/src/System.Net.Requests/tests/project.json
@@ -1,19 +1,19 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24522-03",
- "System.Collections.Specialized": "4.3.0-beta-24522-03",
- "System.IO.Compression": "4.3.0-beta-24522-03",
- "System.Linq.Expressions": "4.3.0-beta-24522-03",
- "System.Net.Http": "4.3.0-beta-24522-03",
- "System.Net.NetworkInformation": "4.3.0-beta-24522-03",
- "System.Net.Primitives": "4.3.0-beta-24522-03",
- "System.Net.Requests": "4.3.0-beta-24522-03",
- "System.Net.Security": "4.3.0-beta-24522-03",
- "System.Net.Sockets": "4.3.0-beta-24522-03",
- "System.ObjectModel": "4.3.0-beta-24522-03",
- "System.Text.RegularExpressions": "4.3.0-beta-24522-03",
- "System.Resources.ResourceManager": "4.3.0-beta-24522-03",
- "System.Security.Cryptography.X509Certificates": "4.3.0-beta-24522-03",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24530-01",
+ "System.Collections.Specialized": "4.3.0-beta-24530-01",
+ "System.IO.Compression": "4.3.0-beta-24530-01",
+ "System.Linq.Expressions": "4.3.0-beta-24530-01",
+ "System.Net.Http": "4.3.0-beta-24530-01",
+ "System.Net.NetworkInformation": "4.3.0-beta-24530-01",
+ "System.Net.Primitives": "4.3.0-beta-24530-01",
+ "System.Net.Requests": "4.3.0-beta-24530-01",
+ "System.Net.Security": "4.3.0-beta-24530-01",
+ "System.Net.Sockets": "4.3.0-beta-24530-01",
+ "System.ObjectModel": "4.3.0-beta-24530-01",
+ "System.Text.RegularExpressions": "4.3.0-beta-24530-01",
+ "System.Resources.ResourceManager": "4.3.0-beta-24530-01",
+ "System.Security.Cryptography.X509Certificates": "4.3.0-beta-24530-01",
"test-runtime": {
"target": "project",
"exclude": "compile"
@@ -22,15 +22,15 @@
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00807-03"
},
"frameworks": {
- "netstandard1.3": { },
- "netstandard1.7": { }
+ "netstandard1.3": {},
+ "netstandard1.7": {}
},
"supports": {
- "coreFx.Test.netcoreapp1.0": { },
- "corefx.Test.netcoreapp1.1": { },
- "coreFx.Test.net46": { },
- "coreFx.Test.net461": { },
- "coreFx.Test.net462": { },
- "coreFx.Test.net463": { }
+ "coreFx.Test.netcoreapp1.0": {},
+ "corefx.Test.netcoreapp1.1": {},
+ "coreFx.Test.net46": {},
+ "coreFx.Test.net461": {},
+ "coreFx.Test.net462": {},
+ "coreFx.Test.net463": {}
}
}