Update for 6.1.4

pull/877/head
Holly Muenchow 2018-05-29 15:17:33 -07:00 committed by GitHub
parent 97d0ba433f
commit 54249cfd1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ You can see what was included in each .NET Native 2.1 ([Microsoft.NETCore.Univer
When using Visual Studio these packages require Visual Studio 2017 Version 15.7 or later.
### UWP 6.1.5 (.NET native tools 2.1.8) (May 29th, 2018)
- Upgrades NetStandard.Library version from 2.0.2 to 2.0.3 in order to fix [UWP reference additional NetStandard dll](https://developercommunity.visualstudio.com/content/problem/251571/uwp-reference-additional-netstandard-dll-after-157.html)
### UWP 6.1.4 (.NET native tools 2.1.8) (May 7th, 2018)
- Adds support for [Optional packages with executable code](https://docs.microsoft.com/en-us/windows/uwp/packaging/optional-packages-with-executable-code)
- Fixes multiple errors caused by low memory issues when compiling .NET native apps [521825, 574099, 574102]