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:
authorJan Kotas <jkotas@microsoft.com>2016-12-20 03:09:52 +0300
committerTarek Mahmoud Sayed <tarekms@microsoft.com>2016-12-20 03:09:52 +0300
commit394126581a7f62c27fd52344d5d9b0c3d0403a93 (patch)
tree477253b93401cf850720a44b3a48aa9fd272560b /src/System.IO.IsolatedStorage
parenta7d6c2c5fbf870092535b6e70e25c97c2187f959 (diff)
Cleanup string normalization implementation (#14629)
* Update ProjectNTfs to beta-24819-00 * Cleanup normalization implementation The normalization is part of CoreLib in all runtimes now. * Update ApiCompatBaseline.uap101aot.txt
Diffstat (limited to 'src/System.IO.IsolatedStorage')
-rw-r--r--src/System.IO.IsolatedStorage/src/project.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.IO.IsolatedStorage/src/project.json b/src/System.IO.IsolatedStorage/src/project.json
index 5a2c331bd7..8b29150ccc 100644
--- a/src/System.IO.IsolatedStorage/src/project.json
+++ b/src/System.IO.IsolatedStorage/src/project.json
@@ -27,7 +27,7 @@
"dependencies": {
"Microsoft.NETCore.Platforms": "1.1.0",
"Microsoft.NETCore.Targets": "1.1.0",
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24814-00",
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24819-00",
"Microsoft.TargetingPack.Private.WinRT": "1.0.3",
"System.Collections": "4.3.0",
"System.IO": "4.4.0-beta-24814-01",