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-12-11 20:25:16 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-12-11 20:25:16 +0300
commitf77687d070721a2e16d427236dba471e5641a22c (patch)
tree2c078cecdf9dfabe665b112996bdd7afc6a94a0e /src/System.IO.FileSystem.DriveInfo
parent1c3c5c5525d21869b4a2c61681557acea38c50d0 (diff)
Update CoreClr, CoreFx to beta-24811-03, beta-24811-02, respectively
Diffstat (limited to 'src/System.IO.FileSystem.DriveInfo')
-rw-r--r--src/System.IO.FileSystem.DriveInfo/ref/project.json8
-rw-r--r--src/System.IO.FileSystem.DriveInfo/src/project.json24
2 files changed, 16 insertions, 16 deletions
diff --git a/src/System.IO.FileSystem.DriveInfo/ref/project.json b/src/System.IO.FileSystem.DriveInfo/ref/project.json
index 23b91e410f..88056cd43b 100644
--- a/src/System.IO.FileSystem.DriveInfo/ref/project.json
+++ b/src/System.IO.FileSystem.DriveInfo/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24811-01",
- "System.IO": "4.4.0-beta-24811-01",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24811-01",
- "System.IO.FileSystem": "4.4.0-beta-24811-01"
+ "System.Runtime": "4.4.0-beta-24811-02",
+ "System.IO": "4.4.0-beta-24811-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24811-02",
+ "System.IO.FileSystem": "4.4.0-beta-24811-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.FileSystem.DriveInfo/src/project.json b/src/System.IO.FileSystem.DriveInfo/src/project.json
index a54dd79b5f..f9c35015e2 100644
--- a/src/System.IO.FileSystem.DriveInfo/src/project.json
+++ b/src/System.IO.FileSystem.DriveInfo/src/project.json
@@ -2,18 +2,18 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Collections": "4.4.0-beta-24811-01",
- "System.Diagnostics.Contracts": "4.4.0-beta-24811-01",
- "System.Diagnostics.Debug": "4.4.0-beta-24811-01",
- "System.Diagnostics.Tools": "4.4.0-beta-24811-01",
- "System.IO": "4.4.0-beta-24811-01",
- "System.IO.FileSystem": "4.4.0-beta-24811-01",
- "System.IO.FileSystem.Primitives": "4.4.0-beta-24811-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24811-01",
- "System.Runtime": "4.4.0-beta-24811-01",
- "System.Runtime.Extensions": "4.4.0-beta-24811-01",
- "System.Runtime.InteropServices": "4.4.0-beta-24811-01",
- "System.Threading.Tasks": "4.4.0-beta-24811-01"
+ "System.Collections": "4.4.0-beta-24811-02",
+ "System.Diagnostics.Contracts": "4.4.0-beta-24811-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24811-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24811-02",
+ "System.IO": "4.4.0-beta-24811-02",
+ "System.IO.FileSystem": "4.4.0-beta-24811-02",
+ "System.IO.FileSystem.Primitives": "4.4.0-beta-24811-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24811-02",
+ "System.Runtime": "4.4.0-beta-24811-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24811-02",
+ "System.Runtime.InteropServices": "4.4.0-beta-24811-02",
+ "System.Threading.Tasks": "4.4.0-beta-24811-02"
}
},
"net463": {