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-02-06 07:18:33 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-02-06 07:18:33 +0300
commit2782084372cbf40bcabfd837f723256e3c44faad (patch)
tree2292fd2b1c79a5c2d0ee67371f7ce2541d901989 /external/runtime
parentb68c8e4452f5ab15b6b18ef39c8aefa4f5415792 (diff)
Update ProjectNTfs to beta-25006-00
Diffstat (limited to 'external/runtime')
-rw-r--r--external/runtime/NETNative/project.json.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/runtime/NETNative/project.json.template b/external/runtime/NETNative/project.json.template
index f9bd8d92ff..c6e5cf38a0 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-25003-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-25006-00"
}
}
},