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:
authordotnet-bot <dotnet-bot@microsoft.com>2016-10-12 19:28:54 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-12 19:28:54 +0300
commitf01cf91423391f80ad5269340eb8e602ea9cb087 (patch)
tree9597ce0b57ede3133b06a132f09bffeafe7edc6a /src/System.Threading.AccessControl
parentb436ca8162c1579aa5ab91dc1c04445350656fc2 (diff)
Update CoreClr, CoreFx to beta-24612-03, beta-24612-03, respectively
Diffstat (limited to 'src/System.Threading.AccessControl')
-rw-r--r--src/System.Threading.AccessControl/tests/project.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/System.Threading.AccessControl/tests/project.json b/src/System.Threading.AccessControl/tests/project.json
index 2e71e0f72f..e6ecd75611 100644
--- a/src/System.Threading.AccessControl/tests/project.json
+++ b/src/System.Threading.AccessControl/tests/project.json
@@ -1,18 +1,18 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24611-02",
- "System.Diagnostics.Contracts": "4.4.0-beta-24611-02",
- "System.Linq.Expressions": "4.4.0-beta-24611-02",
- "System.ObjectModel": "4.4.0-beta-24611-02",
- "System.Resources.ResourceManager": "4.4.0-beta-24611-02",
- "System.Runtime": "4.4.0-beta-24611-02",
- "System.Runtime.Handles": "4.4.0-beta-24611-02",
- "System.Runtime.InteropServices": "4.4.0-beta-24611-02",
- "System.Security.AccessControl": "4.4.0-beta-24611-02",
- "System.Security.Principal.Windows": "4.4.0-beta-24611-02",
- "System.Text.RegularExpressions": "4.4.0-beta-24611-02",
- "System.Threading": "4.4.0-beta-24611-02",
- "System.Threading.Tasks": "4.4.0-beta-24611-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24612-03",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24612-03",
+ "System.Linq.Expressions": "4.4.0-beta-24612-03",
+ "System.ObjectModel": "4.4.0-beta-24612-03",
+ "System.Resources.ResourceManager": "4.4.0-beta-24612-03",
+ "System.Runtime": "4.4.0-beta-24612-03",
+ "System.Runtime.Handles": "4.4.0-beta-24612-03",
+ "System.Runtime.InteropServices": "4.4.0-beta-24612-03",
+ "System.Security.AccessControl": "4.4.0-beta-24612-03",
+ "System.Security.Principal.Windows": "4.4.0-beta-24612-03",
+ "System.Text.RegularExpressions": "4.4.0-beta-24612-03",
+ "System.Threading": "4.4.0-beta-24612-03",
+ "System.Threading.Tasks": "4.4.0-beta-24612-03",
"test-runtime": {
"target": "project",
"exclude": "compile"