fixed based on feedback.

pull/619/head
Holly Muenchow 2018-02-08 16:13:52 -08:00 committed by GitHub
parent 8c1a542710
commit 3cce542a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# .NET native tools 2.0 (UWP 6.0.x) Release Notes
# .NET native tools 2.0 (UWP 6.0.x) Release Notes
You can see what was included in each .NET Native 2.0 ([Microsoft.NETCore.UniversalWindowsPlatform 6.0.x](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform)) release below.
When using Visual Studio these packages require Visual Studio 2017 Version 15.4 or later.
### UWP 6.0.7 (.NET native tools 2.0.2) (February 7th, 2018)
- ILC updated to copy all .pdb files to the output .appxsyms, including ones that do not have matching binaries. #524755
### UWP 6.0.7 (.NET native tools 2.0.3) (February 7th, 2018)
- Updated ILC to copy all .pdb files to the output .appxsyms, including ones that do not have matching binaries. [524755]
### UWP 6.0.6 (.NET native tools 2.0.2) (January 9th, 2018)
- Fixed CVE-2018-0786: Security Feature Bypass in X509 Certificate Validation: https://github.com/Microsoft/dotnet/issues/597