From db196e72b398d37ca920ed1cfa030599dc6f532b Mon Sep 17 00:00:00 2001
From: Joseph Moreno <44370115+josephmoresena@users.noreply.github.com>
Date: Thu, 23 Apr 2020 23:57:38 -0500
Subject: [PATCH] WindowsApp.lib only should be included in Windows
The csproj file isn't checking the target platform a prior to include WindowsApp.lib, which should only included when the target os Windows.
---
src/AvaloniaCoreRTDemo.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/AvaloniaCoreRTDemo.csproj b/src/AvaloniaCoreRTDemo.csproj
index 1f5a5b5..f969a99 100644
--- a/src/AvaloniaCoreRTDemo.csproj
+++ b/src/AvaloniaCoreRTDemo.csproj
@@ -16,7 +16,7 @@
false
-
+