From 54249cfd1e5e91f9b7a695a62c9e66c2659e47ac Mon Sep 17 00:00:00 2001 From: Holly Muenchow Date: Tue, 29 May 2018 15:17:33 -0700 Subject: [PATCH] Update for 6.1.4 --- releases/UWP/net-native2.1/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releases/UWP/net-native2.1/README.md b/releases/UWP/net-native2.1/README.md index 531c7b0..352bc01 100644 --- a/releases/UWP/net-native2.1/README.md +++ b/releases/UWP/net-native2.1/README.md @@ -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]