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.Data.SqlClient/tests/FunctionalTests/project.json')
-rw-r--r--src/System.Data.SqlClient/tests/FunctionalTests/project.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/System.Data.SqlClient/tests/FunctionalTests/project.json b/src/System.Data.SqlClient/tests/FunctionalTests/project.json
index 9b49f728ed..eae2be91c8 100644
--- a/src/System.Data.SqlClient/tests/FunctionalTests/project.json
+++ b/src/System.Data.SqlClient/tests/FunctionalTests/project.json
@@ -1,15 +1,15 @@
{
"dependencies": {
- "Microsoft.CSharp": "4.3.0-beta-24604-02",
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24604-02",
- "System.Data.Common": "4.3.0-beta-24604-02",
- "System.Data.SqlClient": "4.3.0-beta-24604-02",
- "System.Text.Encoding.CodePages": "4.3.0-beta-24604-02",
- "System.Text.RegularExpressions": "4.3.0-beta-24604-02",
- "System.Collections": "4.3.0-beta-24604-02",
- "System.Collections.Concurrent": "4.3.0-beta-24604-02",
- "System.Diagnostics.DiagnosticSource": "4.3.0-beta-24604-02",
- "System.Xml.ReaderWriter": "4.3.0-beta-24604-02",
+ "Microsoft.CSharp": "4.4.0-beta-24607-03",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24607-03",
+ "System.Data.Common": "4.4.0-beta-24607-03",
+ "System.Data.SqlClient": "4.4.0-beta-24607-03",
+ "System.Text.Encoding.CodePages": "4.4.0-beta-24607-03",
+ "System.Text.RegularExpressions": "4.4.0-beta-24607-03",
+ "System.Collections": "4.4.0-beta-24607-03",
+ "System.Collections.Concurrent": "4.4.0-beta-24607-03",
+ "System.Diagnostics.DiagnosticSource": "4.4.0-beta-24607-03",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24607-03",
"test-runtime": {
"target": "project",
"exclude": "compile"