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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-09-16 19:18:22 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-09-16 21:17:32 +0300
commit517f1bf92c00acf7b0a71318255bb1d4504264d4 (patch)
tree664fa55f22a2844c691574b301da7bbf8a4e87f1 /src/System.Private.Xml/tests/Xslt/XsltCompiler
parenta51ffdcc41142c8928da0ce9d05ec586476cc227 (diff)
Using master packages instead of dev/api
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt/XsltCompiler')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json b/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
index 88fbe76147..960aa18da7 100644
--- a/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
+++ b/src/System.Private.Xml/tests/Xslt/XsltCompiler/project.json
@@ -1,22 +1,22 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "4.3.0-beta-devapi-24515-01",
- "System.Collections.NonGeneric": "4.3.0-beta-devapi-24515-01",
- "System.Collections.Specialized": "4.3.0-beta-devapi-24515-01",
- "System.Diagnostics.Process": "4.3.0-beta-devapi-24515-01",
- "System.IO": "4.3.0-beta-devapi-24515-01",
- "System.IO.FileSystem": "4.3.0-beta-devapi-24515-01",
- "System.IO.FileSystem.Primitives": "4.3.0-beta-devapi-24515-01",
- "System.Linq": "4.3.0-beta-devapi-24515-01",
- "System.Linq.Expressions": "4.3.0-beta-devapi-24515-01",
- "System.ObjectModel": "4.3.0-beta-devapi-24515-01",
- "System.Resources.Reader": "4.3.0-beta-devapi-24515-01",
- "System.Runtime": "4.3.0-beta-devapi-24515-01",
- "System.Runtime.Extensions": "4.3.0-beta-devapi-24515-01",
- "System.Runtime.Loader": "4.3.0-beta-devapi-24515-01",
- "System.Threading": "4.3.0-beta-devapi-24515-01",
- "System.Threading.Thread": "4.3.0-beta-devapi-24515-01",
- "System.Threading.Tasks": "4.3.0-beta-devapi-24515-01",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24516-02",
+ "System.Collections.NonGeneric": "4.3.0-beta-24516-02",
+ "System.Collections.Specialized": "4.3.0-beta-24516-02",
+ "System.Diagnostics.Process": "4.3.0-beta-24516-02",
+ "System.IO": "4.3.0-beta-24516-02",
+ "System.IO.FileSystem": "4.3.0-beta-24516-02",
+ "System.IO.FileSystem.Primitives": "4.3.0-beta-24516-02",
+ "System.Linq": "4.3.0-beta-24516-02",
+ "System.Linq.Expressions": "4.3.0-beta-24516-02",
+ "System.ObjectModel": "4.3.0-beta-24516-02",
+ "System.Resources.Reader": "4.3.0-beta-24516-02",
+ "System.Runtime": "4.3.0-beta-24516-02",
+ "System.Runtime.Extensions": "4.3.0-beta-24516-02",
+ "System.Runtime.Loader": "4.3.0-beta-24516-02",
+ "System.Threading": "4.3.0-beta-24516-02",
+ "System.Threading.Thread": "4.3.0-beta-24516-02",
+ "System.Threading.Tasks": "4.3.0-beta-24516-02",
"test-runtime": {
"target": "project",
"exclude": "compile"