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-08-16 22:04:22 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-08-17 20:30:47 +0300
commitf03238e592e63ca00a01f6fb36d2ba6d126857fe (patch)
tree346c26eb4f6f81ad20152c15e6ce97349f20bec6 /src/System.Globalization.Calendars/tests
parent232775cf23351ccad8d538b9421d8b9640655cad (diff)
Required changes post-merge to get a succesfull build in dev/api
Diffstat (limited to 'src/System.Globalization.Calendars/tests')
-rw-r--r--src/System.Globalization.Calendars/tests/project.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/System.Globalization.Calendars/tests/project.json b/src/System.Globalization.Calendars/tests/project.json
index f71861c709..e9776b538f 100644
--- a/src/System.Globalization.Calendars/tests/project.json
+++ b/src/System.Globalization.Calendars/tests/project.json
@@ -1,14 +1,14 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.0.2-beta-24416-03",
- "System.Globalization": "4.0.12-beta-24416-03",
- "System.Globalization.Calendars": "4.0.2-beta-24416-03",
- "System.IO.FileSystem": "4.0.2-beta-24416-03",
- "System.Linq.Expressions": "4.1.1-beta-24416-03",
- "System.ObjectModel": "4.0.13-beta-24416-03",
- "System.Runtime.Extensions": "4.1.1-beta-24416-03",
- "System.Text.RegularExpressions": "4.2.0-beta-24416-03",
- "System.Threading.Tasks": "4.0.12-beta-24416-03",
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-devapi-24415-01",
+ "System.Globalization": "4.0.12-beta-devapi-24415-01",
+ "System.Globalization.Calendars": "4.0.2-beta-devapi-24415-01",
+ "System.IO.FileSystem": "4.1.0-beta-devapi-24415-01",
+ "System.Linq.Expressions": "4.2.0-beta-devapi-24415-01",
+ "System.ObjectModel": "4.0.13-beta-devapi-24415-01",
+ "System.Runtime.Extensions": "4.2.0-beta-devapi-24415-01",
+ "System.Text.RegularExpressions": "4.2.0-beta-devapi-24415-01",
+ "System.Threading.Tasks": "4.0.12-beta-devapi-24415-01",
"Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00704-03",
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00704-03",
"test-runtime": {