From 70afacf66ba5fd07efe99199c38a19970572123d Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Sun, 27 Aug 2017 09:05:08 -0400 Subject: [PATCH] More common properties --- Directory.Build.props | 10 +++++++++- .../Microsoft.Toolkit.Uwp.Notifications.csproj | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 886bc9edb..77ae3fa03 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -11,8 +11,10 @@ © Microsoft Corporation. All rights reserved. $(MSBuildProjectName.Contains('Test')) - true + true $(MSBuildThisFileDirectory)Toolkit.ruleset + + en-US @@ -22,6 +24,12 @@ + + + 10.0.15063.0 + 10.0.14393.0 + + 2.0.37-beta diff --git a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj index 0cf60d789..125a613f5 100644 --- a/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj +++ b/Microsoft.Toolkit.Uwp.Notifications/Microsoft.Toolkit.Uwp.Notifications.csproj @@ -3,7 +3,6 @@ netstandard1.4;uap10.0;native $(DefineConstants);NETFX_CORE - 10.0.15063.0 true UWP Community Toolkit Notifications Generate tile, toast, and badge notifications for Windows 10 via code, with the help of IntelliSense, instead of directly using XML.