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@dotnetfoundation.org>2017-04-10 06:59:06 +0300
committerDan Moseley <danmose@microsoft.com>2017-04-10 06:59:06 +0300
commit39ca7d8683aa369f2b9ce8e95be50fda2d1011d9 (patch)
tree6eee450622020a10964772c542a43970735fb4b5 /external
parent677bfabe55e3f3e542d00bc37dd17bbbd1473553 (diff)
Update ProjectNTfs, ProjectNTfsTestILC to beta-25210-00, beta-25210-00, respectively (#18131)
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 5645e1586d..c7fdc315a9 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-25207-01"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25210-00"
}
}
},
diff --git a/external/test-runtime/optional.json b/external/test-runtime/optional.json
index 4de9acf4f2..f316801571 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-25207-01"
+ "TestILCNugetPackageForCoreFX": "1.0.0-beta-25210-00"
}
}
}