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>2017-04-07 23:02:03 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-04-07 23:02:03 +0300
commite1e4ff5ff1548fcf57233103591d22744d853e2b (patch)
tree8c9f7cb977b756c012b3b91983c1fc1fe86420e8 /external
parent77d92310249e3af8e4ce96092be7586126ef4c44 (diff)
Update ProjectNTfs, ProjectNTfsTestILC to beta-25207-01, beta-25207-01, respectively
Diffstat (limited to 'external')
-rw-r--r--external/runtime/NETNative/project.json.template2
-rw-r--r--external/test-runtime/optional.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/external/runtime/NETNative/project.json.template b/external/runtime/NETNative/project.json.template
index 0eebc7e5a8..5645e1586d 100644
--- a/external/runtime/NETNative/project.json.template
+++ b/external/runtime/NETNative/project.json.template
@@ -2,7 +2,7 @@
"frameworks": {
"{TFM}": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25206-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25207-01"
}
}
},
diff --git a/external/test-runtime/optional.json b/external/test-runtime/optional.json
index 9352803e1d..4de9acf4f2 100644
--- a/external/test-runtime/optional.json
+++ b/external/test-runtime/optional.json
@@ -4,7 +4,7 @@
"dependencies": {
"Microsoft.DotNet.IBCMerge": "4.6.0-alpha-00001",
"Microsoft.DotNet.UAP.TestTools": "1.0.2",
- "TestILCNugetPackageForCoreFX": "1.0.0-beta-25206-00"
+ "TestILCNugetPackageForCoreFX": "1.0.0-beta-25207-01"
}
}
}