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:
authorKrzysztof Wicher <kwicher@microsoft.com>2016-08-04 02:43:44 +0300
committerKrzysztof Wicher <kwicher@microsoft.com>2016-08-04 02:43:44 +0300
commit750147b88a05d17cf03aa869a0e53f8ee6a4f80f (patch)
tree4e6006f29488ce3bc1d1f764c707beea19514d90 /src/System.Private.Xml/tests/Xslt/XsltCompiler
parenta20e6df9b3ca1793c626f205b6890739096662f0 (diff)
fix build errors
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt/XsltCompiler')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json b/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
index 47e309b040..881194697a 100644
--- a/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
+++ b/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
@@ -4,14 +4,14 @@
"System.Collections.NonGeneric": "4.0.2-beta-devapi-24401-01",
"System.Collections.Specialized": "4.0.2-beta-devapi-24401-01",
"System.Diagnostics.Process": "4.1.1-beta-devapi-24401-01",
- "System.IO": "4.2.0-beta-devapi-24320-01",
+ "System.IO": "4.2.0-beta-devapi-24401-01",
"System.IO.FileSystem": "4.0.2-beta-devapi-24401-01",
"System.IO.FileSystem.Primitives": "4.0.2-beta-devapi-24401-01",
"System.Linq": "4.1.1-beta-devapi-24401-01",
"System.Linq.Expressions": "4.1.1-beta-devapi-24401-01",
"System.ObjectModel": "4.0.13-beta-devapi-24401-01",
"System.Resources.Reader": "4.0.1-beta-devapi-24401-01",
- "System.Runtime": "4.2.0-beta-devapi-24401-02",
+ "System.Runtime": "4.2.0-beta-devapi-24401-01",
"System.Runtime.Extensions": "4.1.1-beta-devapi-24401-01",
"System.Runtime.Loader": "4.0.1-beta-devapi-24401-01",
"System.Threading": "4.0.12-beta-devapi-24401-01",