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-11-08 12:22:56 +0300
committerStephen Toub <stoub@microsoft.com>2016-11-09 01:07:45 +0300
commitb255d0bf4df94eb383c1bb4b42b1bfe9b64f3238 (patch)
tree44a580f17a2dc0a273bd6a601d23582327d8af2f /src/System.IO.FileSystem.Primitives
parentc3bbac0a314df070cda6c0775ac08540b178a46f (diff)
Update CoreClr, CoreFx, External, ProjectNTfs to beta-24708-02, beta-24707-01, beta-24708-00, beta-24708-00, respectively
Diffstat (limited to 'src/System.IO.FileSystem.Primitives')
-rw-r--r--src/System.IO.FileSystem.Primitives/ref/project.json2
-rw-r--r--src/System.IO.FileSystem.Primitives/src/project.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.IO.FileSystem.Primitives/ref/project.json b/src/System.IO.FileSystem.Primitives/ref/project.json
index 866a4af78e..5d3cad1f43 100644
--- a/src/System.IO.FileSystem.Primitives/ref/project.json
+++ b/src/System.IO.FileSystem.Primitives/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24705-01"
+ "System.Runtime": "4.4.0-beta-24707-01"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.IO.FileSystem.Primitives/src/project.json b/src/System.IO.FileSystem.Primitives/src/project.json
index 824b1641ed..fc492da903 100644
--- a/src/System.IO.FileSystem.Primitives/src/project.json
+++ b/src/System.IO.FileSystem.Primitives/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24707-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24708-02"
}
},
"net463": {